:root{--color-background:#fff;--color-surface:#fff;--color-surface-alt:#f7f7f7;--color-text:#292929;--color-text-muted:#999;--color-border:#eee;--color-brand:#292929;--color-brand-strong:#333;--color-accent:#b8a07e;--color-accent-rose:#b8a07e;--color-whatsapp:#25d366;--font-display:"Playfair Display", Georgia, serif;--font-body:"Montserrat", "Segoe UI", Arial, sans-serif;--content-width:75rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:.25rem;--radius-md:.5rem;--shadow-soft:0 4px 20px #1722380d;--shadow-floating:0 10px 24px #0000002e}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:5.5rem}body{background:var(--color-background);min-width:320px;color:var(--color-text);font-family:var(--font-body);margin:0;line-height:1.6;overflow-x:hidden}ul,p,h1,h2,h3{overflow-wrap:break-word;margin-top:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,a{transition:color .2s,background-color .2s,border-color .2s}:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px}#root,.site-shell{max-width:100%;min-height:100vh;overflow-x:clip}.site-shell{flex-direction:column;display:flex}main{flex:1}section[id]{scroll-margin-top:5.5rem}.skip-link{z-index:100;padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);background:var(--color-brand);color:var(--color-surface);font-weight:700;position:fixed;top:.75rem;left:.75rem;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.container{width:min(var(--content-width), calc(100vw - 2rem));margin:0 auto}.site-header{z-index:10;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;position:sticky;top:0;box-shadow:0 2px 24px #020b210a}.site-header__inner{justify-content:space-between;align-items:center;gap:var(--space-6);padding:var(--space-4) 0;display:flex}.site-header__brand-group{align-items:center;gap:var(--space-3);display:flex}.site-header__brand{align-items:center;display:inline-flex}.site-header__logo{filter:brightness(0)saturate();width:9rem;height:auto}.site-header__tagline{color:var(--color-text-muted);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:600}.site-nav-toggle{align-items:center;gap:var(--space-2);min-height:2.75rem;padding:0 var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-brand);font:inherit;cursor:pointer;font-weight:700;display:none}.site-nav-toggle__bar{background:currentColor;width:1.1rem;height:1px;display:block;box-shadow:0 .38rem,0 -.38rem}.site-nav{margin-left:auto}.site-nav__list{justify-content:flex-end;gap:var(--space-5);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.site-nav__link{padding:var(--space-2) 0;color:var(--color-text-muted);font-size:.875rem;font-weight:600;display:inline-flex;position:relative}.site-nav__link:after{content:"";background:var(--color-accent);transform-origin:0;height:1px;transition:transform .2s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.site-nav__link:hover{color:var(--color-brand)}.site-nav__link:hover:after,.site-nav__link:focus-visible:after{transform:scaleX(1)}.hero{padding:var(--space-20) 0 var(--space-12)}.hero__inner{gap:var(--space-12);grid-template-columns:minmax(0,1fr) minmax(18rem,.82fr);align-items:center;display:grid}.hero__content{gap:var(--space-5);min-width:0;display:grid}.hero__eyebrow{width:fit-content;padding:var(--space-2) var(--space-3);background:var(--color-surface-alt);color:var(--color-accent-rose);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.875rem;font-weight:700}.hero__title{font-family:var(--font-display);max-width:13ch;color:var(--color-brand);margin:0;font-size:3.25rem;line-height:1.1}.hero__description{max-width:60ch;color:var(--color-text-muted);margin:0;font-size:1.0625rem}.hero__actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.button-primary{width:fit-content;min-height:3rem;padding:0 var(--space-6);border:1px solid var(--color-brand);border-radius:var(--radius-sm);background:var(--color-brand);color:var(--color-surface);text-align:center;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.button-primary:hover{background:#0f1a2d}.button-secondary,.button-link{width:fit-content;min-height:3rem;padding:0 var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-brand);background:0 0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.button-secondary:hover,.button-link:hover{border-color:var(--color-accent);color:var(--color-brand)}.hero__visual{width:min(100%,23rem);padding:var(--space-4);border:1px solid var(--color-border);background:var(--color-surface);justify-self:center;position:relative}.hero__visual:before,.hero__visual:after{content:"";pointer-events:none;width:3.5rem;height:3.5rem;position:absolute}.hero__visual:before{border-top:2px solid var(--color-accent);border-right:2px solid var(--color-accent);top:-.45rem;right:-.45rem}.hero__visual:after{border-bottom:2px solid var(--color-accent);border-left:2px solid var(--color-accent);bottom:-.45rem;left:-.45rem}.hero__image{aspect-ratio:1;object-fit:cover;object-position:center top;background:var(--color-surface-alt);width:100%}.hero__highlights{gap:var(--space-4);grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hero__group{min-width:0;padding:var(--space-6);border:1px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius-md)}.hero__group-title{margin:0 0 var(--space-3);color:var(--color-brand);font-size:1rem}.hero__group-list{color:var(--color-text-muted);margin:0;padding-left:1.25rem}.trust-bar{background:var(--color-surface-alt);border:0}.trust-bar__list{gap:var(--space-4);padding:var(--space-6) 0;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;list-style:none;display:grid}.trust-bar__item{padding-left:var(--space-4);color:var(--color-brand);font-weight:600;position:relative}.trust-bar__item:before{content:"";background:var(--color-accent);border-radius:999px;width:.5rem;height:.5rem;position:absolute;top:.65rem;left:0}.section{padding:var(--space-20) 0}.section--alt{background:var(--color-surface-alt)}.section__inner{gap:var(--space-10);display:grid}.section__actions{display:flex}.section__actions--center{justify-content:center}.section-heading{gap:var(--space-3);max-width:45rem;display:grid}.section-heading--center{text-align:center;margin:0 auto}.section-heading__eyebrow{color:var(--color-accent-rose);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.875rem;font-weight:700}.section-heading__title{font-family:var(--font-display);color:var(--color-brand);margin:0;font-size:2.5rem;line-height:1.2}.section-heading__description{color:var(--color-text-muted);margin:0;font-size:1rem}.services-grid,.contents-grid{gap:var(--space-4);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.service-card,.content-card,.info-panel,.empty-state,.faq-item{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-width:0}.service-card,.content-card,.info-panel,.contact-form-panel{padding:var(--space-6)}.content-card{box-shadow:var(--shadow-soft);flex-direction:column;padding:0;display:flex;overflow:hidden}.service-card{align-content:space-between;min-height:10rem;display:grid}.service-card__title,.content-card__title,.info-panel__title{margin-bottom:var(--space-3);color:var(--color-brand);font-size:1.125rem}.service-card__title:before{content:"";width:1.5rem;height:1px;margin-bottom:var(--space-4);background:var(--color-accent);display:block}.service-card__description,.content-card__summary,.about-section__body p,.about-section__commitment,.faq-item__body p,.empty-state__description,.site-footer__text,.site-footer__meta,.site-footer__legal{color:var(--color-text-muted);margin-bottom:0}.info-grid{gap:var(--space-4);display:grid}.info-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.info-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.info-panel__list{gap:var(--space-3);color:var(--color-text-muted);margin:0;padding-left:1.25rem;display:grid}.info-panel__note{margin:var(--space-4) 0 0;color:var(--color-brand);font-weight:600}.about-section{gap:var(--space-10);grid-template-columns:minmax(16rem,22rem) minmax(0,1fr);align-items:start;display:grid}.about-section__media img{aspect-ratio:4/5;object-fit:cover;object-position:center top;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%}.about-section__content{gap:var(--space-6);display:grid}.about-section__body{gap:var(--space-4);display:grid}.about-section__commitment{padding-top:var(--space-4);border-top:1px solid var(--color-border);color:var(--color-brand);font-weight:600}.content-card__media{aspect-ratio:4/5;background:var(--color-brand-strong);touch-action:pan-y;width:100%;position:relative;overflow:hidden}.content-card__media:focus-visible{outline:3px solid var(--color-accent);outline-offset:-3px}.content-card__image{object-fit:cover;border-radius:0;width:100%;height:100%;margin:0}.content-card__carousel-button{z-index:2;width:2.5rem;height:2.5rem;color:var(--color-surface);cursor:pointer;background:#172238b8;border:1px solid #ffffff80;border-radius:999px;justify-content:center;align-items:center;font-size:1.75rem;line-height:1;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.content-card__carousel-button:hover,.content-card__carousel-button:focus-visible{background:var(--color-brand);color:var(--color-accent)}.content-card__carousel-button:disabled{opacity:.38;cursor:default}.content-card__carousel-button--previous{left:var(--space-3)}.content-card__carousel-button--next{right:var(--space-3)}.content-card__carousel-count{z-index:2;right:var(--space-3);bottom:var(--space-3);min-height:1.625rem;padding:0 var(--space-3);color:var(--color-surface);background:#020b21bd;border-radius:999px;font-size:.75rem;font-weight:700;line-height:1.625rem;position:absolute}.content-card__carousel-dots{z-index:2;bottom:var(--space-3);gap:.375rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.content-card__carousel-dot{cursor:pointer;background:#ffffff5c;border:1px solid #ffffffd1;border-radius:999px;width:.5rem;height:.5rem;padding:0}.content-card__carousel-dot[aria-pressed=true]{background:var(--color-accent);border-color:var(--color-accent);width:1.35rem}.content-card__body{gap:var(--space-3);padding:var(--space-5) var(--space-5) 0;flex:1;display:grid}.content-card__title{-webkit-line-clamp:3;-webkit-box-orient:vertical;min-height:4.35rem;margin:0;line-height:1.45;display:-webkit-box;overflow:hidden}.content-card__summary{-webkit-line-clamp:4;-webkit-box-orient:vertical;min-height:5.6rem;line-height:1.55;display:-webkit-box;overflow:hidden}.content-card__footer{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-5);margin-top:auto;display:flex}.content-card__date{color:var(--color-text-muted);margin:0;font-size:.875rem}.content-card__link{color:var(--color-brand);-webkit-text-decoration-color:var(--color-accent);text-decoration-color:var(--color-accent);text-underline-offset:.25rem;margin-top:0;font-size:.9375rem;font-weight:700;display:inline-flex}.empty-state{justify-items:start;gap:var(--space-4);padding:var(--space-8);background:linear-gradient(90deg, var(--color-surface), var(--color-surface-alt));display:grid}.empty-state__title{color:var(--color-brand);margin:0;font-size:1.125rem;font-weight:700}.faq-list{gap:var(--space-4);display:grid}.faq-item{background:var(--color-surface-alt);transition:border-color .2s,background-color .2s,box-shadow .2s;overflow:hidden}.faq-item__summary{padding:var(--space-5) var(--space-6);color:var(--color-brand);cursor:pointer;font-size:1rem;font-weight:700;list-style:none;position:relative}.faq-item__summary:after{content:"+";top:50%;right:var(--space-6);color:var(--color-accent);font-size:1.25rem;line-height:1;position:absolute;transform:translateY(-50%)}.faq-item[open] .faq-item__summary:after{content:"-"}.faq-item[open]{background:var(--color-surface);box-shadow:var(--shadow-soft);border-color:#b89a687a}.faq-item[open] .faq-item__summary{border-bottom:1px solid var(--color-border)}.faq-item__summary:hover{background:#fff6}.faq-item__summary::-webkit-details-marker{display:none}.faq-item__body{padding:0 var(--space-6) var(--space-6)}.faq-item__body p+p{margin-top:var(--space-3)}.section--contact{color:var(--color-surface);background:#172238}.section--contact .section-heading__eyebrow,.section--contact .section-heading__title{color:var(--color-surface)}.section--contact .section-heading__description{color:#ffffffb8}.contact-section{gap:var(--space-12);grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid}.contact-section__intro{gap:var(--space-5);padding-right:var(--space-6);display:grid}.contact-details-list{gap:var(--space-3);padding:0;padding-block:var(--space-5);border-bottom:1px solid #ffffff29;margin:0;list-style:none;display:grid}.contact-details-list__item{color:#ffffffdb;align-items:center;gap:.85rem;font-size:.95rem;line-height:1.55;display:flex}.contact-details-list__icon{width:1.125rem;height:1.125rem;color:var(--color-accent);flex:none}.contact-details-list__icon--whatsapp{color:var(--color-whatsapp)}.contact-details-list__link{color:#ffffffdb}.contact-details-list__link:hover,.contact-details-list__link:focus-visible{color:var(--color-surface)}.contact-form-panel{background:var(--color-surface);border:1px solid #17223814;width:100%;box-shadow:0 14px 26px #080f1f24}.contact-form-panel__title{margin:0 0 var(--space-4);color:var(--color-brand);font-family:var(--font-display);font-size:1.3rem;line-height:1.2}.contact-form{gap:var(--space-4);display:grid}.contact-form__intro{color:var(--color-text-muted);margin:0;font-size:.92rem;line-height:1.5}.contact-form__field{gap:.35rem;display:grid}.contact-form__field label{color:#625d5a;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:700}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{width:100%;min-height:3.125rem;padding:.8rem var(--space-3);color:var(--color-text);font:inherit;background:#f5ece9;border:1px solid #e6dfd9;border-radius:0}.contact-form__field textarea{resize:none;min-height:7rem}.button-whatsapp{width:fit-content;min-height:3rem;padding:0 var(--space-5);border:1px solid var(--color-whatsapp);border-radius:var(--radius-sm);background:var(--color-whatsapp);color:#fff;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.button-whatsapp:hover,.button-whatsapp:focus-visible{color:#fff;background:#1fb85a;border-color:#1fb85a}.contact-section__cta{margin-top:var(--space-2)}.contact-form__submit{border-color:var(--color-brand-strong);background:var(--color-brand-strong);text-transform:uppercase;width:100%}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{border-color:var(--color-accent);outline:none}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-footer{background:var(--color-surface);color:var(--color-text);margin-top:auto}.site-footer__inner{justify-items:center;gap:var(--space-4);padding:var(--space-16) 0;text-align:center;display:grid}.site-footer__socials{justify-content:center;gap:var(--space-5);flex-wrap:wrap;display:flex}.site-footer__social-link{color:var(--color-text-muted)}.site-footer__social-link:hover,.site-footer__social-link:focus-visible,.content-card__link:hover{color:var(--color-accent)}.site-footer__legal{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.875rem}.site-footer__credit{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;gap:.125rem;font-size:.8125rem;display:grid}.social-icon{width:1.5rem;height:1.5rem}.whatsapp-floating-button{z-index:20;background:var(--color-whatsapp);width:3.5rem;height:3.5rem;color:var(--color-surface);box-shadow:var(--shadow-floating);border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:fixed;bottom:1rem;right:1rem}.whatsapp-floating-button:hover,.whatsapp-floating-button:focus-visible{transform:translateY(-1px)scale(1.03)}@media (width<=75rem){.services-grid,.contents-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.info-grid--three,.site-footer__inner{grid-template-columns:1fr}}@media (width<=72rem){.site-header__inner{grid-template-columns:1fr auto;display:grid}.site-nav{padding-top:var(--space-4);border-top:1px solid var(--color-border);grid-column:1/-1;margin-left:0;display:none}.site-nav--open{display:block}.site-nav__list{justify-content:start;gap:var(--space-3);display:grid}.site-nav-toggle{justify-self:end;display:inline-flex}.hero{padding-top:var(--space-12)}.hero__inner,.about-section,.contact-section{grid-template-columns:1fr}.contact-section{gap:var(--space-8)}.hero__title{font-size:2.75rem}.hero__visual{justify-self:start;width:min(100%,20rem)}.trust-bar__list,.info-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=42rem){.section{padding:var(--space-16) 0}.container{width:min(var(--content-width), calc(100vw - 1.5rem))}.site-header__inner,.hero__inner,.hero__highlights,.section__inner,.about-section,.contact-section,.trust-bar__list,.services-grid,.contents-grid,.info-grid,.site-footer__inner{max-width:100%}.site-nav-toggle__label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.site-nav__list,.trust-bar__list,.services-grid,.contents-grid,.info-grid--three,.info-grid--two,.site-footer__inner{grid-template-columns:1fr}.contact-section__intro{padding-right:0}.site-header__tagline{display:none}.hero__highlights{grid-template-columns:1fr}.section-heading__title{font-size:2rem}.hero__title{font-size:2.3rem}.hero__actions{display:grid}.hero__actions .button-primary,.hero__actions .button-secondary{width:100%}.empty-state{justify-items:stretch}.whatsapp-floating-button{bottom:.75rem;right:.75rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
