:root{
  --green:#0f4a38;
  --deep:#062b22;
  --gold:#d6ad4b;
  --mint:#e8f7ee;
  --paper:#fffdf8;
  --bg:#f5f2ea;
  --ink:#12372c;
  --muted:#66756f;
  --line:#e7dcc3;
  --blue:#244f83;
  --shadow:0 22px 58px rgba(8,60,47,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}
img{max-width:100%;display:block}
.guide-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px min(5vw,54px);background:rgba(6,43,34,.94);backdrop-filter:blur(14px);box-shadow:0 10px 30px rgba(0,0,0,.14)}
.guide-header .lr-app-menu{margin-left:0}
.guide-header .lr-app-menu-actions{display:none}
.guide-header .lr-app-menu-mobile-toggle{width:48px;height:48px;border-radius:16px}
.guide-header .lr-app-menu.lr-app-menu-in-header{z-index:3}
.guide-lang{margin-left:auto}
.guide-brand{display:inline-flex;align-items:center;gap:12px;color:var(--paper);text-decoration:none}
.guide-logo{width:50px;height:50px;border-radius:16px;background:linear-gradient(135deg,#fff3c9,var(--gold));display:flex;align-items:center;justify-content:center;overflow:hidden}
.guide-logo img{width:42px;height:42px;object-fit:contain}
.guide-brand strong{display:block;font-size:17px;line-height:1;font-weight:900}
.guide-brand small{display:block;margin-top:5px;color:#f4d779;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.guide-lang{display:inline-flex;gap:5px;padding:5px;border:1px solid rgba(244,215,121,.38);border-radius:16px;background:rgba(255,255,255,.08)}
.guide-lang button{border:0;min-width:52px;min-height:38px;border-radius:12px;background:transparent;color:rgba(255,253,248,.72);font-weight:900;cursor:pointer}
.guide-lang button.active{background:linear-gradient(135deg,#f9df86,var(--gold));color:var(--deep)}
.guide-hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);align-items:center;gap:42px;padding:58px min(5vw,70px);color:var(--paper);background:radial-gradient(circle at 75% 18%,rgba(214,173,75,.24),transparent 320px),linear-gradient(135deg,#03251d,#0f4a38)}
.guide-hero-copy{max-width:820px}
.guide-small{margin:0 0 12px;color:#a87817;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:950}
.guide-hero .guide-small{color:#f4d779}
h1,h2,h3,p{overflow-wrap:anywhere}
h1{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(42px,6vw,86px);line-height:1.02;letter-spacing:0;font-weight:700}
h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(31px,4vw,52px);line-height:1.08;letter-spacing:0;color:var(--deep)}
h3{margin:0;color:var(--deep)}
.guide-lead{max-width:760px;margin:24px 0 0;color:rgba(255,253,248,.88);font-size:21px;line-height:1.65;font-weight:650}
.guide-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.guide-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:14px 20px;border-radius:14px;border:1px solid rgba(244,215,121,.55);color:var(--paper);text-decoration:none;font-weight:900}
.guide-btn.primary{background:linear-gradient(135deg,#f9df86,var(--gold));color:var(--deep);border-color:transparent;box-shadow:0 16px 34px rgba(0,0,0,.18)}
.guide-hero-phone{margin:0;filter:drop-shadow(0 34px 50px rgba(0,0,0,.28))}
.guide-band,.guide-steps,.guide-split,.guide-install{padding:72px min(5vw,70px)}
.guide-band{background:var(--paper)}
.guide-section-head{max-width:860px;margin:0 auto 38px;text-align:center}
.guide-section-head p:not(.guide-small){margin:16px 0 0;color:var(--muted);font-size:18px;font-weight:650}
.guide-simple-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.guide-card,.guide-mini-card,.guide-tool-card,.guide-day-card,.guide-screen-card,.guide-step{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 14px 34px rgba(8,60,47,.07)}
.guide-card{padding:26px;min-height:210px}
.guide-card h3,.guide-tool-card h3,.guide-day-card h3,.guide-screen-card h3{font-size:22px;line-height:1.18;margin-bottom:12px}
.guide-card p,.guide-tool-card p,.guide-day-card p,.guide-screen-card p,.guide-step p,.guide-install p{margin:0;color:var(--muted);font-weight:650}
.guide-split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px;align-items:start;background:linear-gradient(180deg,#f9f6ee,#f0ebdf)}
.guide-split>div:first-child{position:sticky;top:110px}
.guide-split>div:first-child p:not(.guide-small){margin-top:18px;color:var(--muted);font-size:18px;font-weight:650}
.guide-does-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.guide-mini-card{padding:22px}
.guide-mini-card h3{font-size:19px;margin-bottom:8px}
.guide-mini-card p{font-size:14px}
.guide-screen-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.guide-screen-card{overflow:hidden}
.guide-screen-card figure{margin:0;background:#eff6f1}
.guide-screen-card img{width:100%;height:auto}
.guide-screen-card div{padding:22px}
.guide-steps{background:var(--bg)}
.guide-step-list{max-width:980px;margin:0 auto;display:grid;gap:16px}
.guide-step{display:grid;grid-template-columns:70px 1fr;gap:18px;align-items:start;padding:22px}
.guide-step span{width:54px;height:54px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--deep),var(--green));color:#f4d779;font-size:22px;font-weight:950}
.guide-step h3{font-size:24px;margin-bottom:8px}
.guide-day{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:28px;align-items:start;background:linear-gradient(135deg,#083c2f,#0f4a38);color:var(--paper)}
.guide-day h2{color:var(--paper)}
.guide-day .guide-small{color:#f4d779}
.guide-day-copy p:not(.guide-small){color:rgba(255,253,248,.8);font-size:18px;font-weight:650}
.guide-day-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.guide-day-card{padding:22px;background:rgba(255,255,255,.08);border-color:rgba(244,215,121,.34)}
.guide-day-card h3{color:#fff}
.guide-day-card p{color:rgba(255,253,248,.78)}
.guide-tool-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.guide-tool-card{padding:24px;min-height:180px}
.guide-deep{position:relative;overflow:hidden;background:linear-gradient(180deg,#083c2f 0,#0f4a38 330px,#f4f0e6 330px,#f4f0e6 100%);color:var(--paper)}
.guide-deep::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 8%,rgba(214,173,75,.24),transparent 280px),radial-gradient(circle at 8% 16%,rgba(255,255,255,.1),transparent 260px);pointer-events:none}
.guide-deep .guide-section-head{position:relative;max-width:960px;margin-bottom:46px;padding:0 12px}
.guide-deep .guide-small{color:#f4d779}
.guide-deep .guide-section-head h2{color:#fffdf8;text-shadow:0 2px 18px rgba(0,0,0,.18)}
.guide-deep .guide-section-head h2::after{content:"";display:block;width:108px;height:3px;margin:20px auto 0;border-radius:999px;background:linear-gradient(90deg,transparent,#f4d779,transparent)}
.guide-deep .guide-section-head p{max-width:780px;margin:18px auto 0;color:rgba(255,253,248,.86);font-size:19px}
.guide-feature-list{position:relative;max-width:1180px;margin:0 auto;display:grid;gap:20px}
.guide-feature{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:24px;padding:30px;border:1px solid rgba(214,173,75,.36);border-radius:22px;background:linear-gradient(180deg,#fffdf8,#fffaf1);box-shadow:0 22px 48px rgba(8,60,47,.13)}
.guide-feature-copy{padding:22px;border-radius:18px;background:linear-gradient(135deg,#0f4a38,#083c2f);box-shadow:inset 0 0 0 1px rgba(244,215,121,.22)}
.guide-feature h3{font-size:30px;line-height:1.14;margin-bottom:14px;color:#fffdf8}
.guide-feature p{margin:0;color:rgba(255,253,248,.82);font-size:16px;font-weight:650}
.guide-feature ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
.guide-feature li{position:relative;padding:12px 14px 12px 38px;border-radius:14px;background:#f8fbf9;color:#33443f;font-size:14px;font-weight:750;border:1px solid rgba(15,74,56,.08)}
.guide-feature li::before{content:"";position:absolute;left:14px;top:18px;width:10px;height:10px;border-radius:50%;background:var(--gold)}
.guide-module-section{background:linear-gradient(180deg,#f4f0e6,#fffdf8)}
.guide-module-section .guide-section-head{max-width:980px}
.guide-module-list{max-width:1120px;margin:0 auto;display:grid;gap:14px}
.guide-module-item{border:1px solid rgba(15,74,56,.18);border-radius:20px;background:#fff;box-shadow:0 16px 34px rgba(8,60,47,.08);overflow:hidden}
.guide-module-item[open]{border-color:rgba(214,173,75,.72);box-shadow:0 24px 48px rgba(8,60,47,.14)}
.guide-module-summary{position:relative;display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr) 42px;gap:16px;align-items:center;min-height:82px;padding:20px 24px;cursor:pointer;list-style:none;background:linear-gradient(135deg,#fffdf8,#f8f2e2)}
.guide-module-summary::-webkit-details-marker{display:none}
.guide-module-title{color:var(--deep);font-size:21px;line-height:1.16;font-weight:950;overflow-wrap:anywhere}
.guide-module-short{color:#51625b;font-size:15px;line-height:1.55;font-weight:750;overflow-wrap:anywhere}
.guide-module-toggle{width:38px;height:38px;border-radius:14px;background:var(--green);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px rgba(244,215,121,.22)}
.guide-module-toggle::before{content:"+";color:#f4d779;font-size:26px;line-height:1;font-weight:950}
.guide-module-item[open] .guide-module-toggle{background:var(--gold)}
.guide-module-item[open] .guide-module-toggle::before{content:"-";color:var(--deep)}
.guide-module-body{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:22px 24px 24px;border-top:1px solid rgba(15,74,56,.1);background:linear-gradient(180deg,#ffffff,#fbf8ef)}
.guide-module-body section{padding:18px;border-radius:16px;background:#f8fbf9;border:1px solid rgba(15,74,56,.08)}
.guide-module-body h3{font-size:15px;line-height:1.25;margin:0 0 10px;color:#9b6a0f;text-transform:uppercase;letter-spacing:.04em}
.guide-module-body p{margin:0;color:#344640;font-size:15px;font-weight:700;line-height:1.65;overflow-wrap:anywhere}
.guide-module-body ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.guide-module-body li{position:relative;padding-left:22px;color:#344640;font-size:14px;font-weight:750;line-height:1.55;overflow-wrap:anywhere}
.guide-module-body li::before{content:"";position:absolute;left:0;top:.62em;width:9px;height:9px;border-radius:50%;background:var(--gold)}
.guide-module-link{grid-column:1/-1;justify-self:end;min-height:54px;display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:16px;background:linear-gradient(135deg,#0f4a38,#083c2f);color:#fffdf8;text-decoration:none;font-size:16px;font-weight:950;box-shadow:0 15px 28px rgba(8,60,47,.18)}
.guide-module-link::after{content:"›";margin-left:12px;color:#f4d779;font-size:25px;line-height:1}
.guide-install{display:grid;grid-template-columns:minmax(300px,460px) minmax(0,1fr);gap:36px;align-items:center;background:var(--bg)}
.guide-install figure{margin:0;filter:drop-shadow(0 24px 38px rgba(8,60,47,.13))}
.guide-install p{margin-top:16px;font-size:18px}
.guide-install ol{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none;counter-reset:install}
.guide-install li{counter-increment:install;position:relative;padding:16px 18px 16px 58px;border:1px solid var(--line);border-radius:16px;background:#fff;color:#33443f;font-weight:750}
.guide-install li::before{content:counter(install);position:absolute;left:15px;top:14px;width:30px;height:30px;border-radius:10px;background:var(--mint);color:var(--green);display:flex;align-items:center;justify-content:center;font-weight:950}
.guide-faq{max-width:940px;margin:0 auto;display:grid;gap:12px}
.guide-faq-item{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 12px 26px rgba(8,60,47,.06);overflow:hidden}
.guide-faq-item summary{min-height:58px;display:flex;align-items:center;padding:16px 20px;color:var(--deep);font-weight:900;cursor:pointer}
.guide-faq-item p{margin:0;padding:0 20px 18px;color:var(--muted);font-weight:650}
.guide-main-cta{padding:18px 16px 74px;background:var(--paper);display:flex;justify-content:center}
.guide-main-cta a{position:relative;isolation:isolate;width:min(100%,620px);min-height:68px;display:flex;align-items:center;justify-content:center;padding:18px 28px;border-radius:20px;background:linear-gradient(135deg,#f9df86,var(--gold));color:var(--deep);text-decoration:none;font-size:clamp(18px,2.5vw,25px);font-weight:950;box-shadow:0 20px 44px rgba(214,173,75,.28),0 10px 26px rgba(8,60,47,.12);overflow:hidden;animation:guideCtaPulse 2.8s ease-in-out infinite}
.guide-main-cta a::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:translateX(-120%);animation:guideCtaShine 3.4s ease-in-out infinite;z-index:-1}
.guide-main-cta a::after{content:"›";margin-left:14px;font-size:34px;line-height:1}
.guide-footer{display:flex;align-items:center;justify-content:center;gap:20px;padding:28px min(5vw,70px);background:var(--deep);color:rgba(255,253,248,.78)}
.guide-footer span{color:#f4d779;font-weight:950}
@keyframes guideCtaPulse{0%,100%{transform:translateY(0);box-shadow:0 20px 44px rgba(214,173,75,.28),0 10px 26px rgba(8,60,47,.12)}50%{transform:translateY(-3px);box-shadow:0 26px 56px rgba(214,173,75,.36),0 14px 32px rgba(8,60,47,.16)}}
@keyframes guideCtaShine{0%,40%{transform:translateX(-120%)}70%,100%{transform:translateX(120%)}}
@media(max-width:980px){
  .guide-hero,.guide-split,.guide-day,.guide-install{grid-template-columns:1fr}
  .guide-hero{min-height:0}
  .guide-hero-phone{max-width:460px;margin:0 auto}
  .guide-simple-grid,.guide-tool-grid{grid-template-columns:1fr}
  .guide-screen-grid,.guide-does-grid,.guide-day-list,.guide-feature,.guide-module-body{grid-template-columns:1fr}
  .guide-module-summary{grid-template-columns:minmax(0,1fr) 42px;gap:8px 14px}
  .guide-module-short{grid-column:1/-1;grid-row:2}
  .guide-module-toggle{grid-column:2;grid-row:1;justify-self:end}
  .guide-module-link{justify-self:stretch}
  .guide-split>div:first-child{position:static}
  .guide-deep{background:linear-gradient(180deg,#083c2f 0,#0f4a38 420px,#f4f0e6 420px,#f4f0e6 100%)}
}
@media(max-width:640px){
  .guide-header{padding:12px 14px}
  .guide-brand small{display:none}
  .guide-logo{width:44px;height:44px}
  .guide-lang button{min-width:44px}
  .guide-hero,.guide-band,.guide-steps,.guide-split,.guide-install{padding:44px 16px}
  h1{font-size:39px}
  h2{font-size:31px}
  .guide-lead{font-size:17px}
  .guide-hero-actions{display:grid}
  .guide-btn{width:100%}
  .guide-step{grid-template-columns:1fr}
  .guide-footer{display:grid;text-align:left}
  .guide-main-cta a{min-height:64px;border-radius:18px}
  .guide-deep{background:linear-gradient(180deg,#083c2f 0,#0f4a38 520px,#f4f0e6 520px,#f4f0e6 100%)}
  .guide-deep .guide-section-head{margin-bottom:34px;padding:0}
  .guide-deep .guide-section-head p{font-size:16px;line-height:1.65}
  .guide-feature{padding:16px;border-radius:18px}
  .guide-feature-copy{padding:18px;border-radius:16px}
  .guide-module-summary{padding:17px 16px}
  .guide-module-title{font-size:19px}
  .guide-module-body{padding:16px}
  .guide-module-body section{padding:15px}
}
@media(prefers-reduced-motion:reduce){.guide-main-cta a,.guide-main-cta a::before{animation:none}}
