:root{--bg:#fffcf3;--soft:#fff6de;--deep:#fbefcd;--card:#fff;--red:#e2161c;--red2:#be0e13;--gold:#c9a24b;--gold2:#a8842f;--ink:#3a2c1c;--muted:#80694d;--line:#f0e4c6;--shadow:0 22px 54px -28px #8d4a1273;--r:18px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Be Vietnam Pro,Arial,sans-serif;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:3px;outline:3px solid #e2161c6b}.wrap{max-width:var(--max);margin:0 auto;padding:0 22px}.topbar{background:var(--deep);color:var(--muted);font-size:.84rem}.topbar .wrap{justify-content:space-between;align-items:center;gap:16px;height:32px;display:flex}.topbar b{color:var(--red)}header{z-index:90;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#fffcf3f2;position:sticky;top:0}.nav{align-items:center;gap:18px;height:64px;display:flex}.brand{position:relative;overflow:hidden}.brand:after{content:"";background:linear-gradient(115deg,#0000,#ffffffe6,#0000);width:38%;height:140%;animation:5s ease-in-out infinite shine;position:absolute;top:-20%;left:-45%;transform:skew(-18deg)}.brand img{height:42px}.menu{flex:1;justify-content:center;gap:4px;margin:0;padding:0;font-size:.92rem;font-weight:700;list-style:none;display:flex}.menu a{color:#4b3924;padding:20px 13px;display:block}.menu a:hover{color:var(--red)}.nav-call{border:1.5px solid var(--gold);color:var(--red);background:#fff8df;border-radius:999px;padding:8px 14px;font-size:.88rem;font-weight:800}.hero{border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff7df,#fffdf7 55%,#ffe8bd);position:relative;overflow:hidden}.hero .wrap{grid-template-columns:1.06fr .94fr;align-items:center;gap:34px;min-height:auto;padding-top:34px;padding-bottom:34px;display:grid}.crumb{color:var(--muted);margin-bottom:16px;font-size:.82rem}.crumb a{color:var(--red);font-weight:700}.eyebrow{color:var(--red);text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:6px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.hero h1,.page-title{color:var(--red);letter-spacing:.01em;margin:16px 0 14px;font-family:Playfair Display,serif;font-size:clamp(2rem,4.5vw,4rem);line-height:1.05}.hero p{color:#654d32;max-width:680px;font-size:1.02rem}.cta-row{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:12px 20px;font-weight:800;transition:all .22s;display:inline-flex}.btn.primary{color:#fff;background:linear-gradient(#f5292f,#c90912);border-color:#ffd782;box-shadow:0 14px 28px #c909123d}.btn.ghost{color:var(--red);border-color:var(--gold);background:#fff7df}.btn:hover{transform:translateY(-2px)}.hero-card{box-shadow:var(--shadow);background:#fff;border:1px solid #c9a24b59;border-radius:26px;position:relative;overflow:hidden}.hero-card img{object-fit:cover;width:100%;height:420px}.hero-badge{border:1px solid var(--line);text-align:center;background:#fffcf3eb;border-radius:18px;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px;display:grid;position:absolute;bottom:18px;left:18px;right:18px}.hero-badge b{color:var(--red);font-size:1.15rem;display:block}.hero-badge span{color:var(--muted);font-size:.74rem;font-weight:700}section{padding:46px 0}.sec-head{text-align:center;max-width:760px;margin:0 auto 30px}.sec-head .script{color:var(--red);font-family:Playfair Display,serif;font-size:1.25rem}.sec-head h2{color:var(--red);text-transform:uppercase;margin:5px 0;font-family:Playfair Display,serif;font-size:clamp(1.55rem,3vw,2.35rem);font-weight:500;line-height:1.16}.sec-head p{color:var(--muted);margin:8px 0 0}.grid{gap:20px;display:grid}.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}.card{border:1px solid var(--line);border-radius:var(--r);background:#fff;transition:all .25s;overflow:hidden;box-shadow:0 16px 40px -30px #8d4a1280}.card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.pad{padding:22px}.card h3{color:#4b3218;margin:0 0 8px;font-size:1.08rem}.card p{color:var(--muted);margin:0;font-size:.93rem}.media{aspect-ratio:4/3;object-fit:cover;width:100%}.pill-row{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:26px;display:flex}.pill{border:1px solid var(--line);color:#684515;background:#fff;border-radius:999px;padding:9px 14px;font-weight:800}.pill.active,.pill:hover{background:var(--red);color:#fff;border-color:var(--red)}.problem{background:#fff8df}.problem-list{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.problem-list a{border:1px solid var(--line);color:#5b4020;background:#fff;border-radius:14px;padding:16px;font-weight:800}.problem-list a span{color:var(--red);margin-bottom:4px;font-size:.78rem;display:block}.steps{counter-reset:step}.step{border:1px solid var(--line);background:#fff;border-radius:18px;padding:24px;position:relative}.step:before{counter-increment:step;content:counter(step);background:var(--red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:14px;font-weight:900;display:flex;box-shadow:0 10px 20px #e2161c33}.split{grid-template-columns:1.1fr .9fr;align-items:start;gap:28px;display:grid}.toc{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px;position:sticky;top:86px;box-shadow:0 16px 40px -32px #8d4a1280}.toc h3{color:var(--red);margin:0 0 10px;font-size:1rem}.toc a:not(.btn){color:#684515;border-bottom:1px solid #f5ead0;padding:9px 0;font-size:.9rem;font-weight:700;display:block}.content{border:1px solid var(--line);background:#fff;border-radius:22px;padding:32px}.content h2{color:var(--red);margin:26px 0 10px;font-family:Playfair Display,serif;font-size:1.75rem}.content h3{color:#4c341d;margin:18px 0 8px}.note{border:1px solid var(--line);border-left:4px solid var(--red);background:#fff6de;border-radius:14px;margin:18px 0;padding:16px}.faq{max-width:850px;margin:0 auto}.faq-item{border:1px solid var(--line);background:#fff;border-radius:14px;margin-bottom:12px;overflow:hidden}.faq-q{text-align:left;color:#4c341d;cursor:pointer;background:#fff;border:0;justify-content:space-between;width:100%;padding:16px 18px;font-weight:800;display:flex}.faq-a{color:var(--muted);padding:0 18px 16px;display:none}.faq-item.open .faq-a{display:block}.regbox{border:1px solid var(--gold);box-shadow:var(--shadow);background:linear-gradient(135deg,#fff7df,#fff);border-radius:22px;padding:24px}.regbox h3{color:var(--red);margin:0 0 6px;font-family:Playfair Display,serif;font-size:1.55rem}.form{grid-template-columns:1fr 1fr auto;gap:10px;margin-top:16px;display:grid}.form input,.form select{border:1.5px solid var(--line);background:#fff;border-radius:999px;height:46px;padding:0 14px;font-family:inherit}.post-grid{grid-template-columns:1.4fr .8fr;gap:24px;display:grid}.featured img,.post-mini img{object-fit:cover;width:100%;height:100%}.featured{grid-template-columns:1.1fr .9fr;min-height:340px;display:grid}.tag{color:var(--red);background:#fff3d1;border-radius:999px;margin-bottom:8px;padding:4px 9px;font-size:.72rem;font-weight:800;display:inline-block}.post-list{flex-direction:column;gap:14px;display:flex}.post-mini{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:112px 1fr;gap:12px;display:grid;overflow:hidden}.post-mini img{height:96px}.side{flex-direction:column;gap:16px;display:flex;position:sticky;top:86px}.searchbox{border:1px solid var(--line);background:#fff;border-radius:18px;padding:16px}.searchbox input{border:1.5px solid var(--line);border-radius:999px;width:100%;height:44px;padding:0 14px}.article-meta{color:var(--muted);flex-wrap:wrap;gap:12px;margin:8px 0 18px;font-size:.86rem;display:flex}.summary{grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0;display:grid}.summary div{border:1px solid var(--line);background:#fff7df;border-radius:14px;padding:14px;font-weight:700}.related{background:var(--soft)}footer{color:#f8ded6;background:linear-gradient(160deg,#ee2630,#cb141c);padding:48px 0 24px}.foot-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:24px;display:grid}footer h4{color:#fff;margin:0 0 12px}footer ul{margin:0;padding:0;list-style:none}footer li{margin:7px 0}.foot-brand img{background:#fff;border-radius:12px;height:54px;margin-bottom:10px;padding:5px}.fab{z-index:120;flex-direction:column;gap:9px;display:flex;position:fixed;top:50%;right:14px;transform:translateY(-50%)}.fab img{filter:drop-shadow(0 5px 9px #aa5a1e66);width:62px;height:62px;animation:3s ease-in-out infinite float}.mobnav{z-index:130;padding:6px 14px max(6px,env(safe-area-inset-bottom));background:url(/img/6.png) bottom/100% 100% no-repeat;display:none;position:fixed;bottom:0;left:0;right:0}.mobnav ul{justify-content:space-between;align-items:center;gap:2px;max-width:480px;margin:0 auto;padding:0;list-style:none;display:flex}.mobnav a{flex:1;justify-content:center;display:flex}.mobnav img{height:56px}.mobnav .center{flex:none}.mobnav .center img{height:80px;margin-top:-26px}@keyframes shine{0%,72%{left:-45%}88%,to{left:125%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.trust-strip{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:24px;display:grid}.trust-item{border:1px solid var(--line);text-align:center;background:#fff;border-radius:16px;padding:16px;box-shadow:0 12px 28px -24px #8d4a1273}.trust-item b{color:var(--red);font-size:1.28rem;display:block}.trust-item span{color:var(--muted);font-size:.82rem;font-weight:700}.tech-card{border:1px solid var(--line);background:linear-gradient(#fff,#fff8df);border-radius:20px;min-height:210px;padding:22px;position:relative;overflow:hidden}.tech-card:before{content:"";background:#c9a24b24;border-radius:50%;width:130px;height:130px;position:absolute;inset:auto -30px -52px auto}.tech-icon{width:54px;height:54px;color:var(--red);background:#fff2c8;border:1px solid #c9a24b73;border-radius:18px;justify-content:center;align-items:center;margin-bottom:14px;font-size:1.2rem;font-weight:900;display:flex;box-shadow:0 14px 24px -20px #8d4a1280}.facility{background:linear-gradient(#fffaf0,#fff)}.facility-grid{grid-template-columns:1.1fr .9fr;align-items:stretch;gap:20px;display:grid}.facility-main{border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;position:relative;overflow:hidden}.facility-main img{object-fit:cover;width:100%;height:100%;min-height:390px}.facility-note{border:1px solid var(--line);background:#fffcf3eb;border-radius:16px;padding:16px;position:absolute;bottom:18px;left:18px;right:18px}.facility-note p{color:var(--muted);margin:4px 0 0}.facility-list{gap:14px;display:grid}.proof-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}.proof-card b{color:var(--red);margin-bottom:4px;display:block}.proof-card p{color:var(--muted);margin:0}.topic-map{grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:14px;margin-top:24px;display:grid}.topic-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:0;transition:all .22s;overflow:hidden}.topic-card .media{aspect-ratio:16/10}.topic-card .pad{padding:16px}.topic-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.topic-card small{color:var(--red);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.7rem;font-weight:800;display:block}.topic-card h3{color:#4b3218;margin:0 0 8px}.topic-card p{color:var(--muted);margin:0;font-size:.9rem}.service-panel{border:1px solid var(--gold);background:linear-gradient(#fff7df,#fff);border-radius:18px;margin-top:18px;padding:18px}.service-panel h3{color:var(--red);margin:0 0 8px}.service-panel ul{color:#604522;margin:10px 0;padding-left:18px}.service-panel li{margin:6px 0}.service-panel>a:not(.btn){color:var(--red);padding:7px 0;font-weight:800;display:block}.service-panel>.btn{width:100%;display:flex}.mini-proof{grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0;display:grid}.mini-proof div{border:1px solid var(--line);text-align:center;color:#6b4b26;background:#fff8df;border-radius:12px;padding:10px;font-size:.78rem;font-weight:800}.quote-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.quote-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:20px}.quote-card .stars{color:var(--gold2);margin-bottom:8px;font-weight:900}.quote-card p{color:var(--muted);margin:0 0 12px}.quote-card b{color:#4b3218}.sd-intro{background:#fff}.sd-article{max-width:840px;margin:0 auto}.sd-article p{color:#5a4527;margin:0 0 15px;font-size:1.02rem;line-height:1.9}.sd-article strong{color:var(--red)}.sd-lead{font-weight:500;color:#4c341d!important;font-size:1.1rem!important}.sd-note{border:1px solid var(--gold);border-left:4px solid var(--red);color:#604522;background:linear-gradient(135deg,#fff7df,#fff);border-radius:14px;max-width:840px;margin:22px auto 0;padding:18px 22px;line-height:1.75}.benefit-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:940px;margin:0 auto;display:grid}.benefit-card{border:1px solid var(--line);background:#fff;border-radius:16px;gap:15px;padding:20px;transition:all .25s;display:flex;box-shadow:0 14px 34px -30px #8d4a1280}.benefit-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.benefit-card .bi{width:46px;height:46px;color:var(--red);background:#fff2c8;border:1px solid #c9a24b73;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.15rem;font-weight:900;display:flex}.benefit-card b{color:#4b3218;margin-bottom:5px;font-size:1.02rem;display:block}.benefit-card p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.55}.why-wrap{background:var(--soft)}.why-list{grid-template-columns:repeat(4,1fr);gap:18px;max-width:1040px;margin:0 auto;display:grid}.why-card{text-align:center;border:1px solid var(--line);background:linear-gradient(#fff,#fff8df);border-radius:18px;padding:26px 18px}.why-card .wn{color:var(--red);margin-bottom:8px;font-family:Playfair Display,serif;font-size:1.9rem;font-weight:700;line-height:1}.why-card b{color:#4b3218;margin-bottom:6px;display:block}.why-card p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.55}@media (max-width:760px){.service-detail-page .sd-article p,.category-page .sd-article p{font-size:.92rem;line-height:1.7}.service-detail-page .sd-lead,.category-page .sd-lead{font-size:.98rem!important}.service-detail-page .benefit-grid,.category-page .benefit-grid{grid-template-columns:1fr;gap:10px}.service-detail-page .benefit-card,.category-page .benefit-card{border-radius:12px;padding:14px}.service-detail-page .why-list,.category-page .why-list{grid-template-columns:1fr 1fr;gap:10px}.service-detail-page .why-card,.category-page .why-card{border-radius:12px;padding:16px 10px}.service-detail-page .why-card .wn,.category-page .why-card .wn{font-size:1.4rem}.service-detail-page .sd-note,.category-page .sd-note{padding:13px 15px;font-size:.86rem}}@media (max-width:900px){.topbar{display:none}.wrap{padding:0 16px}.nav{justify-content:center;height:56px}.brand img{height:38px}.menu,.nav-call{display:none}.hero .wrap,.split,.post-grid,.featured{grid-template-columns:1fr}.hero .wrap>*,.split>*,.post-grid>*,.featured>*{min-width:0;max-width:100%}.hero .wrap{min-height:auto;padding-top:28px}.hero-card img{height:330px}.hero-badge{grid-template-columns:repeat(3,1fr);padding:10px;bottom:10px;left:10px;right:10px}.g3,.g4,.problem-list,.summary,.foot-grid,.topic-map,.facility-grid,.quote-grid{grid-template-columns:1fr}.trust-strip{grid-template-columns:repeat(4,1fr);gap:6px;margin-top:16px}.trust-item{text-align:center;border-radius:10px;min-width:0;padding:9px 4px}.trust-item b{font-size:1rem;line-height:1.15}.trust-item span{margin-top:3px;font-size:.62rem;line-height:1.25;display:block}.grid.mobile-scroll{scroll-snap-type:x mandatory;padding-bottom:8px;display:flex;overflow-x:auto}.grid.mobile-scroll>*{scroll-snap-align:center;flex:0 0 82%}.content{padding:22px}.toc,.side{position:static}.form{grid-template-columns:1fr}.fab{display:none}.mobnav{display:block}body{padding-bottom:76px}section{padding:48px 0}.hero h1,.page-title{font-size:2rem}.sec-head h2{font-size:1.35rem}.post-mini{grid-template-columns:96px 1fr}.post-mini img{height:86px}}.service-quicknav,.mobile-more,.proof-toggle{display:none}@media (max-width:900px){.service-detail-page{line-height:1.52}.service-detail-page section{padding:34px 0}.service-detail-page .wrap{padding-left:14px;padding-right:14px}.service-detail-page .hero .wrap{flex-direction:column;gap:18px;padding-top:18px;padding-bottom:24px;display:flex}.service-detail-page .crumb{white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;font-size:.74rem;overflow:hidden}.service-detail-page .eyebrow{padding:5px 10px;font-size:.68rem}.service-detail-page .hero h1{margin:10px 0 8px;font-size:1.82rem;line-height:1.12}.service-detail-page .hero p{margin:0;font-size:.92rem;line-height:1.55}.service-detail-page .hero .cta-row{grid-template-columns:1.25fr .9fr;gap:8px;margin-top:16px;display:grid}.service-detail-page .hero .btn{text-align:center;min-height:44px;padding:9px 10px;font-size:.78rem}.service-detail-page .hero-card{border-radius:16px;width:100%;box-shadow:0 14px 34px -24px #8d4a128c}.service-detail-page .hero-card img{aspect-ratio:16/9;height:210px}.service-detail-page .hero-badge{display:none}.service-detail-page .trust-strip{grid-template-columns:repeat(4,1fr);gap:6px;margin-top:16px}.service-detail-page .trust-item{border-radius:10px;min-width:0;padding:9px 4px}.service-detail-page .trust-item b{font-size:1rem;line-height:1.15}.service-detail-page .trust-item span{margin-top:3px;font-size:.62rem;line-height:1.25;display:block}.service-quicknav{z-index:80;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffcf3f5;display:block;position:sticky;top:56px}.service-quicknav .wrap{grid-template-columns:repeat(4,1fr);gap:4px;padding-top:7px;padding-bottom:7px;display:grid}.service-quicknav a{border:1px solid var(--line);color:#6a4825;background:#fff;border-radius:8px;justify-content:center;align-items:center;min-height:38px;font-size:.7rem;font-weight:800;display:flex}.service-quicknav a:active{background:var(--soft);color:var(--red)}.service-detail-page .sec-head{margin-bottom:18px}.service-detail-page .sec-head .script{font-size:.95rem}.service-detail-page .sec-head h2{margin-top:3px;font-size:1.22rem;line-height:1.25}.service-detail-page .sec-head p{margin-top:6px;font-size:.82rem;line-height:1.5}.service-detail-page .pill-row{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:6px;margin:0 -14px 16px;padding:0 14px 4px;overflow-x:auto}.service-detail-page .pill-row::-webkit-scrollbar{display:none}.service-detail-page .mobile-scroll::-webkit-scrollbar{display:none}.service-detail-page .pill{flex:none;padding:7px 11px;font-size:.76rem}.service-detail-page .grid.mobile-scroll{scrollbar-width:none;gap:12px;margin:0 -14px;padding:0 14px 8px;scroll-padding:0 14px}.service-detail-page .grid.mobile-scroll>*{border-radius:12px;flex-basis:78%}.service-detail-page .service-options .media{aspect-ratio:auto;height:148px}.service-detail-page .service-options .pad{padding:14px}.service-detail-page .service-options .card h3{margin-bottom:5px;font-size:.98rem}.service-detail-page .service-options .card p{font-size:.8rem;line-height:1.45}.service-detail-page .service-options .cta-row{margin-top:10px}.service-detail-page .service-options .btn{min-height:38px;padding:7px 14px;font-size:.76rem}.service-detail-page .problem-list{grid-template-columns:repeat(2,1fr);gap:8px}.service-detail-page .problem-list a{border-radius:10px;min-height:76px;padding:11px;font-size:.8rem;line-height:1.35}.service-detail-page .problem-list a span{font-size:.66rem}.service-detail-page .expertise-section .grid>*{flex-basis:72%}.service-detail-page .tech-card{border-radius:12px;min-height:164px;padding:15px}.service-detail-page .tech-icon{border-radius:11px;width:40px;height:40px;margin-bottom:9px;font-size:.95rem}.service-detail-page .tech-card h3{margin:0 0 5px;font-size:.94rem}.service-detail-page .tech-card p{margin:0;font-size:.78rem;line-height:1.45}.service-detail-page .steps{grid-template-columns:repeat(2,1fr);gap:8px}.service-detail-page .step{border-radius:11px;min-height:126px;padding:12px}.service-detail-page .step:before{width:30px;height:30px;box-shadow:none;margin-bottom:8px;font-size:.78rem}.service-detail-page .step h3{margin:0 0 4px;font-size:.88rem}.service-detail-page .step p{color:var(--muted);margin:0;font-size:.73rem;line-height:1.4}.service-detail-page .facility-grid{gap:10px}.service-detail-page .facility-main{border-radius:14px}.service-detail-page .facility-main img{aspect-ratio:16/10;height:220px;min-height:0}.service-detail-page .facility-note{border-radius:10px;padding:10px;font-size:.78rem;bottom:10px;left:10px;right:10px}.service-detail-page .facility-note p{display:none}.service-detail-page .facility-list{grid-template-columns:repeat(2,1fr);gap:8px}.service-detail-page .proof-card{border-radius:10px;min-height:66px;padding:11px}.service-detail-page .proof-card b{margin:0;padding-right:20px;font-size:.76rem;line-height:1.35}.service-detail-page .proof-card p{margin-top:7px;font-size:.72rem;line-height:1.4;display:none}.service-detail-page .proof-card.open p{display:block}.service-detail-page .proof-toggle{width:100%;min-height:44px;color:var(--red);cursor:pointer;background:0 0;border:0;justify-content:flex-end;align-items:flex-start;margin-top:-36px;font-size:1rem;display:flex}.service-detail-page .review-section .quote-grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:10px;margin:0 -14px;padding:0 14px 8px;display:flex;overflow-x:auto}.service-detail-page .review-section .quote-card{scroll-snap-align:center;border-radius:12px;flex:0 0 82%;padding:15px}.service-detail-page .quote-card p{font-size:.82rem;line-height:1.5}.service-detail-page .related .card{flex-basis:82%;min-height:138px}.service-detail-page .related .pad{padding:16px}.service-detail-page .regbox{border-radius:14px;padding:18px 15px}.service-detail-page .regbox h3{font-size:1.2rem;line-height:1.3}.service-detail-page .regbox>p{margin:6px 0;font-size:.8rem}.service-detail-page .form{gap:8px;margin-top:12px}.service-detail-page .form input,.service-detail-page .form select{border-radius:12px;height:44px;font-size:.82rem}.service-detail-page .form .btn{border-radius:12px;width:100%}.service-detail-page #faq .sec-head{margin-bottom:16px}.service-detail-page #faq>.wrap>h3{margin-top:22px!important;margin-bottom:9px!important;font-size:.92rem!important}.service-detail-page #faq>.wrap>h3:first-of-type{margin-top:0!important}.service-detail-page .faq-item{border-radius:10px;margin-bottom:7px}.service-detail-page .faq-q{align-items:center;gap:10px;min-height:48px;padding:11px 13px;font-size:.78rem;line-height:1.4}.service-detail-page .faq-a{padding:0 13px 13px;font-size:.78rem;line-height:1.55}.service-detail-page .faq-item.mobile-hidden{display:none}.service-detail-page .faq.mobile-expanded .faq-item.mobile-hidden{display:block}.service-detail-page .mobile-more{border:1px solid var(--gold);width:100%;min-height:44px;color:var(--red);background:#fff8df;border-radius:10px;justify-content:center;align-items:center;margin:8px 0 4px;font:800 .78rem Be Vietnam Pro,Arial,sans-serif;display:flex}.service-detail-page footer{padding:32px 0 18px}.service-detail-page .foot-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}.service-detail-page .foot-brand{grid-column:1/-1}.service-detail-page .foot-brand p{margin:6px 0;font-size:.78rem}.service-detail-page footer h4{margin-bottom:7px;font-size:.86rem}.service-detail-page footer li{overflow-wrap:anywhere;margin:5px 0;font-size:.72rem;line-height:1.4}}@media (prefers-reduced-motion:reduce){.service-detail-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.toc-mobile-toggle,.side-mobile-toggle{display:none}@media (max-width:900px){.article-detail-page{line-height:1.58}.article-detail-page>main>section{padding:34px 0}.article-detail-page .wrap{padding-left:14px;padding-right:14px}.article-detail-page .hero .wrap{flex-direction:column;gap:16px;min-height:0;padding-top:18px;padding-bottom:24px;display:flex}.article-detail-page .crumb{white-space:nowrap;text-overflow:ellipsis;margin-bottom:10px;font-size:.72rem;overflow:hidden}.article-detail-page .eyebrow{padding:5px 9px;font-size:.66rem}.article-detail-page .hero h1{margin:10px 0 8px;font-size:1.7rem;line-height:1.16}.article-detail-page .article-meta{gap:5px 10px;margin:6px 0 10px;font-size:.68rem;line-height:1.35}.article-detail-page .article-meta span{align-items:center;display:inline-flex}.article-detail-page .hero p{margin:0;font-size:.86rem;line-height:1.58}.article-detail-page .hero .cta-row{grid-template-columns:1.15fr 1fr;gap:8px;margin-top:14px;display:grid}.article-detail-page .hero .btn{text-align:center;min-height:44px;padding:8px 9px;font-size:.72rem;line-height:1.3}.article-detail-page .hero-card{border-radius:15px;width:100%}.article-detail-page .hero-card img{aspect-ratio:16/9;height:210px}.article-detail-page .hero-badge{border-radius:10px;gap:4px;padding:8px;bottom:8px;left:8px;right:8px}.article-detail-page .hero-badge b{font-size:.86rem}.article-detail-page .hero-badge span{font-size:.58rem;line-height:1.2}.article-detail-page .split{flex-direction:column;gap:14px;display:flex}.article-detail-page .toc{width:100%;box-shadow:none;background:#fff;border-radius:12px;padding:0;top:auto;overflow:hidden}.article-detail-page .toc-title{display:none}.article-detail-page .toc-mobile-toggle,.article-detail-page .side-mobile-toggle{color:#5b3c1c;text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;width:100%;min-height:46px;padding:10px 13px;font:800 .8rem Be Vietnam Pro,Arial,sans-serif;display:flex}.article-detail-page .toc-mobile-toggle{border-bottom:1px solid var(--line)}.article-detail-page .side-mobile-toggle{border-top:1px solid var(--line);color:var(--red)}.article-detail-page .toc-links{background:#fffdf7;grid-template-columns:repeat(2,1fr);gap:0 12px;padding:4px 13px 9px;display:none}.article-detail-page .toc.toc-open .toc-links{display:grid}.article-detail-page .toc-links a{padding:8px 0;font-size:.7rem;line-height:1.35}.article-detail-page .side-recommendations{background:#fffdf7;padding:0 10px 10px;display:none}.article-detail-page .toc.recommendations-open .side-recommendations{display:block}.article-detail-page .side-recommendations .service-panel{border-radius:11px;margin-top:8px;padding:13px}.article-detail-page .side-recommendations .service-panel h3{font-size:.88rem}.article-detail-page .side-recommendations .service-panel p,.article-detail-page .side-recommendations .service-panel li,.article-detail-page .side-recommendations .service-panel>a{font-size:.72rem;line-height:1.45}.article-detail-page .side-recommendations .btn{min-height:40px;padding:8px 10px;font-size:.7rem}.article-detail-page .mini-proof{gap:5px;margin:10px 0}.article-detail-page .mini-proof div{padding:7px 3px;font-size:.62rem}.article-detail-page .content{border-radius:14px;width:100%;padding:18px 16px;box-shadow:0 14px 34px -30px #8d4a1266}.article-detail-page .article-body h2{margin:24px 0 9px;font-size:1.24rem;line-height:1.3}.article-detail-page .article-body h2:first-child{margin-top:0}.article-detail-page .article-body h3{margin:18px 0 7px;font-size:.98rem;line-height:1.4}.article-detail-page .article-body p{margin:9px 0;font-size:.88rem;line-height:1.72}.article-detail-page .summary{grid-template-columns:1fr;gap:7px;margin:12px 0 14px;display:grid}.article-detail-page .summary div{border-radius:9px;padding:10px 10px 10px 37px;font-size:.76rem;font-weight:600;line-height:1.48;position:relative}.article-detail-page .summary div:before{content:"✓";background:var(--red);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.68rem;font-weight:900;display:flex;position:absolute;top:10px;left:12px}.article-detail-page .note{border-radius:9px;margin:14px 0;padding:12px 12px 12px 13px;font-size:.78rem;line-height:1.55}.article-detail-page .article-body .regbox{border-radius:12px;margin:20px -2px;padding:16px 13px}.article-detail-page .article-body .regbox h3{margin-top:0;font-size:1.12rem}.article-detail-page .article-body .regbox>p{font-size:.78rem}.article-detail-page .form{gap:8px;margin-top:10px}.article-detail-page .form input,.article-detail-page .form select{border-radius:11px;height:44px;font-size:.8rem}.article-detail-page .form .btn{border-radius:11px;width:100%}.article-detail-page .article-body>.service-panel{border-radius:11px;margin-top:14px;padding:13px}.article-detail-page .article-body>.service-panel h3{margin-top:0;font-size:.9rem}.article-detail-page .article-body>.service-panel li{margin:5px 0;font-size:.76rem;line-height:1.5}.article-detail-page .sec-head{margin-bottom:18px}.article-detail-page .sec-head .script{font-size:.95rem}.article-detail-page .sec-head h2{font-size:1.22rem;line-height:1.28}.article-detail-page .related .grid{scrollbar-width:none;gap:11px;margin:0 -14px;padding:0 14px 8px;scroll-padding:0 14px}.article-detail-page .related .card{border-radius:12px;flex-basis:82%;min-height:142px}.article-detail-page .related .pad{padding:15px}.article-detail-page .related .card h3{font-size:.94rem;line-height:1.4}.article-detail-page .related .card p{font-size:.76rem;line-height:1.5}.article-detail-page #faq .faq-item{border-radius:10px;margin-bottom:7px}.article-detail-page #faq .faq-q{align-items:center;gap:10px;min-height:48px;padding:11px 13px;font-size:.78rem;line-height:1.4}.article-detail-page #faq .faq-a{padding:0 13px 13px;font-size:.78rem;line-height:1.55}.article-detail-page footer{padding:32px 0 18px}.article-detail-page .foot-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}.article-detail-page .foot-brand{grid-column:1/-1}.article-detail-page .foot-brand p{margin:6px 0;font-size:.78rem}.article-detail-page footer h4{margin-bottom:7px;font-size:.86rem}.article-detail-page footer li{overflow-wrap:anywhere;margin:5px 0;font-size:.72rem;line-height:1.4}}@media (prefers-reduced-motion:reduce){.article-detail-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:900px){.category-page>main>section{padding:34px 0}.category-page .wrap{padding-left:14px;padding-right:14px}.category-page .hero .wrap{flex-direction:column;gap:16px;min-height:0;padding-top:18px;padding-bottom:24px;display:flex}.category-page .crumb{margin-bottom:10px;font-size:.72rem}.category-page .eyebrow{padding:5px 9px;font-size:.66rem}.category-page .hero h1{margin:10px 0 8px;font-size:1.75rem;line-height:1.16}.category-page .hero p{margin:0;font-size:.86rem;line-height:1.58}.category-page .hero .cta-row{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.category-page .hero .btn{text-align:center;min-height:44px;padding:8px;font-size:.72rem}.category-page .hero-card{border-radius:15px}.category-page .hero-card img{aspect-ratio:16/9;height:210px}.category-page .hero-badge{border-radius:10px;padding:8px;bottom:8px;left:8px;right:8px}.category-page .hero-badge b{font-size:.86rem}.category-page .hero-badge span{font-size:.58rem;line-height:1.2}.category-page .trust-strip{grid-template-columns:repeat(4,1fr);gap:6px;margin-top:16px}.category-page .trust-item{text-align:center;border-radius:10px;min-width:0;padding:9px 4px}.category-page .trust-item b{font-size:1rem;line-height:1.15}.category-page .trust-item span{margin-top:3px;font-size:.62rem;line-height:1.25;display:block}.category-page .service-options .media{aspect-ratio:auto;height:150px}.category-page .service-options .pad{padding:14px}.category-page .service-options .card h3{margin-bottom:5px;font-size:.98rem}.category-page .service-options .card p{font-size:.8rem;line-height:1.45}.category-page .sec-head{margin-bottom:18px}.category-page .sec-head .script{font-size:.95rem}.category-page .sec-head h2{font-size:1.22rem;line-height:1.28}.category-page .sec-head p{font-size:.8rem;line-height:1.5}.category-page .pill-row{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:6px;margin:0 -14px 16px;padding:0 14px 4px;overflow-x:auto}.category-page .pill-row::-webkit-scrollbar{display:none}.category-page .pill{flex:none;padding:7px 11px;font-size:.74rem}.category-page .featured{border-radius:12px;min-height:0}.category-page .featured img{height:180px}.category-page .featured .pad{padding:15px}.category-page .featured h3{font-size:1rem;line-height:1.4}.category-page .featured p{font-size:.78rem;line-height:1.5}.category-page .featured .cta-row{margin-top:10px}.category-page .featured .btn{min-height:40px;padding:8px 14px;font-size:.74rem}.category-page .post-list{gap:8px}.category-page .post-mini{border-radius:10px;grid-template-columns:88px 1fr}.category-page .post-mini img{height:78px}.category-page .post-mini .pad{padding:10px 10px 10px 0}.category-page .post-mini h3{margin:3px 0 0;font-size:.76rem;line-height:1.4}.category-page .topic-map{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px}.category-page .topic-card{border-radius:10px;min-height:144px;padding:11px}.category-page .topic-card small{font-size:.62rem}.category-page .topic-card h3{margin-bottom:6px;font-size:.8rem;line-height:1.38}.category-page .topic-card p{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.69rem;line-height:1.45;display:-webkit-box;overflow:hidden}.category-page .related .split{gap:20px}.category-page .related .grid{scrollbar-width:none;gap:10px;margin:0 -14px;padding:0 14px 8px}.category-page .related .card{border-radius:12px;flex-basis:82%}.category-page .related .pad{padding:15px}.category-page .related .card h3{font-size:.9rem;line-height:1.4}.category-page .related .card p{font-size:.74rem;line-height:1.5}.category-page .side{gap:10px}.category-page .searchbox,.category-page .regbox{border-radius:12px;padding:14px}.category-page .searchbox h3,.category-page .regbox h3{margin:0 0 7px;font-size:1rem}.category-page .regbox p{font-size:.78rem}.category-page .form{gap:8px;margin-top:10px}.category-page .form input{border-radius:11px;height:44px;font-size:.8rem}.category-page .form .btn{border-radius:11px;width:100%}.category-page footer{padding:32px 0 18px}.category-page .foot-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}.category-page .foot-brand{grid-column:1/-1}.category-page .foot-brand p{margin:6px 0;font-size:.78rem}.category-page footer h4{margin-bottom:7px;font-size:.86rem}.category-page footer li{overflow-wrap:anywhere;margin:5px 0;font-size:.72rem;line-height:1.4}}@media (prefers-reduced-motion:reduce){.category-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.faq-q{font-family:inherit}.svc-list-intro{text-align:center;color:var(--muted);max-width:620px;margin:0 auto 22px;font-size:.98rem;line-height:1.55}.svc-list-title{text-align:center;color:var(--red);letter-spacing:.02em;text-transform:uppercase;max-width:820px;margin:0 auto 30px;font-family:Playfair Display,serif;font-size:clamp(1.45rem,3vw,2.2rem);font-weight:500;line-height:1.22}.hero-card--banner{box-shadow:none;background:0 0;border:none;overflow:visible}.hero-card--banner img{border-radius:16px;aspect-ratio:auto!important;object-fit:contain!important;height:auto!important}@media (max-width:900px){.service-detail-page .grid.mobile-scroll,.category-page .grid.mobile-scroll{gap:12px;scroll-padding-inline:22vw;margin-left:-14px!important;margin-right:-14px!important;padding-left:22vw!important;padding-right:22vw!important}.service-detail-page .grid.mobile-scroll>*,.category-page .grid.mobile-scroll>*{scroll-snap-align:center;opacity:.58;filter:saturate(.82)contrast(.96);transform-origin:50%;flex:0 0 56vw;max-width:56vw;transition:transform .3s,opacity .3s,filter .3s,box-shadow .3s;transform:scale(.85)}.service-detail-page .grid.mobile-scroll>.is-focus,.category-page .grid.mobile-scroll>.is-focus{opacity:1;filter:none;transform:scale(1);box-shadow:0 18px 36px -22px #aa5a1e8c}}@media (max-width:760px){.category-page .service-options .svc-grid{gap:12px;margin:0;grid-template-columns:repeat(2,1fr)!important;display:grid!important}.category-page .service-options .svc-grid>*{max-width:none;opacity:1!important;filter:none!important;transform:none!important}.category-page .service-options .svc-grid .media{height:118px}.category-page .service-options .svc-grid .pad{padding:12px}.category-page .service-options .svc-grid .card h3{margin-bottom:4px;font-size:.9rem}.category-page .service-options .svc-grid .card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.category-page .service-options .svc-grid .card .link{font-size:.78rem}}@media (max-width:380px){.category-page .service-options .svc-grid{grid-template-columns:1fr!important}.category-page .service-options .svc-grid .media{height:150px}}@media (min-width:901px){.split:has(>.toc){grid-template-columns:clamp(295px,26%,350px) minmax(0,1fr)}.split>.toc{max-height:calc(100vh - 106px);overflow-y:auto}}@media (max-width:900px){.category-page .hero,.service-detail-page .hero,.article-detail-page .hero{padding-top:0;padding-bottom:0}.split .grid.mobile-scroll{scroll-padding-inline:0;margin-left:0!important;margin-right:-14px!important;padding-left:0!important;padding-right:14px!important}.split .grid.mobile-scroll>*{scroll-snap-align:start;opacity:1!important;filter:none!important;flex:0 0 74%!important;max-width:74%!important;transform:none!important}}.side-recommendations .mini-proof{gap:6px;margin:13px 0}.side-recommendations .mini-proof div{border-radius:9px;padding:8px 4px;font-size:.68rem;line-height:1.3}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;position:absolute!important}.content{max-width:none}.content p,.article-body p{color:#5a4527;margin:0 0 15px;font-size:1.02rem;line-height:1.9}.content strong,.article-body strong{color:var(--red)}.content h2{color:var(--red);letter-spacing:.01em;margin:30px 0 12px;font-family:Playfair Display,serif;font-size:1.72rem;font-weight:600}.content section:first-child h2{margin-top:0}.content h3{color:#4c341d;margin:22px 0 8px;font-size:1.08rem;font-weight:700}.content ul,.content ol{color:#5a4527;margin:0 0 15px;padding-left:20px;line-height:1.85}.content li{margin:6px 0}.article-body figure{max-width:100%;margin:22px 0}.article-body figure img,.article-body>img{border-radius:14px;width:100%;height:auto;display:block}.article-body figcaption{text-align:center;color:var(--muted);margin-top:8px;font-size:.86rem;font-style:italic}.article-body table{border-collapse:collapse;width:100%;margin:20px 0;font-size:.94rem}.article-body th,.article-body td{border:1px solid var(--line);text-align:left;padding:10px 12px}.article-body th{color:var(--red);background:#fff7df}.article-body a{color:var(--red);font-weight:700;text-decoration:underline}.article-body details{border:1px solid var(--line);background:#fff;border-radius:12px;margin:0 0 9px;overflow:hidden}.article-body details[open]{background:#fffdf7}.article-body summary{cursor:pointer;color:#4b3218;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-weight:700;list-style:none;display:flex}.article-body summary::-webkit-details-marker{display:none}.article-body summary:after{content:"+";color:var(--red);flex-shrink:0;font-size:1.2rem;font-weight:800;line-height:1}.article-body details[open] summary:after{content:"−"}.article-body details>:not(summary){padding:0 16px 14px}.article-lead{font-weight:500;color:#4c341d!important;font-size:1.1rem!important;line-height:1.85!important}.note{border:1px solid var(--gold);border-left:4px solid var(--red);color:#604522;background:linear-gradient(135deg,#fff7df,#fff);border-radius:14px;margin:22px 0;padding:18px 22px;line-height:1.75}.note b{color:var(--red)}.summary div{border:1px solid var(--line);color:#4b3218;background:linear-gradient(#fff,#fff8df);border-radius:16px;padding:16px;font-size:.95rem;font-weight:600;line-height:1.6;box-shadow:0 14px 34px -30px #8d4a1280}.topic-list-title{text-align:center;color:var(--red);letter-spacing:.02em;text-transform:uppercase;max-width:820px;margin:0 auto 30px;font-family:Playfair Display,serif;font-size:clamp(1.45rem,3vw,2.2rem);font-weight:500;line-height:1.22}@media (max-width:760px){.content p,.article-body p{font-size:.97rem;line-height:1.85}.content h2{margin:24px 0 10px;font-size:1.32rem}.content h3{font-size:1rem}.article-lead{font-size:1.02rem!important}.note{margin:18px 0;padding:14px 16px}.summary{gap:10px;grid-template-columns:1fr!important}.summary div{padding:13px;font-size:.9rem}}
:root{--bg-soft:#fff6de;--bg-deep:#fbefcd;--wine:#ee2630;--wine-d:#cb141c;--red-d:#be0e13;--gold-d:#a8842f;--gold-soft:#ebd9a8}.topbar{background:var(--bg-deep);color:var(--muted);font-size:.84rem}.topbar .wrap{justify-content:space-between;align-items:center;gap:18px;height:32px;display:flex}.topbar .info{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.topbar .info span{align-items:center;gap:6px;display:flex}.topbar .info svg{stroke:var(--red);fill:none;stroke-width:1.8px;width:15px;height:15px}.topbar a.mini{color:var(--red);font-weight:700}.topbar b{color:var(--red)}header{z-index:90;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#fffcf3f0;transition:all .3s;position:sticky;top:0}header.scrolled{box-shadow:0 10px 30px -20px #aa5a1e80}.nav{justify-content:flex-start;align-items:center;gap:16px;height:64px;display:flex}.nav>nav{flex:1;justify-content:center;display:flex}.brand{align-items:center;gap:11px;padding:4px 2px;display:flex;position:relative;overflow:hidden}.brand:after{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 28%,#ffffffd9 50%,#0000 72%);width:38%;height:130%;animation:5s ease-in-out infinite logoShine;position:absolute;top:-15%;left:-45%;transform:skew(-18deg)}@keyframes logoShine{0%,72%{left:-45%}88%,to{left:125%}}.brand img{width:auto;max-width:none;height:42px}.menu{gap:2px;margin:0;padding:0;font-size:.92rem;font-weight:600;list-style:none;display:flex}.menu>li{position:relative}.menu>li>a{white-space:nowrap;color:#4b3924;border-radius:10px;align-items:center;gap:5px;padding:11px 13px;transition:all .2s;display:flex}.menu>li>a:hover{color:var(--red);background:var(--bg-deep)}.caret{border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;margin-top:-3px;transition:all .25s;transform:rotate(45deg)}.menu>li:hover .caret{margin-top:2px;transform:rotate(-135deg)}.dropdown{border:1px solid var(--line);min-width:250px;box-shadow:var(--shadow);opacity:0;visibility:hidden;z-index:95;background:#fff;border-radius:14px;padding:9px;transition:opacity .32s,transform .32s cubic-bezier(.2,.8,.2,1),visibility .32s;position:absolute;top:100%;left:0;transform:translateY(14px)}.menu>li:hover .dropdown{opacity:1;visibility:visible;transform:translateY(8px)}.menu>li:last-child .dropdown{left:auto;right:0}.dropdown a{color:var(--ink);opacity:.55;border-radius:9px;align-items:center;gap:10px;padding:10px 13px;font-size:.9rem;font-weight:500;transition:opacity .3s,transform .3s,background .2s,padding .2s,color .2s;display:flex;transform:translate(-6px)}.menu>li:hover .dropdown a{opacity:1;transform:none}.dropdown a:nth-child(2){transition-delay:40ms}.dropdown a:nth-child(3){transition-delay:80ms}.dropdown a:nth-child(4){transition-delay:.12s}.dropdown a:nth-child(5){transition-delay:.16s}.dropdown a:nth-child(6){transition-delay:.2s}.dropdown a:hover{background:var(--bg-soft);color:var(--red);padding-left:18px}.dropdown a .dot{background:var(--gold);border-radius:50%;flex-shrink:0;width:6px;height:6px}.nav-cta{align-items:center;display:flex}.burger{cursor:pointer;color:var(--red);background:0 0;border:none;font-size:1.7rem;line-height:1;display:none}footer{background:linear-gradient(160deg,var(--wine),var(--wine-d));color:#f4d9ce;padding:54px 0 24px;font-size:.9rem}.foot-grid{grid-template-columns:1.6fr 1fr 1fr 1.1fr 1.2fr;gap:28px;margin-bottom:30px;display:grid}footer h4{color:#fff;margin-bottom:14px;font-family:Be Vietnam Pro;font-size:.96rem}footer ul{margin:0;padding:0;list-style:none}footer li{opacity:.92;margin-bottom:8px}footer a{color:inherit}footer a:hover{color:#fff;text-decoration:underline}.foot-brand img{background:#fff;border-radius:12px;width:auto;height:54px;margin-bottom:12px;padding:5px}.foot-brand p{opacity:.92;margin:0}.foot-contact li{align-items:flex-start;gap:9px;display:flex}.foot-contact svg{stroke:#fff;fill:none;stroke-width:1.8px;flex-shrink:0;width:16px;height:16px;margin-top:3px}.socials{gap:10px;margin-top:14px;display:flex}.socials a{color:#f4d9ce;background:#ffffff29;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.socials a:hover{color:var(--red);background:#fff}.bct{margin-top:16px;display:inline-block}.bct img{background:#fff;border-radius:6px;width:172px;max-width:70%;height:auto;margin:0;padding:5px 9px}.copy{text-align:center;opacity:.85;border-top:1px solid #ffffff38;padding-top:20px;font-size:.82rem}.fab{z-index:120;flex-direction:column;gap:9px;display:flex;position:fixed;top:50%;right:14px;transform:translateY(-50%)}.fab a{transition:transform .25s;animation:3s ease-in-out infinite fabFloat;display:block}.fab a:nth-child(2){animation-delay:.5s}.fab a:nth-child(3){animation-delay:1s}.fab a:nth-child(4){animation-delay:1.5s}.fab a:nth-child(5){animation-delay:2s}.fab a img{filter:drop-shadow(0 5px 9px #aa5a1e66);width:62px;height:62px;display:block}.fab a:hover{transform:scale(1.13)rotate(-3deg)}@keyframes fabFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.mobnav{z-index:130;padding:6px 14px max(6px,env(safe-area-inset-bottom));background:url(/img/6.png) bottom/100% 100% no-repeat;display:none;position:fixed;bottom:-2px;left:0;right:-5px}.mobnav ul{justify-content:space-between;align-items:center;gap:2px;max-width:480px;margin:0 auto;padding:0;list-style:none;display:flex}.mobnav a{flex:1;justify-content:center;align-items:center;transition:transform .15s;display:flex}.mobnav a:active{transform:scale(.92)}.mobnav a img{width:auto;height:56px;display:block}.mobnav .center{flex:none}.mobnav .center img{filter:drop-shadow(0 8px 14px #be0e1366);height:70px;margin:-10px 0 0;animation:2.6s infinite beat}@keyframes beat{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (max-width:900px){.menu{display:none}.burger{display:block}.menu.open{border-bottom:1px solid var(--line);box-shadow:var(--shadow);background:#fff;flex-direction:column;gap:2px;max-height:80vh;padding:12px 18px;display:flex;position:absolute;top:100%;left:0;right:0;overflow:auto}.menu.open>li>a{border-bottom:1px solid var(--line);justify-content:space-between;padding:13px 8px}.menu.open .dropdown{opacity:1;visibility:visible;box-shadow:none;border:none;max-height:0;padding:0 0 8px 14px;transition:max-height .3s;position:static;overflow:hidden;transform:none}.menu.open li.exp .dropdown{max-height:460px}.menu.open .dropdown a{opacity:1;transform:none}.nav-cta{margin-left:auto}.fab{display:none}.mobnav{display:block}body{padding-bottom:76px}.foot-grid{grid-template-columns:1fr 1fr;gap:22px}.foot-brand{grid-column:1/-1}}@media (max-width:560px){.foot-grid{grid-template-columns:1fr}}
.article-body img,.article-body picture,.article-body picture img{max-width:100%;height:auto!important}.article-body picture{display:block}:is(.article-body p:has(>picture),.article-body p:has(>img)){text-align:center}.article-body img{border-radius:12px}.mobnav{transition:transform .3s}@media (max-width:900px){body.nav-hidden #hdr{transform:translateY(-100%)}body.nav-hidden .mobnav{transform:translateY(100%)}}.hero{padding:0}.hero .wrap{padding-top:28px;padding-bottom:30px}@media (max-width:900px){.hero .wrap{gap:18px;padding-top:16px;padding-bottom:20px}.hero+section{padding-top:22px}}.bai-banner{box-shadow:var(--shadow);background:#fff;border:1px solid #c9a24b59;border-radius:20px;margin-bottom:6px;position:relative;overflow:hidden}.bai-banner img{object-fit:cover;width:100%;height:380px;display:block}@media (max-width:900px){.bai-banner img{height:240px}.bai-banner{border-radius:15px}}.dm-trong{text-align:center;color:var(--muted);border:1px dashed var(--line);background:#fffdf7;border-radius:18px;padding:40px 20px}.tm-grid3{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.tmc{border:1px solid var(--line);background:#fff;border-radius:18px;transition:all .3s;overflow:hidden}.tmc:hover{box-shadow:var(--shadow);transform:translateY(-6px)}.tmc .vid{aspect-ratio:16/10;position:relative;overflow:hidden}.tmc .vid img{object-fit:cover;width:100%;height:100%;transition:all .5s}.tmc:hover .vid img{transform:scale(1.06)}.tmc .vplay{cursor:pointer;background:#3a2c1c1f;border:none;justify-content:center;align-items:center;width:100%;transition:background .25s;display:flex;position:absolute;inset:0}.tmc:hover .vplay,.tmc .vplay:hover,.tmc .vplay:focus-visible{background:#3a2c1c3d}.tmc .vplay span{color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#e2161c6b;border:2px solid #ffffffd9;border-radius:50%;justify-content:center;align-items:center;width:66px;height:66px;transition:background .25s,transform .25s;display:flex;box-shadow:0 6px 20px -6px #00000073}.tmc .vplay:hover span,.tmc .vplay:focus-visible span{background:#e2161ce6;transform:scale(1.08)}body .trang-chu .tmc .vplay span{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#e2161c6b;border:2px solid #ffffffd9}body .trang-chu .tmc .vplay:hover span{background:#e2161ce6}.tmc-body{padding:20px}.tmc .stars{color:var(--gold);letter-spacing:2px;margin-bottom:8px}.tmc p{min-height:60px;margin-bottom:14px;font-size:.9rem}.tmc .who{align-items:center;gap:11px;display:flex}.tmc .av{background:var(--gold-soft);border-radius:50%;flex-shrink:0;width:42px;height:42px;overflow:hidden}.tmc .av img{object-fit:cover;width:100%;height:100%}.tmc .who b{font-size:.88rem}.tmc .who span{color:var(--muted);font-size:.76rem}.cn-ov{z-index:200;background:#1e140ad1;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cn-ov__khung{aspect-ratio:16/9;background:#000;border-radius:16px;width:min(960px,100%);position:relative;overflow:hidden}.cn-ov__khung iframe{border:0;width:100%;height:100%;display:block}.cn-ov__dong{color:#fff;cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;position:absolute;top:-44px;right:0}@media (max-width:900px){.tm-grid3{grid-template-columns:1fr}}.trang-chu .hero .hero-track{height:auto;aspect-ratio:var(--ti-le,1600 / 679);background:var(--bg-soft);max-height:88vh}.trang-chu .hero .slide img{object-fit:cover}@media (max-width:760px){.trang-chu .hero .hero-track{aspect-ratio:var(--ti-le-dt,3 / 4);max-height:82vh}}.menu>li>.dropdown{align-items:flex-start;gap:6px;min-width:290px;padding:14px;display:flex}.menu>li>.dropdown>div{flex:1 1 0;min-width:186px}.menu>li>.dropdown>div:has(.nhom-con)>a{color:var(--red2,#be0e13);opacity:1;border-bottom:1px solid var(--line);margin-bottom:4px;padding-bottom:8px;font-weight:800}.menu>li>.dropdown>div+div{border-left:1px solid var(--line);padding-left:6px}.dropdown .nhom-con{padding:2px 13px 2px 16px;display:block}.dropdown .nhom-con a{opacity:.85;color:#6b4b26;padding:5px 0;font-size:.83rem}.dropdown .nhom-con a:hover{color:var(--red);padding-left:4px}.menu>li:nth-last-child(-n+3)>.dropdown{left:auto;right:0}@media (max-width:980px){.menu>li>.dropdown{padding:0 0 8px 14px;display:block}.menu>li>.dropdown>div+div{border-left:none;padding-left:0}.menu>li>.dropdown>div:has(.nhom-con)>a{border-bottom:none;margin-bottom:0;padding-bottom:4px}.menu.open li.exp .dropdown{max-height:1200px}}
