:root{--teal:#4ec3c4;--teal-dark:#35a8a9;--teal-glow:rgba(78,195,196,0.18);--teal-mid:rgba(78,195,196,0.08);--black:#0a0a0a;--dark:#111213;--card:#161819;--card2:#1c1e1f;--border:rgba(78,195,196,0.15);--border-subtle:rgba(255,255,255,0.06);--white:#f5f5f3;--muted:#8a8f94;--font-display:'Bebas Neue', sans-serif;--font-head:'DM Sans', sans-serif;--font-body:'DM Sans', sans-serif}:root{--teal:#4ec3c4;--teal-dark:#35a8a9;--teal-glow:rgba(78,195,196,0.18);--teal-mid:rgba(78,195,196,0.08);--black:#0a0a0a;--dark:#111213;--card:#161819;--card2:#1c1e1f;--border:rgba(78,195,196,0.15);--border-subtle:rgba(255,255,255,0.06);--white:#f5f5f3;--muted:#8a8f94;--font-display:'Bebas Neue', sans-serif;--font-head:'DM Sans', sans-serif;--font-body:'DM Sans', sans-serif}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);font-family:var(--font-body);font-size:16px;line-height:1.6;overflow-x:hidden}.td-page{display:none}.td-page.active{display:block}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 48px;height:72px;display:flex;align-items:center;justify-content:space-between;background:rgb(10 10 10 / .92);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle)}.nav-logo{font-family:var(--font-display);font-size:26px;letter-spacing:.05em;color:var(--white);cursor:pointer;display:flex;align-items:center;gap:8px}.nav-logo span{color:var(--teal)}.nav-links{display:flex;align-items:center;gap:36px;list-style:none}.nav-links a{color:var(--muted);text-decoration:none;font-family:var(--font-head);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;transition:color 0.2s;cursor:pointer}.nav-links a:hover,.nav-links a.active{color:var(--white)}.nav-cta{background:var(--teal);color:var(--black)!important;padding:10px 22px;border-radius:4px;font-weight:700!important;transition:background 0.2s,transform 0.15s!important}.nav-cta:hover{background:#5dd4d5!important;transform:translateY(-1px)}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;padding:0}.hero-bg{position:absolute;inset:0;background-color:#0d1415;overflow:hidden;--hero-bg-image:url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920&q=80);--hero-bg-opacity:1}.hero-bg::before{content:'';position:absolute;inset:0;background-image:var(--hero-bg-image);background-size:cover;background-position:center 40%;background-repeat:no-repeat;opacity:var(--hero-bg-opacity)}.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(105deg,rgb(10 10 10 / .96) 0%,rgb(10 10 10 / .82) 55%,rgb(10 10 10 / .6) 100%),linear-gradient(180deg,rgb(10 10 10 / .2) 0%,rgb(10 10 10 / .9) 100%)}.hero-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgb(78 195 196 / .05) 1px,transparent 1px),linear-gradient(90deg,rgb(78 195 196 / .05) 1px,transparent 1px);background-size:80px 80px;mask-image:radial-gradient(ellipse 70% 80% at 30% 50%,black 20%,transparent 100%)}.flip-section{background:var(--dark);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);overflow:hidden}.flip-section-header{max-width:1200px;margin:0 auto 56px}.flip-cards-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.flip-card-wrap{perspective:1000px;height:260px;cursor:pointer}.flip-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform 0.65s cubic-bezier(.4,.2,.2,1)}.flip-card-wrap:hover .flip-card-inner{transform:rotateY(180deg)}.flip-front,.flip-back{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:32px 28px;background:var(--teal);overflow:hidden}.flip-front::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgb(255 255 255 / .08) 0%,transparent 60%);pointer-events:none}.flip-back{transform:rotateY(180deg);background:linear-gradient(135deg,#3aafb0,#2d9899);border:1px solid rgb(255 255 255 / .15)}.flip-front-title{font-family:var(--font-display);font-size:42px;line-height:1;letter-spacing:.02em;color:#fff}.flip-front-tag{font-family:var(--font-head);font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:rgb(255 255 255 / .5)}.flip-back-text{font-size:15px;color:#fff;line-height:1.7;font-family:var(--font-body);font-weight:300;flex:1;display:flex;align-items:center}.flip-back-footer{font-family:var(--font-head);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgb(255 255 255 / .5)}.reviews-section{background:var(--black);border-top:1px solid var(--border-subtle)}.reviews-header{max-width:1200px;margin:0 auto 56px;display:flex;justify-content:space-between;align-items:flex-end}.google-badge{display:flex;align-items:center;gap:10px;background:var(--card);border:1px solid var(--border-subtle);border-radius:8px;padding:12px 20px}.google-badge-score{font-family:var(--font-display);font-size:32px;color:var(--white);line-height:1}.google-badge-right{display:flex;flex-direction:column;gap:2px}.google-stars{color:#FBBC04;font-size:14px;letter-spacing:2px}.google-label{font-size:11px;color:var(--muted);font-family:var(--font-head);font-weight:600;letter-spacing:.08em}.reviews-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-card{background:var(--card);border:1px solid var(--border-subtle);border-radius:8px;padding:28px;position:relative;transition:border-color 0.2s,transform 0.2s}.review-card:hover{border-color:var(--border);transform:translateY(-3px)}.review-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.review-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:16px;font-weight:700;color:#fff;flex-shrink:0}.review-info{flex:1}.review-name{font-family:var(--font-head);font-size:14px;font-weight:700;color:var(--white);margin-bottom:2px}.review-meta{font-size:12px;color:var(--muted)}.review-google-icon{width:20px;height:20px;opacity:.6;font-size:14px}.review-stars-row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.review-stars-row .stars-gold{color:#FBBC04;font-size:13px;letter-spacing:1px}.review-date{font-size:11px;color:var(--muted)}.review-text{font-size:14px;color:#c0c4c8;line-height:1.7;font-style:italic}.review-verified{display:flex;align-items:center;gap:6px;margin-top:16px;padding-top:14px;border-top:1px solid var(--border-subtle);font-size:11px;color:var(--muted);font-family:var(--font-head);font-weight:600;letter-spacing:.06em}.review-verified::before{content:'✓';color:#4ade80;font-size:12px}.hero-content{position:relative;z-index:1;max-width:800px;flex:1;display:flex;flex-direction:column;justify-content:center;padding:calc(72px + 60px) 48px calc(100px + 60px)}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--teal-mid);border:1px solid var(--border);border-radius:100px;padding:6px 16px;font-family:var(--font-head);font-size:12px;font-weight:600;color:var(--teal);text-transform:uppercase;letter-spacing:.1em;margin-bottom:32px;animation:fadeUp 0.6s ease both}.hero-badge::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--teal);animation:pulse 2s ease infinite}.hero-title{font-family:var(--font-display);font-size:clamp(50px, 6.3vw, 91px);line-height:.92;letter-spacing:.02em;color:var(--white);margin-bottom:8px;animation:fadeUp 0.6s 0.1s ease both}.hero-title .accent{color:var(--teal);display:block}.hero-subtitle{font-family:var(--font-head);font-size:clamp(14px, 1.5vw, 17px);font-weight:400;color:var(--muted);max-width:520px;margin:28px 0 48px;line-height:1.7;animation:fadeUp 0.6s 0.2s ease both}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;animation:fadeUp 0.6s 0.3s ease both}.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--teal);color:var(--black);padding:16px 32px;border-radius:4px;font-family:var(--font-head);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;cursor:pointer;border:none;transition:background 0.2s,transform 0.15s,box-shadow 0.2s}.btn-primary:hover{background:#5dd4d5;transform:translateY(-2px);box-shadow:0 8px 32px rgb(78 195 196 / .3)}.btn-secondary{display:inline-flex;align-items:center;gap:10px;background:#fff0;color:var(--white);padding:16px 32px;border-radius:4px;font-family:var(--font-head);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;cursor:pointer;border:1px solid var(--border-subtle);transition:border-color 0.2s,color 0.2s}.btn-secondary:hover{border-color:var(--teal);color:var(--teal)}.hero-stats{position:absolute;bottom:0;left:0;right:0;border-top:1px solid var(--border-subtle);background:rgb(10 10 10 / .7);backdrop-filter:blur(10px);display:flex;animation:fadeUp 0.6s 0.5s ease both}.stat-item{flex:1;padding:28px 48px;border-right:1px solid var(--border-subtle)}.stat-item:last-child{border-right:none}.stat-num{font-family:var(--font-display);font-size:42px;color:var(--teal);line-height:1;letter-spacing:.02em}.stat-label{font-size:13px;color:var(--muted);font-weight:300;margin-top:4px}section{padding:100px 48px}.section-tag{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:16px}.section-title{font-family:var(--font-display);font-size:clamp(44px, 5vw, 72px);line-height:.95;letter-spacing:.02em;margin-bottom:20px}.section-desc{font-size:16px;color:var(--muted);max-width:560px;line-height:1.75}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:1200px;margin:0 auto}.about-visual{position:relative}.about-card-main{background:var(--card);border:1px solid var(--border-subtle);border-radius:8px;padding:40px;position:relative;overflow:hidden}.about-card-main::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--teal),transparent)}.about-points{margin-top:32px;display:flex;flex-direction:column;gap:16px}.about-point{display:flex;align-items:flex-start;gap:14px;font-size:15px;color:#ccc;line-height:1.5}.about-point::before{content:'→';color:var(--teal);font-size:14px;margin-top:2px;flex-shrink:0}.highlight-box{background:var(--teal-mid);border:1px solid var(--border);border-radius:6px;padding:20px 24px;margin-top:24px;font-size:14px;color:var(--teal);font-weight:500;font-family:var(--font-head)}.process-section{background:var(--dark);border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle)}.process-header{max-width:1200px;margin:0 auto 64px;display:flex;justify-content:space-between;align-items:flex-end}.process-steps{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative}.process-steps::before{content:'';position:absolute;top:28px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,var(--border),var(--teal),var(--border),transparent)}.step{padding:0 24px;text-align:center;position:relative}.step-num{width:56px;height:56px;border-radius:50%;background:var(--card2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-family:var(--font-display);font-size:22px;color:var(--teal);position:relative;z-index:1;transition:background 0.2s,border-color 0.2s}.step:hover .step-num{background:var(--teal-glow);border-color:var(--teal)}.step-title{font-family:var(--font-head);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--white);margin-bottom:10px}.step-desc{font-size:13px;color:var(--muted);line-height:1.6}.projects-header{max-width:1200px;margin:0 auto 56px;display:flex;justify-content:space-between;align-items:flex-end}.projects-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project-card{background:var(--card);border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden;transition:border-color 0.25s,transform 0.25s;cursor:pointer}.project-card:hover{border-color:var(--teal);transform:translateY(-4px)}.card-img{height:200px;background:linear-gradient(135deg,#161819,#1e2326);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.card-img-icon{font-size:48px;opacity:.15}.card-badge{position:absolute;top:14px;left:14px;background:var(--teal);color:var(--black);font-family:var(--font-head);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:4px 10px;border-radius:3px}.card-badge.urgent{background:#ff6b35;color:#fff}.card-commune{position:absolute;bottom:14px;right:14px;background:rgb(0 0 0 / .7);color:var(--muted);font-size:11px;padding:3px 8px;border-radius:3px}.card-body{padding:24px}.card-title{font-family:var(--font-head);font-size:18px;font-weight:700;color:var(--white);margin-bottom:8px}.card-type{font-size:13px;color:var(--teal);font-weight:500;margin-bottom:16px}.card-specs{display:flex;gap:12px;margin-bottom:20px;flex-wrap:wrap}.spec-tag{font-size:12px;background:rgb(255 255 255 / .05);border:1px solid var(--border-subtle);color:var(--muted);padding:4px 10px;border-radius:3px;font-family:var(--font-head);font-weight:600}.card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid var(--border-subtle)}.card-price{font-family:var(--font-display);font-size:28px;color:var(--white);letter-spacing:.02em}.card-price span{font-size:14px;color:var(--muted);font-family:var(--font-body);font-weight:300}.card-pie{font-size:12px;color:var(--teal);font-family:var(--font-head);font-weight:700;text-transform:uppercase;letter-spacing:.08em}.testimonials-section{background:var(--dark);border-top:1px solid var(--border-subtle)}.testimonials-grid{max-width:1200px;margin:56px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--card);border:1px solid var(--border-subtle);border-radius:8px;padding:32px;position:relative;transition:border-color 0.2s}.testimonial-card:hover{border-color:var(--border)}.testimonial-card::before{content:'"';position:absolute;top:20px;right:24px;font-family:var(--font-display);font-size:72px;color:var(--teal);opacity:.15;line-height:1}.stars{color:var(--teal);font-size:13px;margin-bottom:16px;letter-spacing:2px}.testimonial-text{font-size:14px;color:#bbb;line-height:1.75;margin-bottom:24px;font-style:italic}.testimonial-author{font-family:var(--font-head);font-size:13px;font-weight:700;color:var(--white)}.testimonial-source{font-size:12px;color:var(--muted);margin-top:2px}.form-section{background:linear-gradient(135deg,var(--dark) 0%,#0d1415 100%);border-top:1px solid var(--border);position:relative;overflow:hidden}.form-section::before{content:'';position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgb(78 195 196 / .06),transparent 70%);pointer-events:none}.form-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.form-pitch .section-title{margin-bottom:24px}.form-perks{display:flex;flex-direction:column;gap:14px;margin-top:32px}.perk{display:flex;align-items:center;gap:12px;font-size:14px;color:#ccc}.perk-dot{width:8px;height:8px;border-radius:50%;background:var(--teal);flex-shrink:0}.form-card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:40px;position:relative}.form-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--teal),#35a8a9);border-radius:10px 10px 0 0}.form-title{font-family:var(--font-head);font-size:20px;font-weight:700;margin-bottom:28px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:16px}.field label{display:block;font-size:12px;font-family:var(--font-head);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:8px}.field input,.field select{width:100%;background:rgb(255 255 255 / .04);border:1px solid var(--border-subtle);border-radius:5px;padding:12px 16px;font-size:14px;color:var(--white);font-family:var(--font-body);transition:border-color 0.2s;outline:none;-webkit-appearance:none}.field input:focus,.field select:focus{border-color:var(--teal)}.field select option{background:var(--card);color:var(--white)}.form-submit{width:100%;background:var(--teal);color:var(--black);border:none;border-radius:5px;padding:16px;font-family:var(--font-head);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;margin-top:8px;transition:background 0.2s,transform 0.15s,box-shadow 0.2s}.form-submit:hover{background:#5dd4d5;transform:translateY(-1px);box-shadow:0 6px 24px rgb(78 195 196 / .35)}.form-note{text-align:center;font-size:12px;color:var(--muted);margin-top:14px}footer{background:var(--black);border-top:1px solid var(--border-subtle);padding:64px 48px 40px}.footer-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand .nav-logo{font-size:22px;margin-bottom:16px;display:block}.footer-desc{font-size:14px;color:var(--muted);line-height:1.7;max-width:280px;margin-bottom:24px}.social-links{display:flex;gap:12px}.social-link{width:36px;height:36px;border-radius:5px;background:var(--card);border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--muted);text-decoration:none;transition:border-color 0.2s,color 0.2s;cursor:pointer}.social-link:hover{border-color:var(--teal);color:var(--teal)}.footer-col-title{font-family:var(--font-head);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:20px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:14px;color:var(--muted);text-decoration:none;cursor:pointer;transition:color 0.2s}.footer-links a:hover{color:var(--teal)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--muted)}.wa-float{position:fixed;bottom:28px;right:28px;z-index:200;width:58px;height:58px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 4px 20px rgb(37 211 102 / .4);cursor:pointer;transition:transform 0.2s,box-shadow 0.2s;text-decoration:none;color:#fff}.wa-float:hover{transform:scale(1.08);box-shadow:0 6px 28px rgb(37 211 102 / .55)}.page-header{padding:140px 48px 80px;background:linear-gradient(180deg,#0d1213 0%,var(--black) 100%);border-bottom:1px solid var(--border-subtle);position:relative;overflow:hidden}.page-header::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgb(78 195 196 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(78 195 196 / .03) 1px,transparent 1px);background-size:60px 60px}.page-header-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto}.page-title{font-family:var(--font-display);font-size:clamp(56px, 7vw, 96px);line-height:.95;margin-bottom:16px}.page-subtitle{font-size:16px;color:var(--muted);max-width:540px;line-height:1.7}.filters-bar{padding:32px 48px;background:var(--dark);border-bottom:1px solid var(--border-subtle);position:sticky;top:72px;z-index:50}.filters-inner{max-width:1200px;margin:0 auto;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.filter-label{font-family:var(--font-head);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-right:4px}.filter-btn{padding:8px 18px;border-radius:100px;border:1px solid var(--border-subtle);background:#fff0;color:var(--muted);font-family:var(--font-head);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all 0.2s}.filter-btn:hover,.filter-btn.active{background:var(--teal-mid);border-color:var(--teal);color:var(--teal)}.commune-group{max-width:1200px;margin:0 auto 72px}.commune-title{font-family:var(--font-display);font-size:42px;letter-spacing:.02em;padding-bottom:16px;margin-bottom:32px;border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;gap:16px}.commune-count{font-family:var(--font-head);font-size:13px;font-weight:600;color:var(--teal);background:var(--teal-mid);border:1px solid var(--border);padding:4px 12px;border-radius:100px}.tips-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.tip-card{background:var(--card);border:1px solid var(--border-subtle);border-radius:8px;overflow:hidden;transition:border-color 0.25s,transform 0.25s;cursor:pointer}.tip-card:hover{border-color:var(--teal);transform:translateY(-4px)}.tip-img{height:200px;background:linear-gradient(135deg,#161819 0%,#1a2025 100%);display:flex;align-items:center;justify-content:center;font-size:52px;position:relative}.tip-category{position:absolute;top:14px;left:14px;background:var(--teal-mid);border:1px solid var(--border);color:var(--teal);font-family:var(--font-head);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:4px 10px;border-radius:3px}.tip-body{padding:28px}.tip-date{font-size:12px;color:var(--muted);font-family:var(--font-head);margin-bottom:10px}.tip-title{font-family:var(--font-head);font-size:17px;font-weight:700;line-height:1.4;margin-bottom:12px;color:var(--white)}.tip-excerpt{font-size:14px;color:var(--muted);line-height:1.65;margin-bottom:20px}.tip-link{font-family:var(--font-head);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--teal);text-decoration:none;display:flex;align-items:center;gap:6px;cursor:pointer}.tip-link::after{content:'→';transition:transform 0.2s}.tip-card:hover .tip-link::after{transform:translateX(4px)}@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px}.hamburger span{width:22px;height:2px;background:var(--white);border-radius:2px;transition:all 0.2s}@media (max-width:900px){nav{padding:0 24px}section{padding:64px 24px}.hero{padding:100px 24px 80px}.hero-title{font-size:45px}.about-grid{grid-template-columns:1fr;gap:40px}.process-steps{grid-template-columns:1fr}.process-steps::before{display:none}.projects-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr;gap:40px}.hero-stats{position:relative}.stat-item{padding:20px 24px}.testimonials-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.tips-grid{grid-template-columns:1fr}.page-header{padding:100px 24px 60px}.filters-bar{padding:20px 24px}.nav-links{display:none}.hamburger{display:flex}.form-row{grid-template-columns:1fr}.flip-cards-grid{grid-template-columns:1fr 1fr}.reviews-grid{grid-template-columns:1fr}.reviews-header{flex-direction:column;gap:24px;align-items:flex-start}}.about-video-box{position:relative;width:100%;aspect-ratio:16 / 10;background:var(--card2);overflow:hidden}.about-video-box video{position:relative;z-index:1}.about-video-placeholder{position:absolute;inset:0;z-index:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#161819,#1c2224);border-bottom:1px solid var(--border-subtle)}.video-placeholder-icon{width:56px;height:56px;border-radius:50%;background:var(--teal-mid);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--teal);margin-bottom:8px}.video-placeholder-text{font-family:var(--font-head);font-size:14px;font-weight:700;color:var(--white);letter-spacing:.05em}.video-placeholder-sub{font-size:11px;color:var(--muted);font-family:var(--font-body)}.about-video-box video:not([src=""])+.about-video-placeholder{display:none}.form-video-inner{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.spinner{display:inline-block;width:14px;height:14px;border:2px solid rgb(0 0 0 / .3);border-top-color:var(--black);border-radius:50%;animation:spin 0.7s linear infinite;vertical-align:middle;margin-right:4px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:900px){.form-video-inner{grid-template-columns:1fr;gap:40px;padding:64px 24px}}.tip-featured{display:grid;grid-template-columns:1fr 1fr;background:var(--card);border:1px solid var(--border-subtle);border-radius:10px;overflow:hidden;cursor:pointer;transition:border-color 0.25s,transform 0.25s;margin-bottom:0}.tip-featured:hover{border-color:var(--teal);transform:translateY(-3px)}.tip-featured-img{min-height:340px;background:linear-gradient(135deg,#161819,#1c2226);display:flex;align-items:center;justify-content:center;font-size:72px;position:relative}.tip-featured-placeholder{opacity:.2}.tip-featured-badge{position:absolute;top:20px;left:20px;background:var(--teal);color:var(--black);font-family:var(--font-head);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:5px 12px;border-radius:3px}.tip-featured-body{padding:48px 44px;display:flex;flex-direction:column;justify-content:center}.tip-featured-title{font-family:var(--font-head);font-size:26px;font-weight:800;line-height:1.3;color:var(--white);margin-bottom:16px}.tip-featured-excerpt{font-size:15px;color:var(--muted);line-height:1.75}.blog-hero{padding:130px 48px 64px;background:linear-gradient(180deg,#0d1415 0%,var(--black) 100%);border-bottom:1px solid var(--border-subtle);position:relative;overflow:hidden}.blog-hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgb(78 195 196 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(78 195 196 / .03) 1px,transparent 1px);background-size:60px 60px}.blog-hero-inner{position:relative;z-index:1;max-width:800px;margin:0 auto}.blog-back{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);cursor:pointer;background:none;border:none;padding:0;margin-bottom:24px;transition:color 0.2s}.blog-back:hover{color:var(--teal)}.blog-back::before{content:'←';font-size:14px}.blog-meta-row{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.blog-category-pill{background:var(--teal-mid);border:1px solid var(--border);color:var(--teal);font-family:var(--font-head);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:4px 12px;border-radius:100px}.blog-date{font-size:13px;color:var(--muted)}.blog-hero-title{font-family:var(--font-head);font-size:clamp(28px, 4vw, 48px);font-weight:800;line-height:1.2;color:var(--white);margin-bottom:20px}.blog-hero-excerpt{font-size:17px;color:#999;line-height:1.75}.blog-cover{max-width:800px;margin:0 auto;padding:48px 48px 0}.blog-cover-img{width:100%;aspect-ratio:16/7;border-radius:10px;background:linear-gradient(135deg,#161819,#1c2226);display:flex;align-items:center;justify-content:center;font-size:72px;opacity:.4;border:1px solid var(--border-subtle)}.blog-body{max-width:800px;margin:0 auto;padding:56px 48px}.blog-content h2{font-family:var(--font-head);font-size:22px;font-weight:800;color:var(--white);margin:40px 0 16px}.blog-content h3{font-family:var(--font-head);font-size:17px;font-weight:700;color:var(--teal);margin:28px 0 12px}.blog-content p{font-size:16px;color:#bbb;line-height:1.85;margin-bottom:20px}.blog-content ul,.blog-content ol{margin:0 0 20px 20px}.blog-content li{font-size:16px;color:#bbb;line-height:1.75;margin-bottom:8px}.blog-content li::marker{color:var(--teal)}.blog-callout{background:var(--teal-mid);border-left:3px solid var(--teal);border-radius:0 8px 8px 0;padding:20px 24px;margin:32px 0;font-size:15px;color:#ddd;line-height:1.7}.blog-formula{background:var(--card2);border:1px solid var(--border-subtle);border-radius:8px;padding:20px 24px;margin:24px 0;font-family:'Courier New',monospace;font-size:15px;color:var(--teal);text-align:center}.blog-share{display:flex;align-items:center;gap:12px;padding:24px 0;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);margin:40px 0 48px}.blog-share-label{font-family:var(--font-head);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.share-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:4px;border:1px solid var(--border-subtle);background:var(--card);color:var(--muted);font-family:var(--font-head);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;text-decoration:none;transition:border-color 0.2s,color 0.2s}.share-btn:hover{border-color:var(--teal);color:var(--teal)}.blog-related{max-width:800px;margin:0 auto;padding:0 48px 64px}.blog-related-title{font-family:var(--font-display);font-size:36px;margin-bottom:28px;letter-spacing:.02em}.blog-related-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.blog-related-card{background:var(--card);border:1px solid var(--border-subtle);border-radius:8px;padding:24px;cursor:pointer;transition:border-color 0.2s,transform 0.2s}.blog-related-card:hover{border-color:var(--teal);transform:translateY(-2px)}.blog-related-card .tip-category{position:static;margin-bottom:10px;display:inline-block}.blog-related-card-title{font-family:var(--font-head);font-size:14px;font-weight:700;line-height:1.4;color:var(--white);margin-bottom:12px}.blog-related-card-date{font-size:12px;color:var(--muted)}.blog-prevnext{max-width:800px;margin:0 auto;padding:0 48px 64px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.prevnext-btn{background:var(--card);border:1px solid var(--border-subtle);border-radius:8px;padding:20px 24px;cursor:pointer;transition:border-color 0.2s;text-align:left}.prevnext-btn:hover{border-color:var(--teal)}.prevnext-btn.next{text-align:right}.prevnext-label{font-family:var(--font-head);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:8px}.prevnext-title{font-family:var(--font-head);font-size:14px;font-weight:700;color:var(--white);line-height:1.4}@media (max-width:900px){.tip-featured{grid-template-columns:1fr}.tip-featured-img{min-height:220px}.tip-featured-body{padding:28px 24px}.blog-hero{padding:110px 24px 48px}.blog-cover{padding:32px 24px 0}.blog-body{padding:40px 24px}.blog-related{padding:0 24px 48px}.blog-related-grid{grid-template-columns:1fr}.blog-prevnext{padding:0 24px 48px;grid-template-columns:1fr}}.proj-hero{padding:130px 48px 80px;background:linear-gradient(180deg,#0d1415 0%,var(--black) 100%);border-bottom:1px solid var(--border-subtle);position:relative;overflow:hidden}.proj-hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgb(78 195 196 / .035) 1px,transparent 1px),linear-gradient(90deg,rgb(78 195 196 / .035) 1px,transparent 1px);background-size:60px 60px}.proj-hero-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:48px;align-items:flex-end}.proj-back{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-head);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);cursor:pointer;background:none;border:none;padding:0;margin-bottom:24px;transition:color 0.2s}.proj-back:hover{color:var(--teal)}.proj-back::before{content:'←';font-size:14px}.proj-commune-tag{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--teal);margin-bottom:12px}.proj-name{font-family:var(--font-display);font-size:clamp(56px, 7vw, 96px);line-height:.95;margin-bottom:24px;letter-spacing:.02em}.proj-hero-tags{display:flex;gap:12px;flex-wrap:wrap}.proj-tag{display:inline-flex;align-items:center;gap:6px;background:var(--card);border:1px solid var(--border-subtle);border-radius:4px;padding:8px 16px;font-family:var(--font-head);font-size:13px;font-weight:600;color:var(--white)}.proj-tag.highlight{background:var(--teal-mid);border-color:var(--border);color:var(--teal)}.proj-price-box{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:32px 36px;text-align:center;min-width:240px;position:relative;overflow:hidden}.proj-price-box::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--teal),#35a8a9)}.proj-price-label{font-family:var(--font-head);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin-bottom:8px}.proj-price-value{font-family:var(--font-display);font-size:52px;color:var(--white);line-height:1;letter-spacing:.02em}.proj-price-uf{font-size:16px;color:var(--muted);font-family:var(--font-body);font-weight:300;margin-bottom:20px}.proj-gallery{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:240px 240px;gap:8px;border-radius:10px;overflow:hidden}.proj-gallery-item{background:var(--card2);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.proj-gallery-item:first-child{grid-row:1 / 3}.gallery-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--muted)}.gallery-placeholder-icon{font-size:32px;opacity:.3}.gallery-placeholder-text{font-size:11px;font-family:var(--font-head);font-weight:600;text-transform:uppercase;letter-spacing:.1em;opacity:.4}.proj-gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.proj-content-grid{max-width:1200px;margin:64px auto 0;display:grid;grid-template-columns:1fr 380px;gap:56px;align-items:start}.proj-section-title{font-family:var(--font-head);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--teal);margin-bottom:24px}.proj-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:48px}.proj-feature-block{background:var(--card);border:1px solid var(--border-subtle);border-radius:8px;padding:28px}.proj-feature-block-title{font-family:var(--font-head);font-size:14px;font-weight:700;color:var(--white);margin-bottom:16px;display:flex;align-items:center;gap:10px}.proj-feature-block-title span{width:28px;height:28px;border-radius:6px;background:var(--teal-mid);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:14px}.proj-feature-list{list-style:none;display:flex;flex-direction:column;gap:10px}.proj-feature-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#bbb;line-height:1.5}.proj-feature-list li::before{content:'✓';color:var(--teal);font-size:12px;margin-top:2px;flex-shrink:0}.proj-description{font-size:15px;color:#bbb;line-height:1.8;padding-top:32px;border-top:1px solid var(--border-subtle)}.proj-sidebar{position:sticky;top:92px}.proj-sidebar .form-card{border-radius:10px}.proj-amenities{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}.amenity-chip{display:inline-flex;align-items:center;gap:6px;background:var(--card);border:1px solid var(--border-subtle);border-radius:100px;padding:7px 14px;font-size:12px;color:var(--muted);font-family:var(--font-head);font-weight:600;transition:border-color 0.2s,color 0.2s}.amenity-chip:hover{border-color:var(--teal);color:var(--teal)}@media (max-width:900px){.proj-hero-inner{grid-template-columns:1fr}.proj-price-box{min-width:auto}.proj-gallery{grid-template-columns:1fr 1fr;grid-template-rows:180px 180px 180px}.proj-gallery-item:first-child{grid-row:1 / 2;grid-column:1 / 3}.proj-content-grid{grid-template-columns:1fr}.proj-features-grid{grid-template-columns:1fr}.proj-sidebar{position:static}.proj-hero{padding:110px 24px 60px}}.nav-logo-img-link img{height:40px;width:auto;max-width:220px;object-fit:contain;display:block;transition:opacity 0.2s}.nav-logo-img-link:hover img{opacity:.85}.footer-brand .nav-logo-img-link img{height:48px;max-width:260px}#mainNav{align-items:center}.about-desc{white-space:normal}.about-video-content{padding:24px 32px 32px;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;text-align:center}.about-video-stats{width:100%;display:flex;align-items:flex-start;justify-content:center;gap:56px;flex-wrap:wrap}.about-video-stat{min-width:150px;display:flex;flex-direction:column;align-items:center;text-align:center}.about-video-stat-num{font-family:var(--font-display);font-size:36px;color:var(--teal);line-height:1}.about-video-stat-label{font-size:14px;color:var(--muted);margin-top:8px;line-height:1.4}.about-video-cta-wrap{display:flex;justify-content:center;width:100%}@media (max-width:768px){.about-card-main{padding:24px}.about-video-content{padding:22px 18px 24px}.about-video-stats{gap:28px}.about-video-stat{min-width:120px}.about-video-stat-num{font-size:30px}.about-video-stat-label{font-size:13px}}.thankyou-page{min-height:100vh;position:relative;overflow:hidden;background:linear-gradient(180deg,#0d1415 0%,var(--black) 100%);padding:140px 48px 96px}.thankyou-page::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgb(78 195 196 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(78 195 196 / .03) 1px,transparent 1px);background-size:60px 60px}.thankyou-inner{position:relative;z-index:1;max-width:980px;margin:0 auto}.thankyou-card{background:var(--card);border:1px solid var(--border-subtle);border-radius:10px;padding:56px 48px;text-align:center}.thankyou-icon{width:88px;height:88px;border-radius:999px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:var(--teal-mid);border:1px solid var(--border);color:var(--teal);font-size:42px}.thankyou-title{font-family:var(--font-head);font-size:clamp(34px, 5vw, 58px);line-height:1.05;color:var(--white);margin:0 0 18px}.thankyou-desc{max-width:720px;margin:0 auto 28px;font-family:var(--font-body);font-size:17px;line-height:1.8;color:var(--muted)}.thankyou-note{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;background:var(--teal-mid);border:1px solid var(--border);border-radius:999px;font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin-bottom:32px}.thankyou-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:40px}.thankyou-links{border-top:1px solid var(--border-subtle);padding-top:28px}.thankyou-links-title{font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}.thankyou-links-grid{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.thankyou-link{padding:10px 16px;border:1px solid var(--border-subtle);border-radius:4px;color:var(--muted);text-decoration:none;font-family:var(--font-head);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:border-color 0.2s,color 0.2s}.thankyou-link:hover{border-color:var(--teal);color:var(--teal)}.page-title,.tip-featured-title,.tip-title,.tip-link,.blog-hero-title,.blog-related-title,.blog-related-card-title,.prevnext-title{font-family:var(--font-head);letter-spacing:normal}.page-subtitle,.tip-featured-excerpt,.tip-date,.tip-excerpt,.blog-date,.blog-hero-excerpt,.blog-content,.blog-content p,.blog-content li,.blog-callout,.blog-related-card-date{font-family:var(--font-body)}.blog-content h2,.blog-content h3,.blog-share-label,.share-btn,.prevnext-label{font-family:var(--font-head)}@media (max-width:900px){.thankyou-page{padding:120px 24px 72px}.thankyou-card{padding:40px 24px}.thankyou-desc{font-size:16px}}.proj-price-context{margin-bottom:18px;font-size:13px;color:var(--teal);font-family:var(--font-head);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.proj-typology-section{padding:28px 48px 0}.proj-typology-inner,.proj-typology-showcase-inner{max-width:1200px;margin:0 auto}.proj-typology-nav{display:flex;gap:12px;flex-wrap:wrap}.proj-typology-chip{appearance:none;border:1px solid var(--border-subtle);background:var(--card);border-radius:8px;padding:14px 18px;min-width:220px;text-align:left;cursor:pointer;transition:border-color 0.2s,transform 0.2s,background 0.2s}.proj-typology-chip:hover,.proj-typology-chip.is-active{border-color:var(--teal);background:rgb(78 195 196 / .08);transform:translateY(-2px)}.proj-typology-chip-title{display:block;font-family:var(--font-head);font-size:15px;font-weight:700;color:var(--white);margin-bottom:6px}.proj-typology-chip-meta{display:block;font-size:12px;color:var(--muted);line-height:1.5}.proj-typology-showcase{padding:36px 48px 0}.proj-typology-showcase-inner{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:32px;align-items:start}.proj-gallery--dynamic{margin-bottom:18px}.proj-plan-card,.proj-typology-summary-card,.proj-benefit-card,.proj-calc-placeholder,.proj-extra-option,.proj-extra-total{background:var(--card);border:1px solid var(--border-subtle);border-radius:10px}.proj-plan-card{padding:20px}.proj-plan-card-header{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:16px}.proj-plan-card img{width:100%;display:block;border-radius:8px;border:1px solid var(--border-subtle);background:#0f1214}.proj-plan-empty{min-height:140px;display:flex;align-items:center;justify-content:center;color:var(--muted);text-align:center;line-height:1.6;background:var(--card2);border-radius:8px;padding:20px}.proj-typology-summary-card{padding:28px}.proj-typology-summary-top{display:flex;gap:18px;justify-content:space-between;align-items:flex-start;margin-bottom:22px}.proj-typology-summary-name{font-family:var(--font-head);font-size:28px;font-weight:800;color:var(--white);line-height:1.05;margin-bottom:8px}.proj-typology-summary-layout{font-size:14px;color:var(--muted)}.proj-typology-status{white-space:nowrap;padding:8px 12px;border-radius:999px;background:rgb(78 195 196 / .1);border:1px solid rgb(78 195 196 / .18);color:var(--teal);font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.proj-typology-status.is-off{background:rgb(255 255 255 / .04);border-color:rgb(255 255 255 / .08);color:#d4d4d8}.proj-typology-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:22px}.proj-typology-metric{background:var(--card2);border:1px solid var(--border-subtle);border-radius:8px;padding:14px}.proj-typology-metric span,.proj-price-stack-label{display:block;font-size:11px;color:var(--muted);font-family:var(--font-head);font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px}.proj-typology-metric strong{font-size:16px;color:var(--white);font-weight:700}.proj-price-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px}.proj-price-stack>div{background:var(--card2);border:1px solid var(--border-subtle);border-radius:8px;padding:16px}.proj-price-stack-old,.proj-price-stack-new{font-family:var(--font-display);font-size:34px;line-height:1}.proj-price-stack-old{color:#f8fafc;opacity:.55;text-decoration:line-through}.proj-price-stack-old.is-muted{opacity:1;text-decoration:none}.proj-price-stack-new{color:var(--teal)}.proj-typology-copy{font-size:14px;line-height:1.75;color:var(--muted);padding-top:18px;border-top:1px solid var(--border-subtle)}.proj-dynamic-block{margin-bottom:36px}.proj-extras-grid,.proj-benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.proj-extra-option{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;font-size:14px;color:var(--white)}.proj-extra-option input{margin-right:10px}.proj-extra-option span{flex:1}.proj-extra-option strong{color:var(--teal);font-family:var(--font-head);font-weight:700}.proj-extra-option.is-disabled{opacity:.7}.proj-extra-total{margin-top:14px;padding:16px 18px;color:var(--muted);font-size:14px}.proj-extra-total strong{color:var(--white)}.proj-benefit-card{padding:20px}.proj-benefit-title{font-family:var(--font-head);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:12px}.proj-benefit-text{font-size:14px;line-height:1.7;color:var(--muted)}.proj-calc-placeholder{padding:24px;margin-bottom:40px}.proj-calc-placeholder-title{font-family:var(--font-head);font-size:17px;font-weight:800;color:var(--white);margin-bottom:10px}.proj-calc-placeholder p{font-size:14px;line-height:1.7;color:var(--muted)}.proj-gallery--general{margin-top:8px}@media (max-width:900px){.proj-typology-section,.proj-typology-showcase,.proj-gallery--general{padding-left:24px;padding-right:24px}.proj-typology-showcase-inner,.proj-typology-metrics,.proj-price-stack,.proj-extras-grid,.proj-benefits-grid{grid-template-columns:1fr}.proj-typology-chip{min-width:100%}}.proj-price-old{font-family:var(--font-head);font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgb(255 255 255 / .45);text-decoration:line-through;margin-bottom:10px}.proj-price-delta{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgb(78 195 196 / .12);border:1px solid rgb(78 195 196 / .22);color:var(--teal);font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.proj-price-mini-benefits{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.proj-price-mini-chip{display:inline-flex;align-items:center;padding:7px 10px;border-radius:999px;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .08);color:var(--white);font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.proj-typology-nav{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:thin;scroll-snap-type:x proximity}.proj-typology-chip{flex:0 0 240px;scroll-snap-align:start;box-shadow:0 6px 18px rgb(0 0 0 / .12)}.proj-typology-chip.is-active{box-shadow:0 14px 34px rgb(0 0 0 / .22)}.proj-price-stack-savings{margin-top:10px;font-size:12px;color:var(--teal);font-family:var(--font-head);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.proj-opportunity-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:18px}.proj-opportunity-item{background:linear-gradient(180deg,rgb(78 195 196 / .08),rgb(78 195 196 / .02));border:1px solid rgb(78 195 196 / .14);border-radius:8px;padding:14px}.proj-opportunity-item.is-neutral{background:var(--card2);border-color:var(--border-subtle)}.proj-opportunity-item span{display:block;margin-bottom:8px;color:var(--muted);font-family:var(--font-head);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.proj-opportunity-item strong{color:var(--white);font-size:14px;line-height:1.45}.proj-extra-total{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}#projExtraSelectionSummary{color:var(--teal);font-size:12px;font-family:var(--font-head);font-weight:700;letter-spacing:.06em}.proj-calc-placeholder{background:linear-gradient(180deg,rgb(78 195 196 / .06),rgb(78 195 196 / .02))}@media (max-width:900px){.proj-price-mini-benefits{margin-bottom:16px}.proj-typology-nav{gap:10px}.proj-typology-chip{flex-basis:88%;min-width:88%}.proj-opportunity-strip{grid-template-columns:1fr}}.proj-section-heading-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.proj-media-switch{display:inline-flex;align-items:center;gap:8px;padding:6px;background:var(--card);border:1px solid var(--border-subtle);border-radius:999px}.proj-media-switch-btn{appearance:none;border:0;background:#fff0;color:var(--muted);font-family:var(--font-head);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:10px 14px;border-radius:999px;cursor:pointer;transition:background 0.2s,color 0.2s}.proj-media-switch-btn:hover,.proj-media-switch-btn.is-active{background:var(--teal-mid);color:var(--teal)}.proj-media-switch-btn:disabled{opacity:.45;cursor:not-allowed}.proj-media-mode-label{margin-bottom:14px;font-size:12px;color:var(--muted);font-family:var(--font-head);text-transform:uppercase;letter-spacing:.08em}.proj-sidebar-live-card{background:linear-gradient(135deg,rgb(78 195 196 / .14),rgb(78 195 196 / .05));border:1px solid rgb(78 195 196 / .18);border-radius:10px;padding:18px 18px 16px;margin-bottom:16px}.proj-sidebar-live-label{font-family:var(--font-head);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--teal);margin-bottom:8px}.proj-sidebar-live-title{font-family:var(--font-head);font-size:20px;font-weight:800;color:var(--white);line-height:1.15;margin-bottom:8px}.proj-sidebar-live-meta{font-size:14px;color:var(--white);margin-bottom:8px}.proj-sidebar-live-note{font-size:13px;color:var(--muted);line-height:1.5}@media (max-width:900px){.proj-section-heading-row{align-items:flex-start}.proj-media-switch{width:100%;justify-content:flex-start;overflow-x:auto}.proj-media-switch-btn{white-space:nowrap}}.proj-hero-inner,.proj-typology-inner,.proj-typology-showcase-inner,.proj-content-grid,.proj-gallery{max-width:1380px}.proj-typology-section{padding:22px 32px 0}.proj-typology-showcase{padding:28px 32px 0}.proj-content-grid{margin:42px auto 0;grid-template-columns:minmax(0,1.38fr) minmax(270px,300px);gap:28px}.proj-sidebar{top:84px}.proj-sidebar-live-card{padding:16px 16px 14px;margin-bottom:14px}.proj-sidebar-live-title{font-size:18px;margin-bottom:6px}.proj-sidebar-live-meta,.proj-sidebar-live-note{font-size:12px}.proj-sidebar .form-card{padding:18px}.proj-sidebar .form-title{margin-bottom:14px}.proj-sidebar .field label{font-size:11px}.proj-sidebar .field input,.proj-sidebar .field select{min-height:44px;padding:10px 12px}.proj-sidebar .form-note{font-size:11px;line-height:1.55}.proj-calc-placeholder,#projectMortgageCalculator{margin-bottom:28px}#projectMortgageCalculator .tdh-calculator-shell{border-radius:18px!important}@media (max-width:1200px){.proj-hero-inner,.proj-typology-inner,.proj-typology-showcase-inner,.proj-content-grid,.proj-gallery{max-width:100%}.proj-content-grid{grid-template-columns:minmax(0,1fr) minmax(250px,280px);gap:22px}}@media (max-width:1024px){.proj-content-grid,.proj-typology-showcase-inner{grid-template-columns:1fr}.proj-sidebar{position:static}}@media (max-width:900px){.proj-typology-section,.proj-typology-showcase,.proj-gallery--general,.proj-hero,section[style="padding:64px 48px;"]{padding-left:20px!important;padding-right:20px!important}.proj-content-grid{margin-top:28px;gap:18px}.proj-section-title{margin-bottom:14px}.proj-dynamic-block{margin-bottom:22px}}@media (max-width:640px){.proj-price-box,.proj-sidebar .form-card,.proj-plan-card,.proj-typology-summary-card,.proj-benefit-card,.proj-extra-option,.proj-extra-total,.proj-calc-placeholder{border-radius:14px}}.proj-content-grid--b{align-items:start}.proj-b-main{display:grid;gap:22px}.proj-b-card{background:linear-gradient(180deg,rgb(22 24 25 / .96),rgb(19 22 24 / .96));border:1px solid rgb(255 255 255 / .06);border-radius:18px;padding:22px}.proj-b-kicker{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--teal);margin-bottom:10px}.proj-b-heading{font-family:var(--font-head);font-size:24px;font-weight:700;letter-spacing:-.03em;line-height:1.15;margin:0 0 10px;color:var(--white)}.proj-b-copy{color:var(--muted);font-size:14px;line-height:1.7;margin:0 0 18px}.proj-b-split,.proj-b-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.proj-b-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px}.proj-b-meta-item,.proj-b-meta-row,.proj-b-info-card{background:rgb(255 255 255 / .02);border:1px solid rgb(255 255 255 / .05);border-radius:14px}.proj-b-meta-item{padding:16px}.proj-b-meta-item span{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.proj-b-meta-item strong{display:block;color:var(--white);font-family:var(--font-head);font-size:18px;line-height:1.2}.proj-b-meta-list{display:grid;gap:10px}.proj-b-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;color:var(--white)}.proj-b-meta-row span{color:var(--muted);font-size:13px}.proj-b-meta-row strong{color:var(--teal);font-family:var(--font-head);font-size:16px}.proj-b-info-card{padding:18px}.proj-b-info-card--full{grid-column:1 / -1}.proj-b-info-title{font-family:var(--font-head);font-size:14px;font-weight:700;color:var(--white);margin-bottom:12px}.proj-description--within{padding-top:0;border-top:0}.proj-gallery--inside{padding:0}.proj-b-card .proj-dynamic-block,.proj-b-card .proj-benefits-grid,.proj-b-card #projectMortgageCalculator{margin-bottom:0}.proj-b-card .proj-extra-total{background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .05);border-radius:14px}@media (max-width:1100px){.proj-b-split,.proj-b-info-grid,.proj-b-meta-grid{grid-template-columns:1fr}}@media (max-width:768px){.proj-b-card{padding:18px;border-radius:16px}.proj-b-heading{font-size:21px}.proj-b-meta-row{flex-direction:column;align-items:flex-start}}.proj-c-top{padding:104px 48px 28px;border-bottom:1px solid rgb(255 255 255 / .05);background:radial-gradient(circle at top right,rgb(78 195 196 / .08),transparent 28%),linear-gradient(180deg,rgb(10 10 10 / .92),rgb(10 10 10 / .78))}.proj-c-top-inner{max-width:1360px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.45fr) 360px;gap:24px;align-items:start}.proj-c-top-copy{display:grid;gap:12px}.proj-c-top-description{margin:0;max-width:780px;color:var(--muted);font-size:16px;line-height:1.7}.proj-c-selector{max-width:1360px;margin:24px auto 0}.proj-price-box--compact{padding:22px;background:linear-gradient(180deg,rgb(22 24 25 / .96),rgb(19 22 24 / .96));border:1px solid rgb(255 255 255 / .06);border-radius:18px}.proj-content-grid--c{max-width:1360px;margin:0 auto;padding:28px 48px 48px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.proj-c-main{display:grid;gap:22px}.proj-c-media-grid{display:grid;grid-template-columns:minmax(0,1.2fr) 360px;gap:18px;align-items:start}.proj-b-card--media-summary #projectTypologyMedia{display:grid;gap:14px}.proj-plan-card.is-empty{display:none}.proj-b-card--commercial-context .proj-b-copy,.proj-b-card--benefits .proj-b-copy,.proj-b-card--project-meta .proj-b-copy,.proj-b-card--calculator .proj-b-copy,.proj-b-card--project-info .proj-b-copy{max-width:840px}.proj-b-card--commercial-context .proj-extra-total{margin-top:14px;background:rgb(255 255 255 / .03);border:1px solid rgb(255 255 255 / .05)}.proj-extras-grid--triple{grid-template-columns:repeat(3,minmax(0,1fr))}.proj-extra-option--bonus strong{color:var(--teal)}.proj-sidebar{position:sticky;top:96px;display:grid;gap:16px}.proj-sidebar .form-card,.proj-sidebar-live-card{border-radius:18px}.proj-b-card--project-info .proj-b-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.proj-b-card--project-gallery .proj-gallery{margin-top:0}@media (max-width:1200px){.proj-c-top-inner,.proj-content-grid--c,.proj-c-media-grid{grid-template-columns:1fr}.proj-sidebar{position:static}}@media (max-width:768px){.proj-c-top{padding:96px 20px 22px}.proj-content-grid--c{padding:22px 20px 32px}.proj-c-top-description{font-size:15px}.proj-extras-grid--triple,.proj-b-card--project-info .proj-b-info-grid{grid-template-columns:1fr}}.proj-c-top-inner{grid-template-columns:minmax(0,1.5fr) 340px;gap:20px}.proj-content-grid--c{grid-template-columns:minmax(0,1fr) 320px;gap:20px}.proj-c-media-grid{grid-template-columns:minmax(0,1.05fr) 320px;gap:16px}.proj-b-main{gap:18px}.proj-b-card{padding:18px;border-radius:16px}.proj-b-kicker{font-size:10px;margin-bottom:8px}.proj-b-heading{font-size:20px;margin-bottom:8px}.proj-b-copy{font-size:13px;line-height:1.6;margin-bottom:14px}.proj-typology-summary-card{padding:22px}.proj-typology-summary-top{gap:14px;margin-bottom:18px}.proj-typology-summary-name{font-size:22px;margin-bottom:6px}.proj-typology-summary-layout{font-size:13px}.proj-typology-status{padding:7px 10px;font-size:10px}.proj-typology-metrics{gap:10px;margin-bottom:18px}.proj-typology-metric{padding:12px}.proj-typology-metric span,.proj-price-stack-label{font-size:10px;margin-bottom:6px}.proj-typology-metric strong{font-size:15px}.proj-price-stack{gap:12px;margin-bottom:16px}.proj-price-stack>div{padding:14px}.proj-price-stack-old,.proj-price-stack-new{font-size:28px}.proj-opportunity-strip{gap:10px}.proj-opportunity-item{padding:12px 14px}.proj-opportunity-item strong{font-size:15px}.proj-b-split{grid-template-columns:1fr}.proj-b-info-grid{gap:16px}.proj-benefits-grid{grid-template-columns:1fr}.proj-benefit-card{padding:16px}.proj-benefit-title{font-size:11px;margin-bottom:10px}.proj-benefit-text{font-size:13px;line-height:1.6}.proj-gallery--dynamic{max-width:none;margin:0;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto auto;gap:10px}.proj-gallery--dynamic .proj-gallery-item{aspect-ratio:1 / 1;border-radius:12px}.proj-gallery--dynamic .proj-gallery-item:first-child{grid-column:1 / -1;grid-row:1}.proj-gallery--dynamic .proj-gallery-item:nth-child(n+2){grid-row:2}.proj-gallery--general{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto auto;gap:10px}.proj-gallery--general .proj-gallery-item{aspect-ratio:1 / 1;border-radius:12px}.proj-gallery--general .proj-gallery-item:first-child{grid-column:1 / -1;grid-row:1}.proj-gallery--general .proj-gallery-item:nth-child(n+2){grid-row:2}.proj-extras-grid--triple{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.proj-extra-option{display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px 16px;min-height:58px;font-size:13px}.proj-extra-option input{width:16px;height:16px;margin:0;accent-color:var(--teal)}.proj-extra-option span{font-size:13px;line-height:1.35}.proj-extra-option strong{font-size:14px}.proj-extra-total{margin-top:12px;padding:14px 16px;font-size:13px}.proj-b-meta-item{padding:14px}.proj-b-meta-item strong{font-size:16px}.proj-b-meta-row{padding:12px 14px}.proj-b-meta-row strong{font-size:15px}.proj-sidebar{gap:14px}.proj-sidebar-live-card{padding:18px}.proj-sidebar-live-title{font-size:18px}@media (max-width:1100px){.proj-c-top-inner,.proj-content-grid--c,.proj-c-media-grid{grid-template-columns:1fr}.proj-extras-grid--triple{grid-template-columns:1fr}}@media (max-width:768px){.proj-b-card{padding:16px}.proj-b-heading{font-size:18px}.proj-typology-summary-card{padding:18px}.proj-typology-summary-name{font-size:20px}.proj-price-stack-old,.proj-price-stack-new{font-size:24px}.proj-gallery--dynamic,.proj-gallery--general{grid-template-columns:repeat(2,minmax(0,1fr))}.proj-gallery--dynamic .proj-gallery-item:first-child,.proj-gallery--general .proj-gallery-item:first-child{grid-column:1 / -1}}.proj-gallery-item img,.proj-plan-card img{cursor:zoom-in}.proj-lightbox-overlay{position:fixed;inset:0;background:rgb(5 9 12 / .92);display:none;align-items:center;justify-content:center;padding:28px;z-index:9999}.proj-lightbox-overlay.is-open{display:flex}.proj-lightbox-dialog{position:relative;width:min(92vw, 1280px);max-height:92vh;display:grid;grid-template-columns:56px minmax(0,1fr) 56px;align-items:center;gap:14px}.proj-lightbox-stage{position:relative;background:rgb(255 255 255 / .02);border:1px solid rgb(255 255 255 / .08);border-radius:18px;overflow:hidden;min-height:220px}.proj-lightbox-stage img{display:block;width:100%;height:auto;max-height:82vh;object-fit:contain;background:#05090c}.proj-lightbox-close{position:absolute;top:-10px;right:-10px;width:44px;height:44px;border-radius:999px;border:1px solid rgb(255 255 255 / .12);background:rgb(15 20 23 / .96);color:#fff;font-size:26px;line-height:1;cursor:pointer;z-index:2}.proj-lightbox-nav{width:56px;height:56px;border-radius:999px;border:1px solid rgb(255 255 255 / .1);background:rgb(15 20 23 / .96);color:#fff;font-size:26px;line-height:1;cursor:pointer}.proj-lightbox-nav[disabled]{opacity:.35;cursor:default}.proj-lightbox-caption{position:absolute;left:14px;right:14px;bottom:14px;padding:10px 12px;border-radius:12px;background:rgb(5 9 12 / .74);color:#d8e0e6;font-size:13px;line-height:1.45}@media (max-width:768px){.proj-lightbox-overlay{padding:14px}.proj-lightbox-dialog{width:100%;grid-template-columns:1fr;gap:10px}.proj-lightbox-stage img{max-height:74vh}.proj-lightbox-close{top:10px;right:10px;width:40px;height:40px}.proj-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:42px;height:42px;font-size:22px}.proj-lightbox-nav--prev{left:8px}.proj-lightbox-nav--next{right:8px}}body,input,textarea,select,button,.archive,.single,.page,.page-template-page-tips,.post-type-archive-proyecto,.single-post,.single-proyecto{font-family:var(--font-body)}h1,h2,h3,h4,h5,h6,.page-template-page-tips .tips-hero-title,.post-type-archive-proyecto .projects-title,.single-post .entry-title,.single-proyecto .proj-name,.single-proyecto .proj-b-heading,.single-proyecto .proj-typology-summary-name{font-family:var(--font-head)}.proj-c-media-grid{grid-template-columns:minmax(0,1fr) 420px}.proj-gallery--dynamic,.proj-gallery--general{max-width:none;margin:0;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto auto;gap:10px}.proj-gallery--dynamic .proj-gallery-item,.proj-gallery--general .proj-gallery-item{aspect-ratio:1 / 1;border-radius:14px}.proj-gallery--dynamic .proj-gallery-item:first-child,.proj-gallery--general .proj-gallery-item:first-child{grid-column:1 / -1;grid-row:1}.proj-gallery--dynamic .proj-gallery-item:nth-child(n+2),.proj-gallery--general .proj-gallery-item:nth-child(n+2){grid-row:2}.proj-typology-summary-card{padding:20px}.proj-typology-summary-top{align-items:flex-start;gap:12px}.proj-typology-status{white-space:normal;text-align:center;max-width:140px;line-height:1.2;align-self:flex-start}.proj-price-stack--vertical{grid-template-columns:1fr}.proj-price-stack--vertical .proj-price-stack-old.is-compare{text-decoration:none;opacity:1;color:#cfd6dc;font-family:var(--font-head);font-size:22px}.proj-price-stack--vertical .proj-price-stack-new{font-size:30px}.proj-opportunity-strip{display:grid;grid-template-columns:1fr;gap:10px}.proj-opportunity-item{padding:12px 14px;min-height:unset}.proj-opportunity-item span{display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.proj-opportunity-item strong{display:block;font-size:18px;line-height:1.3}.proj-opportunity-item strong small{display:block;font-size:12px;color:var(--muted);font-weight:600;margin-top:4px}.proj-b-split{grid-template-columns:1fr}.proj-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.proj-extra-option{grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px 16px;min-height:56px}.proj-extra-option input{width:16px;height:16px;margin:0;accent-color:var(--teal)}.proj-extra-option--bonus input{width:14px;height:14px}.proj-extra-option span{font-size:13px;line-height:1.35}.proj-extra-option strong{font-size:14px;text-align:right}@media (max-width:1200px){.proj-c-media-grid{grid-template-columns:1fr}}@media (max-width:768px){.proj-gallery--dynamic,.proj-gallery--general{grid-template-columns:repeat(2,minmax(0,1fr))}.proj-gallery--dynamic .proj-gallery-item:first-child,.proj-gallery--general .proj-gallery-item:first-child{grid-column:1 / -1}.proj-benefits-grid{grid-template-columns:1fr}}.td-single-redesign{position:relative;overflow:hidden;background:#050809;color:#fff;padding:72px 0 96px;min-height:100vh}.td-single-redesign:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(8 19 21 / .95),rgb(5 8 9 / .88) 42%,rgb(7 13 15 / .98)),radial-gradient(circle at 70% 20%,rgb(78 195 196 / .16),transparent 32%);pointer-events:none}.td-single-bg-glow{position:absolute;width:520px;height:520px;border-radius:50%;filter:blur(70px);opacity:.22;pointer-events:none}.td-single-bg-glow--one{top:80px;left:-160px;background:#4ec3c4}.td-single-bg-glow--two{top:120px;right:-160px;background:#124f55}.td-single-shell{position:relative;z-index:1;width:min(1560px,calc(100% - 56px));margin:0 auto}.td-back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:34px;color:#65eeee;text-transform:uppercase;letter-spacing:.16em;font-size:13px;font-weight:800;text-decoration:none}.td-hero-grid{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(420px,1.15fr) minmax(340px,.68fr);gap:24px;align-items:stretch}.td-hero-copy,.td-gallery-panel,.td-decision-card,.td-panel,.td-lead-form-panel{background:linear-gradient(145deg,rgb(255 255 255 / .055),rgb(255 255 255 / .025));border:1px solid rgb(78 195 196 / .2);box-shadow:0 24px 90px rgb(0 0 0 / .34);border-radius:28px}.td-hero-copy{padding:42px;display:flex;flex-direction:column;justify-content:center;min-height:620px}.td-eyebrow,.td-section-label{display:block;color:#59e3e4;text-transform:uppercase;letter-spacing:.22em;font-weight:900;font-size:13px}.td-eyebrow--small{font-size:11px;margin-bottom:5px}.td-hero-title{font-size:clamp(54px,7vw,104px);line-height:.92;margin:20px 0 22px;letter-spacing:-.06em;color:#fff}.td-hero-subtitle{font-size:22px;line-height:1.45;color:rgb(255 255 255 / .72);max-width:640px}.td-hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin:28px 0}.td-pill{display:inline-flex;padding:10px 13px;border-radius:999px;border:1px solid rgb(78 195 196 / .22);background:rgb(4 14 17 / .72);color:rgb(255 255 255 / .78);font-weight:750;font-size:13px}.td-pill--strong{color:#68eeee;background:rgb(78 195 196 / .12)}.td-key-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:auto}.td-metric-card{min-height:118px;border-radius:20px;padding:20px;background:rgb(0 8 12 / .64);border:1px solid rgb(78 195 196 / .18)}.td-metric-card span,.td-metric-card small{display:block;color:rgb(255 255 255 / .58);font-size:13px}.td-metric-card strong{display:block;margin:8px 0 4px;font-size:25px;line-height:1.1}.td-mini-benefits{display:flex;flex-direction:column;gap:6px;margin-top:8px}.td-mini-benefits em,.proj-price-mini-chip{font-style:normal;color:#61e8e8;font-size:12px}.td-gallery-panel{padding:20px}.td-gallery-topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:16px;padding:8px 6px}.td-gallery-topbar strong{font-size:18px}.td-media-switch{display:flex;gap:8px}.td-media-switch .proj-media-switch-btn{border:1px solid rgb(78 195 196 / .22);background:rgb(255 255 255 / .04);color:rgb(255 255 255 / .72);border-radius:999px;padding:9px 12px;font-weight:800;cursor:pointer}.td-media-switch .proj-media-switch-btn.is-active{background:#4ec3c4;color:#031010}.td-photo-grid,.td-gallery-panel .proj-gallery--dynamic{display:grid!important;grid-template-columns:1.35fr .8fr;grid-template-rows:260px 170px 170px;gap:12px}.td-photo-grid .proj-gallery-item:first-child,.td-gallery-panel .proj-gallery--dynamic .proj-gallery-item:first-child{grid-row:1/3}.td-photo-grid .proj-gallery-item:nth-child(4),.td-gallery-panel .proj-gallery--dynamic .proj-gallery-item:nth-child(4){grid-column:1/3}.td-photo-grid .proj-gallery-item:nth-child(n+5),.td-gallery-panel .proj-gallery--dynamic .proj-gallery-item:nth-child(n+5){display:none}.td-photo-item,.td-gallery-panel .proj-gallery-item{overflow:hidden;border-radius:20px;border:1px solid rgb(255 255 255 / .1);background:rgb(255 255 255 / .05);min-height:120px}.td-photo-item img,.td-gallery-panel .proj-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.td-photo-item:hover img,.td-gallery-panel .proj-gallery-item:hover img{transform:scale(1.04)}.td-gallery-placeholder{height:100%;display:grid;place-items:center;text-align:center;color:rgb(255 255 255 / .45)}.td-plan-card{margin-top:12px;border-radius:20px;overflow:hidden;border:1px solid rgb(78 195 196 / .18);background:rgb(0 0 0 / .3)}.td-plan-card img{width:100%;max-height:340px;object-fit:contain;background:#0b1114}.td-decision-card{padding:28px;position:sticky;top:92px;align-self:start;border-color:rgb(78 195 196 / .45);background:linear-gradient(150deg,rgb(16 82 82 / .45),rgb(5 11 14 / .85) 48%,rgb(5 8 9 / .94))}.td-decision-header span{display:block;color:#5deaea;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900}.td-decision-header h2{font-size:35px;line-height:1.05;margin:12px 0;color:#fff}.td-decision-header p{color:rgb(255 255 255 / .68);line-height:1.5}.td-selector-block{margin:24px 0}.td-typology-list{display:grid;gap:10px;margin-top:12px}.td-typology-option{width:100%;text-align:left;border:1px solid rgb(78 195 196 / .24);background:rgb(0 8 12 / .62);border-radius:18px;padding:18px 18px;color:#fff;cursor:pointer}.td-typology-option.is-active{border-color:#5eeeea;background:rgb(78 195 196 / .12);box-shadow:0 0 0 1px rgb(78 195 196 / .26) inset}.proj-typology-chip-title{display:block;font-weight:900;font-size:18px}.proj-typology-chip-meta{display:block;margin-top:5px;color:rgb(255 255 255 / .6)}.td-live-card{border-radius:18px;padding:18px;background:rgb(0 0 0 / .28);border:1px solid rgb(255 255 255 / .12);display:grid;gap:6px}.td-live-card span{color:#59e3e4;text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:900}.td-live-card strong{font-size:22px}.td-live-card small,.td-live-card em{color:rgb(255 255 255 / .64);font-style:normal}.td-primary-cta,.td-secondary-cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:58px;border-radius:16px;margin-top:16px;text-decoration:none;font-weight:950}.td-primary-cta{background:linear-gradient(90deg,#4ec3c4,#56f0e8);color:#031010}.td-secondary-cta{border:1px solid rgb(78 195 196 / .4);color:#fff;background:rgb(0 0 0 / .16)}.td-section{margin-top:24px}.td-split-section{display:grid;grid-template-columns:1fr 1fr;gap:24px}.td-panel{padding:30px}.td-panel h2,.td-lead-copy h2{font-size:32px;margin:10px 0;color:#fff}.td-panel p,.td-lead-copy p{color:rgb(255 255 255 / .68);line-height:1.6}.td-summary-dynamic{background:transparent!important;border:0!important;padding:0!important}.proj-typology-summary-top,.proj-typology-metrics,.proj-price-stack,.proj-opportunity-strip{margin-top:14px}.proj-typology-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.proj-typology-metric,.proj-opportunity-item,.proj-benefit-card,.td-info-card{border-radius:16px;padding:16px;background:rgb(0 8 12 / .56);border:1px solid rgb(78 195 196 / .15)}.proj-typology-metric span,.proj-opportunity-item span{display:block;color:rgb(255 255 255 / .54);font-size:12px}.proj-typology-metric strong,.proj-opportunity-item strong{display:block;color:#fff;margin-top:4px}.proj-price-stack-new{font-size:26px;font-weight:950;color:#5deaea}.proj-price-stack-old{text-decoration:line-through;color:rgb(255 255 255 / .45)}.proj-extras-grid{display:grid;gap:12px}.proj-extra-option{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:16px;padding:16px;background:rgb(0 8 12 / .58);border:1px solid rgb(78 195 196 / .16);color:#fff}.proj-extra-option input{accent-color:#4ec3c4}.proj-extra-total{margin-top:14px;color:rgb(255 255 255 / .66)}.proj-extra-total strong{color:#5deaea}.td-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.proj-benefit-title{font-weight:900;color:#5deaea;margin-bottom:6px}.proj-benefit-text{color:rgb(255 255 255 / .75)}.td-calc-host{margin-top:22px;border-radius:22px!important;min-height:220px;background:rgb(0 8 12 / .55)!important;border:1px dashed rgb(78 195 196 / .28)!important}.td-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.td-info-card--full{grid-column:1/-1}.td-photo-row{display:grid!important;grid-template-columns:repeat(5,1fr);gap:12px}.td-row-photo{height:170px;border-radius:18px;overflow:hidden}.td-row-photo img{width:100%;height:100%;object-fit:cover}.td-lead-form-panel{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:start;margin-top:24px;padding:34px}.td-form-card{background:rgb(0 8 12 / .58)!important;border-color:rgb(78 195 196 / .18)!important}.td-lead-copy{padding:10px 0}.amenity-chip{border:1px solid rgb(78 195 196 / .18);background:rgb(78 195 196 / .08);color:#fff;border-radius:999px;padding:9px 12px;display:inline-flex;margin:4px}.proj-feature-list{padding-left:18px;color:rgb(255 255 255 / .72)}@media(max-width:1180px){.td-hero-grid{grid-template-columns:1fr}.td-hero-copy{min-height:auto}.td-decision-card{position:relative;top:auto}.td-split-section,.td-lead-form-panel{grid-template-columns:1fr}.td-benefits-grid,.td-info-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.td-single-redesign{padding:34px 0 70px}.td-single-shell{width:min(100% - 28px,1560px)}.td-hero-copy,.td-gallery-panel,.td-decision-card,.td-panel,.td-lead-form-panel{border-radius:22px;padding:22px}.td-hero-title{font-size:54px}.td-hero-subtitle{font-size:18px}.td-key-metrics,.td-benefits-grid,.td-info-grid{grid-template-columns:1fr}.td-photo-grid,.td-gallery-panel .proj-gallery--dynamic{grid-template-columns:1fr;grid-template-rows:none}.td-photo-grid .proj-gallery-item,.td-gallery-panel .proj-gallery--dynamic .proj-gallery-item{height:210px;grid-column:auto!important;grid-row:auto!important}.td-photo-grid .proj-gallery-item:nth-child(n+4),.td-gallery-panel .proj-gallery--dynamic .proj-gallery-item:nth-child(n+4){display:none}.td-gallery-topbar{align-items:flex-start;flex-direction:column}.td-panel h2,.td-lead-copy h2,.td-decision-header h2{font-size:27px}.proj-typology-metrics{grid-template-columns:1fr}.td-photo-row{grid-template-columns:1fr}.td-row-photo{height:210px}}.td-manual-sim{margin:22px 0;padding:18px;border:1px solid rgb(116 255 214 / .18);border-radius:24px;background:linear-gradient(135deg,rgb(14 39 43 / .92),rgb(5 18 24 / .92));box-shadow:inset 0 1px 0 rgb(255 255 255 / .06)}.td-manual-sim.is-active{border-color:rgb(116 255 214 / .45);box-shadow:0 20px 60px rgb(0 0 0 / .25),0 0 0 1px rgb(116 255 214 / .12) inset}.td-manual-sim__head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.td-manual-sim__head strong{display:block;color:#fff;font-size:clamp(18px, 2vw, 24px);margin-top:4px}.td-manual-sim__head p{margin:6px 0 0;color:rgb(255 255 255 / .68);max-width:720px}.td-switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;user-select:none;color:rgb(255 255 255 / .82);font-weight:700;white-space:nowrap}.td-switch input{position:absolute;opacity:0;pointer-events:none}.td-switch span{width:54px;height:30px;border-radius:999px;background:rgb(255 255 255 / .14);border:1px solid rgb(255 255 255 / .18);position:relative;transition:.2s ease}.td-switch span::after{content:'';position:absolute;width:22px;height:22px;top:3px;left:4px;border-radius:50%;background:#fff;transition:.2s ease}.td-switch input:checked+span{background:rgb(116 255 214 / .35);border-color:rgb(116 255 214 / .55)}.td-switch input:checked+span::after{transform:translateX(23px);background:#74ffd6}.td-manual-sim__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}.td-manual-sim__grid label{display:grid;gap:8px;padding:12px;border-radius:18px;background:rgb(255 255 255 / .055);border:1px solid rgb(255 255 255 / .10)}.td-manual-sim__grid label span{color:rgb(255 255 255 / .70);font-size:13px;font-weight:700}.td-manual-sim__grid input{width:100%;border:1px solid rgb(255 255 255 / .16);background:rgb(2 12 16 / .72);color:#fff;border-radius:14px;padding:12px 14px;font-weight:800;outline:none}.td-manual-sim__grid input:focus{border-color:rgb(116 255 214 / .65);box-shadow:0 0 0 3px rgb(116 255 214 / .12)}.td-manual-sim__result{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding-top:16px;border-top:1px solid rgb(255 255 255 / .10)}.td-manual-sim__result>div{flex:1;padding:14px;border-radius:18px;background:rgb(116 255 214 / .08);border:1px solid rgb(116 255 214 / .16)}.td-manual-sim__result span{display:block;color:rgb(255 255 255 / .68);font-size:13px;margin-bottom:4px}.td-manual-sim__result strong{color:#fff;font-size:22px}.td-manual-reset{border:0;cursor:pointer;align-self:stretch}@media (max-width:900px){.td-manual-sim__head,.td-manual-sim__result{flex-direction:column;align-items:stretch}.td-manual-sim__grid{grid-template-columns:1fr}}.td-manual-sim [hidden]{display:none!important}.td-manual-sim{outline:2px solid rgb(116 255 214 / .22);outline-offset:4px}.td-switch em{font-style:normal;color:#74ffd6}.td-manual-sim__grid::before{content:'Campos manuales opcionales';grid-column:1 / -1;display:block;color:#74ffd6;font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:12px}.td-standard-bonus-card{display:grid;gap:7px;padding:12px;border-radius:18px;background:rgb(116 255 214 / .08);border:1px solid rgb(116 255 214 / .20)}.td-standard-bonus-card span{color:rgb(255 255 255 / .70);font-size:13px;font-weight:700}.td-standard-bonus-card strong{color:#74ffd6;font-size:20px}.td-standard-bonus-card small{color:rgb(255 255 255 / .52);font-weight:700}.td-single-redesign{background:#f6f8f8;color:#061014;padding-bottom:48px;overflow:hidden}.td-single-redesign .td-single-shell{max-width:1440px;margin:0 auto;padding:22px 32px 46px;position:relative;z-index:1}.td-single-redesign .td-back-link{display:inline-flex;align-items:center;gap:8px;margin:0 0 18px;color:#34434a;font-weight:800;text-decoration:none}.td-single-redesign .td-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:18px;align-items:start}.td-single-redesign .td-hero-copy{position:relative;min-height:560px;border-radius:0 0 0 24px;overflow:hidden;color:#fff;padding:70px 54px 44px;background:linear-gradient(90deg,rgb(4 13 17 / .96) 0%,rgb(4 13 17 / .82) 48%,rgb(4 13 17 / .34) 100%),var(--td-project-hero-bg,linear-gradient(135deg,#071217,#23333a));box-shadow:0 18px 50px rgb(6 16 20 / .12)}.td-single-redesign .td-hero-copy:before{content:"";position:absolute;inset:0;background:var(--td-project-hero-image,none) center/cover no-repeat;z-index:-2;opacity:.95}.td-single-redesign .td-hero-copy:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgb(4 13 17 / .96) 0%,rgb(4 13 17 / .76) 50%,rgb(4 13 17 / .22) 100%);z-index:-1}.td-single-redesign .td-eyebrow{color:#16c7b7;font-size:17px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px}.td-single-redesign .td-eyebrow--small{font-size:12px;letter-spacing:.16em;margin-bottom:6px;display:block}.td-single-redesign .td-hero-title{font-size:clamp(48px,7vw,92px);line-height:.92;margin:0 0 22px;letter-spacing:-.065em;color:#fff}.td-single-redesign .td-hero-subtitle{font-size:clamp(20px,2.2vw,29px);line-height:1.35;max-width:760px;color:#eef5f5;margin:0 0 42px}.td-clean-dynamic-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));background:rgb(6 16 20 / .84);border:1px solid rgb(255 255 255 / .18);border-radius:16px;backdrop-filter:blur(14px);overflow:hidden;margin-top:42px;max-width:100%}.td-clean-metric-card{min-height:128px;display:flex;flex-direction:column;justify-content:center;padding:23px 26px;border-right:1px solid rgb(255 255 255 / .16)}.td-clean-metric-card:last-child{border-right:0}.td-clean-metric-card span{font-size:19px;line-height:1.25;color:#c5d0d4}.td-clean-metric-card strong{display:block;margin-top:8px;color:#fff;font-size:clamp(26px,2.4vw,34px);line-height:1.05;letter-spacing:-.035em}.td-clean-metric-card strong#tdMetricArriendo{font-size:clamp(23px,2vw,30px)}.td-single-redesign .td-gallery-panel{background:#fff;border:1px solid #dfe8e8;border-radius:16px;padding:18px;box-shadow:0 8px 28px rgb(6 16 20 / .06)}.td-single-redesign .td-gallery-topbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:16px}.td-single-redesign .td-gallery-topbar strong{display:block;font-size:18px;color:#061014}.td-single-redesign .td-media-switch{display:flex;gap:8px;background:#eef6f5;border-radius:999px;padding:5px}.td-single-redesign .proj-media-switch-btn{border:0;background:#fff0;border-radius:999px;padding:8px 12px;font-weight:800;color:#0a8f84;cursor:pointer}.td-single-redesign .proj-media-switch-btn.is-active{background:#fff;color:#061014;box-shadow:0 3px 12px rgb(6 16 20 / .08)}.td-single-redesign .td-photo-grid,.td-single-redesign .proj-gallery--dynamic{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:repeat(4,120px);gap:10px}.td-single-redesign .td-photo-item,.td-single-redesign .proj-gallery-item{border-radius:12px;overflow:hidden;background:#edf3f3}.td-single-redesign .td-photo-item--1,.td-single-redesign .proj-gallery-item:first-child{grid-row:span 4}.td-single-redesign .proj-gallery-item img,.td-single-redesign .td-photo-item img{width:100%;height:100%;object-fit:cover;display:block}.td-single-redesign .gallery-placeholder,.td-single-redesign .td-gallery-placeholder{height:100%;display:grid;place-items:center;text-align:center;color:#728086;background:#edf3f3}.td-single-redesign .proj-media-mode-label{display:none}.td-single-redesign .td-plan-card,.td-single-redesign .proj-plan-card{margin-top:12px;background:#f8fbfb;border:1px solid #dfe8e8;border-radius:12px;padding:12px}.td-single-redesign .proj-plan-card img{width:100%;height:auto;border-radius:8px}.td-single-redesign .td-decision-card,.td-single-redesign .td-panel,.td-single-redesign .td-lead-form-panel{background:#fff;border:1px solid #dfe8e8;border-radius:16px;box-shadow:0 8px 28px rgb(6 16 20 / .06)}.td-single-redesign .td-decision-card{position:sticky;top:96px;padding:24px}.td-single-redesign .td-decision-header span,.td-single-redesign .td-section-label{color:#0a8f84;font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:12px}.td-single-redesign .td-decision-header h2{font-size:28px;line-height:1.05;margin:8px 0 10px;color:#061014}.td-single-redesign .td-decision-header p,.td-single-redesign .td-panel p{color:#66737a;line-height:1.5}.td-single-redesign .td-typology-list{display:grid;gap:10px;margin:14px 0 20px}.td-single-redesign .td-typology-option{width:100%;text-align:left;border:1px solid #dfe8e8;background:#fff;border-radius:12px;padding:16px;cursor:pointer}.td-single-redesign .td-typology-option.is-active{border-color:#16c7b7;background:#effcfa}.td-single-redesign .proj-typology-chip-title{display:block;font-weight:900;color:#061014}.td-single-redesign .proj-typology-chip-meta{display:block;color:#66737a;margin-top:5px}.td-single-redesign .td-live-card{background:linear-gradient(135deg,#effcfa,#e7f8f4);border-radius:12px;padding:18px;margin:20px 0}.td-single-redesign .proj-sidebar-live-label{display:block;color:#0a8f84;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.td-single-redesign .proj-sidebar-live-title{display:block;font-size:24px;margin-top:8px}.td-single-redesign .proj-sidebar-live-meta,.td-single-redesign .proj-sidebar-live-note{display:block;color:#66737a;margin-top:6px}.td-single-redesign .td-primary-cta,.td-single-redesign .td-secondary-cta{display:flex;align-items:center;justify-content:center;width:100%;min-height:54px;border-radius:10px;font-weight:900;text-decoration:none;margin-top:12px}.td-single-redesign .td-primary-cta{background:#061014;color:#fff}.td-single-redesign .td-secondary-cta{background:#fff;color:#0a8f84;border:1px solid #0a8f84}.td-single-redesign .td-section{margin-top:22px}.td-single-redesign .td-panel{padding:28px}.td-single-redesign .td-split-section{display:grid;grid-template-columns:1fr 1fr;gap:18px}.td-single-redesign .td-panel h2{color:#061014;font-size:30px;line-height:1.1;margin:10px 0 12px}.td-single-redesign .td-benefits-grid,.td-single-redesign .proj-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:18px}.td-single-redesign .proj-benefit-card{background:#f7fbfb;border:1px solid #dfe8e8;border-radius:12px;padding:18px}.td-single-redesign .proj-benefit-title{font-weight:900;color:#061014}.td-single-redesign .proj-benefit-text{color:#66737a;margin-top:8px}.td-single-redesign .td-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:18px}.td-single-redesign .td-info-card{background:#f7fbfb;border:1px solid #dfe8e8;border-radius:12px;padding:20px}.td-single-redesign .td-info-card--full{grid-column:1/-1}.td-single-redesign .proj-b-info-title{font-weight:900;margin-bottom:12px}.td-single-redesign .td-project-gallery .td-photo-row{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:18px}.td-single-redesign .td-row-photo{height:160px;border-radius:12px;overflow:hidden}.td-single-redesign .td-row-photo img{width:100%;height:100%;object-fit:cover}.td-single-redesign .td-lead-form-panel{margin-top:28px;padding:28px;display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:start}.td-single-redesign .td-lead-copy h2{font-size:34px;margin:10px 0}.td-single-redesign .td-form-card{box-shadow:none;border:1px solid #dfe8e8;border-radius:14px;background:#fff}@media(max-width:1100px){.td-single-redesign .td-hero-grid{grid-template-columns:1fr}.td-single-redesign .td-decision-card{position:static}.td-single-redesign .td-hero-copy{min-height:auto}.td-single-redesign .td-gallery-panel{order:2}.td-single-redesign .td-decision-card{order:3}.td-single-redesign .td-split-section,.td-single-redesign .td-lead-form-panel{grid-template-columns:1fr}.td-single-redesign .td-photo-grid,.td-single-redesign .proj-gallery--dynamic{grid-template-rows:repeat(3,120px)}}@media(max-width:720px){.td-single-redesign .td-single-shell{padding:18px}.td-single-redesign .td-hero-copy{padding:42px 24px 28px;border-radius:18px}.td-clean-dynamic-metrics{grid-template-columns:1fr;margin-top:28px}.td-clean-metric-card{border-right:0;border-bottom:1px solid rgb(255 255 255 / .16);min-height:104px}.td-clean-metric-card:last-child{border-bottom:0}.td-single-redesign .td-photo-grid,.td-single-redesign .proj-gallery--dynamic{grid-template-columns:1fr;grid-template-rows:none}.td-single-redesign .proj-gallery-item,.td-single-redesign .td-photo-item{height:220px}.td-single-redesign .td-photo-item--1,.td-single-redesign .proj-gallery-item:first-child{grid-row:auto}.td-single-redesign .td-info-grid,.td-single-redesign .td-project-gallery .td-photo-row{grid-template-columns:1fr}.td-single-redesign .td-row-photo{height:220px}}:root{--font-display:'Bebas Neue', sans-serif;--font-head:'DM Sans', sans-serif;--font-body:'DM Sans', sans-serif}html,body{font-family:var(--font-body);font-size:16px}body,p,li,input,select,textarea{font-family:var(--font-body)!important}button,.btn,.nav-links a,.nav-cta,.footer-col-title,.form-submit,.section-label,.td-section-label,.eyebrow,.badge,.project-badge,label{font-family:var(--font-head)!important}.nav-links a{font-size:13px!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important}.nav-cta,button,.btn,.form-submit{font-size:14px!important;font-weight:700!important;letter-spacing:.08em!important}.nav-logo,.hero-title,.hero h1,.section-title,.section h1,.section h2,.final-form-title,.footer-logo,.metric-number,.project-price,.archive-title,.page-title,.entry-title,.error-code{font-family:var(--font-display)!important;font-weight:400!important;letter-spacing:.01em}.hero-title,.hero h1{font-size:clamp(72px,9vw,130px);line-height:.86}.section-title,.section h2,.archive-title,.page-title{font-size:clamp(44px,5vw,72px);line-height:.92}.final-form-title{font-size:clamp(52px,6vw,90px);line-height:.92}.section-label,.td-section-label,.eyebrow{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.project-card h3,.project-title,.review-name{font-family:var(--font-head)!important;font-weight:700}.project-card h3,.project-title{font-size:18px}.project-card .project-type,.project-meta,.footer-desc,.footer-links a,.review-text{font-family:var(--font-body)!important}.footer-col-title{font-size:12px!important;letter-spacing:.14em!important;text-transform:uppercase!important}.footer-links a,.footer-desc{font-size:14px!important}.footer-bottom{font-family:var(--font-body)!important;font-size:13px!important}.td-clean-single{font-family:var(--font-body)!important}.td-clean-single .hero h1{font-family:var(--font-display)!important;font-size:clamp(72px,9vw,130px)!important;line-height:.86!important;font-weight:400!important}.td-clean-single .lead{font-family:var(--font-head)!important;font-size:clamp(14px,1.5vw,17px)!important;line-height:1.65!important}.td-clean-single .metric strong,.td-clean-single .price-box strong,.td-clean-single .result strong{font-family:var(--font-display)!important;font-weight:400!important}.td-clean-single .metric span,.td-clean-single .mini-icons div,.td-clean-single .row,.td-clean-single .note,.td-clean-single .project-description p{font-family:var(--font-body)!important}.td-clean-single .panel h3,.td-clean-single .panel h4,.td-clean-single label,.td-clean-single .select-card strong,.td-clean-single .btn,.td-clean-single .td-form .form-submit{font-family:var(--font-head)!important}.td-clean-single .section h2,.td-clean-single .project-description h2,.td-clean-single .cta-strip h2,.td-clean-single .td-lead-horizontal__copy h2{font-family:var(--font-body)!important;font-size:clamp(28px,2.8vw,38px)!important;line-height:1.14!important;font-weight:800!important;letter-spacing:-.025em!important;text-transform:none!important}.hero-title,.hero h1{font-size:clamp(50px,6.3vw,91px)!important;line-height:.86!important}@media(max-width:680px){.hero-title,.hero h1{font-size:45px!important}}.hero-bg{--hero-bg-opacity:var(--hero-bg-opacity, 1)}.td-clean-single .panel h3,.td-clean-single .panel h4,.td-clean-single .section-head h2,.td-clean-single .project-description h2,.td-clean-single .cta-strip h2,.td-clean-single .td-lead-horizontal__copy h2,.td-clean-single .select-card strong{font-family:var(--font-body)!important;text-transform:none!important;letter-spacing:-.02em!important}.td-clean-single .panel h3,.td-clean-single .panel h4{font-size:clamp(24px,2.2vw,32px)!important;line-height:1.16!important;font-weight:800!important}.td-clean-single .section-head h2,.td-clean-single .project-description h2,.td-clean-single .cta-strip h2,.td-clean-single .td-lead-horizontal__copy h2{font-size:clamp(28px,2.8vw,38px)!important;line-height:1.14!important;font-weight:800!important}.td-clean-single .select-card strong{font-size:18px!important;font-weight:800!important}.td-clean-single{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important}.td-clean-single .hero h1{font-family:var(--font-display,'Bebas Neue',Impact,sans-serif)!important;font-weight:400!important;letter-spacing:.01em!important;text-transform:uppercase!important}.td-clean-single h2,.td-clean-single .section-head h2,.td-clean-single .project-description h2,.td-clean-single .cta-strip h2,.td-clean-single .td-lead-horizontal__copy h2,.td-clean-single .panel h3,.td-clean-single .panel h4{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-weight:800!important;letter-spacing:-.025em!important;text-transform:none!important;line-height:1.14!important}.td-clean-single .section-head h2,.td-clean-single .project-description h2,.td-clean-single .cta-strip h2,.td-clean-single .td-lead-horizontal__copy h2{font-size:clamp(28px,2.8vw,38px)!important}.td-clean-single .panel h3,.td-clean-single .panel h4{font-size:clamp(23px,2vw,30px)!important}.td-clean-single .eyebrow,.td-clean-single .back,.td-clean-single .typologies-line strong,.td-clean-single .metric span,.td-clean-single label,.td-clean-single .cta-strip .tag,.td-clean-single .pill-link,.td-clean-single .photo-count,.td-clean-single .form-note,.td-clean-single .note{font-family:var(--font-head,'DM Sans',system-ui,sans-serif)!important}.td-clean-single label{font-size:13px!important;line-height:1.35!important;font-weight:700!important;letter-spacing:.02em!important;text-transform:none!important;color:#5d6b72!important}.td-clean-single .eyebrow,.td-clean-single .typologies-line strong,.td-clean-single .cta-strip .tag{font-weight:800!important;letter-spacing:.10em!important;text-transform:uppercase!important}.td-clean-single .lead,.td-clean-single p,.td-clean-single .sim-note,.td-clean-single .sim-note-small,.td-clean-single .project-description p,.td-clean-single input,.td-clean-single select,.td-clean-single textarea,.td-clean-single button{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important}.td-clean-single .select-card strong{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:18px!important;line-height:1.18!important;font-weight:800!important;letter-spacing:-.015em!important;text-transform:none!important}.td-clean-single .select-card span{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:14px!important;line-height:1.35!important;font-weight:500!important;letter-spacing:0!important}.td-clean-single .metric strong{font-family:var(--font-display,'Bebas Neue',Impact,sans-serif)!important;font-weight:400!important;font-size:clamp(22px,1.9vw,30px)!important;letter-spacing:.02em!important;line-height:.98!important;text-transform:uppercase!important}.td-clean-single .price-box strong{font-family:var(--font-display,'Bebas Neue',Impact,sans-serif)!important;font-weight:400!important;font-size:44px!important;letter-spacing:.02em!important}.td-clean-single .result strong,.td-clean-single .row b,.td-clean-single .sim-option strong{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-weight:800!important;letter-spacing:-.02em!important;text-transform:none!important}.td-clean-single .result strong{font-size:34px!important;line-height:1.05!important}.td-clean-single .btn,.td-clean-single .dark-btn,.td-clean-single .form-submit,.td-clean-single .td-form .form-submit{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important;font-size:15px!important}.td-clean-single .sim-option span{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:15px!important;font-weight:800!important;line-height:1.22!important;letter-spacing:-.01em!important;text-transform:none!important}.td-clean-single .sim-option small{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:12.5px!important;line-height:1.4!important;font-weight:500!important;letter-spacing:0!important;text-transform:none!important}.td-clean-single .photo-count,.td-clean-single .td-gallery-open .photo-count{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:14px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important}.td-clean-single .cta-strip .tag,.td-clean-single .td-lead-horizontal__label,.td-clean-single .td-lead-horizontal .tag{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:14px!important;line-height:1.25!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important}.td-clean-single .td-compact-calc{margin-top:42px;background:#fff;border:1px solid var(--td-line);border-radius:24px;box-shadow:0 18px 55px rgb(6 16 20 / .06);overflow:hidden}.td-clean-single .td-compact-calc__head{padding:24px 28px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--td-line)}.td-clean-single .td-compact-calc__kicker{display:block;color:var(--td-teal-2);font-family:var(--font-head,'DM Sans',system-ui,sans-serif);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px}.td-clean-single .td-compact-calc h2{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:clamp(25px,2.35vw,34px)!important;line-height:1.09!important;letter-spacing:-.025em!important;font-weight:800!important;margin:0 0 8px!important;text-transform:none!important}.td-clean-single .td-compact-calc__head p{color:#66757b;line-height:1.45;font-size:14px;max-width:760px;margin:0}.td-clean-single .td-compact-calc__pill{display:inline-flex;align-items:center;min-height:34px;border-radius:999px;border:1px solid #ccebea;background:#effafa;color:#2f7e7f;padding:8px 12px;font-size:12px;font-weight:800;white-space:nowrap}.td-clean-single .td-compact-calc__fields{padding:22px 28px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:14px;background:#fbfdfd;border-bottom:1px solid var(--td-line)}.td-clean-single .td-compact-calc .td-field{min-width:0}.td-clean-single .td-compact-calc label{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;display:block;color:#596970!important;font-size:12.5px!important;font-weight:800!important;line-height:1.25!important;margin:0 0 7px!important}.td-clean-single .td-compact-calc input,.td-clean-single .td-compact-calc select{height:48px!important;border:1px solid var(--td-line)!important;border-radius:11px!important;padding:0 12px!important;background:#fff!important;color:#061014!important;font-size:15px!important;font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important}.td-clean-single .td-compact-calc input[readonly],.td-clean-single .td-compact-calc input:disabled{background:#eef6f6!important;color:#405056!important;cursor:not-allowed}.td-clean-single .td-constant-badge{display:inline-flex;margin-top:6px;font-size:10.5px;font-weight:800;color:#2f7e7f;background:#e6f8f7;border:1px solid #ccebea;border-radius:999px;padding:4px 7px}.td-clean-single .td-disabled-message{display:none;margin-top:6px;color:#2f7e7f;font-size:11.5px;font-weight:700;line-height:1.25}.td-clean-single .is-bonus-active .td-disabled-message{display:block}.td-clean-single .td-compact-calc__toggles{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--td-line);background:#f4fbfb}.td-clean-single .td-compact-toggle{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:11px;align-items:center;min-height:80px;padding:15px 18px;border-right:1px solid var(--td-line);cursor:pointer}.td-clean-single .td-compact-toggle:last-child{border-right:0}.td-clean-single .td-compact-toggle.is-hidden{display:none}.td-clean-single .td-compact-toggle input{width:18px!important;height:18px!important;padding:0!important;margin:0!important;accent-color:var(--td-teal-2)}.td-clean-single .td-compact-toggle strong{display:block;font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:14px;font-weight:800;line-height:1.18}.td-clean-single .td-compact-toggle small{display:block;margin-top:3px;color:#66757b;font-size:11.5px;line-height:1.3}.td-clean-single .td-compact-toggle b{color:#2f7e7f;font-weight:800;font-size:13px;white-space:nowrap}.td-clean-single .td-compact-calc__result-area{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.td-clean-single .td-compact-result{padding:26px 28px;background:linear-gradient(135deg,#effcfa,#e6f7f5);border-right:1px solid #d0eeee}.td-clean-single .td-result-label{display:block;color:#405056;font-weight:800;font-size:13px;margin-bottom:8px}.td-clean-single .td-main-result{display:flex;align-items:flex-end;gap:7px;margin-bottom:5px}.td-clean-single .td-main-result strong{color:#2f7e7f;font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:clamp(36px,4vw,52px)!important;line-height:1!important;letter-spacing:-.045em!important;font-weight:800!important}.td-clean-single .td-main-result em{color:#061014;font-style:normal;font-size:16px;padding-bottom:6px}.td-clean-single .td-clp-small{color:#66757b;font-size:12.5px;margin-bottom:18px}.td-clean-single .td-result-row{display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgb(6 16 20 / .1);padding-top:10px;margin-top:10px;color:#314148;font-size:13.5px}.td-clean-single .td-result-row b{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-weight:800;white-space:nowrap}.td-clean-single .td-commercial-card{padding:26px 28px;background:#061014;color:#fff;display:flex;flex-direction:column;justify-content:center}.td-clean-single .td-breakdown{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:20px}.td-clean-single .td-breakdown-item{border:1px solid rgb(117 216 217 / .18);background:rgb(255 255 255 / .045);border-radius:12px;padding:11px}.td-clean-single .td-breakdown-item span{display:block;color:#9db0b4;font-size:11px;line-height:1.2;margin-bottom:5px}.td-clean-single .td-breakdown-item b{color:#fff;font-size:13px}.td-clean-single .td-commercial-card h3{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;margin:0 0 10px;font-size:clamp(22px,2.3vw,31px);line-height:1.08;letter-spacing:-.03em;font-weight:800;max-width:560px}.td-clean-single .td-commercial-card p{color:#d9e5e6;line-height:1.45;font-size:14px;margin:0 0 18px;max-width:680px}.td-clean-single .td-commercial-card .btn{min-height:50px}.td-clean-single .td-compact-calc .note{color:#7f8b8f;font-size:12px;line-height:1.4;margin:12px 0 0}@media(max-width:1100px){.td-clean-single .td-compact-calc__fields{grid-template-columns:1fr 1fr}.td-clean-single .td-compact-calc__toggles{grid-template-columns:1fr}.td-clean-single .td-compact-toggle{border-right:0;border-bottom:1px solid var(--td-line)}.td-clean-single .td-compact-toggle:last-child{border-bottom:0}.td-clean-single .td-compact-calc__result-area{grid-template-columns:1fr}.td-clean-single .td-compact-result{border-right:0;border-bottom:1px solid #d0eeee}.td-clean-single .td-breakdown{grid-template-columns:1fr 1fr}}@media(max-width:680px){.td-clean-single .td-compact-calc__head{display:block;padding:24px 20px}.td-clean-single .td-compact-calc__pill{margin-top:14px;white-space:normal}.td-clean-single .td-compact-calc__fields{grid-template-columns:1fr;padding:22px 20px}.td-clean-single .td-compact-toggle{grid-template-columns:24px minmax(0,1fr)}.td-clean-single .td-compact-toggle b{grid-column:2}.td-clean-single .td-compact-result,.td-clean-single .td-commercial-card{padding:24px 20px}.td-clean-single .td-breakdown{grid-template-columns:1fr}}.td-clean-single .td-constant-badge,.td-clean-single .td-commercial-card,.td-clean-single .td-breakdown{display:none!important}.td-clean-single .td-compact-calc__result-area{display:block!important}.td-clean-single .td-compact-result{border-right:0!important;border-bottom:0!important;border-radius:0!important}@media(min-width:900px){.td-clean-single .td-compact-result{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.2fr);column-gap:30px;align-items:center}.td-clean-single .td-compact-result .td-result-label,.td-clean-single .td-compact-result .td-main-result,.td-clean-single .td-compact-result .td-clp-small{grid-column:1}.td-clean-single .td-compact-result .td-result-row,.td-clean-single .td-compact-result .note{grid-column:2}.td-clean-single .td-compact-result .td-result-row:first-of-type{border-top:0;margin-top:0}}.td-clean-single .td-compact-calc__kicker{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:14px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:-.01em!important;text-transform:none!important;color:#2f7e7f!important}.td-clean-single .td-compact-calc__result-area{display:block!important;background:#f7fbfb!important}.td-clean-single .td-compact-result{display:grid!important;grid-template-columns:minmax(230px,.78fr) minmax(0,1.22fr)!important;gap:18px 28px!important;align-items:start!important;padding:24px 28px!important;background:#f7fbfb!important;border:0!important;border-radius:0!important}.td-clean-single .td-compact-result .td-result-label,.td-clean-single .td-compact-result .td-main-result,.td-clean-single .td-compact-result .td-clp-small{grid-column:1!important}.td-clean-single .td-compact-result .td-result-label{font-size:13px!important;color:#3f5056!important;margin:0 0 8px!important}.td-clean-single .td-compact-result .td-main-result{margin:0 0 8px!important}.td-clean-single .td-compact-result .td-main-result strong{font-size:clamp(36px,3.2vw,48px)!important;line-height:.96!important;color:#2f7e7f!important;letter-spacing:-.04em!important}.td-clean-single .td-compact-result .td-main-result em{font-size:15px!important;padding-bottom:5px!important}.td-clean-single .td-compact-result .td-clp-small{font-size:12.5px!important;line-height:1.35!important;color:#66757b!important;margin:0!important}.td-clean-single .td-compact-result .td-result-row{grid-column:2!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;min-height:46px!important;margin:0!important;padding:10px 14px!important;border:1px solid #dceaea!important;border-radius:12px!important;background:#ffffff!important;color:#34454c!important;font-size:13.5px!important}.td-clean-single .td-compact-result .td-result-row+.td-result-row{margin-top:8px!important}.td-clean-single .td-compact-result .td-result-row b{font-size:13.5px!important;color:#26363d!important;font-weight:800!important;white-space:nowrap!important}.td-clean-single .td-compact-result .note{grid-column:2!important;margin:8px 0 0!important;padding:0 2px!important;font-size:11.8px!important;line-height:1.4!important;color:#7c898d!important}@media(max-width:900px){.td-clean-single .td-compact-result{grid-template-columns:1fr!important;padding:22px 20px!important}.td-clean-single .td-compact-result .td-result-label,.td-clean-single .td-compact-result .td-main-result,.td-clean-single .td-compact-result .td-clp-small,.td-clean-single .td-compact-result .td-result-row,.td-clean-single .td-compact-result .note{grid-column:1!important}.td-clean-single .td-compact-result .td-clp-small{margin-bottom:6px!important}}.td-clean-single .td-compact-calc__head{align-items:center!important}.td-clean-single .td-compact-calc__head>div:first-child{max-width:760px!important}.td-clean-single .td-compact-calc__head p{display:none!important}.td-clean-single .td-result-details{grid-column:2!important;grid-row:1 / span 3!important;align-self:start!important;display:grid!important;gap:8px!important;margin:0!important;padding:0!important}.td-clean-single .td-compact-result .td-result-row{grid-column:auto!important;margin:0!important}.td-clean-single .td-compact-result .td-result-row+.td-result-row{margin-top:0!important}.td-clean-single .td-compact-result .note{grid-column:auto!important;margin:0!important;padding:0 2px!important}@media(max-width:900px){.td-clean-single .td-result-details{grid-column:1!important;grid-row:auto!important;margin-top:8px!important}}:root{--font-head:'DM Sans', sans-serif !important}body,button,input,select,textarea,.nav-menu,.nav-cta,.section-tag,.section-label,.td-section-label,.eyebrow,.tip-date,.tip-category,.tip-link,.tip-featured-title,.tip-card .tip-title,.blog-back,.blog-category-pill,.blog-date,.blog-hero-title,.single-post .entry-title,.single-post .blog-hero-title,.single-post .content-area h1,.single-post .content-area h2,.single-post .content-area h3,.page-template-page-tips .page-title,.page-template-page-tips .tip-title,.page-template-page-tips .tip-featured-title{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important}.tip-featured-title,.tip-card .tip-title{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-weight:800!important;letter-spacing:-.035em!important;line-height:1.06!important;text-transform:none!important;color:var(--white)!important}.tip-featured-title{font-size:clamp(34px,4vw,58px)!important;max-width:900px;margin-bottom:18px!important}.tip-card .tip-title{font-size:clamp(22px,2vw,30px)!important;margin-bottom:12px!important}.blog-hero-title,.single-post .entry-title{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-weight:800!important;letter-spacing:-.04em!important;line-height:1.05!important;text-transform:none!important}.tip-date,.tip-category,.tip-link,.blog-back,.blog-category-pill,.section-tag{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;letter-spacing:.04em!important}.hero-title,.hero h1,.nav-logo,.footer-logo,.metric-number,.project-price,.final-form-title{font-family:var(--font-display,'Bebas Neue',Impact,sans-serif)!important}@media(max-width:700px){.tip-featured-title{font-size:clamp(30px,10vw,44px)!important}.tip-card .tip-title{font-size:clamp(22px,7vw,32px)!important}}.hero-bg{--td-hero-image-opacity:var(--td-hero-image-opacity, 1);--hero-bg-opacity:var(--td-hero-image-opacity, 1)}.hero-bg::before{opacity:var(--td-hero-image-opacity,var(--hero-bg-opacity,1))!important}.filters-bar{padding:18px 32px!important}.filters-inner{gap:8px!important;max-width:1200px!important}.filter-label{font-size:10.5px!important;letter-spacing:.06em!important;margin-right:2px!important}.filter-btn{padding:6px 11px!important;font-size:10.5px!important;line-height:1.1!important;letter-spacing:.035em!important;border-radius:999px!important;min-height:30px!important}.filter-uf-range{display:flex;align-items:center;gap:7px;margin-left:4px;padding-left:10px;border-left:1px solid var(--border-subtle)}.filter-label-uf{margin:0!important}.filter-uf-input{width:92px;height:30px;border-radius:999px;border:1px solid var(--border-subtle);background:rgb(255 255 255 / .035);color:var(--white);font-family:var(--font-body);font-size:11px;padding:0 12px;outline:none}.filter-uf-input::placeholder{color:rgb(245 245 243 / .45)}.filter-uf-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgb(78 195 196 / .12)}.filter-clear-btn{height:30px;border-radius:999px;border:1px solid var(--border-subtle);background:#fff0;color:var(--muted);font-family:var(--font-body);font-size:10.5px;font-weight:700;padding:0 10px;cursor:pointer}.filter-clear-btn:hover{color:var(--teal);border-color:var(--teal)}.page-template-page-tips section{padding-top:42px!important;padding-bottom:42px!important}.page-template-page-tips .page-header{padding-bottom:46px!important}.tip-featured{grid-template-columns:.82fr 1.18fr!important;border-radius:8px!important}.tip-featured-img{min-height:240px!important}.tip-featured-body{padding:28px!important}.tip-featured-title{font-size:clamp(28px,3.2vw,44px)!important;line-height:1.08!important;margin-bottom:14px!important;letter-spacing:-.035em!important}.tip-featured-excerpt{font-size:14px!important;line-height:1.55!important}.tips-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.tip-img{height:145px!important;font-size:38px!important}.tip-body{padding:20px!important}.tip-date{font-size:11px!important;margin-bottom:8px!important}.tip-card .tip-title,.tip-title{font-size:clamp(19px,1.65vw,24px)!important;line-height:1.12!important;margin-bottom:10px!important;letter-spacing:-.025em!important}.tip-excerpt{font-size:13px!important;line-height:1.5!important;margin-bottom:14px!important}.tip-link{font-size:11px!important}@media(max-width:900px){.filters-bar{padding:14px 18px!important;top:64px}.filter-uf-range{width:100%;margin-left:0;padding-left:0;border-left:0;margin-top:4px}.filter-uf-input{flex:1;min-width:0}.tip-featured{grid-template-columns:1fr!important}.tip-featured-img{min-height:190px!important}.tips-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:640px){.tips-grid{grid-template-columns:1fr!important}.tip-img{height:160px!important}}.blog-cover{max-width:800px;margin:0 auto;padding:0 48px}.blog-cover-bottom{max-width:520px;margin:36px auto 0;padding:0}.blog-cover-bottom .blog-cover-real{width:100%!important;aspect-ratio:16/9!important;object-fit:cover!important;border-radius:10px!important;border:1px solid var(--border-subtle)!important;display:block!important;box-shadow:0 18px 48px rgb(0 0 0 / .22)}@media(max-width:700px){.blog-cover-bottom{max-width:100%;margin-top:28px}}.blog-cover-bottom{width:500px!important;max-width:500px!important;margin:36px auto 0!important;padding:0!important}.blog-cover-bottom .blog-cover-real{width:500px!important;height:500px!important;max-width:100%!important;aspect-ratio:1 / 1!important;object-fit:cover!important;border-radius:12px!important;border:1px solid var(--border-subtle)!important;display:block!important;box-shadow:0 18px 48px rgb(0 0 0 / .22)!important}@media(max-width:620px){.blog-cover-bottom{width:100%!important;max-width:100%!important;margin-top:28px!important}.blog-cover-bottom .blog-cover-real{width:100%!important;height:auto!important;aspect-ratio:1 / 1!important}}.blog-hero-inner,.blog-body{max-width:1080px!important}.blog-content{max-width:920px!important}.blog-related{max-width:1180px!important;width:min(1180px, calc(100% - 96px))!important;padding:0 0 64px!important;margin:0 auto!important}.blog-related-title{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:clamp(30px,3.4vw,46px)!important;line-height:1.05!important;font-weight:800!important;letter-spacing:-.035em!important;text-transform:none!important;margin-bottom:28px!important}.blog-related-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important;align-items:stretch!important}.blog-related-card{min-height:190px!important;padding:22px!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.blog-related-card-title{font-size:17px!important;line-height:1.25!important;font-weight:800!important;letter-spacing:-.015em!important}.blog-related-card-date{font-size:13px!important;color:var(--muted)!important;margin-top:20px!important}.blog-prevnext{max-width:1180px!important;width:min(1180px, calc(100% - 96px))!important;padding:0 0 72px!important;margin:0 auto!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:20px!important}.prevnext-btn{min-height:150px!important}@media(max-width:980px){.blog-related,.blog-prevnext{width:min(100% - 36px, 1180px)!important}.blog-related-grid{grid-template-columns:1fr!important}.blog-prevnext{grid-template-columns:1fr!important}}.about-video-box .td-video-embed,.form-video-wrap .td-video-embed,.video-wrap .td-video-embed{width:100%!important;height:100%!important;min-height:260px;display:block!important;border:0!important;border-radius:0!important}.about-video-box .td-video-file,.form-video-wrap .td-video-file,.video-wrap .td-video-file{object-fit:cover!important;background:#050505!important}.about-video-box .td-video-iframe,.form-video-wrap .td-video-iframe,.video-wrap .td-video-iframe{aspect-ratio:16 / 9;background:#050505!important}.about-video-box .td-video-oembed,.form-video-wrap .td-video-oembed,.video-wrap .td-video-oembed{position:relative;height:100%}.about-video-box .td-video-oembed iframe,.form-video-wrap .td-video-oembed iframe,.video-wrap .td-video-oembed iframe{width:100%!important;height:100%!important;min-height:260px;display:block!important;border:0!important}.about-grid{grid-template-columns:minmax(0,1fr) minmax(420px,560px)!important;gap:72px!important;align-items:center!important}.about-visual{width:100%!important;max-width:560px!important;justify-self:end!important}.about-card-main{width:100%!important;max-width:560px!important;padding:32px!important;overflow:hidden!important}.about-video-box{position:relative!important;width:100%!important;height:300px!important;max-height:300px!important;aspect-ratio:auto!important;overflow:hidden!important;background:#050505!important}.about-video-box .td-video-embed,.about-video-box video,.about-video-box iframe,.about-video-box .td-video-oembed,.about-video-box .td-video-oembed iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:300px!important;display:block!important;border:0!important}.about-video-box video,.about-video-box .td-video-file{object-fit:cover!important}.about-video-content{padding:22px 20px 26px!important}.about-video-stats{gap:42px!important}@media(max-width:900px){.about-grid{grid-template-columns:1fr!important;gap:40px!important}.about-visual,.about-card-main{max-width:100%!important;justify-self:stretch!important}.about-video-box{height:auto!important;max-height:none!important;aspect-ratio:16 / 9!important}.about-video-box .td-video-embed,.about-video-box video,.about-video-box iframe,.about-video-box .td-video-oembed,.about-video-box .td-video-oembed iframe{max-height:none!important}}.about-section .about-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(360px,560px)!important;gap:72px!important;align-items:center!important;max-width:1200px!important;margin-left:auto!important;margin-right:auto!important}.about-section .about-visual{width:100%!important;max-width:560px!important;justify-self:end!important}.about-section .about-card-main{width:100%!important;max-width:560px!important;box-sizing:border-box!important;padding:32px!important;overflow:hidden!important}.about-section .about-video-box{position:relative!important;width:100%!important;aspect-ratio:16/9!important;height:auto!important;max-height:315px!important;overflow:hidden!important;background:#050505!important}.about-section .about-video-box .td-video-embed,.about-section .about-video-box video,.about-section .about-video-box iframe,.about-section .about-video-box .td-video-oembed,.about-section .about-video-box .td-video-oembed iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;display:block!important;border:0!important}.about-section .about-video-box video,.about-section .about-video-box .td-video-file{object-fit:cover!important}@media(max-width:900px){.about-section .about-grid{grid-template-columns:1fr!important;gap:40px!important}.about-section .about-visual,.about-section .about-card-main{max-width:100%!important;justify-self:stretch!important}}@media(max-width:760px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}body{--td-mobile-pad:14px}section,.section,.container,.archive-container,.tips-container,.page-container{width:100%!important;max-width:100%!important;padding-left:var(--td-mobile-pad)!important;padding-right:var(--td-mobile-pad)!important;margin-left:0!important;margin-right:0!important}.section-title,.hero-title,.process-title,.page-title,.archive-title{overflow-wrap:break-word!important;word-break:normal!important;max-width:100%!important}.flip-cards-section,.flip-section,.benefits-flip-section{padding-left:var(--td-mobile-pad)!important;padding-right:var(--td-mobile-pad)!important}.flip-cards-grid,.flip-grid,.benefits-grid{width:100%!important;max-width:100%!important;grid-template-columns:1fr!important;gap:14px!important}.flip-card,.flip-card-inner,.flip-card-front,.flip-card-back,.benefit-card{width:100%!important;max-width:100%!important;min-width:0!important}.flip-card{min-height:260px!important}.flip-card-front,.flip-card-back{padding:28px 24px!important;overflow:hidden!important}.flip-card-front *,.flip-card-back *,.benefit-card *{max-width:100%!important;overflow-wrap:break-word!important;word-break:normal!important}.flip-card-title,.benefit-card-title{font-size:clamp(34px, 12vw, 54px)!important;line-height:.95!important}.flip-card-back p,.benefit-card p{font-size:16px!important;line-height:1.45!important}.process-section,.how-section,.como-funciona-section{padding-left:var(--td-mobile-pad)!important;padding-right:var(--td-mobile-pad)!important;overflow:hidden!important}.process-header,.process-intro,.how-header,.section-head{display:block!important;width:100%!important;max-width:100%!important}.process-title,.how-title{font-size:clamp(44px, 14vw, 64px)!important;line-height:.92!important;letter-spacing:.01em!important;max-width:100%!important;margin-bottom:22px!important}.process-steps,.steps-grid,.process-grid{grid-template-columns:1fr!important;gap:18px!important;width:100%!important;max-width:100%!important}.process-step,.step-card,.process-card{width:100%!important;max-width:100%!important;min-width:0!important}.process-cta,.process-button,.how-cta,.section-cta,.floating-cta{position:static!important;transform:none!important;width:100%!important;max-width:100%!important;margin:18px 0 0!important;display:flex!important;justify-content:center!important;text-align:center!important}.process-cta .btn,.how-cta .btn,.section-cta .btn,.floating-cta .btn{width:100%!important;max-width:100%!important}.filters-bar{width:100%!important;max-width:100%!important;padding:14px var(--td-mobile-pad)!important;overflow:visible!important}.filters-inner{width:100%!important;max-width:100%!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:8px!important;margin:0!important}.filter-label{width:100%!important;margin:0 0 2px!important;font-size:11px!important}.filter-btn{flex:0 1 auto!important;min-height:32px!important;padding:7px 12px!important;font-size:11px!important;line-height:1.05!important;white-space:nowrap!important}.filter-uf-range{width:100%!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important;margin:8px 0 0!important;padding:0!important;border-left:0!important}.filter-label-uf{width:auto!important;margin:0!important;white-space:nowrap!important}.filter-uf-input{width:100%!important;min-width:0!important;height:36px!important;padding:0 11px!important;font-size:13px!important}.filter-clear-btn{height:36px!important;padding:0 12px!important;white-space:nowrap!important;font-size:12px!important}.commune-group,.projects-grid,.archive-grid{width:100%!important;max-width:100%!important;grid-template-columns:1fr!important}.project-card{width:100%!important;max-width:100%!important}.form-section,.final-form-section,.lead-form-section,.contact-section,.td-form-section{width:100%!important;max-width:100%!important;padding-left:var(--td-mobile-pad)!important;padding-right:var(--td-mobile-pad)!important;overflow:hidden!important}.form-grid,.final-form-grid,.lead-form-grid,.td-form-grid{grid-template-columns:1fr!important;gap:22px!important;width:100%!important;max-width:100%!important}.form-card,.final-form-card,.lead-form-card,.td-form-card,.td-lead-card{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;padding:24px 18px!important;box-sizing:border-box!important}.form-row,.td-field-row{grid-template-columns:1fr!important;gap:14px!important}.form-card input,.form-card select,.form-card textarea,.final-form-card input,.final-form-card select,.final-form-card textarea,.lead-form-card input,.lead-form-card select,.lead-form-card textarea,.td-form-card input,.td-form-card select,.td-form-card textarea,.td-lead-card input,.td-lead-card select,.td-lead-card textarea{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.form-card button,.final-form-card button,.lead-form-card button,.td-form-card button,.td-lead-card button,.form-submit{width:100%!important;max-width:100%!important}}@media(max-width:420px){body{--td-mobile-pad:12px}.filter-uf-range{grid-template-columns:1fr 1fr!important}.filter-label-uf,.filter-clear-btn{grid-column:1 / -1!important;width:100%!important}.filter-clear-btn{justify-content:center!important}}@media(max-width:760px){.td-clean-single{overflow-x:hidden!important}.td-clean-single .page{padding-left:12px!important;padding-right:12px!important}.td-clean-single .hero{padding:34px 16px 22px!important;min-height:auto!important;border-radius:0 0 18px 18px!important}.td-clean-single .hero .eyebrow{font-size:12px!important;letter-spacing:.10em!important;margin-bottom:18px!important}.td-clean-single .hero h1{font-size:clamp(52px,18vw,78px)!important;line-height:.88!important;margin:18px 0 14px!important;max-width:100%!important}.td-clean-single .lead{font-size:14px!important;line-height:1.45!important;max-width:100%!important}.td-clean-single .typologies-line{margin-top:18px!important;font-size:13px!important;line-height:1.35!important}.td-clean-single .typologies-line strong{display:inline!important;font-size:11px!important;letter-spacing:.10em!important}.td-clean-single .hero-metrics{width:100%!important;max-width:100%!important;margin-top:18px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;backdrop-filter:none!important}.td-clean-single .hero-metrics .metric{width:100%!important;min-width:0!important;min-height:74px!important;padding:12px 12px!important;border:1px solid rgb(255 255 255 / .13)!important;border-radius:12px!important;background:rgb(6 16 20 / .86)!important;display:flex!important;align-items:center!important;gap:9px!important}.td-clean-single .hero-metrics .metric:nth-child(3){grid-column:1 / -1!important;min-height:70px!important}.td-clean-single .hero-metrics .metric .icon{font-size:18px!important;width:22px!important;min-width:22px!important;text-align:center!important}.td-clean-single .hero-metrics .metric span{font-size:11px!important;line-height:1.15!important;margin:0!important}.td-clean-single .hero-metrics .metric strong{font-size:clamp(19px,6.2vw,24px)!important;line-height:.98!important;margin-top:3px!important;letter-spacing:.02em!important;white-space:normal!important;overflow-wrap:break-word!important}.td-clean-single .hero-metrics .metric:nth-child(3) strong{font-size:clamp(18px,5.6vw,22px)!important}}@media(max-width:390px){.td-clean-single .page{padding-left:10px!important;padding-right:10px!important}.td-clean-single .hero{padding-left:14px!important;padding-right:14px!important}.td-clean-single .hero-metrics{gap:7px!important}.td-clean-single .hero-metrics .metric{padding:11px 10px!important;gap:8px!important;min-height:70px!important}.td-clean-single .hero-metrics .metric strong{font-size:20px!important}}@media(max-width:760px){.td-clean-single .back,.td-clean-single .back-link,.td-clean-single .project-back,.td-clean-single .volver-proyectos,.td-clean-single a[href*="/proyecto/"]{position:relative!important;z-index:5!important}.td-clean-single .hero{padding-top:58px!important;padding-left:12px!important;padding-right:12px!important;padding-bottom:18px!important;margin-top:0!important}.td-clean-single .hero>.back,.td-clean-single .hero>.back-link,.td-clean-single .hero>.project-back,.td-clean-single .hero>.volver-proyectos{display:flex!important;margin:0 0 18px!important;font-size:11px!important;letter-spacing:.10em!important;opacity:.9!important}.td-clean-single .hero .eyebrow{font-size:11px!important;line-height:1.2!important;margin-bottom:14px!important}.td-clean-single .hero h1{font-size:clamp(48px,15vw,66px)!important;line-height:.9!important;margin:12px 0 12px!important;letter-spacing:.005em!important}.td-clean-single .lead{font-size:13px!important;line-height:1.38!important}.td-clean-single .typologies-line{margin-top:14px!important;font-size:12px!important}.td-clean-single .typologies-line strong{font-size:10.5px!important;letter-spacing:.09em!important}.td-clean-single .hero-metrics{margin-top:14px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.td-clean-single .hero-metrics .metric{min-height:58px!important;padding:9px 10px!important;border-radius:10px!important;gap:7px!important}.td-clean-single .hero-metrics .metric:nth-child(3){grid-column:1 / -1!important;min-height:58px!important}.td-clean-single .hero-metrics .metric .icon{font-size:15px!important;width:18px!important;min-width:18px!important}.td-clean-single .hero-metrics .metric span{font-size:10.5px!important;line-height:1.1!important}.td-clean-single .hero-metrics .metric strong{font-size:clamp(16px,4.8vw,19px)!important;line-height:.98!important;margin-top:2px!important;letter-spacing:.01em!important}.td-clean-single .hero-metrics .metric:nth-child(3) strong{font-size:clamp(16px,4.8vw,19px)!important}.td-clean-single .hero-metrics .metric:nth-child(5) strong{font-size:clamp(15px,4.5vw,18px)!important;line-height:1!important}}@media(max-width:390px){.td-clean-single .hero{padding-top:54px!important;padding-left:10px!important;padding-right:10px!important}.td-clean-single .hero h1{font-size:clamp(44px,14vw,58px)!important}.td-clean-single .hero-metrics{gap:6px!important}.td-clean-single .hero-metrics .metric{min-height:54px!important;padding:8px 9px!important}.td-clean-single .hero-metrics .metric strong{font-size:16px!important}}@media(max-width:760px){.td-clean-single .td-compact-calc{margin-top:26px!important;border-radius:18px!important}.td-clean-single .td-compact-calc__head{padding:18px 16px 14px!important}.td-clean-single .td-compact-calc h2{font-size:clamp(22px,7vw,28px)!important;line-height:1.05!important;margin-bottom:6px!important}.td-clean-single .td-compact-calc__head p{font-size:12.5px!important;line-height:1.35!important}.td-clean-single .td-compact-calc__pill{min-height:28px!important;padding:6px 10px!important;font-size:11px!important;margin-top:10px!important}.td-clean-single .td-compact-calc__fields{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:16px 16px!important}.td-clean-single .td-compact-calc .td-field{min-width:0!important}.td-clean-single .td-compact-calc label{font-size:11.5px!important;line-height:1.2!important;margin-bottom:6px!important}.td-clean-single .td-compact-calc input,.td-clean-single .td-compact-calc select{height:44px!important;border-radius:10px!important;padding:0 11px!important;font-size:14px!important}.td-clean-single .td-disabled-message{font-size:10.5px!important;line-height:1.2!important;margin-top:5px!important}.td-clean-single .td-compact-calc__toggles{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:12px 16px!important;background:#f4fbfb!important;border-bottom:1px solid var(--td-line)!important}.td-clean-single .td-compact-toggle{min-height:82px!important;display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;gap:8px!important;align-items:start!important;padding:10px 10px!important;border:1px solid var(--td-line)!important;border-radius:12px!important;background:#fff!important}.td-clean-single .td-compact-toggle:last-child{border:1px solid var(--td-line)!important}.td-clean-single .td-compact-toggle input{width:17px!important;height:17px!important;margin-top:2px!important}.td-clean-single .td-compact-toggle strong{font-size:12.5px!important;line-height:1.12!important}.td-clean-single .td-compact-toggle small{font-size:10.5px!important;line-height:1.18!important;margin-top:3px!important}.td-clean-single .td-compact-toggle b{grid-column:2!important;font-size:12px!important;line-height:1!important;margin-top:2px!important}.td-clean-single .td-compact-toggle:nth-child(3){grid-column:1 / -1!important;min-height:68px!important;grid-template-columns:20px minmax(0,1fr) auto!important;align-items:center!important}.td-clean-single .td-compact-toggle:nth-child(3) b{grid-column:auto!important;align-self:center!important;margin-top:0!important}.td-clean-single .td-compact-calc__result-area{display:block!important}.td-clean-single .td-compact-result{padding:18px 16px!important;border-right:0!important;border-bottom:1px solid #d0eeee!important}.td-clean-single .td-result-label{font-size:12px!important;margin-bottom:6px!important}.td-clean-single .td-main-result{margin-bottom:5px!important;align-items:flex-end!important}.td-clean-single .td-main-result strong{font-size:clamp(34px,10vw,44px)!important;line-height:.95!important}.td-clean-single .td-main-result em{font-size:14px!important;padding-bottom:3px!important}.td-clean-single .td-clp-small{font-size:11.5px!important;margin-bottom:12px!important}.td-clean-single .td-compact-result .td-result-row{min-height:44px!important;margin-top:7px!important;padding:9px 11px!important;border:1px solid var(--td-line)!important;border-radius:10px!important;background:#fff!important;display:flex!important;align-items:center!important;gap:10px!important;font-size:12.5px!important}.td-clean-single .td-compact-result .td-result-row b{font-size:12.5px!important}.td-clean-single .td-compact-result .td-result-row:nth-of-type(n+2){width:100%!important}.td-clean-single .td-compact-result{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.td-clean-single .td-result-label,.td-clean-single .td-main-result,.td-clean-single .td-clp-small,.td-clean-single .td-compact-result .note{grid-column:1 / -1!important}.td-clean-single .td-compact-result .note{font-size:11px!important;line-height:1.35!important;margin:2px 0 0!important}.td-clean-single .td-commercial-card{padding:18px 16px!important}.td-clean-single .td-breakdown{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:14px!important}.td-clean-single .td-breakdown-item{padding:9px!important;border-radius:10px!important}.td-clean-single .td-breakdown-item span{font-size:10.5px!important}.td-clean-single .td-breakdown-item b{font-size:12px!important}}@media(max-width:390px){.td-clean-single .td-compact-calc__fields{grid-template-columns:1fr 1fr!important;gap:10px!important;padding-left:12px!important;padding-right:12px!important}.td-clean-single .td-compact-calc__toggles{padding-left:12px!important;padding-right:12px!important}.td-clean-single .td-compact-toggle{min-height:78px!important;padding:9px!important}.td-clean-single .td-compact-toggle strong{font-size:12px!important}.td-clean-single .td-compact-toggle small{font-size:10px!important}.td-clean-single .td-compact-result{padding-left:12px!important;padding-right:12px!important}.td-clean-single .td-compact-result .td-result-row{padding:8px 9px!important;font-size:11.5px!important}.td-clean-single .td-compact-result .td-result-row b{font-size:11.5px!important}}@media(max-width:760px){.td-clean-single .td-compact-result{display:block!important;width:100%!important;max-width:100%!important;padding:18px 16px!important;box-sizing:border-box!important}.td-clean-single .td-result-label,.td-clean-single .td-main-result,.td-clean-single .td-clp-small,.td-clean-single .td-compact-result .note{width:100%!important;max-width:100%!important}.td-clean-single .td-main-result{display:flex!important;align-items:flex-end!important;gap:7px!important}.td-clean-single .td-compact-result .td-result-row{width:100%!important;max-width:100%!important;min-height:42px!important;margin:8px 0 0!important;padding:10px 12px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important}.td-clean-single .td-compact-result .td-result-row span{flex:1 1 auto!important;min-width:0!important;line-height:1.25!important}.td-clean-single .td-compact-result .td-result-row b{flex:0 0 auto!important;text-align:right!important;white-space:nowrap!important}}@media(max-width:390px){.td-clean-single .td-compact-result{padding-left:12px!important;padding-right:12px!important}.td-clean-single .td-compact-result .td-result-row{padding:9px 10px!important;gap:10px!important}}.td-clean-single .td-mobile-tipologia-panel{display:none}@media(max-width:760px){.td-clean-single .td-mobile-tipologia-panel{display:block!important;width:calc(100% - 24px)!important;max-width:none!important;margin:12px auto 16px!important;padding:16px!important;background:#fff!important;border:1px solid var(--td-line)!important;border-radius:18px!important;box-shadow:0 12px 34px rgb(6 16 20 / .08)!important}.td-clean-single .td-mobile-tipologia-panel h3{font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:20px!important;line-height:1.1!important;letter-spacing:-.02em!important;margin:0 0 12px!important;font-weight:800!important;color:#061014!important;text-transform:none!important}.td-clean-single .td-mobile-tipologia-panel .select-card{margin:0!important;min-height:70px!important;padding:10px 12px!important;border-radius:14px!important;gap:11px!important}.td-clean-single .td-mobile-tipologia-panel .plan{width:44px!important;height:44px!important;flex:0 0 44px!important;border-radius:10px!important}.td-clean-single .td-mobile-tipologia-panel .select-card strong{font-size:15px!important;line-height:1.1!important}.td-clean-single .td-mobile-tipologia-panel .select-card span{font-size:12.5px!important;line-height:1.25!important}.td-clean-single .td-mobile-tipologia-details{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;margin:14px 0 0!important;text-align:center!important}.td-clean-single .td-mobile-tipologia-details div{min-width:0!important;font-size:10.5px!important;line-height:1.15!important;color:#66737a!important}.td-clean-single .td-mobile-tipologia-details strong{display:block!important;font-family:var(--font-body,'DM Sans',system-ui,sans-serif)!important;font-size:14px!important;line-height:1.05!important;font-weight:800!important;color:#061014!important;margin:5px 0 4px!important;white-space:normal!important}.td-clean-single .sidebar{display:none!important}}@media(max-width:390px){.td-clean-single .td-mobile-tipologia-panel{width:calc(100% - 20px)!important;padding:14px!important;margin-top:10px!important}.td-clean-single .td-mobile-tipologia-details{gap:4px!important}.td-clean-single .td-mobile-tipologia-details strong{font-size:13px!important}.td-clean-single .td-mobile-tipologia-details div{font-size:10px!important}}.td-clean-single .gallery.gallery-slider{display:block!important;position:relative!important;width:100%!important;height:460px!important;overflow:hidden!important;border-radius:20px!important;background:#d9e2e2!important;box-shadow:0 18px 46px rgb(6 16 20 / .08)!important}.td-clean-single .gallery-slider .td-gallery-main-card{display:block!important;width:100%!important;height:100%!important;padding:0!important;border:0!important;background:transparent!important;cursor:pointer!important;overflow:hidden!important}.td-clean-single .gallery-slider img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:opacity .28s ease,transform .6s ease!important}.td-clean-single .gallery-slider:hover img{transform:scale(1.015)!important}.td-clean-single .td-gallery-slider-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:5!important;width:44px!important;height:44px!important;border-radius:999px!important;border:1px solid rgb(255 255 255 / .24)!important;background:rgb(6 16 20 / .72)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:34px!important;line-height:1!important;cursor:pointer!important;backdrop-filter:blur(10px)!important;box-shadow:0 12px 30px rgb(0 0 0 / .24)!important}.td-clean-single .td-gallery-slider-prev{left:18px!important}.td-clean-single .td-gallery-slider-next{right:18px!important}.td-clean-single .gallery-slide-count{position:absolute!important;left:18px!important;bottom:18px!important;z-index:4!important;background:rgb(6 16 20 / .72)!important;color:#fff!important;border-radius:999px!important;padding:8px 12px!important;font-size:12px!important;font-weight:800!important;line-height:1!important;backdrop-filter:blur(10px)!important}.td-clean-single .gallery-slider .photo-count{right:18px!important;bottom:18px!important;z-index:4!important}@media(max-width:760px){.td-clean-single .gallery.gallery-slider{height:280px!important;border-radius:16px!important}.td-clean-single .td-gallery-slider-arrow{width:38px!important;height:38px!important;font-size:28px!important}.td-clean-single .td-gallery-slider-prev{left:10px!important}.td-clean-single .td-gallery-slider-next{right:10px!important}.td-clean-single .gallery-slide-count{left:10px!important;bottom:10px!important;font-size:11px!important;padding:7px 10px!important}.td-clean-single .gallery-slider .photo-count{right:10px!important;bottom:10px!important;font-size:12px!important;padding:9px 11px!important}}@media(min-width:761px){.td-clean-single .td-compact-calc__fields{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:26px!important;align-items:start!important}.td-clean-single .td-compact-calc__fields .td-field{display:grid!important;grid-template-rows:78px 48px auto!important;align-content:start!important;min-width:0!important}.td-clean-single .td-compact-calc__fields .td-field label{min-height:78px!important;height:78px!important;margin:0!important;display:flex!important;align-items:flex-start!important;padding:0!important}.td-clean-single .td-compact-calc__fields .td-field input,.td-clean-single .td-compact-calc__fields .td-field select{grid-row:2!important;width:100%!important}.td-clean-single .td-compact-calc__fields .td-disabled-message{grid-row:3!important;margin-top:10px!important;min-height:32px!important}}.td-clean-single .cta-strip .form-card,.td-clean-single #td-form-container .form-card,.td-clean-single .form-card{border-top:0!important;box-shadow:0 20px 50px rgb(0 0 0 / .14)!important}.td-clean-single .cta-strip .form-card::before,.td-clean-single .cta-strip .form-card::after,.td-clean-single #td-form-container .form-card::before,.td-clean-single #td-form-container .form-card::after,.td-clean-single .form-card::before,.td-clean-single .form-card::after{content:none!important;display:none!important}.td-clean-single #td-form-container{border-top:0!important}.td-clean-single #td-form-container::before,.td-clean-single #td-form-container::after{content:none!important;display:none!important}.td-clean-single .hero{background:var(--td-hero-image) center/cover no-repeat!important;isolation:isolate!important}.td-clean-single .hero::before{content:""!important;position:absolute!important;inset:0!important;z-index:0!important;background:linear-gradient(90deg,rgba(5,10,12,var(--td-hero-overlay-strong,.75)) 0%,rgba(5,10,12,var(--td-hero-overlay-mid,.64)) 46%,rgba(5,10,12,var(--td-hero-overlay-light,.33)) 100%)!important;pointer-events:none!important}.td-clean-single .hero>*{position:relative!important;z-index:1!important}footer{padding:64px clamp(24px,4vw,56px) 38px!important;overflow:hidden!important}.footer-grid{width:100%!important;max-width:1240px!important;margin:0 auto 44px!important;display:grid!important;grid-template-columns:minmax(260px,1.35fr) minmax(150px,.75fr) minmax(150px,.75fr) minmax(230px,1fr)!important;gap:clamp(28px,4vw,64px)!important;align-items:start!important}.footer-brand{min-width:0!important}.footer-brand>div:first-child{margin-bottom:18px!important}.footer-brand img{max-width:180px!important;height:auto!important}.footer-desc{max-width:320px!important;margin:0 0 24px!important;line-height:1.65!important}.social-links{flex-wrap:wrap!important}.footer-col-title{margin:0 0 18px!important;line-height:1.1!important}.footer-links{padding:0!important;margin:0!important;gap:12px!important}.footer-links li{min-width:0!important}.footer-links a{display:inline-block!important;max-width:100%!important;line-height:1.55!important;overflow-wrap:anywhere!important;word-break:normal!important}.footer-bottom{width:100%!important;max-width:1240px!important;gap:22px!important;line-height:1.5!important}.footer-bottom span{min-width:0!important;overflow-wrap:anywhere!important}@media(max-width:980px){.footer-grid{grid-template-columns:1.15fr 1fr!important;gap:40px 36px!important}.footer-brand{grid-column:auto!important}.footer-desc{max-width:360px!important}}@media(max-width:620px){footer{padding:44px 20px 32px!important}.footer-grid{grid-template-columns:1fr!important;gap:30px!important;margin-bottom:34px!important}.footer-brand{text-align:left!important}.footer-brand>div:first-child{display:flex!important;justify-content:flex-start!important;margin-bottom:18px!important}.footer-brand img{max-width:165px!important}.footer-desc{max-width:100%!important;font-size:15px!important;line-height:1.65!important;margin-bottom:22px!important}.social-links{justify-content:flex-start!important;gap:10px!important}.social-link{width:40px!important;height:40px!important}.footer-col-title{font-size:12px!important;margin-bottom:14px!important}.footer-links{gap:9px!important}.footer-links a{font-size:15px!important;line-height:1.55!important}.footer-bottom{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;align-items:start!important;text-align:left!important;padding-top:22px!important}}@media(max-width:420px){footer{padding-left:16px!important;padding-right:16px!important}.footer-grid{gap:28px!important}.footer-desc,.footer-links a{font-size:14px!important}}@media(max-width:760px){body{--td-home-mobile-pad:18px}.hero{min-height:auto!important;padding:0!important;overflow:hidden!important}.hero-content{width:100%!important;max-width:100%!important;padding:82px var(--td-home-mobile-pad) 54px!important;align-items:stretch!important}.hero-badge{align-self:flex-start!important;max-width:100%!important;padding:8px 14px!important;margin-bottom:26px!important;border-radius:999px!important;font-size:11px!important;line-height:1.45!important;letter-spacing:.10em!important;white-space:normal!important}.hero-title{width:100%!important;max-width:100%!important;font-size:clamp(52px,15vw,74px)!important;line-height:.88!important;margin:0 0 22px!important;letter-spacing:.01em!important}.hero-title .accent{display:block!important}.hero-subtitle{width:100%!important;max-width:100%!important;font-size:15px!important;line-height:1.62!important;margin:0 0 30px!important}.hero-actions{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.hero-actions .btn-primary,.hero-actions .btn-secondary{width:100%!important;justify-content:center!important;min-height:56px!important;padding:15px 18px!important;text-align:center!important;border-radius:6px!important;font-size:13px!important;line-height:1.25!important}.hero-stats{position:relative!important;bottom:auto!important;left:auto!important;right:auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:calc(100% - (var(--td-home-mobile-pad) * 2))!important;margin:0 var(--td-home-mobile-pad) 28px!important;border:1px solid var(--border-subtle)!important;border-radius:12px!important;overflow:hidden!important}.stat-item{padding:16px 12px!important;min-width:0!important}.stat-num{font-size:32px!important;line-height:.9!important}.stat-label{font-size:11px!important;line-height:1.25!important}.form-section{padding:0!important;overflow:hidden!important}.form-video-inner{width:100%!important;max-width:100%!important;padding:58px var(--td-home-mobile-pad) 64px!important;display:grid!important;grid-template-columns:1fr!important;gap:30px!important;margin:0!important}.form-pitch{width:100%!important;max-width:100%!important}.form-pitch .section-tag{font-size:11px!important;margin-bottom:16px!important}.form-pitch .section-title,.form-pitch h2{width:100%!important;max-width:100%!important;font-size:clamp(48px,15vw,70px)!important;line-height:.92!important;margin:0 0 24px!important;letter-spacing:.01em!important}.form-pitch .section-desc{width:100%!important;max-width:100%!important;font-size:16px!important;line-height:1.65!important;margin:0 0 28px!important}.form-perks{width:100%!important;max-width:100%!important;gap:16px!important;margin-top:0!important}.perk{font-size:15px!important;line-height:1.4!important;align-items:flex-start!important}.perk-dot{margin-top:6px!important}.form-card{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:26px 18px!important;border-radius:14px!important;box-sizing:border-box!important}.form-title{font-size:22px!important;line-height:1.15!important;margin-bottom:22px!important}.form-row{grid-template-columns:1fr!important;gap:0!important}.field{margin-bottom:15px!important}.field input,.field select{width:100%!important;max-width:100%!important;min-height:50px!important;box-sizing:border-box!important}.form-submit{width:100%!important;min-height:54px!important}}@media(max-width:420px){body{--td-home-mobile-pad:14px}.hero-content{padding-top:76px!important;padding-bottom:48px!important}.hero-title{font-size:clamp(48px,14.5vw,64px)!important}.hero-subtitle{font-size:14.5px!important}.form-video-inner{padding-top:50px!important}.form-pitch .section-title,.form-pitch h2{font-size:clamp(44px,14vw,62px)!important}}@media(max-width:900px){body,html{overflow-x:hidden!important}.hero{overflow:hidden!important}.hero .hero-stats,.hero-stats{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important;transform:none!important;width:calc(100% - 28px)!important;max-width:calc(100% - 28px)!important;min-width:0!important;margin:0 14px 28px!important;padding:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;overflow:hidden!important;border:1px solid rgb(255 255 255 / .10)!important;border-radius:14px!important;box-sizing:border-box!important}.hero .hero-stats .stat-item,.hero-stats .stat-item{width:100%!important;max-width:100%!important;min-width:0!important;flex:none!important;padding:18px 14px!important;box-sizing:border-box!important;border-right:1px solid rgb(255 255 255 / .08)!important;border-bottom:1px solid rgb(255 255 255 / .08)!important}.hero .hero-stats .stat-item:nth-child(2n),.hero-stats .stat-item:nth-child(2n){border-right:0!important}.hero .hero-stats .stat-item:nth-last-child(-n+2),.hero-stats .stat-item:nth-last-child(-n+2){border-bottom:0!important}.hero .hero-stats .stat-num,.hero-stats .stat-num{font-size:clamp(34px, 10vw, 46px)!important;line-height:.9!important;margin-bottom:8px!important;white-space:normal!important}.hero .hero-stats .stat-label,.hero-stats .stat-label{width:100%!important;max-width:100%!important;font-size:12px!important;line-height:1.35!important;overflow-wrap:break-word!important}}@media(max-width:420px){.hero .hero-stats,.hero-stats{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin-left:12px!important;margin-right:12px!important}.hero .hero-stats .stat-item,.hero-stats .stat-item{padding:16px 12px!important}.hero .hero-stats .stat-num,.hero-stats .stat-num{font-size:34px!important}.hero .hero-stats .stat-label,.hero-stats .stat-label{font-size:11.5px!important}}.hero{isolation:isolate!important}.hero-bg{z-index:0!important}.hero-bg::before{z-index:0!important}.hero-bg::after{z-index:1!important;background:linear-gradient(105deg,rgba(5,5,5,var(--hero-overlay-opacity,.78)) 0%,rgba(5,5,5,calc(var(--hero-overlay-opacity,.78) * .86)) 55%,rgba(5,5,5,calc(var(--hero-overlay-opacity,.78) * .62)) 100%),linear-gradient(180deg,rgba(5,5,5,calc(var(--hero-overlay-opacity,.78) * .24)) 0%,rgba(5,5,5,var(--hero-overlay-opacity,.78)) 100%)!important;pointer-events:none!important}.hero-grid-lines,.hero-content,.hero-stats{position:relative!important;z-index:2!important}@media(max-width:900px){.hero-bg::after{background:linear-gradient(180deg,rgba(5,5,5,calc(var(--hero-overlay-opacity,.78) * .72)) 0%,rgba(5,5,5,var(--hero-overlay-opacity,.78)) 58%,rgba(5,5,5,var(--hero-overlay-opacity,.78)) 100%)!important}}@media(max-width:520px){.hero-bg::after{background:linear-gradient(180deg,rgba(5,5,5,calc(var(--hero-overlay-opacity,.78) * .76)) 0%,rgba(5,5,5,var(--hero-overlay-opacity,.78)) 52%,rgba(5,5,5,var(--hero-overlay-opacity,.78)) 100%)!important}}.td-clean-single .hero.no-hero-image{background:#050505!important}.td-clean-single .gallery.gallery-empty{display:flex!important;align-items:center!important;justify-content:center!important;min-height:260px!important;background:#F5F6F6!important;border:1px dashed #DCE8E7!important;box-shadow:none!important}.td-clean-single .td-gallery-empty-message{max-width:420px!important;padding:28px!important;text-align:center!important;color:#66737A!important}.td-clean-single .td-gallery-empty-message strong{display:block!important;margin-bottom:8px!important;color:#061014!important;font-size:20px!important}.td-clean-single .td-gallery-empty-message span{display:block!important;font-size:14px!important;line-height:1.5!important}.td-clean-single .mini-icons{grid-template-columns:repeat(auto-fit,minmax(72px,1fr))!important}.td-clean-single .mini-icons [data-mini-card].is-hidden{display:none!important}@media(max-width:760px){.td-clean-single .td-mobile-tipologia-details{grid-template-columns:repeat(auto-fit,minmax(68px,1fr))!important}}.td-clean-single .hero-metrics{gap:8px!important;max-width:680px!important}.td-clean-single .hero-metrics .metric{min-height:66px!important;padding:9px 11px!important;border-radius:13px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:8px!important}.td-clean-single .hero-metrics .metric .icon{width:25px!important;height:25px!important;border-radius:8px!important;font-size:11px!important}.td-clean-single .hero-metrics .metric span{font-size:10px!important;line-height:1.1!important;margin-bottom:2px!important}.td-clean-single .hero-metrics .metric strong{font-size:14px!important;line-height:1.05!important;letter-spacing:-.02em!important}.td-clean-single .hero-metrics .metric[data-card-key="bono_pie"],.td-clean-single .hero-metrics .metric[data-card-key="arriendo_garantizado"]{border-color:rgb(243 107 33 / .44)!important;background:linear-gradient(135deg,rgb(243 107 33 / .15),rgb(120 215 217 / .09))!important}.td-clean-single .td-mobile-tipologia-options{gap:14px!important}@media(max-width:760px){.td-clean-single{padding-top:0!important}.td-clean-single .td-clean-page{gap:18px!important}.td-clean-single .hero{min-height:auto!important;padding-bottom:24px!important;border-radius:0 0 22px 22px!important}.td-clean-single .hero-metrics{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:14px!important}.td-clean-single .hero-metrics .metric{min-height:60px!important;padding:8px 9px!important;border-radius:12px!important;gap:7px!important}.td-clean-single .hero-metrics .metric .icon{width:22px!important;height:22px!important;border-radius:7px!important;font-size:9px!important}.td-clean-single .hero-metrics .metric span{font-size:9px!important}.td-clean-single .hero-metrics .metric strong{font-size:12px!important;line-height:1.04!important}.td-clean-single .hero-metrics.hero-metrics--count-3 .metric[data-card-key="estado_entrega"]{grid-column:1 / -1!important}.td-clean-single .td-mobile-tipologia-panel{margin-top:18px!important}.td-clean-single .td-mobile-tipologia-options{gap:16px!important}}@media (max-width:900px){#hamburgerBtn.hamburger{display:flex!important;width:48px!important;height:48px!important;min-width:48px!important;padding:0!important;margin:0!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;appearance:none!important;-webkit-appearance:none!important}#hamburgerBtn.hamburger span{display:block!important;width:27px!important;height:3px!important;min-height:3px!important;margin:0!important;padding:0!important;background:#ffffff!important;border:0!important;border-radius:999px!important;opacity:1!important;box-shadow:none!important}}body.home #inicio.hero.hero-align-center .hero-content{width:min(100%, 1180px)!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;align-items:center!important;justify-content:center!important;text-align:center!important}body.home #inicio.hero.hero-align-center .hero-badge{align-self:center!important;justify-content:center!important;text-align:center!important}body.home #inicio.hero.hero-align-center .hero-title{width:100%!important;max-width:1180px!important;text-align:center!important}body.home #inicio.hero.hero-align-center .hero-subtitle{max-width:760px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}body.home #inicio.hero.hero-align-center .hero-actions{width:100%!important;justify-content:center!important}body.home #inicio.hero.hero-align-left .hero-content{text-align:left!important}body.home #inicio.hero.hero-align-left .hero-badge{align-self:flex-start!important;justify-content:flex-start!important;text-align:left!important}body.home #inicio.hero.hero-align-left .hero-title,body.home #inicio.hero.hero-align-left .hero-subtitle{text-align:left!important}body.home #inicio.hero.hero-align-left .hero-actions{justify-content:flex-start!important}@media (max-width:760px){body.home #inicio.hero.hero-badge-hidden .hero-content{padding-top:112px!important}body.home #inicio.hero.hero-align-center .hero-actions{justify-items:center!important}body.home #inicio.hero.hero-align-center .hero-actions .btn-primary,body.home #inicio.hero.hero-align-center .hero-actions .btn-secondary{text-align:center!important}}#inicio.hero .hero-content.hero-content-align-center,#inicio.hero.hero-align-center .hero-content{width:min(100%, 1180px)!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;align-items:center!important;text-align:center!important}#inicio.hero .hero-content.hero-content-align-center .hero-badge,#inicio.hero.hero-align-center .hero-badge{align-self:center!important;justify-content:center!important;text-align:center!important}#inicio.hero .hero-content.hero-content-align-center .hero-title,#inicio.hero.hero-align-center .hero-title{width:100%!important;max-width:1180px!important;text-align:center!important}#inicio.hero .hero-content.hero-content-align-center .hero-subtitle,#inicio.hero.hero-align-center .hero-subtitle{width:100%!important;max-width:760px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}#inicio.hero .hero-content.hero-content-align-center .hero-actions,#inicio.hero.hero-align-center .hero-actions{width:100%!important;justify-content:center!important}#inicio.hero .hero-content.hero-content-align-left{align-items:flex-start!important;text-align:left!important}#inicio.hero .hero-content.hero-content-align-left .hero-badge{align-self:flex-start!important;justify-content:flex-start!important;text-align:left!important}#inicio.hero .hero-content.hero-content-align-left .hero-title,#inicio.hero .hero-content.hero-content-align-left .hero-subtitle{text-align:left!important}#inicio.hero .hero-content.hero-content-align-left .hero-actions{justify-content:flex-start!important}@media (max-width:760px){#inicio.hero.hero-badge-hidden .hero-content{padding-top:112px!important}#inicio.hero .hero-content.hero-content-align-center{align-items:center!important;text-align:center!important}#inicio.hero .hero-content.hero-content-align-center .hero-actions{justify-items:center!important;justify-content:center!important}#inicio.hero .hero-content.hero-content-align-center .hero-actions .btn-primary,#inicio.hero .hero-content.hero-content-align-center .hero-actions .btn-secondary{text-align:center!important}}@media (max-width:900px){html body #mainNav #hamburgerBtn.td-hamburger-button,html body #mainNav #hamburgerBtn.td-hamburger-button:hover,html body #mainNav #hamburgerBtn.td-hamburger-button:focus,html body #mainNav #hamburgerBtn.td-hamburger-button:focus-visible,html body #mainNav #hamburgerBtn.td-hamburger-button:active{background:transparent!important;background-color:transparent!important;background-image:none!important;border:0!important;outline:0!important;box-shadow:none!important;filter:none!important;opacity:1!important;-webkit-appearance:none!important;appearance:none!important}html body #mainNav #hamburgerBtn.td-hamburger-button span{background:#ffffff!important;background-color:#ffffff!important;border:0!important;box-shadow:none!important;opacity:1!important}}#inicio.hero .hero-subtitle{color:#ffffff!important}.tip-featured--no-image{grid-template-columns:minmax(0,1fr)!important}.tip-featured--no-image .tip-featured-body{min-height:0;padding:38px 40px!important}.tip-featured-badge--inline{position:static!important;align-self:flex-start;display:inline-flex;margin:0 0 18px}.tip-card--no-image{display:flex;flex-direction:column}.tip-card--no-image .tip-body{display:flex;flex:1;flex-direction:column;min-height:260px}.tip-card--no-image .tip-category--inline{position:static!important;align-self:flex-start;display:inline-flex;margin:0 0 16px}.tip-card--no-image .tip-link{margin-top:auto}@media(max-width:640px){.tip-featured--no-image .tip-featured-body{padding:28px 24px!important}.tip-card--no-image .tip-body{min-height:0}}.page-template-page-tips .page-header .section-tag{display:inline-flex!important;align-items:center;width:auto!important;max-width:max-content!important;flex:0 0 auto!important;white-space:nowrap;padding-right:0!important}.page-template-page-tips .tip-featured-body>.tip-category,.page-template-page-tips .tip-featured-body>.tip-category--inline{display:inline-flex!important;align-items:center;align-self:flex-start!important;width:fit-content!important;max-width:max-content!important;flex:0 0 auto!important;white-space:nowrap}.reviews-carousel{width:min(100%,1200px);margin:0 auto;position:relative}.reviews-carousel-viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-width:none;-ms-overflow-style:none}.reviews-carousel-viewport::-webkit-scrollbar{display:none}.reviews-carousel-track{display:flex;gap:20px;align-items:stretch}.reviews-carousel .review-card{flex:0 0 calc((100% - 40px)/3);min-width:0;min-height:100%;scroll-snap-align:start;scroll-snap-stop:always;display:flex;flex-direction:column}.reviews-carousel .review-text{flex:1}.review-google-mark{margin-left:auto;font-size:18px;color:var(--muted)}.reviews-carousel-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px}.reviews-carousel-button{width:44px;height:44px;border:1px solid var(--border);border-radius:999px;background:var(--card);color:var(--white);display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1;cursor:pointer;transition:border-color .2s,background .2s,transform .2s}.reviews-carousel-button:hover,.reviews-carousel-button:focus-visible{border-color:var(--teal);background:var(--teal-mid);transform:translateY(-1px);outline:none}.reviews-carousel-status{min-width:72px;text-align:center;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em}@media(max-width:980px){.reviews-carousel .review-card{flex-basis:calc((100% - 20px)/2)}}@media(max-width:640px){.reviews-carousel .review-card{flex-basis:100%}.reviews-carousel-track{gap:14px}.reviews-carousel .review-card{padding:24px}}@media(prefers-reduced-motion:reduce){.reviews-carousel-viewport{scroll-behavior:auto}}.trustindex-data-source{position:absolute!important;left:-100000px!important;top:0!important;width:1200px!important;height:1px!important;max-height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;z-index:-1!important}.review-avatar--image{padding:0!important;overflow:hidden;background:var(--card)!important}.review-avatar--image img{display:block;width:100%;height:100%;object-fit:cover}.reviews-carousel-controls[hidden]{display:none!important}.td-reviews-section .google-badge,.td-reviews-section .trustindex-data-source,.td-reviews-section .ti-widget-container,.td-reviews-section [class*="ti-widget"]{display:none!important}.td-reviews-header{max-width:1200px;margin:0 auto 48px;display:block}.td-reviews-carousel{width:min(100%,1200px);margin:0 auto;position:relative}.td-reviews-viewport{width:100%;overflow:hidden!important}.td-reviews-track{display:flex!important;flex-flow:row nowrap!important;align-items:stretch!important;gap:20px!important;width:max-content;transform:translate3d(0,0,0);transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}.td-review-card{box-sizing:border-box!important;flex:0 0 auto!important;width:auto;min-width:0;min-height:292px;background:var(--card)!important;color:var(--white)!important;border:1px solid var(--border-subtle)!important;border-radius:8px!important;padding:28px!important;display:flex!important;flex-direction:column!important;position:relative;transition:border-color .2s,transform .2s;box-shadow:none!important}.td-review-card:hover{border-color:var(--border)!important;transform:translateY(-3px)}.td-review-header{display:flex!important;align-items:center!important;gap:14px!important;margin:0 0 16px!important}.td-review-avatar{width:44px!important;height:44px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 44px!important;color:#fff!important;font-family:var(--font-head)!important;font-size:16px!important;font-weight:700!important;overflow:hidden}.td-review-avatar--image{padding:0!important;background:var(--card)!important}.td-review-avatar img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.td-review-info{flex:1 1 auto!important;min-width:0}.td-review-name{color:var(--white)!important;font-family:var(--font-head)!important;font-size:14px!important;font-weight:700!important;line-height:1.25!important;margin:0 0 3px!important;white-space:normal!important}.td-review-meta,.td-review-date{color:var(--muted)!important;font-size:11px!important;line-height:1.3!important}.td-review-google-mark{margin-left:auto;color:var(--muted);font-size:18px;font-weight:500}.td-review-stars-row{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 12px!important}.td-review-stars{color:#FBBC04!important;font-size:13px!important;letter-spacing:1px!important;white-space:nowrap}.td-review-text{color:#c0c4c8!important;font-size:14px!important;line-height:1.7!important;font-style:italic!important;margin:0!important;flex:1 1 auto;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.td-review-verified{margin-top:16px!important;padding-top:14px!important;border-top:1px solid var(--border-subtle)!important;color:var(--muted)!important;font-family:var(--font-head)!important;font-size:11px!important;font-weight:600!important;letter-spacing:.06em!important}.td-review-verified::before{content:'✓';color:#4ade80;margin-right:6px;font-size:12px}.td-reviews-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px}.td-reviews-controls[hidden]{display:none!important}.td-reviews-button{width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border:1px solid var(--border)!important;border-radius:999px!important;background:var(--card)!important;color:var(--white)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;line-height:1!important;cursor:pointer}.td-reviews-button:hover,.td-reviews-button:focus-visible{border-color:var(--teal)!important;background:var(--teal-mid)!important;outline:none}.td-reviews-status{min-width:84px;text-align:center;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em}@media(max-width:640px){.td-review-card{padding:24px!important;min-height:300px}.td-reviews-header{margin-bottom:32px}}@media(prefers-reduced-motion:reduce){.td-reviews-track{transition:none}}.projects-filter-drawer{position:sticky;top:72px;z-index:50;width:100%;background:var(--dark);border-bottom:1px solid var(--border-subtle)}.projects-filter-toggle{width:min(1200px,calc(100% - 64px));min-height:58px;margin:0 auto;display:flex;align-items:center;gap:12px;color:var(--white);cursor:pointer;list-style:none;user-select:none}.projects-filter-toggle::-webkit-details-marker{display:none}.projects-filter-toggle::marker{display:none;content:""}.projects-filter-toggle-icon{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border:1px solid rgb(78 195 196 / .34);border-radius:50%;color:var(--teal);background:rgb(78 195 196 / .08)}.projects-filter-toggle-copy{min-width:0;display:flex;align-items:baseline;gap:10px}.projects-filter-toggle-copy strong{font-family:var(--font-head);font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.projects-filter-toggle-copy small{color:var(--muted);font-size:12px}.projects-filter-state--open{display:none}.projects-filter-drawer[open] .projects-filter-state--closed{display:none}.projects-filter-drawer[open] .projects-filter-state--open{display:inline}.projects-filter-chevron{width:10px;height:10px;margin-left:auto;border-right:2px solid var(--teal);border-bottom:2px solid var(--teal);transform:rotate(45deg) translateY(-2px);transition:transform .2s ease}.projects-filter-drawer[open] .projects-filter-chevron{transform:rotate(225deg) translate(-2px,-2px)}.projects-filter-drawer .filters-bar{position:static!important;top:auto!important;z-index:auto!important;border-top:1px solid var(--border-subtle);border-bottom:0!important;box-shadow:0 18px 38px rgb(0 0 0 / .2)}.projects-filter-drawer:not([open]) .filters-bar{display:none}@media(max-width:760px){.projects-filter-drawer{top:72px}.projects-filter-toggle{width:calc(100% - 28px);min-height:56px}.projects-filter-toggle-copy{display:block}.projects-filter-toggle-copy strong,.projects-filter-toggle-copy small{display:block}.projects-filter-toggle-copy small{margin-top:2px}.projects-filter-drawer[open] .projects-filter-state--closed{display:none}.projects-filter-drawer[open] .projects-filter-state--open{display:block}}.projects-page-header .projects-intro{width:100%}.projects-page-header .projects-intro-heading,.projects-page-header .projects-intro-copy{min-width:0}.projects-page-header .projects-intro-copy{margin-bottom:0}@media (min-width:761px){.projects-page-header .projects-intro--side{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);align-items:center;column-gap:clamp(56px, 8vw, 150px)}.projects-page-header .projects-intro--side .projects-intro-copy{max-width:560px;margin:0;justify-self:end;font-size:clamp(17px, 1.35vw, 21px);line-height:1.65}.projects-page-header .projects-intro--stacked{display:block}}@media (max-width:760px){.projects-page-header .projects-intro,.projects-page-header .projects-intro--side,.projects-page-header .projects-intro--stacked{display:block}.projects-page-header .projects-intro-copy{margin-top:24px}}.team-route-page{min-height:100vh;background:var(--black)}.team-route-section{position:relative;overflow:hidden;padding:124px 0 96px}.team-route-grid{position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgb(78 195 196 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(78 195 196 / .03) 1px,transparent 1px);background-size:58px 58px;opacity:1}.team-route-shell{position:relative;z-index:1;width:min(1480px, calc(100% - 48px));margin:0 auto}.team-route-head{max-width:940px;margin-bottom:36px}.team-route-head .section-title{max-width:900px}.team-route-desc{max-width:760px}.team-founder-card{display:grid;grid-template-columns:minmax(320px,460px) minmax(0,1fr);gap:0;align-items:stretch;background:linear-gradient(180deg,rgb(22 24 25 / .98),rgb(28 30 31 / .98));border:1px solid rgb(78 195 196 / .18);border-radius:34px;overflow:hidden;box-shadow:0 30px 80px rgb(0 0 0 / .28);margin-bottom:34px}.team-founder-media{min-height:420px;background:#111}.team-founder-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.team-founder-copy{padding:40px 42px;display:flex;flex-direction:column;justify-content:center}.team-founder-pill{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:9px 14px;border-radius:999px;background:rgb(78 195 196 / .12);border:1px solid rgb(78 195 196 / .22);color:var(--teal);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px}.team-founder-kicker{color:var(--teal);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:10px}.team-founder-copy h3{margin:0 0 14px;font-family:var(--font-display);font-size:clamp(48px, 5vw, 76px);line-height:.92;font-weight:400;text-transform:uppercase}.team-founder-copy blockquote{margin:0;color:rgb(245 245 243 / .9);font-size:19px;line-height:1.8;max-width:780px}.team-route-roadmap{position:relative;padding:22px 0 24px}.team-route-svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}.team-route-svg .road-glow{stroke:rgb(78 195 196 / .12);stroke-width:22;fill:none;stroke-linecap:round}.team-route-svg .road-main{stroke:rgb(78 195 196 / .48);stroke-width:6;fill:none;stroke-linecap:round;stroke-dasharray:10 14}.team-step{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 140px minmax(0,1fr);align-items:center;min-height:270px;margin:6px 0}.team-step-card-wrap{grid-column:1}.team-step-left .team-step-card-wrap{grid-column:1;padding-right:20px}.team-step-right .team-step-card-wrap{grid-column:3;padding-left:20px}.team-step-center .team-step-card-wrap{grid-column:1 / 4;display:flex;justify-content:center}.team-step-center .team-step-card{width:min(980px, 100%)}.team-step-node{grid-column:2;display:flex;justify-content:center;align-items:center;position:relative;min-height:100%}.team-step-dot{width:92px;height:92px;border-radius:50%;border:2px solid var(--teal);box-shadow:0 0 0 10px rgb(78 195 196 / .05);background:radial-gradient(circle at 30% 30%,rgb(78 195 196 / .18),rgb(10 10 10));display:grid;place-items:center;color:var(--teal);font-family:var(--font-display);font-size:34px;line-height:1}.team-step-node-label{position:absolute;top:calc(50% + 60px);left:50%;transform:translateX(-50%);color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.team-step-card{background:linear-gradient(180deg,rgb(22 24 25 / .98),rgb(28 30 31 / .98));border:1px solid rgb(78 195 196 / .15);border-radius:28px;padding:26px;box-shadow:0 22px 60px rgb(0 0 0 / .24)}.team-step-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.team-step-kicker{color:var(--teal);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.team-step-title h4{margin:0;font-size:32px;line-height:1.08;letter-spacing:-.02em}.team-step-text{margin:0 0 18px;color:var(--muted);font-size:15px;line-height:1.75;max-width:92%}.team-people-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.team-people-grid.single{grid-template-columns:1fr}.team-person-card{display:grid;grid-template-columns:104px minmax(0,1fr);gap:14px;align-items:center;padding:12px;background:rgb(255 255 255 / .02);border:1px solid rgb(78 195 196 / .1);border-radius:20px}.team-person-card img{width:104px;height:124px;border-radius:14px;object-fit:cover;object-position:center top;display:block}.team-person-copy h5{margin:0 0 4px;font-size:18px;line-height:1.2}.team-person-role{color:var(--teal);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px}.team-person-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.58}@media (max-width:1180px){.team-founder-card{grid-template-columns:1fr}.team-founder-media{min-height:360px}.team-route-svg{display:none}.team-step{grid-template-columns:86px minmax(0,1fr);align-items:flex-start;min-height:auto;gap:16px;margin:0 0 18px}.team-step-card-wrap,.team-step-left .team-step-card-wrap,.team-step-right .team-step-card-wrap,.team-step-center .team-step-card-wrap{grid-column:2;padding:0;display:block}.team-step-center .team-step-card{width:100%}.team-step-node{grid-column:1;justify-content:flex-start;align-items:flex-start;padding-top:18px}.team-step-node::after{content:"";position:absolute;left:44px;top:90px;bottom:-18px;width:2px;background:linear-gradient(var(--teal),rgb(78 195 196 / .08))}.team-step:last-child .team-step-node::after{display:none}.team-step-dot{width:72px;height:72px;font-size:28px;box-shadow:0 0 0 8px rgb(78 195 196 / .05)}.team-step-node-label{top:auto;left:0;bottom:-8px;transform:none;white-space:normal;max-width:72px;text-align:center}}@media (max-width:860px){.team-route-section{padding:112px 0 72px}.team-route-shell{width:min(100%, calc(100% - 28px))}.team-founder-copy{padding:28px 22px}.team-founder-copy blockquote{font-size:17px;line-height:1.75}.team-step-card{padding:20px}.team-step-title h4{font-size:26px}.team-step-text{max-width:100%}.team-people-grid,.team-people-grid.single{grid-template-columns:1fr}}@media (max-width:640px){.team-route-head{margin-bottom:26px}.team-founder-media{min-height:300px}.team-founder-copy h3{font-size:44px}.team-person-card{grid-template-columns:84px minmax(0,1fr)}.team-person-card img{width:84px;height:100px}.team-person-copy h5{font-size:16px}.team-person-copy p{font-size:12.5px}}.team-route-section{padding:100px 48px;color:var(--white);font-family:var(--font-body)}.team-route-shell{width:100%;max-width:1200px;margin:0 auto}.team-route-grid{background:linear-gradient(rgb(78 195 196 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(78 195 196 / .03) 1px,transparent 1px);background-size:58px 58px}.team-route-head .section-tag{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.2em;color:var(--teal)}.team-route-head .section-title{font-family:var(--font-display);font-size:clamp(44px, 5vw, 72px);line-height:.92;letter-spacing:.01em;font-weight:400;color:var(--white)}.team-route-head .section-desc,.team-route-desc{font-family:var(--font-body);font-size:16px;line-height:1.75;color:var(--muted)}.team-founder-card,.team-step-card{background:var(--card);border-color:var(--border-subtle)}.team-founder-card{border-radius:12px}.team-founder-pill{background:var(--teal-glow);border-color:var(--border);color:var(--teal);font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.12em}.team-founder-kicker,.team-step-kicker,.team-step-node-label,.team-person-role{font-family:var(--font-head);font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--teal)}.team-founder-copy h3{font-family:var(--font-display);font-size:clamp(44px, 5vw, 72px);line-height:.92;font-weight:400;letter-spacing:.01em;color:var(--white)}.team-founder-copy blockquote{font-family:var(--font-body);font-size:16px;line-height:1.75;color:var(--white)}.team-step-card{border-radius:12px}.team-step-title h4{font-family:var(--font-head);font-size:24px;line-height:1.15;font-weight:700;color:var(--white)}.team-step-text{font-family:var(--font-body);font-size:16px;line-height:1.75;color:var(--muted)}.team-person-card{background:var(--card2);border-color:var(--border-subtle);border-radius:8px}.team-person-copy h5{font-family:var(--font-head);font-size:18px;font-weight:700;color:var(--white)}.team-person-copy p{font-family:var(--font-body);font-size:13px;line-height:1.6;color:var(--muted)}.team-step-dot{width:56px;height:56px;background:var(--card2);border:1px solid var(--border);box-shadow:0 0 0 8px var(--teal-mid);color:var(--teal);font-family:var(--font-display);font-size:22px}.team-route-svg .road-main{stroke:var(--teal);stroke-width:3;opacity:.55}.team-route-svg .road-glow{stroke:var(--teal);stroke-width:14;opacity:.1}@media (max-width:860px){.team-route-section{padding:80px 20px}}.team-people-grid{align-items:stretch}.team-person-card{display:flex;flex-direction:column;align-items:stretch;gap:0;min-width:0;padding:0;overflow:hidden;background:var(--card2);border:1px solid var(--border-subtle);border-radius:10px}.team-person-card img{display:block;width:100%;height:230px;flex:0 0 230px;object-fit:cover;object-position:center top;border-radius:0;border-bottom:1px solid var(--border-subtle)}.team-person-copy{display:flex;flex-direction:column;flex:1 1 auto;padding:18px 18px 20px}.team-person-copy h5{margin:0 0 5px;font-size:20px;line-height:1.2}.team-person-role{margin-bottom:10px;line-height:1.45}.team-person-copy p{margin:0;max-width:none;font-size:14px;line-height:1.65}.team-people-grid.single .team-person-card{display:grid;grid-template-columns:minmax(190px,38%) minmax(0,1fr);width:100%;max-width:720px;margin:0 auto}.team-people-grid.single .team-person-card img{width:100%;height:100%;min-height:255px;object-fit:cover;border-bottom:0;border-right:1px solid var(--border-subtle)}.team-people-grid.single .team-person-copy{justify-content:center;padding:24px}@media (max-width:860px){.team-person-card img{height:260px;flex-basis:260px}.team-people-grid.single .team-person-card{grid-template-columns:minmax(170px,34%) minmax(0,1fr)}}@media (max-width:640px){.team-person-card,.team-people-grid.single .team-person-card{display:flex;flex-direction:column}.team-person-card img,.team-people-grid.single .team-person-card img{width:100%;height:235px;min-height:0;flex:0 0 235px;border-right:0;border-bottom:1px solid var(--border-subtle)}.team-person-copy,.team-people-grid.single .team-person-copy{padding:18px}.team-person-copy h5{font-size:18px}.team-person-copy p{font-size:13.5px;line-height:1.65}}