@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap');
:root{--te-ink:#1A1612;--te-sec:#8A6F4D;--te-accent:#E8A33D;--te-cream:#F7F1E8;--te-star:#F5B301;--te-ok:#2E7D4F;--te-disp:'Fraunces',Georgia,serif;--te-body:'Inter',system-ui,sans-serif}
.te-sec{font-family:var(--te-body);color:var(--te-ink);background:linear-gradient(180deg,#FFFDF9,#F7F1E8,#FFF8EE);padding:clamp(36px,7vw,80px) clamp(16px,4vw,32px)}
.te-sec--cream{background:var(--te-cream)}
.te-wrap{max-width:1080px;margin:0 auto}
.te-h{font-family:var(--te-disp);font-weight:600;line-height:1.15;color:var(--te-ink);font-size:clamp(26px,4vw,40px);margin:0 0 .5em;text-align:center}
.te-sub{text-align:center;font-size:clamp(15px,2.5vw,18px);color:var(--te-sec);max-width:640px;margin:0 auto 2em}
.te-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:760px;margin:0 auto}
@media(min-width:750px){.te-trust{grid-template-columns:repeat(4,1fr)}}
.te-trust div{background:#fff;border:1px solid #eaded0;border-radius:14px;padding:18px 14px;text-align:center;font-weight:600;font-size:14px}
.te-trust .te-ico{font-size:26px;display:block;margin-bottom:8px}
.te-ben{display:grid;gap:14px;max-width:720px;margin:0 auto}
.te-ben li{list-style:none;background:#fff;border:1px solid #eaded0;border-radius:12px;padding:16px 18px;font-size:16px;display:flex;gap:12px;align-items:flex-start}
.te-ben li:before{content:'✓';color:var(--te-ok);font-weight:700;flex:none}
.te-panel{display:grid;gap:24px;margin:0 auto;max-width:920px}
.te-panel article{background:#fff;border:1px solid #eaded0;border-radius:16px;padding:clamp(20px,3vw,32px)}
.te-panel h3{font-family:var(--te-disp);font-size:22px;margin:0 0 .4em;color:var(--te-ink)}
.te-panel p{margin:0;color:#5a5147;font-size:16px;line-height:1.6}
.te-table{width:100%;border-collapse:collapse;max-width:760px;margin:0 auto;background:#fff;border-radius:14px;overflow:hidden;border:1px solid #eaded0}
.te-table th,.te-table td{padding:14px 12px;text-align:center;border-bottom:1px solid #f0e7da;font-size:14px}
.te-table thead th{background:var(--te-cream);font-family:var(--te-disp);font-size:15px}
.te-table th:first-child,.te-table td:first-child{text-align:left;font-weight:600}
.te-table .te-us{background:#fff7ec;font-weight:700}
.te-yes{color:var(--te-ok);font-weight:700}
.te-no{color:#c2b6a6}
.te-stars{color:var(--te-star);font-size:22px;letter-spacing:2px;text-align:center}
.te-rev{display:grid;gap:16px;grid-template-columns:1fr;max-width:900px;margin:1.5em auto 0}
@media(min-width:750px){.te-rev{grid-template-columns:repeat(2,1fr)}}
.te-rev article{background:#fff;border:1px solid #eaded0;border-radius:14px;padding:18px}
.te-rev p{margin:.4em 0 0;font-size:15px;line-height:1.55}
.te-rev b{font-size:13px;color:var(--te-sec)}
.te-faq{max-width:760px;margin:0 auto;display:grid;gap:10px}
.te-faq details{background:#fff;border:1px solid #eaded0;border-radius:12px;padding:6px 18px}
.te-faq summary{font-weight:600;cursor:pointer;padding:12px 0;font-size:16px;list-style:none}
.te-faq summary::-webkit-details-marker{display:none}
.te-faq summary:after{content:'+';float:right;color:var(--te-accent);font-weight:700}
.te-faq details[open] summary:after{content:'–'}
.te-faq p{margin:0 0 14px;color:#5a5147;line-height:1.6;font-size:15px}
.te-cta{text-align:center;background:var(--te-ink);border-radius:20px;padding:clamp(28px,5vw,56px);color:#fff;max-width:920px;margin:0 auto}
.te-cta h2{font-family:var(--te-disp);color:#fff;font-size:clamp(24px,4vw,38px);margin:0 0 .3em}
.te-cta p{color:#e9dcc6;margin:0 0 1.4em}
.te-btn{display:inline-block;background:var(--te-accent);color:#1a1208;font-weight:700;padding:15px 34px;border-radius:999px;text-decoration:none;font-size:17px}
.te-stickic{display:none}
@media(max-width:749px){.te-stickic{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:9999;gap:10px;align-items:center;justify-content:space-between;padding:10px 14px;background:rgba(255,253,249,.96);backdrop-filter:blur(8px);box-shadow:0 -2px 14px rgba(0,0,0,.1)}.te-stickic a{flex:1;text-align:center;background:var(--te-ink);color:#fff;font-weight:700;padding:13px;border-radius:999px;text-decoration:none}}
