:root{--primary:#1a5276;--primary-light:#2471a3;--primary-dark:#0e3460;--accent:#e67e22;--accent-light:#f39c12;--accent-dark:#d35400;--green:#1e8449;--green-light:#27ae60;--bg-light:#f4f6f9;--bg-white:#fff;--text-dark:#1c2833;--text-mid:#4a5568;--text-light:#718096;--border:#e2e8f0;--shadow:0 4px 24px #0000001a;--shadow-lg:0 8px 48px #00000024;--radius:16px;--radius-sm:8px}.guide-body{color:var(--text-dark);background:var(--bg-white);font-family:Noto Sans KR,sans-serif;line-height:1.7;overflow-x:hidden}nav.guide-nav{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff7;padding:0 5%;position:fixed;top:0;left:0;right:0}.guide-nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:68px;margin:0 auto;display:flex}.guide-nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.guide-nav-logo-icon{background:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:900;display:flex}.guide-nav-logo-text{color:var(--primary);font-size:17px;font-weight:700;line-height:1.2}.guide-nav-logo-sub{color:var(--text-light);font-size:11px;font-weight:400}.guide-nav-cta{background:var(--accent);color:#fff;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.guide-nav-cta:hover{background:var(--accent-dark);transform:translateY(-1px)}.guide-hero{background:linear-gradient(135deg,#0e3460 0%,#1a5276 40%,#1a6fa0 100%);align-items:center;min-height:100vh;padding:100px 5% 60px;display:flex;position:relative;overflow:hidden}.guide-hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.guide-hero-shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.guide-hero-shapes .shape{opacity:.07;background:#fff;border-radius:50%;position:absolute}.guide-hero-shapes .s1{width:500px;height:500px;top:-150px;right:-100px}.guide-hero-shapes .s2{width:300px;height:300px;bottom:-80px;left:-60px}.guide-hero-shapes .s3{width:200px;height:200px;top:200px;right:30%}.guide-hero-inner{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}.guide-hero-badge{color:gold;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #ffffff40;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.guide-hero-title{color:#fff;letter-spacing:-1px;margin-bottom:20px;font-size:clamp(32px,4vw,52px);font-weight:900;line-height:1.25}.guide-hero-title .highlight{color:gold;display:inline-block;position:relative}.guide-hero-title .highlight:after{content:"";background:#ffd70066;border-radius:2px;height:4px;position:absolute;bottom:2px;left:0;right:0}.guide-hero-subtitle{color:#ffffffd1;margin-bottom:36px;font-size:clamp(16px,2vw,20px);font-weight:400;line-height:1.75}.guide-hero-stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:36px;display:grid}.guide-hero-stat{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #fff3;border-radius:12px;padding:18px 16px;transition:all .3s}.guide-hero-stat:hover{background:#ffffff2e;transform:translateY(-2px)}.guide-hero-stat-num{color:gold;margin-bottom:4px;font-size:clamp(22px,3vw,32px);font-weight:900;line-height:1.1;display:block}.guide-hero-stat-label{color:#ffffffbf;font-size:12px;font-weight:400}.guide-hero-cta-group{flex-wrap:wrap;gap:14px;display:flex}.guide-btn-primary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:16px 32px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #e67e2280}.guide-btn-primary:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 30px #e67e2299}.guide-btn-secondary{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:2px solid #ffffff80;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.guide-btn-secondary:hover{background:#ffffff40;transform:translateY(-2px)}.guide-hero-card{background:#fff;border-radius:24px;padding:36px;box-shadow:0 20px 60px #0000004d}.guide-hero-card-title{color:var(--primary);margin-bottom:6px;font-size:18px;font-weight:700}.guide-hero-card-sub{color:var(--text-light);margin-bottom:24px;font-size:13px}.guide-calc-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 0;display:flex}.guide-calc-row:last-of-type{border-bottom:none}.guide-calc-label{color:var(--text-mid);font-size:14px}.guide-calc-value{color:var(--text-dark);font-size:16px;font-weight:700}.guide-calc-value.accent{color:var(--accent)}.guide-calc-value.primary{color:var(--primary)}.guide-calc-value.green{color:var(--green-light)}.guide-hero-card-divider{border:none;border-top:2px dashed var(--border);margin:16px 0}.guide-calc-total{text-align:center;background:linear-gradient(135deg,#ebf5fb,#d6eaf8);border-radius:12px;margin-top:16px;padding:16px}.guide-calc-total-label{color:var(--primary);margin-bottom:4px;font-size:13px}.guide-calc-total-num{color:var(--primary);font-size:28px;font-weight:900}.guide-calc-total-num span{font-size:15px;font-weight:500}.guide-calc-note{color:var(--text-light);text-align:center;margin-top:10px;font-size:12px}.guide-section{padding:80px 5%}.guide-section-inner{max-width:1200px;margin:0 auto}.guide-section-badge{color:var(--primary);background:#ebf5fb;border-radius:50px;align-items:center;gap:6px;margin-bottom:14px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.guide-section-title{color:var(--text-dark);letter-spacing:-.5px;margin-bottom:14px;font-size:clamp(26px,3.5vw,42px);font-weight:900;line-height:1.3}.guide-section-title em{color:var(--primary);font-style:normal}.guide-section-desc{color:var(--text-mid);max-width:640px;font-size:clamp(15px,1.5vw,17px)}.guide-text-center{text-align:center}.guide-text-center .guide-section-desc{margin:0 auto}.guide-problem-section{border-top:4px solid var(--accent-light);background:#fef9f0}.guide-problem-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;display:grid}.guide-problem-card{border-radius:var(--radius);text-align:center;background:#fff;border:2px solid #fde8cc;padding:30px;transition:all .3s;position:relative;overflow:hidden}.guide-problem-card:before{content:"";background:linear-gradient(90deg,var(--accent-light),var(--accent));height:4px;position:absolute;top:0;left:0;right:0}.guide-problem-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.guide-problem-icon{background:#fef3e8;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;font-size:28px;display:flex}.guide-problem-title{color:var(--accent-dark);margin-bottom:10px;font-size:17px;font-weight:700}.guide-problem-desc{color:var(--text-mid);font-size:14px;line-height:1.7}.guide-benefits-section{background:var(--bg-white)}.guide-benefits-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:52px;display:grid}.guide-benefit-card{text-align:center;background:#fff;border:2px solid #0000;border-radius:20px;padding:36px 28px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000012}.guide-benefit-card:before{content:"";height:5px;position:absolute;top:0;left:0;right:0}.guide-benefit-card.c1:before{background:linear-gradient(90deg,#1a5276,#2980b9)}.guide-benefit-card.c2:before{background:linear-gradient(90deg,#e67e22,#f39c12)}.guide-benefit-card.c3:before{background:linear-gradient(90deg,#1e8449,#27ae60)}.guide-benefit-card:hover{box-shadow:var(--shadow-lg);border-color:var(--border);transform:translateY(-6px)}.guide-benefit-num{opacity:.05;color:var(--text-dark);font-size:52px;font-weight:900;line-height:1;position:absolute;top:16px;right:20px}.guide-benefit-icon-wrap{border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:34px;display:flex}.c1 .guide-benefit-icon-wrap{background:#ebf5fb}.c2 .guide-benefit-icon-wrap{background:#fef3e8}.c3 .guide-benefit-icon-wrap{background:#eafaf1}.guide-benefit-big-num{margin-bottom:6px;font-size:clamp(36px,4vw,52px);font-weight:900;line-height:1}.c1 .guide-benefit-big-num{color:var(--primary)}.c2 .guide-benefit-big-num{color:var(--accent)}.c3 .guide-benefit-big-num{color:var(--green-light)}.guide-benefit-title{color:var(--text-dark);margin-bottom:12px;font-size:18px;font-weight:700}.guide-benefit-desc{color:var(--text-mid);font-size:14px;line-height:1.75}.guide-benefit-tag{border-radius:50px;margin-top:16px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-block}.c1 .guide-benefit-tag{color:var(--primary);background:#ebf5fb}.c2 .guide-benefit-tag{color:var(--accent-dark);background:#fef3e8}.c3 .guide-benefit-tag{color:var(--green);background:#eafaf1}.guide-partial-section{color:#fff;background:linear-gradient(135deg,#0e3460 0%,#1a5276 100%)}.guide-partial-section .guide-section-title{color:#fff}.guide-partial-section .guide-section-title em{color:gold}.guide-partial-section .guide-section-desc{color:#ffffffc7}.guide-partial-section .guide-section-badge{color:gold;background:#ffffff26}.guide-partial-example{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #fff3;border-radius:24px;margin-top:52px;padding:40px}.guide-partial-example-title{color:gold;text-align:center;margin-bottom:30px;font-size:20px;font-weight:700;line-height:1.3}.guide-partial-bar-wrap{margin-bottom:36px}.guide-partial-bar-label{justify-content:space-between;margin-bottom:10px;display:flex}.guide-partial-bar-label span{color:#fffc;font-size:14px}.guide-partial-bar-label strong{color:#fff;font-size:16px;font-weight:700}.guide-partial-bar{background:#ffffff1a;border-radius:12px;height:52px;display:flex;overflow:hidden}.guide-bar-cash{color:#fff;text-align:center;background:linear-gradient(90deg,#3498db,#5dade2);justify-content:center;align-items:center;font-size:14px;font-weight:700;line-height:1.2;transition:width 1.5s;display:flex}.guide-bar-sub{color:#fff;text-align:center;background:linear-gradient(90deg,#e67e22,#f39c12);justify-content:center;align-items:center;font-size:14px;font-weight:700;line-height:1.2;transition:width 1.5s;display:flex}.guide-partial-details{grid-template-columns:1fr 1fr;gap:20px;margin-top:8px;display:grid}.guide-partial-detail-box{border-radius:16px;padding:24px}.guide-pd-cash{background:#3498db33;border:1px solid #3498db66}.guide-pd-sub{background:#e67e2233;border:1px solid #e67e2266}.guide-pd-icon{margin-bottom:10px;font-size:24px}.guide-pd-title{color:#fff;margin-bottom:8px;font-size:15px;font-weight:700}.guide-pd-num{color:gold;margin-bottom:6px;font-size:28px;font-weight:900}.guide-pd-desc{color:#ffffffb8;font-size:13px}.guide-partial-note{background:#ffd7001a;border:1px solid #ffd7004d;border-radius:12px;align-items:flex-start;gap:10px;margin-top:28px;padding:16px 20px;display:flex}.guide-partial-note i{color:gold;flex-shrink:0;margin-top:2px}.guide-partial-note p{color:#ffffffd9;font-size:14px}.guide-compare-section{background:var(--bg-light)}.guide-compare-table-wrap{box-shadow:var(--shadow-lg);border-radius:20px;margin-top:52px;overflow:hidden}.guide-compare-table{border-collapse:collapse;background:#fff;width:100%;font-size:15px}.guide-compare-table th{text-align:left;padding:20px 24px;font-size:16px;font-weight:700}.guide-compare-table th:first-child{background:var(--bg-light);color:var(--text-mid);width:30%}.guide-compare-table th.col-normal{color:#fff;text-align:center;background:#566573}.guide-compare-table th.col-sub{background:var(--primary);color:#fff;text-align:center}.guide-compare-table th.col-sub .best-badge{color:var(--primary-dark);background:gold;border-radius:50px;margin-left:8px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.guide-compare-table td{border-top:1px solid var(--border);padding:16px 24px}.guide-compare-table td:first-child{color:var(--text-mid);background:#fafbfc;font-weight:500}.guide-compare-table td.normal-val{text-align:center;color:#7f8c8d}.guide-compare-table td.sub-val{text-align:center;color:var(--primary);background:#f0f7fd;font-weight:700}.guide-compare-table td.sub-val.good{color:var(--green-light)}.guide-compare-table tr:hover td{background:#1a527608}.guide-compare-table tr:hover td:first-child{background:#f4f6f9}.guide-compare-table tr:hover td.sub-val{background:#e8f4fd}.guide-cross{color:#e74c3c;font-weight:700}.guide-check{color:var(--green-light);font-weight:700}.guide-calc-section{background:var(--bg-white)}.guide-calc-wrap{grid-template-columns:1fr 1fr;align-items:stretch;gap:36px;margin-top:52px;display:grid}.guide-calc-input-box{box-shadow:var(--shadow);background:#fff;border-radius:20px;flex-direction:column;height:100%;padding:36px;display:flex}.guide-calc-input-title{color:var(--text-dark);align-items:center;gap:10px;margin-bottom:24px;font-size:18px;font-weight:700;display:flex}.guide-calc-form-row{margin-bottom:20px}.guide-calc-form-row label{color:var(--text-mid);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.guide-calc-form-row input[type=range]{background:var(--border);cursor:pointer;width:100%;height:6px;accent-color:var(--primary);border-radius:3px;outline:none}.guide-range-value-display{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.guide-range-val-text{color:var(--primary);font-size:20px;font-weight:800}.guide-range-unit{color:var(--text-light);font-size:13px}.guide-calc-result-box{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;border-radius:20px;flex-direction:column;height:100%;padding:36px;display:flex}.guide-calc-result-title{color:#ffffffe6;margin-bottom:24px;font-size:18px;font-weight:700}.guide-calc-result-content{flex:1}.guide-calc-result-item{border-bottom:1px solid #ffffff26;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.guide-calc-result-item:last-of-type{border-bottom:none}.guide-calc-result-item-label{color:#ffffffbf;font-size:14px}.guide-calc-result-item-val{color:#fff;font-size:18px;font-weight:700}.guide-calc-result-item-val.big{color:gold;font-size:26px;font-weight:900}.guide-calc-saving-box{text-align:center;background:#ffd70026;border:1px solid #ffd70066;border-radius:12px;margin-top:20px;padding:16px}.guide-calc-saving-label{color:#ffffffbf;margin-bottom:4px;font-size:13px}.guide-calc-saving-val{color:gold;font-size:20px;font-weight:900}.guide-steps-section{background:var(--bg-light)}.guide-steps-wrap{margin-top:52px;position:relative}.guide-steps-line{background:linear-gradient(90deg,var(--primary),var(--primary-light));z-index:0;border-radius:2px;height:3px;position:absolute;top:44px;left:calc(10% + 44px);right:calc(10% + 44px)}.guide-steps-grid{z-index:1;grid-template-columns:repeat(5,1fr);gap:20px;display:grid;position:relative}.guide-step-item{text-align:center;padding:0 8px}.guide-step-circle{border:3px solid var(--primary);background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 20px;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 16px #1a527633}.guide-step-item:hover .guide-step-circle{background:var(--primary);transform:scale(1.08)}.guide-step-item:hover .guide-step-num,.guide-step-item:hover .guide-step-circle-icon{color:#fff}.guide-step-num{color:var(--primary-light);margin-bottom:2px;font-size:11px;font-weight:700;line-height:1}.guide-step-circle-icon{color:var(--primary);font-size:24px;transition:color .3s}.guide-step-name{color:var(--text-dark);margin-bottom:8px;font-size:14px;font-weight:700}.guide-step-desc{color:var(--text-mid);font-size:12px;line-height:1.6}.guide-step-detail-box{grid-template-columns:repeat(5,1fr);gap:16px;margin-top:40px;display:grid}.guide-step-detail-item{border:2px solid #0000;border-top:4px solid var(--primary);background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 12px #0000000f}.guide-step-detail-num{color:var(--primary-light);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:11px;font-weight:700}.guide-step-detail-title{color:var(--text-dark);margin-bottom:8px;font-size:13px;font-weight:700}.guide-step-detail-desc{color:var(--text-mid);font-size:12px;line-height:1.6}.guide-faq-section{background:var(--bg-white)}.guide-faq-list{grid-template-columns:1fr 1fr;gap:20px;margin-top:48px;display:grid}.guide-faq-item{border:2px solid var(--border);background:#fff;border-radius:16px;transition:all .3s;overflow:hidden}.guide-faq-item:hover{border-color:var(--primary-light);box-shadow:var(--shadow)}.guide-faq-q{cursor:pointer;color:var(--text-dark);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;font-size:15px;font-weight:600;display:flex}.guide-faq-q .q-icon{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:900;display:flex}.guide-faq-q .arrow{color:var(--text-light);flex-shrink:0;margin-top:2px;transition:transform .3s}.guide-faq-item.open .guide-faq-q .arrow{transform:rotate(180deg)}.guide-faq-a{max-height:0;color:var(--text-mid);border-top:0px solid var(--border);background:#f8fbfe;padding:0 24px;font-size:14px;line-height:1.75;transition:max-height .4s,padding .3s;overflow:hidden}.guide-faq-item.open .guide-faq-a{border-top:1px solid var(--border);max-height:300px;padding:16px 24px 20px}.guide-cta-section{text-align:center;background:linear-gradient(135deg,#0e3460,#1a5276 50%,#117a65 100%);padding:80px 5%}.guide-cta-section .guide-section-badge{color:gold;background:#ffffff26}.guide-cta-section .guide-section-title{color:#fff}.guide-cta-section .guide-section-title em{color:gold}.guide-cta-section .guide-section-desc{color:#ffffffc7;max-width:600px}.guide-cta-points{flex-wrap:wrap;justify-content:center;gap:24px;margin:36px 0;display:flex}.guide-cta-point{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #fff3;border-radius:12px;align-items:center;gap:10px;padding:16px 24px;font-size:14px;font-weight:500;display:flex}.guide-cta-point i{color:gold;font-size:18px}.guide-cta-btn-group{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.guide-cta-btn-main{background:var(--accent);color:#fff;letter-spacing:-.3px;border-radius:14px;align-items:center;gap:10px;padding:20px 44px;font-size:18px;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 6px 30px #e67e2280}.guide-cta-btn-main:hover{background:var(--accent-dark);transform:translateY(-3px);box-shadow:0 12px 40px #e67e2299}.guide-cta-btn-sub{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:2px solid #ffffff80;border-radius:14px;align-items:center;gap:10px;padding:18px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.guide-cta-btn-sub:hover{background:#ffffff40;transform:translateY(-3px)}.guide-cta-note{color:#ffffff8c;margin-top:24px;font-size:13px}footer.guide-footer{color:#fff9;background:#1c2833;padding:40px 5%;font-size:13px;line-height:1.8}.guide-footer-inner{justify-content:space-between;align-items:flex-start;gap:40px;max-width:1200px;margin:0 auto;display:flex}.guide-footer-logo{color:#fff;margin-bottom:8px;font-size:16px;font-weight:700}.guide-footer-disclaimer{color:#fff6;border-top:1px solid #ffffff1a;max-width:700px;margin-top:16px;padding-top:20px;font-size:12px;line-height:1.75}.fade-up{opacity:0;transition:all .7s;transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-up-delay-1{transition-delay:.1s}.fade-up-delay-2{transition-delay:.2s}.fade-up-delay-3{transition-delay:.3s}.fade-up-delay-4{transition-delay:.4s}.fade-up-delay-5{transition-delay:.5s}.guide-sticky-cta{background:var(--accent);color:#fff;z-index:999;white-space:nowrap;border-radius:50px;align-items:center;gap:10px;padding:16px 40px;font-size:16px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(100px);box-shadow:0 8px 32px #e67e2280}.guide-sticky-cta.show{transform:translate(-50%)translateY(0)}.guide-sticky-cta:hover{background:var(--accent-dark);box-shadow:0 12px 40px #e67e2299}@media (max-width:1024px){.guide-hero-inner{grid-template-columns:1fr;gap:40px}.guide-hero-card{margin-top:20px;display:block}.guide-hero{padding-top:90px}.guide-benefits-grid,.guide-problem-grid{grid-template-columns:1fr 1fr}.guide-steps-line{display:none}.guide-steps-grid{grid-template-columns:repeat(3,1fr)}.guide-step-detail-box{grid-template-columns:1fr 1fr}.guide-faq-list{grid-template-columns:1fr}}@media (max-width:768px){.guide-section{padding:60px 5%}.guide-benefits-grid,.guide-problem-grid,.guide-calc-wrap{grid-template-columns:1fr}.guide-partial-example{padding:24px 16px}.guide-partial-example-title{flex-direction:column;margin-bottom:24px;font-size:16px}.guide-partial-bar{height:44px;font-size:12px}.guide-pd-num{font-size:24px}.guide-pd-title{font-size:14px}.guide-partial-details{grid-template-columns:1fr;gap:12px}.guide-compare-table{font-size:13px}.guide-compare-table th,.guide-compare-table td{padding:12px 14px}.guide-steps-grid{grid-template-columns:1fr 1fr}.guide-step-detail-box{grid-template-columns:1fr}.guide-hero-stats{grid-template-columns:1fr 1fr}.guide-hero-stats .guide-hero-stat:last-child{grid-column:span 2}.guide-footer-inner{flex-direction:column}.guide-cta-points{flex-direction:column;align-items:center}.guide-sticky-cta{justify-content:center;width:calc(100% - 40px)}}@media (max-width:480px){.guide-steps-grid{grid-template-columns:1fr}}
