*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#171717;background:#f7f6f2;line-height:1.7}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid #c58a55;outline-offset:3px}header{position:sticky;top:0;z-index:50;background:rgba(247,246,242,.97);backdrop-filter:blur(14px);border-bottom:1px solid #deddd8}.nav-wrap{max-width:1180px;margin:auto;padding:15px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-weight:900;letter-spacing:-.04em;font-size:18px;line-height:.9}.brand span{display:block;font-size:10px;letter-spacing:.22em;margin-top:7px;color:#777}nav{display:flex;align-items:center;gap:19px;font-size:14px;font-weight:750}nav a{padding:9px 0}.nav-cta{background:#171717;color:#fff!important;padding:10px 15px!important;border-radius:999px}.lang{font-size:12px;border-left:1px solid #ddd;padding-left:16px;display:inline-flex;align-items:center;gap:5px}.lang span{font-size:12px}.menu{display:none;border:0;background:none;font-size:26px}.hero,.page-hero{background:#171717;color:#fff}.hero{padding:88px 24px}.page-hero{padding:58px 24px}.container{max-width:1180px;margin:auto}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:850;color:#caa67c;margin-bottom:14px}.hero h1,.page-hero h1{font-size:clamp(40px,6vw,76px);line-height:.98;letter-spacing:-.055em;margin:0 0 22px;max-width:900px}.page-hero h1{font-size:clamp(38px,5vw,62px)}.hero p,.page-hero p{font-size:19px;max-width:780px;color:#d5d4cf}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 19px;font-weight:850;font-size:14px}.btn-accent{background:#c58a55;color:#111}.btn-light{background:#fff;color:#111}.btn-outline{border:1px solid #666;color:#fff}.btn-dark{background:#171717;color:#fff}.section{padding:76px 24px}.section-dark{background:#171717;color:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:58px}.section h2,.split h2{font-size:clamp(28px,4vw,44px);line-height:1.05;letter-spacing:-.035em;margin:0 0 18px}.section h3{font-size:24px;line-height:1.15;margin:28px 0 10px}.muted{color:#666}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid #deddd8;border-radius:22px;overflow:hidden}.product-photo{position:relative;height:390px;background:#fff;overflow:hidden}.product-photo img{display:block;width:100%;height:100%;object-fit:contain}.card-body{padding:26px}.card-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#8b5e34;font-weight:850}.card h2,.card h3{margin:8px 0 12px;line-height:1.05;letter-spacing:-.03em}.card h3{font-size:28px}.link{font-weight:850;text-decoration:underline;text-underline-offset:3px}.prose{max-width:900px}.prose-section{padding:0 0 46px;margin-bottom:46px;border-bottom:1px solid #ddd}.prose-section:last-child{border-bottom:0}.prose-section p,.prose-section li{font-size:17px;color:#404040}.list{padding-left:21px}.list li{margin:9px 0}.internal-links{display:flex;flex-wrap:wrap;gap:14px}.internal-links a{background:#ebe8e1;padding:9px 13px;border-radius:999px;font-size:14px}.panel{padding:34px;border-radius:24px;display:flex;justify-content:space-between;align-items:center;gap:24px}.dark-panel{background:#171717;color:#fff}.dark-panel p{color:#c9c9c9}.product-hero{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.product-image{position:relative;height:560px;background:#fff;border:1px solid #deddd8;border-radius:24px;overflow:hidden}.product-image img{display:block;width:100%;height:100%;object-fit:contain}.product-copy h2{font-size:clamp(38px,5vw,58px);line-height:1;margin:10px 0 18px}.specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:25px 0}.spec{background:#ebe8e1;border-radius:14px;padding:15px}.spec strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:#777;margin-bottom:5px}.notice{background:#ebe8e1;border-radius:16px;padding:18px;margin:24px 0;color:#444}.source-note{font-size:14px!important;color:#777!important}.faq details{background:#fff;border:1px solid #deddd8;border-radius:16px;padding:20px 24px;margin:12px 0}.faq summary{cursor:pointer;font-weight:850;font-size:18px}.footer-grid{max-width:1180px;margin:auto;padding:60px 24px;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px;border-top:1px solid #deddd8}.footer-grid>div{display:flex;flex-direction:column;gap:10px}.footer-grid p{max-width:420px;color:#666}.footer-wa{font-weight:850}.social-block{display:flex;flex-direction:column;gap:10px}.social-block strong{margin-bottom:0}.social-link{font-size:14px}.copyright{border-top:1px solid #deddd8;padding:18px 24px;color:#777;font-size:13px;text-align:center}.breadcrumbs{font-size:13px;color:#aaa;margin-bottom:24px;display:flex;gap:10px;flex-wrap:wrap}.whatsapp-float{position:fixed;right:20px;bottom:20px;z-index:60;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#25D366;color:#fff;border-radius:50%;box-shadow:0 10px 30px rgba(0,0,0,.18);transition:transform .15s ease,box-shadow .15s ease}.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 13px 34px rgba(0,0,0,.22)}.whatsapp-float svg{width:29px;height:29px;fill:currentColor}.notice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mini{background:#fff;border:1px solid #deddd8;border-radius:18px;padding:22px}.mini h3{margin:0 0 8px;font-size:20px}.toc{background:#fff;border:1px solid #deddd8;border-radius:18px;padding:24px;margin-bottom:42px}.toc a{display:block;padding:5px 0;text-decoration:underline}.not-found{text-align:center;padding:90px 24px}.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}@media(max-width:850px){nav{display:none}.menu{display:block}.menu-open nav{display:flex;position:absolute;left:0;right:0;top:67px;background:#f7f6f2;padding:18px 24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #ddd}.hero-grid,.split,.product-hero,.grid,.grid-3,.notice-grid{grid-template-columns:1fr}.hero{padding:60px 20px}.section,.page-hero{padding:52px 20px}.product-photo{height:340px}.product-image{height:420px}.footer-grid{grid-template-columns:1fr}.whatsapp-float{right:14px;bottom:14px;width:52px;height:52px}.whatsapp-float svg{width:27px;height:27px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
.table-wrap{overflow-x:auto;margin:1rem 0 1.25rem}.comparison-table{width:100%;border-collapse:collapse;min-width:620px}.comparison-table th,.comparison-table td{padding:.8rem;border:1px solid rgba(0,0,0,.12);text-align:left;vertical-align:top}.comparison-table th{font-weight:700}.small-note{font-size:.9rem;opacity:.75}.prose-section ol,.prose-section ul{padding-left:1.25rem}.prose-section li{margin:.45rem 0}

.seo-product-image{max-width:420px;margin:0 auto 2rem}.seo-product-image img{display:block;width:100%;height:auto;object-fit:contain}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.product-grid .card{overflow:hidden}.product-grid .product-photo{aspect-ratio:1/1;background:#f4f4f4;display:flex;align-items:center;justify-content:center}.product-grid .product-photo img{width:100%;height:100%;object-fit:contain;display:block}@media(max-width:700px){.product-grid{grid-template-columns:1fr}}
