*,:after,:before{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#faf4ea;color:#4f3424;font-family:Avenir Next,Nunito Sans,Segoe UI,sans-serif;margin:0;text-rendering:optimizeLegibility}h1,h2,h3{font-family:Fraunces,Iowan Old Style,Georgia,serif;font-weight:700}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.homepage{--page-max-width:1200px;--page-gutter:92%;--surface-1:#fff9f0e0;--surface-2:#fff5e9eb;--text-1:#4f3424;--text-2:#6b4c36;--accent:#8b5e3c;--accent-strong:#6f472b;--border-soft:#74543824;--border-strong:#74543833;--shadow-soft:0 14px 34px #4f34221a;--shadow-strong:0 18px 40px #4f342229;--radius-xl:26px;--radius-lg:20px;--radius-pill:999px;--section-space-y:clamp(44px,7vw,74px);--section-pattern:repeating-linear-gradient(-34deg,#5e402808 0 2px,#0000 2px 18px);background:radial-gradient(circle at 10% 12%,#b1835738,#0000 24%),radial-gradient(circle at 92% 15%,#825c3d24,#0000 22%),radial-gradient(circle at 90% 62%,#a06f492e,#0000 24%),radial-gradient(circle at 12% 82%,#b28a6229,#0000 26%),linear-gradient(180deg,#f9f2e7,#f2e0c8 34%,#ecd5b9 48%,#eed9bf 58%,#f3e4d0 78%,#f9f1e4);color:var(--text-1);isolation:isolate;position:relative}.homepage:before{background:var(--section-pattern);content:"";inset:0;opacity:.36;pointer-events:none;position:absolute;z-index:0}.homepage>*{position:relative;z-index:1}.homepage section+section{margin-top:-1px}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(180deg,#fbf5ecf2,#f9f1e5e6);border-bottom:1px solid #74543824;border-bottom:1px solid var(--border-soft,#74543824);box-shadow:0 8px 18px #4f342214;position:sticky;top:0;transition:background .3s ease,box-shadow .3s ease;width:100%;z-index:1000}.header__container{align-items:center;display:flex;gap:16px;justify-content:space-between;margin:0 auto;min-height:clamp(78px,9vw,90px);transition:min-height .3s ease;width:min(1200px,92%);width:min(var(--page-max-width,1200px),var(--page-gutter,92%))}.header__brand{align-items:center;color:#4f3424;color:var(--text-1,#4f3424);display:flex;gap:12px;min-width:0;text-decoration:none}.header__logo{display:block;height:82px;object-fit:contain;transform-origin:center;transition:width .3s ease,height .3s ease,transform .3s ease;width:132px}.header__brand-text{display:flex;flex-direction:column;justify-content:center;line-height:1}.header__title{color:#4f3424;color:var(--text-1,#4f3424);font-size:clamp(1rem,1.8vw,1.2rem);font-weight:800;letter-spacing:-.02em;line-height:1;margin:0}.header__subtitle{color:#8a6a50;font-size:.78rem;font-weight:800;letter-spacing:.06em;margin-top:5px;text-transform:uppercase}.header__nav-item{align-items:center;background:#fffaf3bf;border:1px solid #74543829;border-radius:999px;border-radius:var(--radius-pill,999px);color:#6b4c36;color:var(--text-2,#6b4c36);display:inline-flex;font-weight:700;justify-content:center;min-height:40px;min-width:40px;padding:0;text-decoration:none;transition:color .2s ease,transform .2s ease,border-color .2s ease,background .2s ease}.header__icon{font-size:.98rem;transition:transform .2s ease,color .2s ease}.header__icon--social{font-size:1.42rem}.header__nav-item:hover{background:#fff9f0f5;border-color:#74543833;border-color:var(--border-strong,#74543833);color:#8b5e3c;color:var(--accent,#8b5e3c)}.header__nav-item:hover .header__icon{color:#8b5e3c;color:var(--accent,#8b5e3c);transform:translateY(-1px)}.header__nav{align-items:center;display:flex;gap:10px}.header__auth{margin-left:-20px}.header__auth,.header__user-wrap{align-items:center;display:inline-flex;gap:8px}.header__user-wrap{min-width:0}.header__user-menu{position:relative}.header__user-trigger{background:#fffaf3e6;border:1px solid #74543829;border-radius:999px;border-radius:var(--radius-pill,999px);color:#6b4c36;color:var(--text-2,#6b4c36);cursor:pointer;min-height:40px;padding:4px 10px;transition:color .2s ease,transform .2s ease,border-color .2s ease,background .2s ease}.header__user-trigger:hover{background:#fff9f0f5;border-color:#74543833;border-color:var(--border-strong,#74543833);color:#8b5e3c;color:var(--accent,#8b5e3c);transform:translateY(-1px)}.header__user-trigger:focus-visible{outline:2px solid #8b5e3c8c;outline-offset:2px}.header__user-trigger.is-open{background:#fff9f0f5;border-color:#74543833;border-color:var(--border-strong,#74543833)}.header__user-caret{border-left:4px solid #0000;border-right:4px solid #0000;border-top:6px solid;height:0;transition:transform .2s ease;width:0}.header__user-trigger.is-open .header__user-caret{transform:rotate(180deg)}.header__user-dropdown{background:#fffaf3fa;border:1px solid #74543829;border-radius:12px;box-shadow:0 12px 24px #4f342229;min-width:170px;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:20}.header__user-dropdown-item{background:#0000;border:0;border-radius:9px;color:#6b4c36;color:var(--text-2,#6b4c36);cursor:pointer;font-size:.86rem;font-weight:700;min-height:36px;padding:0 10px;text-align:left;transition:background .2s ease,color .2s ease;width:100%}.header__user-dropdown-item:focus-visible,.header__user-dropdown-item:hover{background:#fff6eaf5;color:#8b5e3c;color:var(--accent,#8b5e3c);outline:none}.header__avatar{background:#fffaf3e6;border:1px solid #74543838;border-radius:999px;height:32px;object-fit:cover;width:32px}.header__avatar--fallback{align-items:center;color:#6b4c36;color:var(--text-2,#6b4c36);display:inline-flex;font-size:.78rem;font-weight:800;justify-content:center}.header__user{font-size:.82rem;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__auth-btn,.header__user{color:#6b4c36;color:var(--text-2,#6b4c36);font-weight:700}.header__auth-btn{align-items:center;background:#fffaf3e6;border:1px solid #74543829;border-radius:999px;border-radius:var(--radius-pill,999px);cursor:pointer;display:inline-flex;font-size:.9rem;justify-content:center;min-height:40px;padding:0 12px;transition:color .2s ease,transform .2s ease,border-color .2s ease,background .2s ease,opacity .2s ease}.header__auth-btn:hover:not(:disabled){background:#fff9f0f5;border-color:#74543833;border-color:var(--border-strong,#74543833);color:#8b5e3c;color:var(--accent,#8b5e3c);transform:translateY(-1px)}.header__auth-btn:disabled{cursor:not-allowed;opacity:.7}.header__nav a{color:#6b4c36;color:var(--text-2,#6b4c36);font-weight:700;text-decoration:none;transition:color .2s ease,transform .2s ease}.header__nav a:hover{color:#8b5e3c;color:var(--accent,#8b5e3c)}.header__cta{align-items:center;background:linear-gradient(135deg,#8b5e3c,#6f472b);background:linear-gradient(135deg,var(--accent,#8b5e3c) 0,var(--accent-strong,#6f472b) 100%);border:1px solid #0000;border-radius:999px;border-radius:var(--radius-pill,999px);box-shadow:0 12px 26px #5b3e2633;color:#fffaf3;display:inline-flex;font-size:.9rem;font-weight:800;justify-content:center;letter-spacing:.01em;padding:11px 18px;text-decoration:none;transform:translateY(0) scale(1);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease}.header__cta:hover{box-shadow:0 16px 30px #5b3e263d;filter:brightness(.96);transform:translateY(-1px)}.header__auth-error{color:#8b2f1f;font-size:.86rem;font-weight:700;margin:0 auto;padding:0 0 10px;width:min(1200px,92%);width:min(var(--page-max-width,1200px),var(--page-gutter,92%))}@media (max-width:960px){.header__container{padding:14px 0}.header__container,.header__nav{flex-wrap:wrap;justify-content:center}.header__nav{gap:10px;order:3;width:auto}.header__auth{margin-left:0;order:3}.header__cta{order:4}.header__brand{justify-content:center;width:100%}.header__brand-text{align-items:center;text-align:center}}@media (max-width:640px){.header__container{gap:14px;padding:10px 0 12px;width:94%}.header__logo{height:74px;width:118px}.header__title{font-size:.98rem}.header__subtitle{font-size:.7rem}.header__nav-item{min-height:36px;min-width:36px}.header__auth{flex-wrap:nowrap;justify-content:center;margin-left:30px;width:auto}.header__user-wrap{justify-content:center;max-width:100%}.header__user-dropdown{left:50%;right:auto;transform:translateX(-50%)}.header__auth-btn{width:auto}.header__cta{width:60%}}.hero{background:#0000;border-bottom:1px solid #74543824;border-bottom:1px solid var(--border-soft,#74543824);border-top:1px solid #74543824;border-top:1px solid var(--border-soft,#74543824);overflow:hidden;padding:38px 0 16px;padding:calc(var(--section-space-y, 56px) - 18px) 0 calc(var(--section-space-y, 56px) - 40px);position:relative;z-index:2}.hero__container{grid-gap:clamp(28px,4vw,46px);align-items:center;display:grid;gap:clamp(28px,4vw,46px);grid-template-columns:1.05fr .95fr;margin:0 auto;position:relative;width:min(1200px,92%);width:min(var(--page-max-width,1200px),var(--page-gutter,92%));z-index:1}.hero__content,.hero__title{color:#4f3424;color:var(--text-1,#4f3424)}.hero__title{font-size:clamp(2rem,3.4vw,3.2rem);letter-spacing:-.015em;line-height:1.08;margin:0 0 14px;max-width:16ch;text-align:center}.hero__description{color:#6b4c36;color:var(--text-2,#6b4c36);font-size:1.06rem;line-height:1.75;margin:0 0 22px;max-width:620px}.hero__highlights{grid-gap:10px;background:linear-gradient(180deg,#fff9f0e0,#fff5e9eb);background:linear-gradient(180deg,var(--surface-1,#fff9f0e0) 0,var(--surface-2,#fff5e9eb) 100%);border:1px solid #74543824;border:1px solid var(--border-soft,#74543824);border-radius:26px;border-radius:var(--radius-xl,26px);box-shadow:0 14px 34px #4f34221a;box-shadow:var(--shadow-soft,0 14px 34px #4f34221a);display:grid;gap:10px;grid-template-columns:repeat(2,minmax(190px,1fr));margin-bottom:18px;padding:18px}.hero__highlights>span{align-items:center;background:linear-gradient(135deg,#8b5e3c,#6f472b);background:linear-gradient(135deg,var(--accent,#8b5e3c) 0,var(--accent-strong,#6f472b) 100%);border:1px solid #5d3e273d;border-radius:999px;border-radius:var(--radius-pill,999px);box-shadow:0 9px 20px #5b3e262e;color:#fffaf3;display:inline-flex;font-size:1.2rem;font-weight:650;justify-content:center;min-height:52px;padding:12px 16px;text-align:center}.hero__coverage{background:#fffaf3f0;border:1px solid #74543824;border:1px solid var(--border-soft,#74543824);border-radius:20px;border-radius:var(--radius-lg,20px);box-shadow:0 10px 24px #5b3e261a;grid-column:1/-1;padding:16px;width:100%}.hero__coverage-title{color:#6f472b;color:var(--accent-strong,#6f472b);font-size:.86rem;font-weight:800;letter-spacing:.06em;margin:0 0 12px;text-transform:uppercase}.hero__coverage-list{display:flex;flex-wrap:wrap;gap:8px}.hero__coverage-list span{align-items:center;background:#f4e6d6;border:1px solid #8b5e3c38;border-radius:999px;border-radius:var(--radius-pill,999px);color:#6b4c36;color:var(--text-2,#6b4c36);display:inline-flex;font-size:1rem;font-weight:700;padding:8px 12px}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}.hero__button{align-items:center;border-radius:999px;border-radius:var(--radius-pill,999px);display:inline-flex;font-weight:800;justify-content:center;min-width:180px;padding:14px 22px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.hero__button:hover{transform:translateY(-2px)}.hero__button--primary{background:linear-gradient(135deg,#8b5e3c,#6f472b);background:linear-gradient(135deg,var(--accent,#8b5e3c) 0,var(--accent-strong,#6f472b) 100%);box-shadow:0 14px 30px #5b3e2633;color:#fffaf3}.hero__button--primary:hover{filter:brightness(.96)}.hero__button--secondary{background:#0000;border:1px solid #74543833;border:1px solid var(--border-strong,#74543833);color:#6b4c36;color:var(--text-2,#6b4c36)}.hero__info-card{background:#fff9f0e0;background:var(--surface-1,#fff9f0e0);border:1px solid #74543824;border:1px solid var(--border-soft,#74543824);border-radius:26px;border-radius:var(--radius-xl,26px);box-shadow:0 14px 34px #4f34221a;box-shadow:var(--shadow-soft,0 14px 34px #4f34221a);max-width:440px;padding:18px 20px}.hero__info-title{color:#8b5e3c;color:var(--accent,#8b5e3c);font-size:.88rem;font-weight:800;letter-spacing:.08em;margin:0 0 6px;text-transform:uppercase}.hero__info-text{color:#6b4c36;color:var(--text-2,#6b4c36);line-height:1.6;margin:0}.hero__visual{position:relative}.hero__image-stack{min-height:550px;position:relative}.hero__image{border:1px solid #74543824;box-shadow:0 18px 40px #4f342229;box-shadow:var(--shadow-strong,0 18px 40px #4f342229);object-fit:cover}.hero__image--main{border-radius:34px;display:block;height:550px;margin-left:auto;width:min(100%,520px)}.hero__image--secondary{border:8px solid #f7f1e7;border-radius:24px;bottom:28px;height:180px;left:-20px;position:absolute;width:240px}.hero__floating-badge{align-items:center;background:#fffaf3;border:1px solid #74543824;border:1px solid var(--border-soft,#74543824);border-radius:50%;box-shadow:0 14px 32px #4f342224;color:#6b4c36;color:var(--text-2,#6b4c36);display:flex;flex-direction:column;height:118px;justify-content:center;left:8px;position:absolute;top:28px;width:118px}.hero__floating-badge strong{font-size:1.8rem;line-height:1}.hero__floating-badge span{font-size:.92rem;font-weight:700}.whatsapp-float{align-items:center;background:#25d366;border:1px solid #147b3a40;border-radius:999px;border-radius:var(--radius-pill,999px);bottom:60px;box-shadow:0 18px 34px #25d36647;color:#fff;display:inline-flex;font-weight:800;gap:10px;min-height:58px;padding:0 12px;position:fixed;right:24px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;z-index:60}.whatsapp-float:hover{box-shadow:0 24px 40px #25d36657;transform:translateY(-2px)}.whatsapp-float__icon{align-items:center;background:#ffffff2e;border-radius:50%;display:inline-flex;font-size:1.25rem;height:34px;justify-content:center;width:34px}@media (max-width:1024px){.hero{padding:34px 0 16px;padding:calc(var(--section-space-y, 56px) - 22px) 0 calc(var(--section-space-y, 56px) - 40px)}.hero__container{gap:36px;grid-template-columns:1fr}.hero__title{max-width:12ch}.hero__highlights{grid-template-columns:repeat(2,minmax(0,1fr))}.hero__image-stack{min-height:500px}.hero__image--main{height:500px;margin:0 auto}.hero__image--secondary{bottom:12px;left:16px}}@media (max-width:760px){.hero__highlights{grid-template-columns:1fr}}@media (max-width:640px){.hero__container{width:94%}.hero__title{font-size:2rem;margin:0 auto 14px;max-width:100%;text-align:center}.hero__description{font-size:1rem}.hero__highlights{border-radius:22px;padding:14px}.hero__coverage{padding:12px}.hero__coverage-list span{font-size:1rem}.hero__actions{flex-direction:column}.hero__button{width:100%}.hero__image-stack{min-height:auto}.hero__image--main{border-radius:24px;height:360px;width:100%}.hero__image--secondary{border-radius:18px;border-width:6px;bottom:-16px;height:120px;left:8px;width:160px}.hero__floating-badge{height:92px;left:auto;right:10px;top:12px;width:92px}.hero__floating-badge strong{font-size:1.4rem}.whatsapp-float{bottom:40px;min-height:54px;padding:0 10px;right:14px}}.order{background:linear-gradient(180deg,#fdf7efd1,#f8eee2e6);border-bottom:1px solid #74543824;border-bottom:1px solid var(--border-soft,#74543824);border-top:1px solid #74543824;border-top:1px solid var(--border-soft,#74543824);padding:48px 0;padding:calc(var(--section-space-y, 56px) - 8px) 0;position:relative;z-index:2}.order__container{margin:0 auto;width:min(1200px,92%);width:min(var(--page-max-width,1200px),var(--page-gutter,92%))}.order__intro{margin-bottom:18px}.order__eyebrow{color:#8b5e3c;color:var(--accent,#8b5e3c);font-size:.8rem;font-weight:800;letter-spacing:.08em;margin:0 0 6px;text-transform:uppercase}.order__title{color:#4f3424;color:var(--text-1,#4f3424);font-size:clamp(1.45rem,2.6vw,2rem);margin:0}.order__subtitle{color:#6b4c36;color:var(--text-2,#6b4c36);font-size:.98rem;line-height:1.6;margin:8px 0 0}.order__layout{grid-gap:clamp(16px,2.4vw,24px);display:grid;gap:clamp(16px,2.4vw,24px);grid-template-columns:minmax(0,440px) minmax(320px,.9fr) minmax(220px,.55fr)}.order__form,.order__summary{border:1px solid #74543824;border:1px solid var(--border-soft,#74543824);border-radius:26px;border-radius:var(--radius-xl,26px);box-shadow:0 14px 34px #4f34221a;box-shadow:var(--shadow-soft,0 14px 34px #4f34221a)}.order__form{grid-gap:11px;background:linear-gradient(180deg,#fff9f0e0,#fff5e9eb);background:linear-gradient(180deg,var(--surface-1,#fff9f0e0) 0,var(--surface-2,#fff5e9eb) 100%);border-color:#8b5e3c3d;box-shadow:0 16px 36px #4f342226;display:grid;gap:11px;padding:16px;width:100%}.order__field{grid-gap:6px;background:#fffbf5eb;border:1px solid #8b5e3c29;border-radius:14px;display:grid;gap:6px;padding:10px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.order__field:focus-within{background:#fffdf9fa;border-color:#6f472b66;box-shadow:0 0 0 3px #8b5e3c14}.order__field-row{grid-gap:11px;display:grid;gap:11px;grid-template-columns:repeat(2,minmax(0,1fr))}.order__label{color:#6a452b;font-size:.86rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.order__input{background:#fffffffa;border:1px solid #74543852;border-radius:12px;color:#4f3424;color:var(--text-1,#4f3424);font-size:1rem;font-weight:700;min-height:46px;padding:0 13px;width:100%}.order__input::placeholder{color:#9a7a61;font-weight:600}.order__input:focus{border-color:#6f472b9e;box-shadow:0 0 0 4px #8b5e3c29;outline:none}.order__suggested-price{align-items:center;background:#fffaf399;border:1px dashed #74543838;border-radius:12px;color:#7f5c42;display:flex;font-size:.86rem;font-weight:700;gap:10px;justify-content:space-between;margin-top:2px;padding:10px 12px}.order__link-btn{background:#0000;border:0;color:#8b5e3c;color:var(--accent,#8b5e3c);cursor:pointer;font-size:.86rem;font-weight:800;text-decoration:underline;text-underline-offset:2px}.order__submit{align-items:center;background:linear-gradient(135deg,#8b5e3c,#6f472b);background:linear-gradient(135deg,var(--accent,#8b5e3c) 0,var(--accent-strong,#6f472b) 100%);border:1px solid #0000;border-radius:999px;border-radius:var(--radius-pill,999px);box-shadow:0 10px 24px #5b3e262e;color:#fffaf3;cursor:pointer;display:inline-flex;font-size:.92rem;font-weight:800;justify-content:center;justify-self:center;margin-top:4px;min-height:42px;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;width:50%}.order__submit:hover{filter:brightness(.96);transform:translateY(-1px)}.order__summary{background:#fffaf3e6;display:flex;flex-direction:column;padding:18px}.order__summary--confirmation{min-height:220px}.order__summary--confirmation .order__confirmation{display:flex;flex-direction:column;height:100%}.order__summary--confirmation .order__send-whatsapp,.order__summary--payment .order__pay-btn{margin-top:auto}.order__summary-title{color:#4f3424;color:var(--text-1,#4f3424);font-size:1.2rem;margin:0}.order__summary-text{color:#6b4c36;color:var(--text-2,#6b4c36);font-size:1rem;line-height:1.7;margin:9px 0 12px;text-align:center}.order__pay-btn{background:#fff6eacc;border:1px dashed #74543838;border-radius:999px;border-radius:var(--radius-pill,999px);color:#946f53;cursor:not-allowed;font-size:.88rem;font-weight:800;min-height:38px;width:100%}.order__confirmation{background:linear-gradient(180deg,#fffaf3f5,#f8ecdde0);border:1px solid #8b5e3c42;border-radius:14px;box-shadow:0 10px 24px #5b3e261f;padding:12px}.order__confirmation-title{color:#5f3c23;font-size:.94rem;font-weight:800;letter-spacing:.06em;margin:0 0 12px;text-transform:uppercase}.order__confirmation-row{align-items:center;background:#fffcf8f2;border:1px solid #8b5e3c33;border-radius:10px;display:flex;gap:10px;justify-content:space-between;margin:0 0 8px;min-width:0;padding:8px 10px}.order__confirmation-row:last-of-type{margin-bottom:0}.order__confirmation-label{color:#805a3f;flex:0 0 auto;font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.order__confirmation-value{color:#4f3424;font-size:.96rem;font-weight:800;line-height:1.2;margin-left:auto;min-width:0;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.order__confirmation-row--total{background:#f8e5cebf;border-color:#6f472b57}.order__confirmation-value--total{color:#603c22;font-size:1.1rem}.order__confirmation-empty{color:#7f5c42;font-size:.88rem;line-height:1.5;margin:0}.order__send-whatsapp{align-items:center;align-self:center;background:#25d366;border:1px solid #147b3a47;border-radius:999px;border-radius:var(--radius-pill,999px);box-shadow:0 8px 18px #25d36638;color:#fff;display:inline-flex;font-size:.88rem;font-weight:800;justify-content:center;margin-top:10px;min-height:36px;padding:0 14px;text-decoration:none;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;width:50%}.order__send-whatsapp:hover{filter:brightness(.97);transform:translateY(-1px)}@media (max-width:1100px){.order__layout{grid-template-columns:1fr 1fr}.order__form{grid-column:1/-1;width:100%}}@media (max-width:760px){.order__layout{grid-template-columns:1fr}}@media (max-width:640px){.order{padding:30px 0}.order__container{width:94%}.order__form,.order__summary{border-radius:22px}.order__field-row{grid-template-columns:1fr}.order__suggested-price{align-items:flex-start;flex-direction:column}}.reviews{background:linear-gradient(180deg,#faf3e9cc,#f6eadcd6);border-bottom:1px solid #74543824;border-bottom:1px solid var(--border-soft,#74543824);border-top:1px solid #74543824;border-top:1px solid var(--border-soft,#74543824);padding:48px 0;padding:calc(var(--section-space-y, 56px) - 8px) 0;position:relative;z-index:2}.reviews__container{margin:0 auto;width:min(1200px,92%);width:min(var(--page-max-width,1200px),var(--page-gutter,92%))}.reviews__intro{margin-bottom:18px}.reviews__title{color:#4f3424;color:var(--text-1,#4f3424);font-size:clamp(1.45rem,2.6vw,2rem);margin:0}.reviews__subtitle{color:#6b4c36;color:var(--text-2,#6b4c36);font-size:.98rem;line-height:1.6;margin:8px 0 0}.reviews__layout{grid-gap:clamp(16px,2.4vw,26px);align-items:start;display:grid;gap:clamp(16px,2.4vw,26px);grid-template-columns:minmax(280px,360px) minmax(0,1fr)}.reviews__panel{background:linear-gradient(180deg,#fff9f0e0,#fff5e9eb);background:linear-gradient(180deg,var(--surface-1,#fff9f0e0) 0,var(--surface-2,#fff5e9eb) 100%);border:1px solid #74543824;border:1px solid var(--border-soft,#74543824);border-radius:26px;border-radius:var(--radius-xl,26px);box-shadow:0 14px 34px #4f34221a;box-shadow:var(--shadow-soft,0 14px 34px #4f34221a);padding:16px;position:sticky;top:98px}.reviews__panel-title{color:#4f3424;color:var(--text-1,#4f3424);font-size:1.02rem;margin:0}.reviews__signed-in{align-items:center;display:inline-flex;gap:8px;margin-top:12px;min-width:0}.reviews__signed-in-name{color:#6b4c36;color:var(--text-2,#6b4c36);font-size:.88rem;font-weight:700;max-width:220px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reviews__avatar{background:#fffaf3e6;border:1px solid #74543838;border-radius:999px;height:32px;object-fit:cover;width:32px}.reviews__avatar--fallback{align-items:center;color:#6b4c36;color:var(--text-2,#6b4c36);display:inline-flex;font-size:.78rem;font-weight:800;justify-content:center}.reviews__auth-lock{background:#fffaf399;border:1px dashed #74543838;border-radius:20px;border-radius:var(--radius-lg,20px);margin-top:12px;padding:10px}.reviews__auth-lock-text{color:#6b4c36;color:var(--text-2,#6b4c36);font-size:.88rem;line-height:1.45;margin:0 0 10px}.reviews__auth-btn{align-items:center;background:#fffaf3f2;border:1px solid #74543829;border-radius:999px;border-radius:var(--radius-pill,999px);color:#6b4c36;color:var(--text-2,#6b4c36);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:700;justify-content:center;min-height:38px;padding:0 12px;transition:color .2s ease,transform .2s ease,border-color .2s ease,background .2s ease}.reviews__auth-btn:hover{background:#fff9f0f5;border-color:#74543833;border-color:var(--border-strong,#74543833);color:#8b5e3c;color:var(--accent,#8b5e3c);transform:translateY(-1px)}.reviews__form{grid-gap:8px;display:grid;gap:8px;margin-top:14px}.reviews__label{color:#6b4c36;color:var(--text-2,#6b4c36);font-size:.84rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.reviews__textarea{background:#fffcf7f2;border:1px solid #74543833;border-radius:14px;color:#4f3424;color:var(--text-1,#4f3424);font-size:.94rem;line-height:1.5;min-height:118px;padding:10px 12px;resize:vertical;width:100%}.reviews__textarea:focus{border-color:#6f472b80;box-shadow:0 0 0 3px #8b5e3c1f;outline:none}.reviews__rating{align-items:center;display:inline-flex;gap:2px}.reviews__star-btn{background:#0000;border:0;color:#b07a3559;cursor:pointer;font-size:1.5rem;line-height:1;padding:0 2px;transition:color .2s ease,transform .2s ease,opacity .2s ease}.reviews__star-btn.is-active{color:#b07a35}.reviews__star-btn:hover:not(:disabled){transform:translateY(-1px)}.reviews__star-btn:focus-visible{border-radius:6px;outline:2px solid #6f472b73;outline-offset:2px}.reviews__star-btn:disabled{cursor:not-allowed;opacity:.62}.reviews__counter,.reviews__rating-text{color:#7f5c42;font-size:.8rem;font-weight:700;margin:0}.reviews__counter{text-align:right}.reviews__submit{align-items:center;background:linear-gradient(135deg,#8b5e3c,#6f472b);background:linear-gradient(135deg,var(--accent,#8b5e3c) 0,var(--accent-strong,#6f472b) 100%);border:1px solid #0000;border-radius:999px;border-radius:var(--radius-pill,999px);box-shadow:0 10px 24px #5b3e262e;color:#fffaf3;cursor:pointer;display:inline-flex;font-size:.92rem;font-weight:800;justify-content:center;min-height:40px;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease,opacity .2s ease}.reviews__submit:hover:not(:disabled){filter:brightness(.96);transform:translateY(-1px)}.reviews__submit:disabled{cursor:not-allowed;opacity:.68}.reviews__feed{grid-gap:12px;display:grid;gap:12px}.reviews__card{background:#fffaf3e6;border:1px solid #74543824;border:1px solid var(--border-soft,#74543824);border-radius:20px;border-radius:var(--radius-lg,20px);box-shadow:0 10px 22px #5b3e261a;padding:14px}.reviews__card-header{align-items:center;display:flex;gap:10px;justify-content:space-between}.reviews__card-name{color:#4f3424;color:var(--text-1,#4f3424);font-size:.95rem;font-weight:800;margin:0}.reviews__card-date{color:#88654b;font-size:.8rem;font-weight:700;margin:0}.reviews__stars{color:#b07a35;font-size:.98rem;letter-spacing:.08em;margin:6px 0 8px}.reviews__card-text{color:#6b4c36;color:var(--text-2,#6b4c36);line-height:1.6;margin:0;white-space:pre-wrap}.reviews__error,.reviews__status{background:#fffaf3b3;border:1px solid #74543829;border-radius:14px;font-size:.9rem;line-height:1.5;margin:0;padding:12px 14px}.reviews__status{color:#7f5c42}.reviews__error{background:#fff0ebb8;border-color:#8b2f1f38;color:#8b2f1f}@media (max-width:980px){.reviews__layout{grid-template-columns:1fr}.reviews__panel{position:static}}@media (max-width:640px){.reviews__container{width:94%}.reviews{padding:30px 0}}.footer{background:linear-gradient(180deg,#fbf5ecd6,#f6ecdfeb);border-top:1px solid #74543824;border-top:1px solid var(--border-soft,#74543824);padding:16px 0 12px;padding:calc(var(--section-space-y, 56px) - 40px) 0 12px;position:relative}.footer__container{grid-gap:8px;display:grid;gap:8px;margin:0 auto;width:min(1200px,92%);width:min(var(--page-max-width,1200px),var(--page-gutter,92%))}.footer__brand{grid-gap:4px;display:grid;gap:4px}.footer__row{align-items:center;display:flex;gap:8px;justify-content:space-between}.footer__title{color:#4f3424;color:var(--text-1,#4f3424);font-size:clamp(1.02rem,1.6vw,1.2rem);line-height:1.15;margin:0}.footer__text{color:#6b4c36;color:var(--text-2,#6b4c36);flex:1 1;font-size:.88rem;line-height:1.4;margin:0;max-width:680px}.footer__links{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-end}.footer__link{align-items:center;background:#fffaf3e0;border:1px solid #74543829;border-radius:999px;border-radius:var(--radius-pill,999px);color:#6b4c36;color:var(--text-2,#6b4c36);display:inline-flex;font-weight:700;justify-content:center;min-height:38px;min-width:38px;padding:0;text-decoration:none;transition:color .2s ease,transform .2s ease,border-color .2s ease,background .2s ease}.footer__link:hover{background:#fff9f0f5;border-color:#74543833;border-color:var(--border-strong,#74543833);color:#8b5e3c;color:var(--accent,#8b5e3c);transform:translateY(-1px)}.footer__icon{font-size:1.6rem}.footer__copy{border-top:1px solid #74543824;border-top:1px solid var(--border-soft,#74543824);color:#805d42;font-size:.75rem;letter-spacing:.02em;margin:0;padding-top:8px}@media (max-width:640px){.footer{padding:14px 0 10px}.footer__container{gap:8px;width:94%}.footer__link{min-height:36px;min-width:36px}.footer__row{align-items:flex-start;flex-direction:column}.footer__links{justify-content:center;width:100%}}
/*# sourceMappingURL=main.0cc00b4a.css.map*/