/* =====================================================
   PW THORS — MASTER STYLESHEET
===================================================== */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{width:100%;min-height:100vh;margin:0;background:#fff7e8;color:#211d1a;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}
button,a{font-family:inherit}
img{max-width:100%;height:auto}

/* HEADER */
.header{position:fixed;top:0;left:0;right:0;z-index:9999;width:100%;height:76px;padding:0 42px;display:flex;align-items:center;justify-content:space-between;background:#fff0d8;border-bottom:1px solid rgba(50,35,20,.08);box-shadow:0 1px 6px rgba(0,0,0,.035)}
.logo{display:flex;align-items:center;user-select:none}
.logo a{display:flex;align-items:center;text-decoration:none}
.logo-image{width:49px;height:auto;display:block;object-fit:contain}
.header-button{height:48px;min-width:155px;padding:0 24px;border:none;outline:none;border-radius:8px;background:#211d1a;color:#fff;font-size:15px;line-height:1;font-weight:800;letter-spacing:.1px;white-space:nowrap;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(0,0,0,.08);transition:background .2s,transform .2s,box-shadow .2s}
.header-button:hover{background:#151210;transform:translateY(-1px);box-shadow:0 5px 12px rgba(0,0,0,.12)}

/* HERO */
.hero{position:relative;width:100%;min-height:535px;margin-top:76px;padding:90px 20px 82px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:radial-gradient(circle at 12% 32%,rgba(255,180,80,.14),transparent 26%),radial-gradient(circle at 87% 52%,rgba(255,180,80,.11),transparent 28%),#fff1df}
.hero::before{content:"";position:absolute;inset:0;opacity:.38;background-image:radial-gradient(rgba(180,100,45,.23) .7px,transparent .9px);background-size:165px 150px;pointer-events:none}
.hero-content{position:relative;z-index:2;width:100%;max-width:850px}
.hero-title{width:100%;max-width:800px;margin:0 auto;color:#211d1a;font-size:53px;line-height:1.06;font-weight:900;letter-spacing:-2px}
.hero-title .orange{display:block;color:#fa5b08}
.hero-description{max-width:600px;margin:29px auto 49px;color:#3f3b37;font-size:20px;line-height:1.55;font-weight:600}
.hero-description strong{color:#36322f;font-weight:800}
.start-button{min-width:235px;height:54px;padding:0 32px;display:inline-flex;align-items:center;justify-content:center;border-radius:30px;background:#f66b00;color:#fff;text-decoration:none;font-size:17px;font-weight:800;line-height:1;box-shadow:0 6px 13px rgba(130,65,10,.17);transition:transform .2s,background .2s,box-shadow .2s}
.start-button:hover{background:#ed6200;transform:translateY(-2px);box-shadow:0 8px 17px rgba(130,65,10,.20)}

/* DOWNLOAD */
.download-section{width:100%;min-height:385px;padding:76px 20px 70px;text-align:center;background:#fff7e8}
.download-title{max-width:650px;margin:0 auto;color:#2b2724;font-size:29px;line-height:1.2;font-weight:900;letter-spacing:-.6px}
.download-description{max-width:650px;margin:19px auto 31px;color:#45413d;font-size:15px;line-height:1.6;font-weight:600}
.download-description strong{color:#393531;font-weight:800}
.apk-button{width:240px;height:68px;display:inline-flex;align-items:center;justify-content:center;gap:13px;border-radius:9px;background:#201c19;color:#fff;text-decoration:none;box-shadow:0 8px 18px rgba(0,0,0,.12);transition:transform .2s,background .2s,box-shadow .2s}
.apk-button:hover{background:#171411;transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.15)}
.download-icon{position:relative;width:27px;height:30px;display:block}
.download-icon::before{content:"";position:absolute;width:2px;height:16px;top:1px;left:12px;background:#ff7300;border-radius:2px}
.download-icon::after{content:"";position:absolute;width:9px;height:9px;top:9px;left:8px;border-right:2px solid #ff7300;border-bottom:2px solid #ff7300;transform:rotate(45deg)}
.download-line{position:absolute;width:19px;height:2px;left:4px;bottom:2px;background:#ff7300;border-radius:2px}
.apk-text{text-align:left}
.apk-text small{display:block;margin-bottom:3px;color:#aaa39d;font-size:10px;line-height:1;font-weight:600;letter-spacing:.2px}
.apk-text strong{display:block;color:#fff;font-size:16px;line-height:1.2;font-weight:900}

/* FOOTER */
.footer{width:100%;min-height:94px;padding:18px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;text-align:center;background:#201c19;color:#aaa39d}
.footer-links{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-bottom:4px}
.footer-links a{color:#d9d3cd;text-decoration:none;font-size:12px;font-weight:600}
.footer-links a:hover{color:#ff7300}
.copyright{font-size:11.5px;line-height:1.3;font-weight:500}
.footer-small{color:#77716c;font-size:9.5px;line-height:1.3;font-weight:500}

/* ARTICLE */
.article-wrap{max-width:860px;margin:0 auto;padding:130px 20px 60px}
.breadcrumbs{font-size:12.5px;color:#8a837c;margin-bottom:18px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.breadcrumbs a{color:#f66b00;text-decoration:none;font-weight:600}
.breadcrumbs span{color:#bbb4ad}
.article-cat{display:inline-block;background:#ffe6cc;color:#c24d00;font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;padding:5px 12px;border-radius:20px;margin-bottom:14px}
.article-h1{font-size:38px;line-height:1.18;font-weight:900;letter-spacing:-1.2px;color:#1c1917;margin-bottom:14px}
.article-meta{font-size:12.5px;color:#8a837c;display:flex;flex-wrap:wrap;gap:14px;padding-bottom:18px;border-bottom:1px solid #ecdfcd;margin-bottom:26px}
.toc{background:#fff1df;border:1px solid #f3ddc0;border-radius:12px;padding:20px 22px;margin:26px 0}
.toc h3{font-size:15px;font-weight:900;margin-bottom:12px;color:#2b2724}
.toc ol{margin-left:18px}
.toc li{margin-bottom:7px;font-size:14px}
.toc a{color:#c24d00;text-decoration:none;font-weight:600}
.toc a:hover{text-decoration:underline}

.article-body{font-size:16.5px;line-height:1.78;color:#332f2b}
.article-body p{margin-bottom:18px}
.article-body h2{font-size:26px;line-height:1.3;font-weight:900;color:#1c1917;margin:38px 0 16px;letter-spacing:-.5px;scroll-margin-top:95px}
.article-body h3{font-size:20px;line-height:1.35;font-weight:800;color:#26221f;margin:28px 0 12px}
.article-body ul,.article-body ol{margin:0 0 20px 22px}
.article-body li{margin-bottom:9px}
.article-body a{color:#d45500;font-weight:600;text-decoration:underline}
.article-body strong{font-weight:800;color:#1c1917}
.article-body blockquote{border-left:4px solid #f66b00;background:#fff4e6;padding:16px 20px;margin:22px 0;border-radius:0 10px 10px 0;font-style:italic;color:#4a4238}
.article-body table{width:100%;border-collapse:collapse;margin:22px 0;font-size:14.5px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.article-body th{background:#201c19;color:#fff;padding:12px 14px;text-align:left;font-weight:800;font-size:13px}
.article-body td{padding:12px 14px;border-bottom:1px solid #f0e6d8}
.article-body tr:last-child td{border-bottom:none}
.article-body tr:nth-child(even) td{background:#fffaf2}

.cta-box{background:linear-gradient(135deg,#fff1df,#ffe4c7);border:1px solid #f3d5ae;border-radius:16px;padding:26px;margin:34px 0;text-align:center}
.cta-box h3{font-size:20px;font-weight:900;margin-bottom:10px;color:#1c1917}
.cta-box p{font-size:14.5px;color:#4a4238;margin-bottom:16px;line-height:1.6}
.cta-box .apk-button{width:auto;padding:0 26px;height:60px}

.faq-section{margin:36px 0}
.faq-item{border:1px solid #ecdfcd;border-radius:10px;margin-bottom:10px;background:#fff;overflow:hidden}
.faq-q{padding:15px 18px;font-size:15.5px;font-weight:800;color:#211d1a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq-q::after{content:"+";font-size:22px;color:#f66b00;font-weight:900}
.faq-item.open .faq-q::after{content:"−"}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s;padding:0 18px;font-size:15px;line-height:1.7;color:#4a4238}
.faq-item.open .faq-a{max-height:600px;padding:0 18px 16px}

.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;margin-top:16px}
.related-card{display:block;background:#fff;border:1px solid #ecdfcd;border-radius:12px;padding:16px;text-decoration:none;transition:.2s}
.related-card:hover{border-color:#f66b00;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.07)}
.related-card b{display:block;font-size:14.5px;color:#1c1917;line-height:1.4;margin-bottom:7px;font-weight:800}
.related-card small{font-size:12.5px;color:#8a837c;line-height:1.5;display:block}

/* CONTACT FORM */
.contact-form{max-width:600px;margin:26px auto}
.contact-form label{display:block;font-size:13.5px;font-weight:700;margin-bottom:6px;color:#2b2724}
.contact-form input,.contact-form textarea{width:100%;padding:12px 14px;border:1px solid #e5d6c2;border-radius:9px;font-size:15px;background:#fff;outline:none;margin-bottom:14px;font-family:inherit}
.contact-form input:focus,.contact-form textarea:focus{border-color:#f66b00}
.contact-form textarea{min-height:140px;resize:vertical}
.contact-form button{height:52px;padding:0 30px;border:none;border-radius:10px;background:#f66b00;color:#fff;font-weight:800;font-size:15px;cursor:pointer}
.contact-form button:hover{background:#ed6200}
.form-msg{padding:14px 18px;border-radius:10px;margin-bottom:20px;font-size:14.5px;font-weight:600}
.form-msg.ok{background:#e8f7ec;color:#1a7a3d;border:1px solid #b8e2c4}
.form-msg.err{background:#fdecec;color:#b81f1f;border:1px solid #f4c4c4}

/* RESPONSIVE */
@media (max-width:700px){
  .header{height:72px;padding:0 20px}
  .logo-image{width:49px}
  .header-button{height:45px;min-width:145px;padding:0 20px;font-size:14px}
  .hero{margin-top:72px;min-height:495px;padding:70px 18px 72px}
  .hero-title{max-width:500px;font-size:45px;line-height:1.08;letter-spacing:-1.8px}
  .hero-description{max-width:390px;margin:29px auto 45px;font-size:18px;color:#41403d}
  .download-section{min-height:378px;padding:70px 18px 66px}
  .download-title{max-width:390px;font-size:29px}
  .download-description{max-width:390px;font-size:15px}
  .article-wrap{padding:110px 16px 50px}
  .article-h1{font-size:28px;letter-spacing:-.8px}
  .article-body{font-size:16px;line-height:1.75}
  .article-body h2{font-size:22px}
  .article-body h3{font-size:18px}
  .related-grid{grid-template-columns:1fr}
}
@media (max-width:390px){
  .header{height:72px;padding:0 15px}
  .logo-image{width:49px}
  .header-button{height:44px;min-width:137px;padding:0 15px;font-size:13px}
  .hero{min-height:495px;padding:70px 14px 72px}
  .hero-title{max-width:370px;font-size:44px}
  .hero-description{max-width:355px;font-size:18px}
  .download-section{min-height:378px;padding:70px 14px 66px}
  .download-title{max-width:350px;font-size:29px}
  .article-h1{font-size:26px}
}