:root{--bg-night: #1a1612;--bg-surface: #221e19;--text-primary: #f0ead8;--text-muted: #8c7f6e;--text-subdued: #5a5349;--accent: #bf9b52;--accent-dim: #9e7d3a;--divider: #2c251d;--bg-day: #f5f0e8;--bg-day-surface: #ede7d9;--text-day-primary: #2e2520;--text-day-muted: #7a6e5e;--accent-day: #9e7d3a;--bg-mid: #ece7de;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--ease-lumaa: cubic-bezier(.45, 0, .55, 1);--duration-section: .6s;--duration-fast: .3s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--bg-night);color:var(--text-primary);font-family:var(--font-body);font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.reveal{opacity:0;transform:translateY(12px);transition:opacity var(--duration-section) var(--ease-lumaa),transform var(--duration-section) var(--ease-lumaa)}.reveal.visible{opacity:1;transform:translateY(0)}section{padding:5rem 1.5rem}@media (min-width: 768px){section{padding:6rem 4rem}}@media (min-width: 1200px){section{padding:6rem 8rem}}.section-heading{font-family:var(--font-display);font-style:italic;font-weight:400;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:2.5rem}.t-display{font-family:var(--font-display);font-style:italic;font-weight:400;line-height:1.15}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}a{color:var(--accent);text-decoration:none;transition:color var(--duration-fast) var(--ease-lumaa)}a:hover{color:var(--text-primary)}.site-nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#1a1612f0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--divider)}@media (min-width: 768px){.site-nav{padding:1rem 4rem}}.site-nav__wordmark{display:flex;align-items:center;gap:.45rem;font-family:var(--font-display);font-style:italic;font-size:1.35rem;color:var(--text-primary);letter-spacing:.01em;text-decoration:none}.site-nav__crescent{width:1rem;height:1rem;color:var(--accent)}.site-nav__actions{display:flex;align-items:center;gap:.75rem}.site-nav__cta{display:none;background:var(--accent);color:var(--bg-night);font-family:var(--font-body);font-size:.8rem;font-weight:500;letter-spacing:.04em;padding:.45rem 1rem;border-radius:2px;text-decoration:none;transition:background var(--duration-fast) var(--ease-lumaa)}.site-nav__cta:hover{background:var(--accent-dim);color:var(--text-primary)}@media (min-width: 640px){.site-nav__cta{display:inline-block}}.site-nav__lang{background:none;border:1px solid var(--text-subdued);color:var(--text-muted);font-family:var(--font-body);font-size:.75rem;font-weight:400;letter-spacing:.08em;padding:.3rem .65rem;cursor:pointer;transition:color var(--duration-fast) var(--ease-lumaa),border-color var(--duration-fast) var(--ease-lumaa);border-radius:2px}.site-nav__lang:hover{color:var(--text-primary);border-color:var(--text-muted)}.hero{position:relative;min-height:100svh;background-color:var(--bg-night);overflow:hidden;padding:6rem 1.5rem 4rem;display:flex;align-items:center}.hero__halo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(90vw,700px);height:min(90vw,700px);border-radius:50%;background:radial-gradient(circle,rgba(191,155,82,.13) 0%,rgba(191,155,82,.04) 50%,transparent 70%);animation:halo-pulse 5s ease-in-out infinite;pointer-events:none}@keyframes halo-pulse{0%,to{opacity:.55}50%{opacity:1}}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:3rem;width:100%;max-width:1200px;margin:0 auto;align-items:center}@media (min-width: 900px){.hero__inner{grid-template-columns:1fr 1fr;gap:4rem}}.hero__copy{display:flex;flex-direction:column;gap:1.25rem}.hero__eyebrow{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.hero__eyebrow-icon{width:.9rem;height:.9rem}.hero__h1{font-family:var(--font-body);font-weight:500;font-size:clamp(1.7rem,4vw,2.6rem);line-height:1.25;color:var(--text-primary);letter-spacing:-.01em}.hero__sub{font-size:clamp(.95rem,1.5vw,1.1rem);color:var(--text-muted);font-weight:300;line-height:1.7;max-width:480px}.hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:.5rem}.hero__btn-primary{display:inline-block;background:var(--accent);color:var(--bg-night);font-family:var(--font-body);font-size:.9rem;font-weight:500;letter-spacing:.03em;padding:.8rem 1.5rem;border-radius:3px;text-decoration:none;transition:background var(--duration-fast) var(--ease-lumaa)}.hero__btn-primary:hover{background:var(--accent-dim);color:var(--text-primary)}.hero__btn-secondary{font-size:.9rem;color:var(--text-muted);font-weight:300;text-decoration:none;border-bottom:1px solid var(--text-subdued);padding-bottom:1px;transition:color var(--duration-fast) var(--ease-lumaa)}.hero__btn-secondary:hover{color:var(--text-primary)}.hero__mockup{display:flex;justify-content:center}.hero__tablet-frame{background:#111;border-radius:12px;padding:10px;box-shadow:0 0 0 1px #ffffff0f,0 24px 64px #0009,0 0 80px #bf9b520f;width:min(480px,90vw)}.hero__tablet-screen{width:100%;height:auto;display:block;border-radius:6px}.email-form{width:100%;max-width:520px;display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.email-form__row{display:flex;flex-wrap:wrap;gap:.5rem}.email-form--dark .email-form__input,.email-form--dark .email-form__select{background:#ffffff0d;border:1px solid var(--divider);color:var(--text-primary)}.email-form--dark .email-form__input::placeholder{color:var(--text-subdued)}.email-form--dark .email-form__input:focus,.email-form--dark .email-form__select:focus{border-color:var(--accent)}.email-form--dark .email-form__btn{background:var(--accent);color:var(--bg-night)}.email-form--dark .email-form__btn:hover{background:var(--accent-dim);color:var(--text-primary)}.email-form--dark .email-form__promise{color:var(--text-subdued)}.email-form--light .email-form__input,.email-form--light .email-form__select{background:#0000000a;border:1px solid rgba(46,37,32,.2);color:var(--text-day-primary)}.email-form--light .email-form__input::placeholder{color:var(--text-day-muted)}.email-form--light .email-form__input:focus,.email-form--light .email-form__select:focus{border-color:var(--accent-day);outline:none}.email-form--light .email-form__btn{background:var(--accent-day);color:#fff}.email-form--light .email-form__btn:hover{background:var(--accent);color:var(--bg-night)}.email-form--light .email-form__promise{color:var(--text-day-muted)}.email-form__input,.email-form__select{flex:1 1 160px;min-width:0;font-family:var(--font-body);font-size:.95rem;font-weight:300;padding:.7rem .9rem;border-radius:3px;transition:border-color var(--duration-fast) var(--ease-lumaa);-webkit-appearance:none;-moz-appearance:none;appearance:none}.email-form__select{flex:0 1 130px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238c7f6e' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.email-form__btn{flex:1 1 100%;font-family:var(--font-body);font-size:.9rem;font-weight:500;letter-spacing:.03em;padding:.8rem 1.5rem;border:none;border-radius:3px;cursor:pointer;transition:background var(--duration-fast) var(--ease-lumaa)}.email-form__promise{font-size:.78rem;text-align:left;font-weight:300}.email-form__error{font-size:.85rem;color:#c97a6a}.form__success{font-size:1rem;color:var(--accent);font-style:italic;font-family:var(--font-display)}.value-prop{background-color:var(--bg-night);border-top:1px solid var(--divider);border-bottom:1px solid var(--divider)}.value-prop__grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto}@media (min-width: 640px){.value-prop__grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.value-prop__item{display:flex;flex-direction:column;gap:.6rem}.value-prop__icon{font-size:.6rem;color:var(--accent);line-height:1}.value-prop__item-title{font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--text-primary);line-height:1.3}.value-prop__item-body{font-size:.9rem;color:var(--text-muted);font-weight:300;line-height:1.65}.how-it-works{background-color:var(--bg-surface)}.how-it-works .section-heading{color:var(--text-primary)}.how-it-works__steps{list-style:none;display:flex;flex-direction:column;gap:0;max-width:700px;border-top:1px solid var(--divider)}.how-it-works__step{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem 0;border-bottom:1px solid var(--divider)}.how-it-works__number{font-family:var(--font-display);font-style:italic;font-size:2rem;color:var(--accent);line-height:1;min-width:2rem;flex-shrink:0}.how-it-works__step-content{display:flex;flex-direction:column;gap:.3rem}.how-it-works__step-title{font-weight:500;font-size:1rem;color:var(--text-primary)}.how-it-works__step-body{font-size:.9rem;color:var(--text-muted);font-weight:300;line-height:1.65}.features{background-color:var(--bg-day);color:var(--text-day-primary)}.features__heading{color:var(--text-day-primary)}.features__list{display:flex;flex-direction:column;gap:0}.feature-row{display:grid;grid-template-columns:1fr;gap:2rem;padding:3rem 0;border-top:1px solid rgba(46,37,32,.12);align-items:center}.feature-row:last-child{border-bottom:1px solid rgba(46,37,32,.12)}@media (min-width: 768px){.feature-row{grid-template-columns:1fr 1fr;gap:4rem}.feature-row--reverse .feature-row__text{order:2}.feature-row--reverse .feature-row__media{order:1}}.feature-row__title{font-family:var(--font-body);font-size:clamp(1.1rem,2vw,1.4rem);font-weight:500;color:var(--text-day-primary);margin-bottom:.75rem;line-height:1.3}.feature-row__body{font-size:.95rem;color:var(--text-day-muted);font-weight:300;line-height:1.75}.feature-row__media{background:var(--bg-day-surface);border-radius:6px;overflow:hidden;border:1px solid rgba(46,37,32,.1)}.feature-row__img{width:100%;height:auto;display:block;aspect-ratio:16 / 9;object-fit:cover}.demo{background-color:var(--bg-surface);display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.demo__heading{color:var(--text-primary)}.demo__frame{background:#111;border-radius:12px;padding:8px;box-shadow:0 0 0 1px #ffffff0d,0 20px 50px #00000080;width:min(480px,92vw)}.demo__video{width:100%;height:auto;display:block;border-radius:6px}.demo__caption{font-size:.9rem;color:var(--text-subdued);font-style:italic;font-family:var(--font-display)}.tradition{background-color:var(--bg-mid);color:var(--text-day-primary)}.tradition__inner{max-width:760px}.tradition__title{font-family:var(--font-display);font-style:italic;font-size:clamp(1.4rem,2.5vw,2rem);color:var(--text-day-primary);margin-bottom:1.25rem;line-height:1.25}.tradition__body{font-size:.95rem;color:var(--text-day-primary);font-weight:300;line-height:1.8;margin-bottom:1.5rem;max-width:640px}.tradition__methods{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem 1.5rem;padding-top:1rem;border-top:1px solid rgba(46,37,32,.15)}.tradition__methods li{font-size:.82rem;color:var(--text-day-muted);font-weight:400;letter-spacing:.01em}.pricing{background-color:var(--bg-day);color:var(--text-day-primary)}.pricing__inner{max-width:760px}.pricing__title{font-family:var(--font-display);font-style:italic;font-size:clamp(1.6rem,3vw,2.4rem);color:var(--accent-day);margin-bottom:2rem}.pricing__cards{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}@media (min-width: 640px){.pricing__cards{grid-template-columns:1fr 1fr}}.pricing__card{background:var(--bg-day-surface);border:1px solid rgba(46,37,32,.15);border-radius:4px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.pricing__card--featured{border-color:var(--accent-day);border-width:2px}.pricing__card-label{font-size:.85rem;font-weight:500;color:var(--text-day-muted);letter-spacing:.05em;text-transform:uppercase}.pricing__card-price{line-height:1}.pricing__price-amount{font-family:var(--font-display);font-style:italic;font-size:clamp(2rem,5vw,3rem);color:var(--text-day-primary)}.pricing__card-desc{font-size:.88rem;color:var(--text-day-muted);font-weight:300;line-height:1.6}.pricing__body2{font-size:.95rem;color:var(--text-day-muted);font-weight:300;margin-bottom:1.5rem;max-width:520px}.faq{background-color:var(--bg-night);color:var(--text-primary)}.faq .section-heading,.faq__heading{color:var(--text-primary)}.faq__list{max-width:760px;margin-bottom:2.5rem;border-top:1px solid var(--divider)}.faq__item{border-bottom:1px solid var(--divider)}.faq__question{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;cursor:pointer;list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__question-text{font-family:var(--font-body);font-size:.95rem;font-weight:400;color:var(--text-primary);line-height:1.4;transition:color var(--duration-fast) var(--ease-lumaa)}.faq__item:hover .faq__question-text{color:var(--accent)}.faq__chevron{flex-shrink:0;width:1.2rem;height:1.2rem;position:relative;color:var(--accent)}.faq__chevron:before,.faq__chevron:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:1.5px;background:currentColor;transition:transform var(--duration-fast) var(--ease-lumaa),opacity var(--duration-fast)}.faq__chevron:before{transform:translate(-50%,-50%)}.faq__chevron:after{transform:translate(-50%,-50%) rotate(90deg)}details[open] .faq__chevron:after{transform:translate(-50%,-50%) rotate(0);opacity:0}.faq__answer{font-size:.9rem;font-weight:300;color:var(--text-muted);padding:0 0 1.25rem;line-height:1.75;max-width:640px}.faq__cta-block{max-width:760px;padding-top:1.5rem;border-top:1px solid var(--divider)}.faq__whatsapp{font-size:.9rem;color:var(--text-muted);font-weight:300}.faq__whatsapp-link{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.site-footer{background-color:var(--bg-surface);color:var(--text-subdued);padding:3rem 1.5rem;border-top:1px solid var(--divider)}@media (min-width: 768px){.site-footer{padding:3rem 4rem}}.site-footer__inner{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;max-width:1200px}@media (min-width: 768px){.site-footer__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}}.site-footer__brand{display:flex;align-items:center;gap:.4rem}.site-footer__crescent{width:.9rem;height:.9rem;color:var(--accent-dim)}.site-footer__wordmark{font-family:var(--font-display);font-style:italic;font-size:1.25rem;color:var(--text-muted)}.site-footer__links{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}.site-footer__link{font-size:.82rem;font-weight:300;color:var(--text-subdued);transition:color var(--duration-fast) var(--ease-lumaa)}.site-footer__link:hover{color:var(--text-muted)}.site-footer__copy{font-size:.78rem;color:var(--text-subdued);font-weight:300}@media (min-width: 768px){.site-footer__copy{margin-left:auto;flex-shrink:0}}.legal-page{min-height:100vh;background-color:var(--bg-night);color:var(--text-primary);font-family:var(--font-body);display:flex;flex-direction:column}.legal-page__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--divider);position:sticky;top:0;background-color:var(--bg-night);z-index:10}.legal-page__wordmark{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--text-primary);text-decoration:none;letter-spacing:.02em}.legal-page__crescent{width:1.25rem;height:1.25rem;color:var(--accent)}.legal-page__back-top{font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color var(--duration-fast) var(--ease-lumaa)}.legal-page__back-top:hover,.legal-page__back-top:focus-visible{color:var(--accent)}.legal-page__main{flex:1;padding:3rem 1.5rem 4rem}.legal-page__inner{max-width:740px;margin:0 auto}.legal-page__updated{font-size:.8125rem;color:var(--text-subdued);margin-bottom:.75rem}.legal-page__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;color:var(--text-primary);line-height:1.2;margin-bottom:2.5rem;border-bottom:1px solid var(--divider);padding-bottom:1.5rem}.legal-page__content{display:flex;flex-direction:column;gap:2.5rem}.legal-page__content section{padding:0}.legal-page__content h2{font-family:var(--font-display);font-size:clamp(1.1rem,2.5vw,1.375rem);font-weight:600;color:var(--text-primary);margin-bottom:.875rem;padding-top:.25rem}.legal-page__content h3{font-family:var(--font-body);font-size:.9375rem;font-weight:600;color:var(--text-primary);margin:1rem 0 .5rem}.legal-page__content p{color:var(--text-muted);font-size:.9375rem;line-height:1.75;margin-bottom:.75rem}.legal-page__content p:last-child{margin-bottom:0}.legal-page__content ul,.legal-page__content ol{padding-left:1.5rem;color:var(--text-muted);font-size:.9375rem;line-height:1.75;margin-bottom:.75rem;display:flex;flex-direction:column;gap:.35rem}.legal-page__content li strong{color:var(--text-primary);font-weight:500}.legal-page__content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;transition:color var(--duration-fast) var(--ease-lumaa)}.legal-page__content a:hover,.legal-page__content a:focus-visible{color:var(--text-primary)}.legal-page__content code{font-size:.825rem;background:var(--bg-surface);padding:.15em .4em;border-radius:3px;color:var(--accent);font-family:JetBrains Mono,Fira Code,monospace}.legal-translation-notice{background:var(--bg-surface);border-left:3px solid var(--accent);padding:.875rem 1rem;border-radius:0 4px 4px 0;font-size:.875rem;color:var(--text-muted)!important;margin-bottom:.5rem}.legal-page__back-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--divider)}.legal-page__back-link{font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:color var(--duration-fast) var(--ease-lumaa)}.legal-page__back-link:hover,.legal-page__back-link:focus-visible{color:var(--accent)}.legal-page__footer{border-top:1px solid var(--divider);padding:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.legal-page__footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.legal-page__footer nav a{font-size:.8125rem;color:var(--text-subdued);text-decoration:none;transition:color var(--duration-fast) var(--ease-lumaa)}.legal-page__footer nav a:hover,.legal-page__footer nav a:focus-visible{color:var(--accent)}.legal-page__footer-copy{font-size:.75rem;color:var(--text-subdued)}@media (min-width: 768px){.legal-page__main{padding:4rem 4rem 5rem}.legal-page__header{padding:1.25rem 4rem}}.city-autocomplete{position:relative;flex:0 1 160px}.city-autocomplete__input{width:100%;font-family:var(--font-body);font-size:.95rem;font-weight:300;padding:.7rem .9rem;border-radius:3px;border:1px solid transparent;background:#ffffff12;color:var(--text-primary);transition:border-color var(--duration-fast, .15s) ease;box-sizing:border-box}.city-autocomplete__input::placeholder{color:var(--text-subdued, #8c7f6e)}.city-autocomplete__input:focus{outline:none;border-color:var(--accent, #b8956a)}.email-form--light .city-autocomplete__input{background:#0000000f;color:var(--bg-night, #1a1612);border-color:#00000026}.email-form--light .city-autocomplete__input::placeholder{color:#6b5e4e}.email-form--light .city-autocomplete__input:focus{border-color:var(--accent, #b8956a)}.city-autocomplete__list{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:200;margin:0;padding:0;list-style:none;background:var(--bg-surface, #221e19);border:1px solid var(--divider, rgba(255, 255, 255, .08));border-radius:6px;overflow:hidden;box-shadow:0 4px 16px #00000059;animation:city-dropdown-in .12s ease forwards}@keyframes city-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.city-autocomplete__option{padding:.65rem .9rem;font-family:var(--font-body);font-size:.88rem;font-weight:400;color:var(--text-primary, #f0ece6);cursor:pointer;min-height:40px;display:flex;align-items:center;border-bottom:1px solid var(--divider, rgba(255, 255, 255, .06));transition:background 80ms ease}.city-autocomplete__option:last-child{border-bottom:none}.city-autocomplete__option:hover,.city-autocomplete__option--active{background:var(--accent-dim, rgba(184, 149, 106, .18))}.city-autocomplete__no-results{padding:.65rem .9rem;font-family:var(--font-body);font-size:.85rem;color:var(--text-subdued, #8c7f6e);font-style:italic}.city-autocomplete__loading{padding:.65rem .9rem;font-size:.82rem;color:var(--text-subdued, #8c7f6e)}
