:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#0f172a;background-color:#f1f5f9;background-image:radial-gradient(circle at 0 0,#3b82f612,#0000 28%),radial-gradient(circle at 100% 100%,#38bdf80f,#0000 24%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;margin:0;overflow-x:hidden}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}.app-shell{flex-direction:column;min-height:100vh;display:flex}.page-container{width:min(1240px,100% - 2rem);margin:0 auto;padding:1.5rem 0 3rem}.navbar-shell{-webkit-backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #00000012;width:100%;position:static;box-shadow:0 2px 16px #0000000f}.navbar{justify-content:space-between;align-items:center;gap:1rem;width:min(1240px,100% - 2rem);margin:0 auto;padding:.6rem 0;display:flex}.brand{align-items:center;gap:.85rem;display:flex}.brand-mark{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:16px;place-items:center;width:52px;height:52px;font-weight:700;display:grid;box-shadow:0 20px 50px #3b82f61f}.brand-logo{object-fit:contain;filter:drop-shadow(0 4px 18px #b4141473);border-radius:14px;width:auto;height:72px;transition:transform .2s,filter .2s}.brand-logo:hover{filter:drop-shadow(0 6px 24px #c81e1ea6);transform:scale(1.06)}.brand-copy{gap:2px;display:grid}.brand-copy span{font-size:1.1rem;font-weight:700}.brand-copy small{color:#94a3b8}.nav-links{flex-wrap:wrap;align-items:center;gap:1.3rem;display:flex}.nav-links a{color:#475569;font-weight:500;transition:color .2s ease-in-out}.nav-links a.active,.nav-links a:hover{color:#0f172a}.nav-service-btn{white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:999px;padding:.5rem 1rem;font-size:.88rem;font-weight:600;color:#fff!important;transition:transform .2s,box-shadow .2s!important}.nav-service-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #3b82f659;color:#fff!important}.language-switcher{align-items:center;gap:.6rem;display:flex}.language-switcher button{color:#475569;cursor:pointer;background:#00000008;border:1px solid #0000001f;border-radius:999px;padding:.6rem .8rem;transition:background .2s,color .2s}.language-switcher button.active,.language-switcher button:hover{color:#fff;background:#0f172a;border-color:#0f172a}.hero-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172acc;border-radius:32px;grid-template-columns:minmax(0,1fr) minmax(360px,460px);align-items:center;gap:2rem;margin-top:1rem;padding:2.5rem 2rem;display:grid;box-shadow:0 40px 120px #0f172a59}.hero-copy{max-width:650px}.hero-copy h1{letter-spacing:-.05em;color:#f8fafc;margin:0;font-size:clamp(2.8rem,3.6vw,4.6rem);line-height:1.02}.hero-copy p{color:#cbd5e1;max-width:42rem;margin:1.2rem 0 0}.hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.hero-actions a,.hero-actions button{border-radius:999px;padding:.95rem 1.4rem;font-weight:600}.hero-actions a{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.hero-actions button{color:#cbd5e1;background:#ffffff0d;border:1px solid #94a3b82e}.hero-visual{background:linear-gradient(#3b82f62e,#0f172af2);border-radius:32px;min-height:360px;position:relative;overflow:hidden}.hero-visual:before{content:"";background:radial-gradient(circle at 0 0,#3b82f638,#0000 35%);position:absolute;inset:0}.hero-visual .hero-panel-image{place-items:center;display:grid;position:absolute;inset:0}.hero-visual img{object-fit:cover;width:100%;height:auto}.section-block{margin-top:2.25rem}.section-heading{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.3rem;display:flex}.section-heading h2{margin:0;font-size:2rem}.section-description{color:#64748b}.grid-list{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.card{background:#fff;border:1px solid #0000000f;border-radius:24px;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden;box-shadow:0 4px 24px #00000012}.card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000001f}.card img{object-fit:cover;flex-shrink:0;width:100%;height:220px;display:block}.card-body{flex-direction:column;flex:1;padding:1.35rem;display:flex}.card-title{color:#0f172a;margin:0 0 .55rem;font-size:1.2rem}.card-text{color:#64748b;margin:0 0 1rem}.card-meta{color:#475569;border-bottom:1px solid #00000012;flex-wrap:wrap;gap:.6rem 1rem;padding-bottom:1rem;font-size:.95rem;display:flex}.badge{color:#475569;background:#f1f5f9;border-radius:999px;align-items:center;padding:.45rem .8rem;font-size:.85rem;display:inline-flex}.badge-ok{color:#16a34a;background:#22c55e1a}.badge-warn{color:#dc2626;background:#ef444414}.button-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:999px;justify-content:center;align-items:center;padding:.95rem 1.35rem;transition:transform .2s,box-shadow .2s;display:inline-flex}.button-primary:hover{transform:translateY(-1px);box-shadow:0 18px 38px #3b82f638}.form-panel{background:#fff;border:1px solid #00000012;border-radius:24px;padding:1.5rem;box-shadow:0 4px 24px #0000000f}.form-grid{gap:1rem;display:grid}label{color:#475569;gap:.5rem;font-size:.95rem;display:grid}input,textarea,select{color:#0f172a;background:#f8fafc;border:1px solid #0000001f;border-radius:16px;outline:none;width:100%;padding:.95rem 1rem}textarea{min-height:130px}input:focus,textarea:focus,select:focus{border-color:#3b82f666;box-shadow:0 0 0 3px #3b82f61f}.notice{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;margin-top:1rem;padding:1rem 1.1rem}.details-grid{grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr);align-items:stretch;gap:1.5rem;display:grid}.details-grid>:first-child{align-self:start}.vd-info{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.vd-title{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.7rem;font-weight:700;line-height:1.2}.vd-specs{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:.75rem;display:grid}.vd-spec{background:#f8fafc;border:1px solid #00000012;border-radius:16px;flex-direction:column;gap:.25rem;padding:.85rem 1rem;display:flex}.vd-spec-icon{color:#94a3b8;flex-shrink:0}.vd-spec-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.vd-spec-value{color:#0f172a;font-size:.95rem;font-weight:600}.vd-ok{color:#16a34a}.vd-warn{color:#dc2626}.vd-description{background:#f8fafc;border:1px solid #00000012;border-radius:18px;padding:1.25rem 1.5rem}.vd-description-title{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0 0 .75rem;font-size:.8rem;font-weight:700}.vd-description-text{color:#475569;margin:0;font-size:.95rem;line-height:1.7}.vd-markdown{color:#475569;font-size:.95rem;line-height:1.75}.vd-markdown h2{color:#0f172a;border-bottom:1px solid #00000014;margin:1.25rem 0 .5rem;padding-bottom:.4rem;font-size:1.1rem;font-weight:700}.vd-markdown h3{text-transform:uppercase;letter-spacing:.07em;color:#2563eb;margin:1rem 0 .4rem;font-size:.92rem;font-weight:700}.vd-markdown p{margin:.5rem 0}.vd-markdown ul{margin:.5rem 0;padding-left:1.25rem;list-style:none}.vd-markdown ul li{color:#475569;margin-bottom:.3rem;padding-left:1rem;position:relative}.vd-markdown ul li:before{content:"–";color:#2563eb;font-weight:700;position:absolute;left:0}.vd-markdown strong{color:#0f172a;font-weight:600}.vd-markdown>:first-child{margin-top:0}.vd-tags{flex-wrap:wrap;gap:.5rem;display:flex}.gallery{background:#f1f5f9;border:1px solid #00000012;border-radius:24px;overflow:hidden;box-shadow:0 4px 24px #00000012}.gallery-main{aspect-ratio:16/9;background:#e2e8f0;position:relative}.gallery-main img{object-fit:cover;width:100%;height:100%;display:block}.gallery-arrow{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:12px;padding:.3rem .75rem;font-size:2rem;line-height:1;transition:background .2s;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow:hover{background:#000c}.gallery-arrow-left{left:.75rem}.gallery-arrow-right{right:.75rem}.gallery-counter{color:#ffffffbf;background:#00000080;border-radius:999px;padding:.2rem .55rem;font-size:.8rem;position:absolute;bottom:.75rem;right:.9rem}.gallery-thumbs{scrollbar-width:thin;scrollbar-color:#94a3b833 transparent;gap:.5rem;padding:.75rem;display:flex;overflow-x:auto}.gallery-thumb{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:10px;flex-shrink:0;width:80px;height:56px;padding:0;transition:border-color .15s;overflow:hidden}.gallery-thumb img{object-fit:cover;width:100%;height:100%;display:block}.gallery-thumb-active{border-color:#2563eb}.detail-panel{scrollbar-width:thin;scrollbar-color:#0000001a transparent;background:#fff;border:1px solid #00000012;border-radius:24px;padding:1.1rem 1.25rem;overflow-y:auto;box-shadow:0 4px 24px #0000000f}.detail-panel h2{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;margin-top:0;margin-bottom:.5rem;font-size:1rem;font-weight:600}.meta-row{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;gap:.5rem;padding:.3rem 0;font-size:.82rem;display:flex}.meta-row span:first-child{color:#94a3b8}.meta-row span:last-child,.meta-row a{color:#0f172a;text-align:right}.meta-row strong{color:#0f172a}.status-pill{color:#bbf7d0;background:#22c55e1f;border-radius:999px;align-items:center;padding:.45rem .85rem;display:inline-flex}.card-actions{flex-wrap:wrap;gap:1rem;margin-top:auto;padding-top:.75rem;display:flex}.card-actions .button-primary{padding:.5rem 1.1rem;font-size:.85rem}.button-source{color:#f8fafc;cursor:pointer;background:#ffffff0f;border:1px solid #94a3b840;border-radius:999px;justify-content:center;align-items:center;padding:.95rem 1.35rem;font-weight:600;transition:background .2s,border-color .2s;display:inline-flex}.button-source:hover{background:#ffffff1c;border-color:#94a3b873}.button-secondary{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #0000001a;border-radius:999px;justify-content:center;align-items:center;padding:.95rem 1.35rem;transition:background .2s;display:inline-flex}.button-secondary:hover{background:#e2e8f0}.inventory-hero{border-radius:24px;width:100%;margin-bottom:2rem;position:relative;overflow:hidden}.inventory-hero img{object-fit:cover;object-position:center 60%;width:100%;height:100%;display:block;position:absolute;inset:0}.inventory-hero-overlay{background:linear-gradient(#02061773 0%,#020617b8 100%);flex-direction:column;justify-content:flex-end;padding:2rem 2.5rem;display:flex;position:relative}.inventory-hero-overlay .filter-panel{-webkit-backdrop-filter:blur(16px);background:#ffffff2e;border-color:#ffffff4d;margin-top:0}.inventory-hero-overlay .filter-panel label{color:#ffffffe6}.inventory-hero-overlay .filter-panel input,.inventory-hero-overlay .filter-panel select{color:#fff;background:#ffffff26;border-color:#ffffff40}.inventory-hero-overlay .filter-panel input::placeholder{color:#ffffff80}.inv-tabs{scrollbar-width:none;background:#fff;border:1px solid #00000014;border-radius:14px;gap:.25rem;margin-top:2rem;padding:.3rem;display:flex;overflow-x:auto;box-shadow:0 2px 12px #0000000f}.inv-tabs::-webkit-scrollbar{display:none}.inv-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:.5rem;padding:.55rem 1.2rem;font-size:.9rem;font-weight:500;transition:background .15s,color .15s;display:flex}.inv-tab:hover{color:#0f172a;background:#f1f5f9}.inv-tab.active{color:#2563eb;background:#3b82f61a;font-weight:600}.inv-tab-spinner{border:2px solid #94a3b84d;border-top-color:#94a3b8;border-radius:50%;width:10px;height:10px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.inv-tab-panel{margin-top:1.5rem}.filter-panel{background:#fff;border:1px solid #00000012;border-radius:24px;margin-top:1.25rem;padding:1.5rem;box-shadow:0 2px 16px #0000000d}.filter-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.csel{width:100%;position:relative}.csel-trigger{color:#0f172a;cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #0000001f;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:.95rem 1rem;font-size:.92rem;transition:border-color .2s,background .2s;display:flex}.csel-trigger:hover,.csel-trigger.open{background:#fff;border-color:#3b82f680}.csel-trigger.open .csel-arrow{transform:rotate(180deg)}.csel-placeholder{color:#94a3b8}.csel-arrow{color:#94a3b8;flex-shrink:0;transition:transform .2s}.csel-list{z-index:9999;scrollbar-width:thin;scrollbar-color:#0000001a transparent;background:#fff;border:1px solid #0000001a;border-radius:14px;max-height:240px;margin:0;padding:.4rem;list-style:none;position:absolute;overflow-y:auto;box-shadow:0 16px 40px #00000024}.csel-option{color:#475569;cursor:pointer;border-radius:8px;padding:.6rem .85rem;font-size:.92rem;transition:background .15s,color .15s}.csel-option:hover{color:#2563eb;background:#fff5f0}.csel-option.selected{color:#2563eb;background:#3b82f614;font-weight:600}.filter-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.section-heading h3{color:#0f172a;margin:0;font-size:1.4rem}@media (width<=960px){.hero-panel,.details-grid{grid-template-columns:1fr}.page-container{width:min(100%,100% - 1.5rem)}}@media (width<=768px){.navbar{gap:.5rem;padding:.45rem 0}.brand-logo{height:44px}.nav-links{flex-wrap:nowrap;gap:.6rem}.nav-links a{font-size:.8rem}.nav-service-btn{display:none}.language-switcher{gap:.3rem}.language-switcher button{padding:.35rem .5rem;font-size:.72rem}}@media (width<=480px){.brand-logo{height:34px}.nav-links a{font-size:.72rem}.language-switcher button{padding:.28rem .38rem;font-size:.65rem}}@media (width<=640px){.inventory-hero{border-radius:16px}.inventory-hero-overlay{padding:1.25rem 1.5rem}.nav-links,.hero-actions,.language-switcher{justify-content:center}.hero-copy h1{font-size:2.6rem}.button-primary,.hero-actions a,.hero-actions button{width:100%}.home-hero{min-height:100svh}.home-hero-overlay{padding:2.5rem 0 2rem}.home-search{flex-direction:column;max-width:100%}.home-search-select,.home-search-btn{width:100%}.home-cta-actions{flex-direction:column;width:100%}.home-cta-primary,.home-cta-whatsapp{justify-content:center;width:100%}.about-stats{grid-template-columns:repeat(2,1fr)}.contact-cards,.contact-why-list{grid-template-columns:1fr}}.pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.pagination-info{color:#94a3b8;text-align:center;min-width:160px;font-size:.9rem}.pagination button:disabled{opacity:.35;cursor:not-allowed}.load-more-wrap{justify-content:center;margin-top:1.25rem;display:flex}.cf-wrap{background:#0f172ae0;border:1px solid #94a3b81f;border-radius:28px;margin-top:2.5rem;overflow:hidden;box-shadow:0 24px 80px #0f172a47}.cf-header{background:#3b82f60f;border-bottom:1px solid #94a3b81a;align-items:center;gap:1rem;padding:1.75rem 2rem;display:flex}.cf-header-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:14px;flex-shrink:0;place-items:center;width:46px;height:46px;font-size:1.2rem;display:grid}.cf-title{color:#f1f5f9;margin:0;font-size:1.25rem;font-weight:700}.cf-subtitle{color:#94a3b8;margin:.25rem 0 0;font-size:.9rem}.cf-subtitle strong{color:#e2e8f0}.cf-body{grid-template-columns:260px 1fr;gap:0;display:grid}.cf-info{background:#ffffff05;border-right:1px solid #94a3b81a;padding:2rem}.cf-info-heading{text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin:0 0 1.25rem;font-size:.75rem;font-weight:700}.cf-info-list{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.cf-info-list li{align-items:flex-start;gap:.85rem;display:flex}.cf-info-icon{flex-shrink:0;margin-top:.1rem;font-size:1.1rem}.cf-info-list div{flex-direction:column;gap:.15rem;display:flex}.cf-info-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.cf-info-value{color:#cbd5e1;font-size:.9rem}.cf-form{flex-direction:column;gap:1.1rem;padding:2rem;display:flex}.cf-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cf-required{color:#2563eb}.cf-alert{border-radius:14px;padding:.9rem 1.1rem;font-size:.9rem}.cf-alert-success{color:#86efac;background:#22c55e1a;border:1px solid #22c55e40}.cf-alert-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef444440}.cf-submit{align-self:flex-start;font-weight:600}@media (width<=768px){.cf-body{grid-template-columns:1fr}.cf-info{border-bottom:1px solid #94a3b81a;border-right:none}.cf-row{grid-template-columns:1fr}.cf-submit{width:100%}}.about-page{flex-direction:column;gap:0;display:flex}.about-hero{border-radius:24px;width:100%;min-height:380px;margin-bottom:0;position:relative;overflow:hidden}.about-hero-img{object-fit:cover;object-position:center 60%;width:100%;height:100%;display:block;position:absolute;inset:0}.about-hero-overlay{text-align:center;background:linear-gradient(#0206178c 0%,#020617cc 100%);flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:380px;padding:3rem 2rem;display:flex;position:relative}.about-hero-logo{object-fit:cover;filter:drop-shadow(0 6px 24px #b4141480);border-radius:20px;width:110px;height:110px}.about-hero-title{color:#f1f5f9;letter-spacing:-.02em;max-width:700px;margin:0;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:700}.about-hero-sub{color:#e2e8f0bf;max-width:500px;margin:0;font-size:1rem}.about-stats{background:#00000012;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:1px;margin:2rem 0;display:grid;overflow:hidden;box-shadow:0 4px 24px #0000000f}.about-stat{background:#fff;flex-direction:column;align-items:center;gap:.3rem;padding:1.5rem 1rem;display:flex}.about-stat-value{color:#3b82f6;letter-spacing:-.03em;font-size:2rem;font-weight:800;line-height:1}.about-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.07em;text-align:center;font-size:.78rem;font-weight:600}.about-section{background:#fff;border:1px solid #00000012;border-radius:24px;grid-template-columns:72px 1fr;gap:2rem;margin-bottom:1.5rem;padding:2.5rem;display:grid;box-shadow:0 4px 24px #0000000d}.about-section-alt{background:#fff8f5;border-color:#3b82f61f}.about-section-icon-wrap{border-radius:18px;flex-shrink:0;place-items:center;width:64px;height:64px;display:grid}.about-icon-blue{color:#60a5fa;background:#3b82f626}.about-icon-orange{color:#3b82f6;background:#3b82f626}.about-icon-green{color:#4ade80;background:#22c55e1f}.about-section-body{flex-direction:column;gap:.85rem;display:flex}.about-section-body p{color:#475569;margin:0;line-height:1.75}.about-section-title{color:#0f172a;align-items:center;gap:.75rem;margin:0;font-size:1.4rem;font-weight:700;display:flex}.about-section-num{color:#3b82f6;letter-spacing:.05em;background:#3b82f61f;border-radius:6px;padding:.2rem .45rem;font-size:.75rem;font-weight:800}.about-auction-grid{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.about-auction-badge{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f633;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;font-weight:500;display:inline-flex}.about-steps{flex-wrap:wrap;gap:0;margin:.5rem 0;display:flex}.about-step{color:#3b82f6;text-transform:uppercase;letter-spacing:.06em;background:#3b82f614;border:1px solid #3b82f626;flex-direction:column;flex:1;align-items:center;gap:.4rem;min-width:100px;padding:1rem 1.5rem;font-size:.8rem;font-weight:600;display:flex;position:relative}.about-step:first-child{border-radius:14px 0 0 14px}.about-step:last-child{border-radius:0 14px 14px 0}.about-step-icon{color:#3b82f6}.about-timeline{flex-direction:column;gap:0;padding-left:0;display:flex;position:relative}.about-tl-row{grid-template-columns:48px 24px 1fr;align-items:start;gap:0 1rem;padding-bottom:1.5rem;display:grid;position:relative}.about-tl-row:last-child{padding-bottom:0}.about-tl-year{color:#3b82f6;text-align:right;padding-top:.1rem;font-size:.85rem;font-weight:800}.about-tl-dot{z-index:1;background:#3b82f6;border:2px solid #020617;border-radius:50%;width:12px;height:12px;margin-top:.3rem;position:relative;box-shadow:0 0 0 2px #3b82f659}.about-tl-row:not(:last-child) .about-tl-dot:after{content:"";background:#3b82f633;width:2px;height:calc(100% + 1.5rem - 12px);margin-top:4px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.about-tl-content{flex-direction:column;gap:.2rem;display:flex}.about-tl-content p{color:#475569;margin:0;font-size:.9rem;line-height:1.6}.about-cta{text-align:center;background:linear-gradient(135deg,#fff5f0,#eff6ff);border:1px solid #3b82f626;border-radius:24px;flex-direction:column;align-items:center;gap:.75rem;margin-top:1.5rem;padding:3rem 2rem;display:flex}.about-cta-icon{color:#2563eb}.about-cta h3{color:#0f172a;margin:0;font-size:1.6rem;font-weight:700}.about-cta p{color:#64748b;margin:0}@media (width<=640px){.about-stats{grid-template-columns:repeat(2,1fr)}.about-section{grid-template-columns:1fr;padding:1.5rem}.about-section-icon-wrap{width:48px;height:48px}.about-steps{flex-direction:column}.about-step:first-child{border-radius:14px 14px 0 0}.about-step:last-child{border-radius:0 0 14px 14px}.about-hero-logo{width:80px;height:80px}.about-hero-title{font-size:1.2rem}}.home-page{flex-direction:column;gap:0;display:flex}.home-hero{align-items:flex-end;width:100vw;min-height:82vh;margin-top:-1.5rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;position:relative;overflow:hidden}.home-hero-bg{object-fit:cover;object-position:center 55%;width:100%;height:100%;display:block;position:absolute;inset:0}.home-hero-overlay{background:linear-gradient(#0000 0%,#020617a6 45%,#020617e6 100%);justify-content:center;width:100%;padding:4rem 0 3.5rem;display:flex;position:relative}.home-hero-content{flex-direction:column;gap:1.1rem;width:min(1240px,100% - 2rem);margin:0 auto;display:flex}.home-hero-tag{text-transform:uppercase;letter-spacing:.12em;color:#60a5fa;margin:0;font-size:.82rem;font-weight:700}.home-hero-title{letter-spacing:-.03em;color:#f8fafc;max-width:700px;margin:0;font-size:clamp(2rem,4vw,3.4rem);font-weight:800;line-height:1.05}.home-hero-sub{color:#cbd5e1d9;max-width:520px;margin:0;font-size:1.05rem;line-height:1.6}.home-search-select{flex:1;min-width:200px}.home-search .csel-trigger{color:#fff;background:#ffffff24;border:1px solid #fff3;border-radius:10px}.home-search .csel-trigger:hover,.home-search .csel-trigger.open{background:#ffffff38;border-color:#60a5fa99}.home-search .csel-placeholder{color:#ffffff80}.home-search .csel-arrow{color:#ffffff8c}.home-search{-webkit-backdrop-filter:blur(16px);background:#ffffff1f;border:1px solid #ffffff38;border-radius:16px;flex-wrap:wrap;align-items:center;gap:.6rem;max-width:620px;padding:.7rem;display:flex}.home-search-input{color:#fff;background:#ffffff24;border:1px solid #fff3;border-radius:10px;flex:1;min-width:140px;padding:.7rem 1rem;font-size:.9rem}.home-search-input::placeholder{color:#ffffff80}.home-search-input:focus{border-color:#60a5fa99;outline:none;box-shadow:0 0 0 2px #60a5fa26}.home-search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;align-items:center;gap:.45rem;padding:.7rem 1.3rem;font-size:.9rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex}.home-search-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #3b82f666}.home-browse-link{color:#cbd5e1cc;width:fit-content;font-size:.9rem;font-weight:500;transition:color .2s}.home-browse-link:hover{color:#f8fafc}.home-section{padding:3.5rem 0 2rem}.home-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.75rem;display:flex}.home-section-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 .3rem;font-size:1.75rem;font-weight:800}.home-section-title--center{text-align:center;margin-bottom:.5rem}.home-section-sub{color:#64748b;margin:0;font-size:.95rem;line-height:1.6}.home-section-sub--center{text-align:center;max-width:540px;margin:0 auto 2.5rem}.home-section-link{color:#2563eb;white-space:nowrap;font-size:.9rem;font-weight:600;transition:opacity .2s}.home-section-link:hover{opacity:.75}.home-how-section{background:#f8fafc;border:1px solid #0000000f;border-radius:28px;margin:1.5rem 0;padding:3.5rem 2.5rem}.home-steps{align-items:flex-start;gap:0;display:flex}.home-step{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.75rem;padding:0 1.5rem;display:flex}.home-step-num{letter-spacing:.1em;color:#3b82f6;background:#3b82f61a;border-radius:6px;padding:.2rem .5rem;font-size:.72rem;font-weight:800}.home-step-icon-wrap{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:20px;place-items:center;width:64px;height:64px;display:grid;box-shadow:0 8px 24px #3b82f647}.home-step-title{color:#0f172a;margin:0;font-size:1.05rem;font-weight:700}.home-step-desc{color:#64748b;margin:0;font-size:.9rem;line-height:1.65}.home-step-arrow{color:#cbd5e1;flex-shrink:0;padding-top:2.5rem;font-size:1.5rem}.home-stats{margin:0 0 1.5rem}.home-cta{text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%);border:1px solid #3b82f633;border-radius:28px;flex-direction:column;align-items:center;gap:1rem;margin:1.5rem 0 2.5rem;padding:4rem 2rem;display:flex}.home-cta-title{color:#f8fafc;letter-spacing:-.02em;margin:0;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800}.home-cta-sub{color:#94a3b8;max-width:500px;margin:0;font-size:1rem;line-height:1.65}.home-cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.home-cta-primary{padding:.85rem 1.75rem;font-size:.95rem;font-weight:600}.home-cta-whatsapp{color:#4ade80;background:#25d3661f;border:1px solid #25d3664d;border-radius:999px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .2s;display:inline-flex}.home-cta-whatsapp:hover{background:#25d36633}@media (width<=768px){.home-hero{min-height:75vh}.home-steps{flex-direction:column;align-items:center;gap:2rem}.home-step-arrow{padding-top:0;transform:rotate(90deg)}.home-how-section{padding:2.5rem 1.5rem}.home-section-header{flex-direction:column}}.site-footer{color:#94a3b8;background:#0f172a;border-top:1px solid #ffffff12;font-size:.9rem}.site-footer-inner{grid-template-columns:1.8fr 1fr 1.2fr;gap:3rem;width:min(1240px,100% - 2rem);margin:0 auto;padding:3.5rem 0 2.5rem;display:grid}.footer-brand{flex-direction:column;gap:1rem;display:flex}.footer-logo{object-fit:contain;filter:brightness(.95);border-radius:12px;width:auto;height:64px}.footer-tagline{color:#64748b;max-width:300px;margin:0;line-height:1.65}.footer-socials{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.footer-social-btn{color:#94a3b8;border:1px solid #ffffff1a;border-radius:999px;align-items:center;padding:.4rem .85rem;font-size:.8rem;font-weight:500;transition:border-color .2s,color .2s;display:inline-flex}.footer-social-btn:hover{color:#93c5fd;border-color:#60a5fa80}.footer-col{flex-direction:column;gap:1rem;display:flex}.footer-col-heading{text-transform:uppercase;letter-spacing:.1em;color:#e2e8f0;margin:0;font-size:.75rem;font-weight:700}.footer-nav{flex-direction:column;gap:.6rem;display:flex}.footer-nav a{color:#64748b;font-size:.88rem;transition:color .2s}.footer-nav a:hover,.footer-nav a.active{color:#93c5fd}.footer-contact-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-contact-list li{color:#64748b;align-items:flex-start;gap:.65rem;font-size:.88rem;line-height:1.5;display:flex}.footer-contact-icon{flex-shrink:0;font-size:.9rem}.site-footer-bottom{text-align:center;border-top:1px solid #ffffff0f;padding:1.25rem 1rem}.site-footer-bottom p{color:#475569;margin:0;font-size:.82rem}@media (width<=768px){.site-footer-inner{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0 1.5rem}}.contact-page{flex-direction:column;gap:2.5rem;padding-bottom:2rem;display:flex}.contact-header{text-align:center;padding:2.5rem 1rem 0}.contact-header-title{color:#0f172a;letter-spacing:-.03em;margin:0 0 .6rem;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800}.contact-header-sub{color:#64748b;max-width:480px;margin:0 auto;font-size:1.05rem;line-height:1.65}.contact-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;display:grid}.contact-card{background:#fff;border:1px solid #00000012;border-radius:20px;align-items:flex-start;gap:1.1rem;padding:1.75rem;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex;box-shadow:0 4px 20px #0000000f}.contact-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0000001c}.contact-card-icon{color:#fff;border-radius:16px;flex-shrink:0;place-items:center;width:56px;height:56px;display:grid}.contact-card--blue .contact-card-icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.contact-card--green .contact-card-icon{background:linear-gradient(135deg,#22c55e,#16a34a)}.contact-card--purple .contact-card-icon{background:linear-gradient(135deg,#a855f7,#7c3aed)}.contact-card--orange .contact-card-icon{background:linear-gradient(135deg,#f97316,#ea580c)}.contact-card-body{flex-direction:column;gap:.25rem;min-width:0;display:flex}.contact-card-label{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-size:.75rem;font-weight:700}.contact-card-value{color:#0f172a;word-break:break-all;font-size:1rem;font-weight:600}.contact-card-action{color:#3b82f6;margin-top:.2rem;font-size:.82rem;font-weight:500}.contact-card--green .contact-card-action{color:#16a34a}.contact-card--purple .contact-card-action{color:#7c3aed}.contact-card--orange .contact-card-action{color:#ea580c}.contact-info-strip{background:#f8fafc;border:1px solid #00000012;border-radius:20px;flex-wrap:wrap;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.contact-info-item{flex:1;align-items:center;gap:.85rem;min-width:220px;display:flex}.contact-info-icon{color:#3b82f6;flex-shrink:0}.contact-info-item div{flex-direction:column;gap:.15rem;display:flex}.contact-info-label{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-size:.72rem;font-weight:700}.contact-info-value{color:#0f172a;font-size:.95rem;font-weight:500}.contact-info-divider{background:#00000014;flex-shrink:0;width:1px;height:40px}.contact-why{background:linear-gradient(135deg,#eff6ff 0%,#f0fdf4 100%);border:1px solid #3b82f61f;border-radius:20px;padding:2.5rem}.contact-why-title{color:#0f172a;margin:0 0 1.25rem;font-size:1.3rem;font-weight:700}.contact-why-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.contact-why-item{color:#334155;align-items:flex-start;gap:.6rem;font-size:.92rem;line-height:1.5;display:flex}.contact-why-check{color:#16a34a;flex-shrink:0;margin-top:.05rem;font-weight:700}.vd-enquire{background:#0f172a;border:1px solid #3b82f633;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.75rem 2rem;display:flex}.vd-enquire-text{flex-direction:column;gap:.2rem;display:flex}.vd-enquire-title{color:#f1f5f9;margin:0;font-size:1rem;font-weight:700}.vd-enquire-sub{color:#64748b;margin:0;font-size:.85rem}.vd-enquire-actions{flex-wrap:wrap;gap:.75rem;display:flex}.vd-enquire-btn{white-space:nowrap;border-radius:999px;align-items:center;gap:.4rem;padding:.65rem 1.2rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.vd-enquire-btn:hover{opacity:.85;transform:translateY(-1px)}.vd-enquire-btn--blue{color:#fff;background:#2563eb}.vd-enquire-btn--green{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d}.vd-enquire-btn--gray{color:#cbd5e1;background:#ffffff12;border:1px solid #ffffff1f}@media (width<=640px){.contact-info-divider{display:none}.vd-enquire{flex-direction:column;align-items:flex-start}}
