:root{--navy-950:#0a1628;--navy-900:#0f2347;--navy-800:#1a3560;--navy-700:#234878;--navy-600:#2d5a94;--gold-400:#c9a962;--gold-500:#b8944f;--gold-600:#9a7a3f;--sand-100:#f5f0e8;--sand-200:#ebe4d6;--sand-300:#ddd4c2;--white:#ffffff;--gray-100:#f7f8fa;--gray-200:#e8ecf1;--gray-500:#6b7280;--gray-700:#374151;--gray-900:#111827;--success:#059669;--whatsapp:#25d366;--shadow-sm:0 1px 3px rgba(10,22,40,0.08);--shadow-md:0 4px 16px rgba(10,22,40,0.12);--shadow-lg:0 8px 32px rgba(10,22,40,0.16);--radius:8px;--radius-lg:12px;--font-sans:"PingFang TC","Microsoft JhengHei","Noto Sans TC",system-ui,-apple-system,sans-serif;--font-en:"Inter","Segoe UI",system-ui,sans-serif;--max-width:1200px;--header-height:72px;--chrome-from:#0f2347;--chrome-to:#1a3560}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:var(--gray-900);background:var(--white);line-height:1.7;font-size:16px}body[data-locale=en]{font-family:var(--font-en)}a{color:var(--navy-700);text-decoration:none;transition:color .2s}a:hover{color:var(--gold-500)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{line-height:1.3;font-weight:700;color:var(--navy-900)}h1{font-size:clamp(1.75rem,4vw,2.75rem)}h2{font-size:clamp(1.5rem,3vw,2rem)}h3{font-size:clamp(1.125rem,2vw,1.375rem)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.site-chrome{background:linear-gradient(180deg,var(--chrome-from) 0,var(--chrome-to) 100%);color:rgba(255,255,255,.88)}.site-chrome-border{border-color:rgba(201,169,98,.22)}.section{padding:4rem 0}.section-alt{background:var(--sand-100)}.section-dark{background:linear-gradient(135deg,var(--navy-950) 0,var(--navy-800) 100%)}.section-dark,.section-dark h2,.section-dark h3{color:var(--white)}.section-header{text-align:center;margin-bottom:3rem}.section-header p{color:var(--gray-500);max-width:640px;margin:.75rem auto 0}.gold-line{width:60px;height:3px;background:linear-gradient(90deg,var(--gold-400),var(--gold-600));margin:.75rem auto 0;border-radius:2px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:.9375rem;border:2px solid transparent;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--gold-400),var(--gold-600));color:var(--navy-950);border-color:var(--gold-500)}.btn-primary:hover{background:linear-gradient(135deg,var(--gold-500),var(--gold-600));color:var(--navy-950);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:transparent;color:var(--white);border-color:rgba(255,255,255,.4)}.btn-secondary:hover{background:rgba(255,255,255,.1);color:var(--white);border-color:var(--gold-400)}.btn-outline{background:transparent;color:var(--navy-800);border-color:var(--navy-700)}.btn-outline:hover{background:var(--navy-800);color:var(--white)}.btn-whatsapp{background:var(--whatsapp);color:var(--white);border-color:var(--whatsapp)}.btn-whatsapp:hover{background:#1fb855;color:var(--white);transform:translateY(-1px);box-shadow:var(--shadow-md)}.card{background:var(--white);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.grid-2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem}.grid-2,.grid-3{display:grid;gap:1.5rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem}.prose{max-width:72ch}.prose p{margin-bottom:1rem}.prose ol,.prose ul{margin:1rem 0 1rem 1.5rem}.prose li{margin-bottom:.5rem}.breadcrumb{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.875rem;margin-bottom:1.5rem}.breadcrumb,.breadcrumb a{color:var(--gray-500)}.breadcrumb span:last-child{color:var(--navy-800);font-weight:500}.floating-whatsapp{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999}.floating-whatsapp .btn{border-radius:50px;padding:1rem 1.5rem;box-shadow:var(--shadow-lg);animation:pulse-soft 2s infinite}@keyframes pulse-soft{0%,to{box-shadow:0 4px 20px rgba(37,211,102,.4)}50%{box-shadow:0 4px 30px rgba(37,211,102,.6)}}@media (max-width:768px){.section{padding:2.5rem 0}.btn{padding:.75rem 1.25rem;font-size:.875rem}.floating-whatsapp{bottom:1rem;right:1rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.floating-whatsapp .btn{animation:none}.card:hover{transform:none}}a.primary-service-tile:hover{border-color:var(--gold-400);box-shadow:var(--shadow-md);transform:translateY(-2px)}.services-category-nav{position:-webkit-sticky;position:sticky;top:var(--header-height);z-index:50;background:linear-gradient(180deg,var(--chrome-from) 0,var(--chrome-to) 100%);border-bottom:1px solid rgba(201,169,98,.22);padding:.75rem 0}.services-category-nav-inner{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.services-category-nav-inner::-webkit-scrollbar{display:none}.services-category-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .875rem;border-radius:50px;font-size:.8125rem;font-weight:500;color:rgba(255,255,255,.85);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);text-decoration:none;white-space:nowrap;transition:all .2s}.services-category-pill:hover{background:rgba(201,169,98,.15);border-color:var(--gold-400);color:var(--gold-400)}.services-category-count{font-size:.6875rem;background:rgba(201,169,98,.25);color:var(--gold-400);padding:.1rem .4rem;border-radius:50px;font-weight:600}.services-category-block{padding:2.5rem 0;scroll-margin-top:calc(var(--header-height) + 56px)}.services-category-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.services-category-icon{font-size:1.75rem;background:var(--white);padding:.65rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200);line-height:1;flex-shrink:0}.section-alt .services-category-icon{background:var(--sand-100)}.services-category-header h2{font-size:1.25rem;margin-bottom:.25rem}.services-category-header p{color:var(--gray-500);font-size:.875rem}.services-category-badge{margin-left:auto;font-size:.75rem;font-weight:600;color:var(--navy-700);background:var(--sand-200);padding:.35rem .75rem;border-radius:50px;align-self:center}.services-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.service-list-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-decoration:none;transition:border-color .2s,box-shadow .2s}.section-alt .service-list-item,.service-list-item{background:var(--white)}.service-list-item:hover{border-color:var(--gold-400);box-shadow:var(--shadow-sm)}.service-list-icon{font-size:1.5rem;flex-shrink:0;width:2.5rem;text-align:center}.service-list-body{flex:1 1;min-width:0}.service-list-title{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-weight:600;font-size:.9375rem;color:var(--navy-900);margin-bottom:.2rem}.service-list-tag{font-size:.6875rem;font-weight:600;color:var(--gold-600);background:var(--sand-100);padding:.1rem .45rem;border-radius:4px;border:1px solid var(--sand-300)}.service-list-desc{display:block;font-size:.8125rem;color:var(--gray-500);line-height:1.5;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-list-arrow{flex-shrink:0;color:var(--gold-500);font-size:1.125rem;font-weight:600}@media (max-width:640px){.service-list-desc{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.services-category-badge{margin-left:0}}.debt-landing{padding-bottom:80px}.debt-lp-hero{background:linear-gradient(135deg,var(--navy-950) 0,var(--navy-800) 60%,#1a3a5c 100%);padding:3.5rem 0 3rem;position:relative;overflow:hidden}.debt-lp-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gold-400),var(--gold-600),var(--gold-400))}.debt-lp-hero-inner{max-width:720px}.debt-lp-badge{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--gold-400);background:rgba(201,169,98,.12);border:1px solid rgba(201,169,98,.35);padding:.35rem .875rem;border-radius:50px;margin-bottom:1.25rem}.debt-lp-hero h1{color:var(--white);font-size:clamp(1.75rem,5vw,2.5rem);margin-bottom:1rem;line-height:1.25}.debt-lp-highlight{color:var(--gold-400)}.debt-lp-subtitle{color:rgba(255,255,255,.85);font-size:1.0625rem;line-height:1.7;margin-bottom:1.25rem}.debt-lp-trust-list{list-style:none;margin-bottom:1.75rem}.debt-lp-trust-list li{color:rgba(255,255,255,.8);font-size:.9375rem;padding:.3rem 0}.debt-lp-hero-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.debt-lp-cta-primary{font-size:1rem!important;padding:1rem 1.75rem!important;animation:pulse-soft 2.5s infinite}.debt-lp-phone-btn{font-size:.9375rem!important}.debt-lp-disclaimer{font-size:.75rem;color:rgba(255,255,255,.45);line-height:1.5}.debt-lp-section-title{text-align:center;font-size:1.375rem;margin-bottom:1.5rem}.debt-lp-pain-card{text-align:center;height:100%}.debt-lp-solution-card{display:flex;flex-direction:column;height:100%}.debt-lp-solution-wa{width:100%;justify-content:center}.debt-lp-comparison{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem;max-width:900px;margin:0 auto}.debt-lp-comparison-col{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;position:relative}.debt-lp-comparison-best{border-color:var(--gold-400);box-shadow:0 0 0 2px rgba(201,169,98,.2)}.debt-lp-comparison-tag{position:absolute;top:-.65rem;left:50%;transform:translateX(-50%);background:var(--gold-500);color:var(--navy-950);font-size:.6875rem;font-weight:700;padding:.2rem .65rem;border-radius:50px;white-space:nowrap}.debt-lp-comparison-col h3{font-size:1rem;text-align:center;margin-bottom:1rem;padding-top:.5rem}.debt-lp-comparison-col ul{list-style:none;font-size:.875rem;color:var(--gray-700)}.debt-lp-comparison-col li{padding:.35rem 0}.debt-lp-process{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.25rem;gap:1.25rem;max-width:960px;margin:0 auto}.debt-lp-process-step{text-align:center;padding:1.25rem}.debt-lp-process-num{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,var(--gold-400),var(--gold-600));color:var(--navy-950);font-weight:700;border-radius:50%;margin-bottom:.75rem}.debt-lp-process-step h3{font-size:.9375rem;margin-bottom:.35rem}.debt-lp-process-step p{font-size:.8125rem;color:var(--gray-500)}.debt-lp-final-cta{background:linear-gradient(135deg,var(--navy-900),var(--navy-950));padding:3.5rem 0;color:var(--white)}.debt-lp-final-cta h2{color:var(--white);margin-bottom:.75rem}.debt-lp-final-cta p{color:rgba(255,255,255,.75);margin-bottom:1.5rem;line-height:1.7}.debt-lp-contact-info{margin-top:1.5rem;font-size:.875rem;color:rgba(255,255,255,.6);line-height:1.8}.debt-lp-contact-info a{color:var(--gold-400)}.debt-landing-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:998;background:linear-gradient(180deg,var(--chrome-from) 0,var(--chrome-to) 100%);border-top:1px solid rgba(201,169,98,.28);padding:.65rem 1rem;gap:.5rem;box-shadow:0 -4px 20px rgba(15,35,71,.35)}@media (max-width:768px){.debt-landing-sticky-bar{display:flex;align-items:center}body:has(.debt-landing-sticky-bar) .floating-whatsapp{display:none!important}}.debt-sticky-phone{flex-shrink:0;display:inline-flex;align-items:center;gap:.35rem;padding:.65rem .875rem;color:var(--white);font-size:.8125rem;font-weight:600;text-decoration:none;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius)}.home-hero{background:linear-gradient(135deg,var(--navy-950) 0,var(--navy-800) 55%,#1a3a5c 100%);padding:4rem 0 3.5rem;position:relative}.home-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--gold-400),var(--gold-600),var(--gold-400))}.home-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.home-hero-badge{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--gold-400);background:rgba(201,169,98,.12);border:1px solid rgba(201,169,98,.35);padding:.35rem .875rem;border-radius:50px;margin-bottom:1.25rem}.home-hero h1{color:var(--white);font-size:clamp(1.875rem,4.5vw,2.75rem);margin-bottom:1rem;line-height:1.2}.home-hero-subtitle{color:rgba(255,255,255,.82);font-size:1.0625rem;line-height:1.7;margin-bottom:1.25rem;max-width:540px}.home-hero-trust{list-style:none;margin-bottom:1.75rem}.home-hero-trust li{color:rgba(255,255,255,.78);font-size:.9375rem;padding:.25rem 0 .25rem 1.25rem;position:relative}.home-hero-trust li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:var(--gold-400)}.home-hero-cta{display:flex;flex-wrap:wrap;gap:.75rem}.home-hero-stats{display:grid;grid-gap:.75rem;gap:.75rem}.home-stat-card{background:rgba(255,255,255,.06);border:1px solid rgba(201,169,98,.2);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;text-align:center}.home-stat-value{display:block;font-size:1.75rem;font-weight:700;color:var(--gold-400);line-height:1.2}.home-stat-label{display:block;font-size:.8125rem;color:rgba(255,255,255,.65);margin-top:.25rem}.home-primary-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:.875rem;gap:.875rem}.home-primary-tile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:1.25rem .875rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);text-decoration:none;transition:all .2s;min-height:110px}.home-primary-tile span{font-weight:600;font-size:.875rem;color:var(--navy-900);line-height:1.4}.home-debt-banner{background:var(--navy-900);padding:2.5rem 0}.home-debt-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.home-debt-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gold-400);margin-bottom:.35rem}.home-debt-banner h2{color:var(--white);font-size:1.375rem;margin-bottom:.5rem}.home-debt-banner p{color:rgba(255,255,255,.72);font-size:.9375rem;max-width:480px}.home-mid-cta{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;text-align:left}.home-mid-cta h2{margin-bottom:.75rem;font-size:clamp(1.25rem,3vw,1.5rem)}.home-mid-cta p{color:rgba(255,255,255,.75);max-width:520px}.home-testimonial p{margin-bottom:1rem;color:var(--gray-700);font-size:.9375rem;line-height:1.7}.home-testimonial footer{font-weight:600;color:var(--navy-800);font-size:.875rem}.home-testimonial-disclaimer{text-align:center;margin-top:1.5rem;font-size:.75rem;color:var(--gray-500)}.service-card-pro{display:flex;flex-direction:column;gap:.75rem;height:100%}.service-card-pro h3{font-size:1rem;margin:0}.service-card-pro p{color:var(--gray-500);font-size:.875rem;flex:1 1;margin:0}.service-card-pro a{color:var(--gold-600);font-weight:600;font-size:.875rem}.svc-landing{padding-bottom:80px}.svc-lp-num{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--navy-900);color:var(--gold-400);font-size:.75rem;font-weight:700;border-radius:var(--radius);margin-bottom:.75rem}.svc-lp-why-list{list-style:none}.svc-lp-why-list li{padding:.75rem 0 .75rem 1.5rem;border-bottom:1px solid var(--gray-200);position:relative;font-size:.9375rem;color:var(--gray-700)}.svc-lp-why-list li:before{content:"";position:absolute;left:0;top:1.1em;width:6px;height:6px;border-radius:50%;background:var(--gold-500)}.svc-sem-longform{max-width:720px;margin:2.5rem auto 0;padding:1.25rem 1.5rem;background:var(--gray-50);border-left:3px solid var(--gold-500);border-radius:0 var(--radius) var(--radius) 0}.svc-sem-longform p{font-size:.9375rem;line-height:1.75;color:var(--gray-700);margin:0}.svc-sem-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;max-width:900px;margin:0 auto}.svc-sem-checklist{list-style:none;margin:0;padding:0}.svc-sem-checklist li{position:relative;padding:.625rem 0 .625rem 1.5rem;font-size:.9375rem;color:var(--gray-700);border-bottom:1px solid var(--gray-200)}.svc-sem-checklist li:before{content:"✓";position:absolute;left:0;color:var(--gold-600);font-weight:700;font-size:.875rem}.svc-sem-timeline{border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;background:var(--white)}.svc-sem-timeline-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.25rem;border-bottom:1px solid var(--gray-100)}.svc-sem-timeline-row:last-child{border-bottom:none}.svc-sem-timeline-phase{font-weight:600;font-size:.9375rem;color:var(--navy-900)}.svc-sem-timeline-duration{font-size:.875rem;color:var(--gray-500);white-space:nowrap}.svc-sem-tips{list-style:none;margin:0 0 1.5rem;padding:0}.svc-sem-tips li{position:relative;padding:.75rem 0 .75rem 1.25rem;font-size:.9375rem;color:var(--gray-700);line-height:1.6;border-bottom:1px solid var(--gray-200)}.svc-sem-tips li:before{content:"•";position:absolute;left:0;color:var(--gold-600);font-weight:700}.svc-sem-cost{font-size:.9375rem;color:var(--navy-800);background:var(--white);padding:1rem 1.25rem;border-radius:var(--radius);border:1px solid var(--gray-200);line-height:1.7;margin:0}.svc-sem-related{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.svc-sem-related-link{display:inline-block;padding:.625rem 1.125rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);font-size:.875rem;font-weight:600;color:var(--navy-800);text-decoration:none;transition:border-color .15s,color .15s}.svc-sem-related-link:hover{border-color:var(--gold-500);color:var(--gold-700)}@media (max-width:768px){.svc-sem-grid-2{grid-template-columns:1fr;gap:2rem}.svc-sem-timeline-row{flex-direction:column;align-items:flex-start;gap:.25rem}}.lp-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(201,169,98,.22)}.lp-header-inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);gap:1rem}.lp-header-wa{font-size:.875rem;padding:.5rem 1rem}.lp-footer{background:var(--gray-50);border-top:1px solid var(--gray-200);padding:2rem 0 6rem;text-align:center}.lp-footer-inner{max-width:480px;margin:0 auto}.lp-footer-name{font-weight:700;color:var(--navy-900);margin-bottom:.5rem}.lp-footer-address{font-size:.875rem;color:var(--gray-500);line-height:1.6;margin-bottom:1rem}.lp-footer-full-site{display:inline-block;font-size:.875rem;font-weight:600;color:var(--gold-700);text-decoration:none;margin-bottom:1.25rem}.lp-footer-full-site:hover{text-decoration:underline}.lp-footer-disclaimer{font-size:.75rem;color:var(--gray-400);line-height:1.6;margin:0}.partner-section{background:var(--gray-50);padding:3.5rem 0;border-top:1px solid var(--gray-200)}.partner-section-header{text-align:center;margin-bottom:2rem}.partner-section-title{font-size:1.75rem;font-weight:700;color:var(--navy-900);margin-bottom:.5rem}.partner-section-subtitle{font-size:1rem;color:var(--gray-500);margin:0}.partner-card{max-width:920px;margin:0 auto;background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--gold-500);border-radius:var(--radius);padding:2rem 2.25rem;box-shadow:0 2px 12px rgba(15,35,71,.06)}.partner-card-brand{text-align:center;margin-bottom:1.75rem;padding-bottom:1.75rem;border-bottom:1px solid var(--gray-100)}.partner-card-logo-wrap{display:flex;justify-content:center;margin-bottom:.75rem}.partner-card-logo{width:auto;height:auto;max-width:min(300px,88%);object-fit:contain}.partner-card-tagline{font-size:.875rem;color:var(--gray-500);margin:0}.partner-card-body{max-width:800px;margin:0 auto}.partner-card-para{font-size:.9375rem;line-height:1.75;color:var(--gray-700);margin:0 0 1rem}.partner-card-services{list-style:none;margin:1.5rem 0;padding:0;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem}.partner-card-services li{position:relative;padding-left:1rem;font-size:.875rem;font-weight:600;color:var(--navy-800)}.partner-card-services li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--gold-500)}.partner-card-disclaimer{font-size:.75rem;color:var(--gray-400);line-height:1.6;margin:1.25rem 0 0;padding-top:1rem;border-top:1px solid var(--gray-100)}@media (max-width:768px){.partner-section{padding:2.5rem 0}.partner-card{padding:1.5rem 1.25rem}.partner-card-services{flex-direction:column;gap:.5rem}}.debt-lp-hero .breadcrumb,.debt-lp-hero .breadcrumb a{color:rgba(255,255,255,.55)}.debt-lp-hero .breadcrumb span:last-child{color:var(--gold-400)}.debt-lp-trust-list li:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold-400);margin-right:.5rem;vertical-align:middle}@media (max-width:768px){.home-hero-grid{grid-template-columns:1fr}.home-hero-stats{grid-template-columns:repeat(3,1fr)}.home-stat-card{padding:.875rem .5rem}.home-stat-value{font-size:1.25rem}.home-debt-banner-inner,.home-mid-cta{text-align:center;justify-content:center}}.home-primary-tile:hover{border-color:var(--gold-400);box-shadow:var(--shadow-md);transform:translateY(-2px)}.debt-sticky-wa-btn{flex:1 1;padding:.75rem 1rem!important;font-size:.875rem!important}.debt-landing-sticky-bar-wa-only,.debt-sticky-wa-btn{justify-content:center}.debt-landing-sticky-bar-wa-only .debt-sticky-wa-btn{flex:1 1;max-width:100%}