:root{--bg:#faf8f3;--text:#18201d;--muted:#60706a;--line:#d8ded6;--panel:#fff;--panel-2:#eef3ef;--accent:#0f6b58;--accent-2:#b9862f;--dark:#10211d;--dark-text:#f7fbf7;--x:clamp(1.1rem, 4vw, 4rem);--y:clamp(3rem, 7vw, 6.5rem);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}:root[data-theme=dark]{--bg:#101714;--text:#f4f7f2;--muted:#b7c2bb;--line:#2b3933;--panel:#17211d;--panel-2:#1e2b26;--accent:#66d4bd;--accent-2:#e2b66d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=dark] .button-outline{color:var(--text);border-color:var(--text)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%;margin:0;font:16px/1.55 inherit}a{color:inherit;text-decoration:none}img{opacity:1;max-width:100%;display:block}h1,h2,h3,p{text-wrap:pretty}h1{max-width:12ch;margin:0;font-size:max(3.1rem,min(8.5vw,8.4rem));font-weight:620;line-height:.9}h2{max-width:18ch;margin:0;font-size:max(2rem,min(4.6vw,4.4rem));line-height:1}h3{margin:0;font-size:max(1.15rem,min(1.8vw,1.45rem));line-height:1.1}p{margin:0}.wrap{width:min(1160px, calc(100% - (var(--x) * 2)));margin-left:auto;margin-right:auto}.site-header{z-index:40;background:var(--bg);color:var(--text);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0}:root[data-theme=dark] .site-header{background:var(--dark);color:var(--dark-text);border-bottom-color:#ffffff14}.header-row{padding:.55rem var(--x);grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;display:grid}.brand{text-align:left;color:inherit;letter-spacing:.04em;flex-direction:row;align-items:center;gap:.65rem;line-height:1;display:inline-flex}.brand-logo{background:var(--bg);border-radius:50%;flex-shrink:0;width:40px;height:40px;display:block;transform:translateY(-1px)}.brand-niche{text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;align-items:baseline;gap:.35em;font-size:max(1rem,min(2.2vw,1.3rem));line-height:1;display:inline-flex}.brand-strong{font-weight:800}.brand-light{opacity:.85;font-weight:300}.brand-tag{text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-size:max(.62rem,min(1vw,.72rem));font-weight:600}:root[data-theme=dark] .brand-tag{color:#ffffffad}.header-controls{justify-self:start;align-items:center;gap:.55rem;display:inline-flex}.lang-toggle{letter-spacing:.14em;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;display:inline-flex}.lang-link{min-height:36px;color:var(--muted);text-transform:uppercase;align-items:center;padding:0 .25rem;display:inline-flex}.lang-link[aria-current=page]{color:var(--text);text-underline-offset:4px;text-decoration:underline}.lang-link:hover{color:var(--text)}.lang-sep{color:var(--line)}:root[data-theme=dark] .lang-link{color:#ffffffb8}:root[data-theme=dark] .lang-link[aria-current=page],:root[data-theme=dark] .lang-link:hover{color:#fff}:root[data-theme=dark] .lang-sep{color:#ffffff59}.theme-toggle{border:1px solid var(--line);width:38px;height:38px;color:var(--text);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}:root[data-theme=dark] .theme-toggle{color:#fff;border-color:#ffffff38}.theme-toggle svg{width:16px;height:16px}:root[data-theme=light] .theme-toggle .icon-sun,:root[data-theme=dark] .theme-toggle .icon-moon{display:none}.hamburger{border:1px solid var(--line);width:44px;height:44px;color:var(--text);cursor:pointer;background:0 0;border-radius:999px;flex-direction:column;justify-content:center;justify-self:end;align-items:center;gap:5px;padding:0;display:inline-flex}:root[data-theme=dark] .hamburger{color:#fff;border-color:#ffffff38}.hamburger span{background:currentColor;width:18px;height:1.5px;transition:transform .2s,opacity .2s;display:block}:root.drawer-open .hamburger span:first-child{transform:translateY(6.5px)rotate(45deg)}:root.drawer-open .hamburger span:nth-child(2){opacity:0}:root.drawer-open .hamburger span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.site-nav{display:none}.site-nav-link{min-height:48px;color:var(--muted);letter-spacing:.04em;align-items:center;padding:0 .15rem;font-size:.9rem;font-weight:600;display:inline-flex}.site-nav-link.is-current{color:var(--text);text-underline-offset:6px;text-decoration:underline}.site-nav-link:hover{color:var(--text)}:root[data-theme=dark] .site-nav-link{color:#ffffffd1}:root[data-theme=dark] .site-nav-link.is-current,:root[data-theme=dark] .site-nav-link:hover{color:#fff}.site-drawer{z-index:60;pointer-events:none;display:block;position:fixed;top:0;bottom:0;left:0;right:0}.site-drawer[hidden]{display:none}.site-drawer-backdrop{opacity:0;pointer-events:none;background:#080e0c9e;transition:opacity .2s;position:absolute;top:0;bottom:0;left:0;right:0}.site-drawer-panel{background:var(--dark);color:#fff;pointer-events:auto;flex-direction:column;gap:1.2rem;width:min(360px,86vw);height:100%;padding:1.4rem 1.4rem 2rem;transition:transform .22s;display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 40px #00000059}:root.drawer-open .site-drawer-backdrop{opacity:1;pointer-events:auto}:root.drawer-open .site-drawer-panel{transform:translate(0)}.site-drawer-header{justify-content:space-between;align-items:center;display:flex}.drawer-close{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:1.3rem;display:inline-flex}.site-drawer-nav{flex-direction:column;gap:.25rem;margin-top:.8rem;display:flex}.site-drawer-link{color:#ffffffd9;letter-spacing:.04em;border-bottom:1px solid #ffffff14;align-items:center;min-height:48px;padding:.25rem;font-size:1.1rem;font-weight:700;display:flex}.site-drawer-link.is-current{color:#fff}.site-drawer-link.is-current:after{content:" - actual";color:#ffffff80;margin-left:.5rem;font-size:.8rem;font-weight:500}.site-drawer-footer{color:#ffffffad;flex-direction:column;gap:.35rem;margin-top:auto;font-size:.85rem;display:flex}.drawer-secondary{color:#ffffffd9;text-underline-offset:3px;text-decoration:underline}@media (min-width:901px){.header-row{padding:.8rem var(--x);grid-template-columns:auto 1fr auto;gap:1.4rem}.header-controls{order:3;justify-self:end}.brand{text-align:left;flex-direction:row;order:1;justify-self:start;align-items:baseline;gap:.55rem}.brand-niche{font-size:1.05rem}.brand-tag{font-size:.68rem}.hamburger{display:none}.site-nav{order:2;grid-area:1/2;justify-content:center;align-items:center;gap:max(.65rem,min(1.4vw,1.4rem));padding:0 1rem;display:flex}.site-drawer{display:none}}.hero{min-height:calc(100svh - 73px);padding:clamp(7rem, 16vh, 12rem) var(--x) clamp(2.5rem, 6vw, 5.5rem);background:var(--bg);color:var(--text);align-items:flex-end;display:flex;position:relative;overflow:hidden}:root[data-theme=dark] .hero{background:linear-gradient(135deg, #0a1f1a 0%, #11463b 55%, #0a1f1a 100%), var(--dark);color:#fff}.hero:after{content:"";pointer-events:none;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}:root[data-theme=dark] .hero:after{background:linear-gradient(90deg,#0a1915e6,#0a19159e 42%,#0a19151f),linear-gradient(#0a19151a,#0a1915b8)}.hero.hero-with-image:after,.hero-image{display:none}@media (min-width:901px){.hero-image{background-image:var(--hero-bg-desktop);background-position:50%;background-size:cover;display:block;position:absolute;top:0;bottom:0;left:0;right:0}}.hero-content{z-index:1;width:min(980px,100%);position:relative}.hero-content>p:not(.eyebrow),.plain-hero>p:not(.eyebrow){max-width:46rem;color:var(--muted);margin-top:1.2rem;font-size:max(1.08rem,min(1.9vw,1.35rem))}:root[data-theme=dark] .hero-content>p:not(.eyebrow),:root[data-theme=dark] .plain-hero>p:not(.eyebrow){color:#ffffffdb}.plain-hero{padding:clamp(7rem, 13vw, 11rem) var(--x) var(--y);background:var(--panel-2)}.plain-hero>p:not(.eyebrow){color:var(--muted)}.eyebrow,.section-tag{color:var(--muted);letter-spacing:0;text-transform:uppercase;margin:0 0 .8rem;font-size:.78rem;font-weight:800}.hero .eyebrow{color:var(--accent)}:root[data-theme=dark] .hero .eyebrow{color:#ffffffb3}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:.45rem;margin-bottom:.9rem;font-size:.86rem;font-weight:720;display:flex}.breadcrumbs a{color:var(--text);border-bottom:1px solid var(--line)}.breadcrumbs span+span:before,.breadcrumbs a+span:before{content:"/";color:var(--muted);margin-right:.45rem}:root[data-theme=dark] .hero .breadcrumbs{color:#ffffffb8}:root[data-theme=dark] .hero .breadcrumbs a{color:#fff;border-bottom-color:#ffffff80}:root[data-theme=dark] .hero .breadcrumbs span+span:before,:root[data-theme=dark] .hero .breadcrumbs a+span:before{color:#ffffff80}.hero-actions,.cta-actions{flex-wrap:wrap;gap:.8rem;margin-top:1.55rem;display:flex}.button{border:1px solid;justify-content:center;align-items:center;min-width:48px;min-height:48px;padding:.78rem 1rem;font-weight:750;display:inline-flex}.button-light{color:var(--dark);background:#fff;border-color:#fff}.button-ghost{color:#fff;border-color:#ffffff8f}.button-dark{background:var(--dark);color:#fff;border-color:var(--dark)}.button-whatsapp{color:#fff;background:#25d366;border-color:#25d366;border-radius:999px;gap:.55rem;padding:.78rem 1.2rem;transition:background-color .15s,transform .15s,box-shadow .15s;box-shadow:0 6px 18px #25d36640}.button-whatsapp:hover{background:#1eb455;border-color:#1eb455;transform:translateY(-1px);box-shadow:0 10px 24px #25d36652}.button-whatsapp:focus-visible{background:#1eb455;border-color:#1eb455;transform:translateY(-1px);box-shadow:0 10px 24px #25d36652}.button-whatsapp .button-icon{flex-shrink:0;width:1.2em;height:1.2em;display:block}.button-outline{color:var(--dark);border-color:var(--dark)}.section{padding:var(--y) 0;border-top:1px solid var(--line)}.compact-section{padding-top:max(2.2rem,min(5vw,4rem));padding-bottom:max(2.2rem,min(5vw,4rem))}.alt-section{background:var(--panel-2)}.split{grid-template-columns:minmax(160px,.42fr) minmax(0,1fr);gap:max(1.5rem,min(5vw,5rem));display:grid}.split p+p,.split h2+p,.section-heading+.card-grid,.section-heading+.property-gallery,.section-heading+.related-links{margin-top:1.4rem}.section-heading{max-width:760px}.inline-link{color:var(--accent);border-bottom:2px solid;margin-top:1rem;font-weight:820;display:inline-flex}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.card-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:1024px){.card-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.authority-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.4rem;display:grid}.small-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card{border:1px solid var(--line);background:var(--panel);flex-direction:column;gap:.8rem;min-height:230px;padding:1.2rem;transition:border-color .15s,transform .15s;display:flex;overflow:hidden}.card:hover{border-color:var(--accent)}.card span{color:var(--accent);text-transform:uppercase;font-size:.8rem;font-weight:820}.card p,.split p,.article p,.conversion-panel p,.source-note{color:var(--muted)}.proof-strip,.trust-strip{padding:1rem var(--x);border-top:1px solid var(--line);background:#fff;flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.proof-strip span,.trust-strip strong,.trust-strip span{border:1px solid var(--line);background:var(--panel);padding:.55rem .75rem;font-size:.9rem;font-weight:760}.property-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;display:grid}.property-gallery figure{background:var(--dark);min-height:260px;margin:0;position:relative;overflow:hidden}.property-gallery img{object-fit:cover;width:100%;height:100%;min-height:260px}.property-gallery figure:first-child img{object-position:18% center}.property-gallery figure:nth-child(2) img{object-position:58% center}.property-gallery figure:nth-child(3) img{object-position:82% center}.property-gallery figure:nth-child(4) img{object-position:38% center}.property-gallery figcaption{color:#fff;background:#10211ddb;padding:.42rem .6rem;font-size:.82rem;font-weight:800;position:absolute;bottom:.75rem;left:.75rem}.chip-list,.service-list,.package-list{flex-wrap:wrap;gap:.65rem;margin:1.1rem 0 0;padding:0;list-style:none;display:flex}.chip-list li,.service-list li,.package-list li{border:1px solid var(--line);background:var(--panel);padding:.68rem .82rem;font-weight:680}.package-card{min-height:280px}.authority-card{min-height:0}.authority-card .service-list{display:grid}.price-line{color:var(--dark);margin:0;font-size:1.05rem;font-weight:850}.pricing-table{gap:.55rem;margin-top:1.2rem;display:grid}.pricing-row{border:1px solid var(--line);background:var(--panel);grid-template-columns:minmax(130px,.7fr) minmax(180px,1.4fr) minmax(100px,.45fr);align-items:center;gap:.75rem;padding:.85rem;display:grid}.pricing-head{background:var(--dark);color:#fff;font-weight:850}.pricing-row span:first-child,.pricing-row span:last-child{font-weight:820}.pricing-row span:nth-child(2){color:var(--muted)}.pricing-head span:nth-child(2){color:#ffffffd1}.package-list{margin-top:auto}.source-note{margin:1rem 0 0;font-size:.92rem}.related-links{flex-wrap:wrap;gap:.8rem;display:flex}.related-links a{border-bottom:2px solid var(--accent);color:var(--accent);font-weight:760}.conversion-panel{width:min(1160px, calc(100% - (var(--x) * 2)));margin:var(--y) auto;background:var(--panel);border:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.5rem;padding:max(1.3rem,min(4vw,2.3rem));display:grid}.conversion-panel h2{max-width:16ch}.article h1{max-width:18ch;color:var(--text)}.article-intro{margin:1.25rem 0 2.2rem;font-size:1.18rem}.article section{border-top:1px solid var(--line);padding:2rem 0}.article h2{max-width:20ch;margin-bottom:.8rem;font-size:max(1.7rem,min(3.2vw,2.8rem))}.faq-wrap{max-width:880px}.faq-wrap>p,.faq-wrap>h2{margin-bottom:1.4rem}.faq-wrap details{background:var(--panel);border:1px solid var(--line);border-radius:8px;margin-bottom:.6rem;padding:0;transition:border-color .15s,box-shadow .15s}.faq-wrap details[open]{border-color:var(--accent);box-shadow:0 1px 0 var(--accent) inset}.faq-wrap details:hover{border-color:var(--accent)}.faq-wrap summary{cursor:pointer;color:var(--text);justify-content:space-between;align-items:center;gap:1rem;padding:1.05rem 1.2rem;font-size:max(1rem,min(1.6vw,1.08rem));font-weight:720;line-height:1.4;list-style:none;display:flex}.faq-wrap summary::-webkit-details-marker{display:none}.faq-wrap summary:after{content:"";border:1px solid var(--line);width:22px;height:22px;color:var(--muted);background:linear-gradient(currentColor,currentColor) 50%/10px 1.5px no-repeat,linear-gradient(currentColor,currentColor) 50%/1.5px 10px no-repeat;border-radius:999px;flex-shrink:0;transition:transform .2s,border-color .15s,color .15s}.faq-wrap details[open] summary:after{border-color:var(--accent);color:var(--accent);transform:rotate(45deg)}.faq-wrap summary:hover:after{border-color:var(--accent);color:var(--accent)}.faq-wrap details>p{color:var(--muted);margin:0;padding:0 1.2rem 1.2rem;font-size:1rem;line-height:1.65}.faq-wrap details>p:before{content:"";background:var(--line);height:1px;margin:0 0 1rem;display:block}@media (max-width:520px){.faq-wrap summary{padding:.9rem 1rem;font-size:.98rem}.faq-wrap details>p{padding:0 1rem 1rem}}.site-footer{padding:clamp(2.5rem, 5vw, 4rem) var(--x) clamp(1.5rem, 3vw, 2.5rem);background:var(--bg);color:var(--text);border-top:1px solid var(--line);flex-direction:column;gap:2rem;display:flex}:root[data-theme=dark] .site-footer{background:var(--dark);color:#fff;border-top-color:#ffffff14}:root[data-theme=light] .site-footer .footer-brand-tag,:root[data-theme=light] .site-footer .footer-section-title,:root[data-theme=light] .site-footer .net-desc,:root[data-theme=light] .site-footer .also-primary,:root[data-theme=light] .site-footer .also-desc,:root[data-theme=light] .site-footer .also-arrow,:root[data-theme=light] .site-footer .footer-bottom{color:var(--muted)}:root[data-theme=light] .site-footer .footer-brand-snippet,:root[data-theme=light] .site-footer .footer-contact,:root[data-theme=light] .site-footer .footer-contact a,:root[data-theme=light] .site-footer .footer-areas a,:root[data-theme=light] .site-footer .footer-bottom a,:root[data-theme=light] .site-footer .footer-network li a,:root[data-theme=light] .site-footer .footer-also li a,:root[data-theme=light] .site-footer .net-label,:root[data-theme=light] .site-footer .also-label{color:var(--text)}:root[data-theme=light] .site-footer .footer-network li a{border-color:var(--line);background:var(--panel)}:root[data-theme=light] .site-footer .footer-network li a:hover{background:var(--panel-2)}:root[data-theme=light] .site-footer .footer-network li a.is-current{border-color:var(--accent);background:var(--panel-2)}:root[data-theme=light] .site-footer .footer-also li a{border-color:var(--line);background:linear-gradient(120deg, var(--panel), var(--bg))}:root[data-theme=light] .site-footer .footer-also li a:hover{background:var(--panel-2);border-color:var(--accent)}:root[data-theme=light] .site-footer .footer-contact a{border-bottom-color:var(--line)}:root[data-theme=light] .site-footer .footer-also,:root[data-theme=light] .site-footer .footer-areas,:root[data-theme=light] .site-footer .footer-bottom{border-top-color:var(--line)}:root[data-theme=light] .site-footer .footer-bottom a:hover{color:var(--accent)}.footer-top{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,.8fr);align-items:start;gap:2.4rem;display:grid}.footer-brand-name{letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:1.15rem;font-weight:850}.footer-brand-tag{color:#ffffffad;letter-spacing:.14em;text-transform:uppercase;margin:0 0 .9rem;font-size:.78rem;font-weight:700}.footer-brand-snippet{color:#ffffffc7;max-width:38ch;margin:0;font-size:.94rem;line-height:1.55}.footer-section-title{color:#ffffffad;letter-spacing:.14em;text-transform:uppercase;margin:0 0 .8rem;font-size:.78rem;font-weight:800}.footer-network ul{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.footer-network li a{color:#ffffffeb;background:#ffffff05;border:1px solid #ffffff1f;border-radius:6px;flex-direction:column;padding:.55rem .65rem;display:flex}.footer-network li a:hover{background:#ffffff0f}.footer-network li a.is-current{background:#ffffff14;border-color:#ffffff6b}.net-label{letter-spacing:.04em;font-size:.94rem;font-weight:800}.net-desc{color:#ffffffa6;margin-top:.15rem;font-size:.82rem}.footer-contact{flex-direction:column;gap:.35rem;font-size:.92rem;display:flex}.footer-contact p{margin:0}.footer-contact a{color:#ffffffeb;border-bottom:1px solid #ffffff40;padding-bottom:1px}.footer-also{border-top:1px solid #ffffff24;padding-top:1.4rem}.footer-also ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.footer-also li a{color:#fff;background:linear-gradient(120deg,#ffffff0a,#fff0);border:1px solid #ffffff29;border-radius:8px;flex-direction:column;gap:.2rem;padding:1rem 1.1rem;text-decoration:none;transition:background-color .15s,border-color .15s;display:flex}.footer-also li a:hover{background:#ffffff14;border-color:#ffffff59}.also-label{letter-spacing:.02em;align-items:center;gap:.35rem;font-size:1rem;font-weight:850;display:inline-flex}.also-arrow{color:#ffffff80;font-size:.9em;transition:transform .15s,color .15s}.footer-also li a:hover .also-arrow{color:#fff;transform:translate(2px)}.also-primary{color:#ffffffd1;letter-spacing:.04em;font-size:.88rem;font-weight:700}.also-desc{color:#ffffff9e;max-width:44ch;font-size:.82rem;line-height:1.45}.footer-areas{border-top:1px solid #ffffff24;padding-top:1.4rem}.footer-areas div{flex-wrap:wrap;gap:.65rem 1rem;display:flex}.footer-areas a{color:#ffffffdb;font-size:.92rem}.footer-bottom{color:#ffffff8c;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem 1.2rem;padding-top:1.2rem;font-size:.82rem;display:flex}.footer-bottom p{margin:0}.footer-bottom a{color:#ffffffd1}.footer-bottom a:hover{color:#fff}.whatsapp-fab{z-index:50;color:#fff;letter-spacing:.04em;background:#25d366;border-radius:999px;align-items:center;gap:.55rem;padding:.7rem .95rem;font-size:.92rem;font-weight:800;display:inline-flex;position:fixed;bottom:1rem;right:1rem;box-shadow:0 12px 28px #25d36659}.whatsapp-fab svg{width:22px;height:22px}.whatsapp-fab span{display:none}.cross-site-cta{color:#fff;background:linear-gradient(110deg,#0f4036 0%,#0a221d 100%);padding:max(2.5rem,min(5vw,4.5rem)) 0}.cross-site-cta .section-tag{color:#ffffffb8}.cross-site-cta h2{color:#fff;max-width:22ch}.cross-site-cta p{color:#ffffffd1;max-width:56ch;margin-top:1rem}.cross-site-grid{grid-template-columns:minmax(0,1.6fr) auto;align-items:center;gap:2rem;display:grid}.cross-site-actions .button-dark{color:#0a221d;background:#fff;border-color:#fff}@media (min-width:600px){.whatsapp-fab span{display:inline}}@media (max-width:900px){.footer-top{grid-template-columns:1fr;gap:1.8rem}.footer-also ul{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.35rem}.cross-site-grid{grid-template-columns:1fr}.whatsapp-fab{padding:.7rem .85rem;bottom:.75rem;right:.75rem}.site-header{flex-wrap:wrap;align-items:flex-start}.site-nav{order:3;width:100%;margin-left:0}.split,.conversion-panel,.card-grid,.authority-grid,.small-grid,.property-gallery{grid-template-columns:1fr}.pricing-row{grid-template-columns:1fr;gap:.35rem}.pricing-head{display:none}.hero{min-height:86svh}}@media (max-width:520px){h1{font-size:max(2.6rem,min(16vw,4.5rem))}.hero-actions,.cta-actions{flex-direction:column;align-items:stretch}.button{width:100%}}.article{background:var(--bg);color:var(--text)}.wp-content{color:var(--text);font-size:1.02rem;line-height:1.75}.article{width:min(1100px, calc(100% - (var(--x) * 2)));padding-top:max(5rem,min(10vw,8rem));padding-bottom:var(--y);border-radius:0;padding-left:max(1rem,min(4vw,3rem));padding-right:max(1rem,min(4vw,3rem))}@media (min-width:1100px){.article{width:min(1240px, calc(100% - (var(--x) * 2)))}}.wp-content p{color:var(--text)}.wp-content h2,.wp-content h3,.wp-content h4{margin:1.8em 0 .6em;line-height:1.2}.wp-content h2{font-size:max(1.5rem,min(2.6vw,2.1rem))}.wp-content h3{font-size:max(1.2rem,min(2vw,1.5rem))}.wp-content p{max-width:70ch;margin:0 0 1.1em}.wp-content a{color:var(--accent);word-break:break-word;border-bottom:1px solid}.wp-content ul,.wp-content ol{margin:0 0 1.2em;padding-left:1.4em}.wp-content li{margin:.35em 0}.wp-content li>ul,.wp-content li>ol{margin:.25em 0}.wp-content img,.wp-content figure img,.wp-content .wp-block-image img{max-width:100%;height:auto;margin:1.4em auto;display:block}.wp-content figure{margin:1.4em 0}.wp-content figure figcaption{color:var(--muted);text-align:center;margin-top:.5em;font-size:.88rem}.wp-content .wp-block-separator{border:0;border-top:1px solid var(--line);margin:2em 0}.wp-content blockquote{border-left:3px solid var(--accent);color:var(--muted);margin:1.6em 0;padding:.6em 1.2em;font-style:italic}.wp-content table{border-collapse:collapse;width:100%;margin:1.4em 0}.wp-content th,.wp-content td{border:1px solid var(--line);text-align:left;padding:.55em .8em}.wp-content .wp-block-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:1.4em 0;display:grid}.wp-content .wp-block-gallery figure,.wp-content .wp-block-gallery img{margin:0}@media (min-width:700px){.wp-content .wp-block-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}.smart-gallery{grid-template-columns:1fr;gap:0;margin:1.6em 0;display:grid}.smart-gallery .sg-item{margin:0;display:block;position:relative;overflow:hidden}.smart-gallery img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.smart-gallery.sg-wide .sg-item{aspect-ratio:3/2}.smart-gallery.sg-tall .sg-item{aspect-ratio:2/3}.smart-gallery.sg-mixed .sg-item{aspect-ratio:1}.smart-gallery.sg-1 .sg-item{aspect-ratio:auto}.smart-gallery.sg-1 img{object-fit:contain;height:auto}@media (max-width:719px){.smart-gallery{margin-left:calc(var(--x) * -1);margin-right:calc(var(--x) * -1);grid-template-columns:1fr!important}.smart-gallery .sg-item{width:100%!important;max-width:none!important}}@media (min-width:720px){.smart-gallery.sg-1{grid-template-columns:1fr;justify-items:center}.smart-gallery.sg-1 .sg-item{width:80%;max-width:1000px}.smart-gallery.sg-wide.sg-1 .sg-item{max-width:1100px}.smart-gallery.sg-tall.sg-1 .sg-item{width:55%;max-width:640px}.smart-gallery.sg-2{grid-template-columns:1fr 1fr}.smart-gallery.sg-3{grid-template-columns:repeat(3,1fr)}.smart-gallery.sg-wide.sg-4,.smart-gallery.sg-mixed.sg-4{grid-template-columns:1fr 1fr}.smart-gallery.sg-tall.sg-4{grid-template-columns:repeat(4,1fr)}.smart-gallery.sg-tall.sg-5{grid-template-columns:repeat(5,1fr)}.smart-gallery.sg-wide.sg-5,.smart-gallery.sg-mixed.sg-5{grid-template-columns:repeat(3,1fr)}.smart-gallery.sg-tall.sg-6{grid-template-columns:repeat(6,1fr)}.smart-gallery.sg-wide.sg-6,.smart-gallery.sg-mixed.sg-6{grid-template-columns:repeat(3,1fr)}.smart-gallery.sg-tall.sg-many{grid-template-columns:repeat(4,1fr)}.smart-gallery.sg-wide.sg-many,.smart-gallery.sg-mixed.sg-many{grid-template-columns:repeat(3,1fr)}}.smart-gallery .sg-item figcaption{color:#fff;opacity:0;pointer-events:none;background:linear-gradient(#0000 0%,#0009 100%);padding:.5rem .75rem;font-size:.8rem;transition:opacity .2s;position:absolute;top:auto;bottom:0;left:0;right:0}.smart-gallery .sg-item:hover figcaption,.smart-gallery .sg-item:focus-within figcaption{opacity:1}.wp-content .wp-block-buttons{flex-wrap:wrap;gap:.6rem;margin:1.2em 0;display:flex}.wp-content .wp-block-button__link{background:var(--dark);color:#fff;border:1px solid var(--dark);border-radius:4px;align-items:center;padding:.6em 1.2em;font-weight:700;display:inline-flex}.wp-content .has-text-align-center{text-align:center}.wp-content .has-text-align-right{text-align:right}.wp-content .has-text-align-left{text-align:left}.wp-content .wp-block-columns{grid-template-columns:1fr;gap:1.2rem;margin:1.4em 0;display:grid}@media (min-width:700px){.wp-content .wp-block-columns{grid-template-columns:repeat(2,minmax(0,1fr))}}.article{width:min(1100px, calc(100% - (var(--x) * 2)));padding:clamp(5rem, 10vw, 8rem) 0 var(--y);margin-left:auto;margin-right:auto}:root[data-theme=dark] .wp-content [style*="color:#000"],:root[data-theme=dark] .wp-content [style*="color: #000"],:root[data-theme=dark] .wp-content [style*="color:rgb(0"],:root[data-theme=dark] .wp-content [style*="color: rgb(0"],:root[data-theme=dark] .wp-content .has-black-color,:root[data-theme=dark] .wp-content .has-text-color:not(.has-background){color:var(--text)!important}:root[data-theme=dark] .wp-content [style*="background-color:#fff"],:root[data-theme=dark] .wp-content [style*="background-color: #fff"],:root[data-theme=dark] .wp-content [style*="background:#fff"],:root[data-theme=dark] .wp-content [style*="background: #fff"],:root[data-theme=dark] .wp-content .has-white-background-color,:root[data-theme=dark] .wp-content .has-background.has-white-background-color{background-color:var(--panel)!important;color:var(--text)!important}:root:not([data-theme=dark]) .wp-content [style*="color:#fff"],:root:not([data-theme=dark]) .wp-content [style*="color: #fff"],:root:not([data-theme=dark]) .wp-content [style*="color:rgb(255"],:root:not([data-theme=dark]) .wp-content [style*="color: rgb(255"],:root:not([data-theme=dark]) .wp-content .has-white-color{color:var(--text)!important}.cover-parallax{width:100%;height:max(360px,min(70vh,720px));position:relative;overflow:hidden}.cover-parallax-bg{background-position:50% 30%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:absolute;top:0;bottom:0;left:0;right:0}.cover-parallax:after{content:"";background:linear-gradient(180deg, transparent, var(--bg));pointer-events:none;height:25%;position:absolute;bottom:0;left:0;right:0}:root[data-theme=dark] .cover-parallax:after{background:linear-gradient(180deg, transparent, var(--dark))}@media (hover:none) and (pointer:coarse){.cover-parallax-bg{background-attachment:scroll}.cover-parallax{height:max(280px,min(50vh,460px))}}.hero-with-image{padding-bottom:var(--y);grid-template-columns:1fr;align-items:center;gap:2rem;display:grid}.hero-with-image .hero-content{z-index:2;position:relative}.hero-with-image .hero-media{z-index:2;border:1px solid var(--line);aspect-ratio:3/2;border-radius:14px;margin:0;position:relative;overflow:hidden}.hero-with-image .hero-media img{object-fit:cover;opacity:1;width:100%;height:100%;display:block}@media (min-width:900px){.hero-with-image{grid-template-columns:1.05fr 1fr;gap:max(2rem,min(5vw,4rem))}}@media (max-width:719px){.hero-with-image .hero-media{margin-left:calc(var(--x) * -1);margin-right:calc(var(--x) * -1);width:calc(100% + (var(--x) * 2));border:0;border-radius:0}}.card.card-with-image{flex-direction:column;padding:0;display:flex;overflow:hidden}.card.card-with-image>img{aspect-ratio:16/10;object-fit:cover;border-bottom:1px solid var(--line);width:100%;height:auto;display:block}.card.card-with-image>span{margin:1rem 1.25rem 0}.card.card-with-image>h3{margin:.35rem 1.25rem 0}.card.card-with-image>p{margin:.55rem 1.25rem}.card.card-with-image>p:last-child{margin-bottom:1.25rem}.featured-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.featured-card{border:1px solid var(--line);aspect-ratio:4/5;background:var(--panel);border-radius:12px;display:block;position:relative;overflow:hidden}.featured-card img{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.featured-card:hover img{transform:scale(1.04)}.featured-label{color:#fff;letter-spacing:.02em;background:linear-gradient(#0000 0%,#000000a6 100%);padding:.7rem .9rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;margin:1.5rem 0 2rem;display:grid}.gallery-item{background:var(--panel);border:1px solid var(--line);border-radius:10px;margin:0;overflow:hidden}.gallery-item img{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;transition:transform .3s;display:block}.gallery-link{color:inherit;text-decoration:none;display:block}.gallery-image-wrap{display:block;position:relative;overflow:hidden}.gallery-overlay{opacity:0;background:linear-gradient(#0000 50%,#0000009e 100%);justify-content:center;align-items:flex-end;padding:1rem;transition:opacity .2s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.gallery-overlay-cta{color:#fff;letter-spacing:.02em;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;border-radius:999px;padding:.45rem 1rem;font-weight:600}.gallery-link:hover .gallery-overlay{opacity:1}.gallery-link:focus-visible .gallery-overlay{opacity:1}.gallery-link:hover img{transform:scale(1.04)}.gallery-item figcaption{color:var(--muted);flex-direction:column;gap:.2rem;padding:.65rem .8rem .85rem;font-size:.85rem;line-height:1.4;display:flex}.gallery-title{color:var(--text);font-size:.95rem;font-weight:600;line-height:1.25}.gallery-caption-text{color:var(--muted)}@media (min-width:900px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}}@media (min-width:1100px){.article{width:min(1240px, calc(100% - (var(--x) * 2)))}}.article h1{max-width:18ch;margin:0 0 .8em;font-size:max(2.4rem,min(5vw,4.4rem))}.article-hero{margin:0 0 1.8em}.article-hero img{border-radius:6px;width:100%;height:auto;display:block}.article-meta{border-top:1px solid var(--line);color:var(--muted);margin-top:2.5em;padding-top:1.4em;font-size:.92rem}.article-meta p{margin:.35em 0}.article-meta a{color:var(--accent);border-bottom:1px solid;margin-left:.5em}.article-meta .meta-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text);margin-right:.35em;font-size:.78rem;font-weight:800}.card-grid img{aspect-ratio:auto;width:calc(100% + 2.4rem);height:auto;margin:-1.2rem -1.2rem .8rem;display:block}.card-grid{align-items:start}.card{align-self:start}.card>h3{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;min-height:2.6em;line-height:1.3;display:-webkit-box;overflow:hidden}.card>p{-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.section-heading-h2{letter-spacing:0;margin:0 0 1.4rem;font-size:max(1.4rem,min(2.4vw,1.8rem))}.value-strip{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);align-items:start;gap:max(1.5rem,min(4vw,3.5rem));display:grid}.value-strip-head h3{max-width:16ch;margin:0;font-size:max(1.4rem,min(2.6vw,2rem));line-height:1.2}.value-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem 1.4rem;margin:0;padding:0;list-style:none;display:grid}.value-list li{color:var(--muted);font-size:.98rem;line-height:1.55}.value-list li strong{color:var(--text);letter-spacing:0;margin-bottom:.2rem;font-size:1rem;font-weight:800;display:block}@media (max-width:720px){.value-strip{grid-template-columns:1fr;gap:1.5rem}.value-list{grid-template-columns:1fr;gap:.9rem}}.card-description{color:var(--muted);margin:0;font-size:.94rem;line-height:1.55}.booking-cta{background:var(--dark);color:#fff;border-top:0;padding-top:max(3rem,min(6vw,5rem));padding-bottom:max(3rem,min(6vw,5rem))}.booking-cta-grid{grid-template-columns:minmax(0,1.4fr) auto;align-items:center;gap:max(1.5rem,min(4vw,3rem));display:grid}.booking-cta .section-tag{color:#ffffffa6}.booking-cta h2{color:#fff;max-width:18ch;margin:0 0 1rem;font-size:max(1.7rem,min(3.2vw,2.6rem));line-height:1.05}.booking-cta p{color:#ffffffd1;max-width:56ch}.booking-cta-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.booking-cta-actions .button-light{color:var(--dark);background:#fff;border-color:#fff}.booking-cta-actions .button-ghost{color:#fff;border-color:#ffffff8c}.booking-cta-actions .button-ghost:hover{border-color:#fff}@media (max-width:900px){.booking-cta-grid{grid-template-columns:1fr}}.article-cta{background:var(--panel);border:1px solid var(--line);grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:center;gap:max(1.2rem,min(3vw,2.5rem));margin:2.5rem 0;padding:max(1.4rem,min(3.5vw,2.4rem));display:grid}.article-cta .section-tag{color:var(--accent);margin-bottom:.5rem}.article-cta h2{max-width:18ch;margin:0 0 .8rem;font-size:max(1.45rem,min(2.6vw,2rem));line-height:1.15}.article-cta p{color:var(--muted);max-width:50ch;margin:0;font-size:1rem;line-height:1.55}.article-cta-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.6rem;display:flex}.article-cta-actions .button-light{background:var(--dark);color:var(--dark-text,#fff);border-color:var(--dark)}.article-cta-actions .button-outline{color:var(--text);border-color:var(--text)}.article-cta-actions .button-ghost{color:var(--accent);border-color:#0000}@media (max-width:720px){.article-cta{grid-template-columns:1fr}.article-cta-actions{justify-content:stretch}.article-cta-actions .button{flex:auto}}.wp-content .cta-button,.wp-content a.cta-button,.wp-content .wp-block-button__link,.wp-content .has-background a{color:#fff;border-bottom:0}.wp-content .cta-button.cta-video,.wp-content a.cta-button.cta-video{color:#fff;background:#0a4480}.wp-content .cta-button.cta-phone,.wp-content a.cta-button.cta-phone{color:#fff;background:#962a36}.wp-content .cta-button.cta-whatsapp,.wp-content a.cta-button.cta-whatsapp{color:#fff;background:#0e6c3c}.wp-content [style*=background-color]:not(.has-text-color),.wp-content [style*=background-color]:not(.has-text-color) :not(a),.wp-content [class*=-background-color]:not(.has-text-color),.wp-content [class*=-background-color]:not(.has-text-color) :not(a){color:#18201d}.wp-content [style*=background-color]:not(.has-text-color) a,.wp-content [class*=-background-color]:not(.has-text-color) a{color:#0a4480}.article .breadcrumbs,.article .breadcrumbs a,.article .breadcrumbs span{color:var(--muted)}.article .breadcrumbs a{color:var(--text);border-bottom:1px solid var(--line)}.article .breadcrumbs a:hover{border-bottom-color:var(--text)}.topical-links{border:1px solid var(--line);background:var(--bg-alt,var(--bg));border-radius:14px;margin:3rem 0 2.5rem;padding:2rem 1.75rem}.topical-links .section-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 .35rem;font-size:.8rem}.topical-links h2{margin:0 0 .35rem;font-size:max(1.25rem,min(2vw,1.5rem));line-height:1.25}.topical-links>p{color:var(--muted);margin:0 0 1.1rem}.topical-links ul{grid-template-columns:1fr;gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.topical-links li a{border:1px solid var(--line);color:var(--text);background:var(--bg);border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:.9rem;padding:.85rem 1rem;text-decoration:none;transition:border-color .15s,transform .15s;display:grid}.topical-links li a:hover{border-color:var(--accent);transform:translate(2px)}.topical-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);border:1px solid var(--line);white-space:nowrap;border-radius:999px;padding:.25rem .55rem;font-size:.72rem}.topical-label{font-weight:500;line-height:1.3}.topical-arrow{color:var(--accent);font-size:1.1rem}@media (min-width:720px){.topical-links ul{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.article-gallery .wp-content img,.article-gallery .wp-content figure{margin:0}.article-gallery .wp-content>p img,.article-gallery .wp-content>figure{border-radius:8px;width:100%;height:auto;display:block}.article-gallery .wp-content{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;display:grid}.article-gallery .wp-content p,.article-gallery .wp-content h1,.article-gallery .wp-content h2,.article-gallery .wp-content h3,.article-gallery .wp-content h4{grid-column:1/-1}.article-gallery .wp-content figure{grid-column:span 1}.article-gallery .wp-content p:has(img){grid-column:span 1}.article-gallery .wp-content p:has(img){margin:0;padding:0}@media (min-width:720px){.article-gallery .wp-content{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}}
