@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#17322c;background:#f8fbfa;font-synthesis:none;text-rendering:optimizeLegibility;--primary: #176d5b;--primary-dark: #0f4e42;--primary-soft: #e7f5f1;--ink: #17322c;--muted: #657b75;--border: #dce8e4;--surface: #ffffff;--surface-soft: #f1f7f5;--shadow-sm: 0 8px 24px rgba(25, 70, 61, .07);--shadow-md: 0 20px 55px rgba(25, 70, 61, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#f8fbfa}button,input{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}h1,h2,h3,strong,.brand{font-family:Manrope,system-ui,sans-serif}.page-container{width:min(1160px,calc(100% - 40px));margin:0 auto}.app-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.topbar{position:sticky;top:0;z-index:50;background:#ffffffed;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,232,228,.85)}.topbar-inner{width:min(1220px,calc(100% - 36px));height:72px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:11px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:#fff;background:linear-gradient(145deg,#287e6b,#0f5548);font-family:Manrope;font-weight:800;box-shadow:0 8px 18px #176d5b40}.brand-copy{display:flex;flex-direction:column;line-height:1.02}.brand-copy strong{font-size:15px;letter-spacing:.06em}.brand-copy small{margin-top:4px;color:var(--muted);font-size:12px}.desktop-nav{display:flex;align-items:center;gap:5px}.desktop-nav a{position:relative;padding:10px 14px;border-radius:10px;color:#526a64;font-size:14px;font-weight:600}.desktop-nav a:hover,.desktop-nav a.active{background:var(--primary-soft);color:var(--primary)}.topbar-actions{display:flex;align-items:center;gap:12px}.language-switch{display:flex;align-items:center;gap:6px;min-height:38px;padding:0 10px;border:1px solid var(--border);border-radius:10px;color:var(--muted);background:#fff}.language-switch button{border:0;background:transparent;color:#82928e;font-size:13px;font-weight:700;padding:4px 2px}.language-switch button.selected{color:var(--primary)}.icon-button{width:40px;height:40px;border:1px solid var(--border);border-radius:11px;display:grid;place-items:center;background:#fff;color:var(--ink)}.mobile-menu-button{display:none}.hero{position:relative;overflow:hidden;min-height:475px;display:grid;align-items:center;color:#fff;background:radial-gradient(circle at 12% 8%,#338875 0,#33887500 34%),linear-gradient(135deg,#0e4b40,#176d5b 55%,#1d7f68)}.hero:after{content:"";position:absolute;inset:auto 0 0;height:100px;background:linear-gradient(to bottom,#f8fbfa00,#f8fbfa);opacity:.1}.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);border:1px solid rgba(255,255,255,.1);background:#ffffff0d}.hero-orb-one{width:420px;height:420px;right:-130px;top:-120px}.hero-orb-two{width:260px;height:260px;left:-80px;bottom:-110px}.hero-content{position:relative;z-index:2;padding:74px 0 94px;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff14;color:#dff7f0;font-size:11px;font-weight:800;letter-spacing:.14em}.eyebrow.plain{background:var(--primary-soft);border:0;color:var(--primary)}.hero h1{max-width:760px;margin:24px auto 14px;font-size:clamp(36px,5vw,58px);line-height:1.08;letter-spacing:-.045em}.hero p{max-width:720px;margin:0 auto;color:#d4eae4;font-size:18px;line-height:1.65}.hero-search{max-width:740px;height:64px;margin:34px auto 0;display:flex;align-items:center;gap:13px;padding:0 9px 0 20px;border:1px solid rgba(255,255,255,.25);border-radius:18px;background:#fff;color:var(--muted);box-shadow:0 22px 50px #02241e42}.hero-search input{flex:1;min-width:0;border:0;outline:0;color:var(--ink);font-size:16px;background:transparent}.hero-search input::placeholder{color:#94a49f}.hero-search button{width:47px;height:47px;border:0;border-radius:13px;display:grid;place-items:center;color:#fff;background:var(--primary)}.hero-search button:hover{background:var(--primary-dark);transform:translate(1px)}.quick-links{margin-top:18px;display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;color:#cde6df;font-size:13px}.quick-links button{padding:6px 10px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff12;color:#fff;font-size:12px}.quick-links button:hover{background:#ffffff24}.section{padding:76px 0}.section-soft{background:var(--surface-soft);border-top:1px solid #e5efec;border-bottom:1px solid #e5efec}.section-heading{margin-bottom:27px;display:flex;align-items:end;justify-content:space-between;gap:20px}.section-heading h2{margin:0;font-size:28px;letter-spacing:-.035em}.section-heading a{display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-weight:700;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-grid-large{margin-top:34px}.product-card{min-height:270px;padding:23px;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:20px;background:#fff;box-shadow:var(--shadow-sm);transition:.25s ease}.product-card:hover{transform:translateY(-5px);border-color:#bdd8d1;box-shadow:var(--shadow-md)}.product-card-top{display:flex;align-items:center;justify-content:space-between}.card-arrow{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:var(--primary);background:var(--primary-soft);transition:.2s ease}.product-card:hover .card-arrow{color:#fff;background:var(--primary);transform:translate(2px)}.product-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;font-family:Manrope;font-weight:800;font-size:13px;letter-spacing:-.02em}.product-icon.large{width:76px;height:76px;border-radius:21px;font-size:20px}.product-icon.mint{color:#0f6755;background:#dff5ef}.product-icon.blue{color:#315c9b;background:#e5eefc}.product-icon.violet{color:#6550a9;background:#eee9fb}.product-icon.amber{color:#9a641c;background:#fff1d8}.product-icon.rose{color:#a64e62;background:#fbe8ed}.product-icon.cyan{color:#257681;background:#e2f5f7}.product-card h3{margin:23px 0 10px;font-size:19px;letter-spacing:-.025em}.product-card p{margin:0;color:var(--muted);line-height:1.62;font-size:14px}.product-card-footer{margin-top:auto;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid #edf2f0}.product-card-footer span{display:flex;align-items:center;gap:6px;color:#7b8d88;font-size:12px}.product-card-footer strong{color:var(--primary);font-size:12px}.article-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.article-card{min-height:292px;padding:21px;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:19px;background:#fff;transition:.23s ease}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:#bdd8d1}.article-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.popular-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:#fff5df;color:#a36a18;font-size:10px;font-weight:800}.article-category{margin-top:20px;color:var(--primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.article-card h3{margin:9px 0;font-size:17px;line-height:1.4}.article-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.article-card-meta{margin-top:auto;padding-top:18px;display:flex;align-items:center;gap:6px;color:#84938f;font-size:11px}.support-banner{padding:72px 0}.support-banner.compact{padding:58px 0 12px}.support-banner-inner{min-height:165px;padding:30px 36px;display:flex;align-items:center;gap:24px;border-radius:24px;color:#fff;background:linear-gradient(120deg,#123f37,#176d5b);box-shadow:var(--shadow-md)}.support-icon{flex:0 0 auto;width:58px;height:58px;display:grid;place-items:center;border-radius:17px;background:#ffffff1f}.support-copy{flex:1}.support-copy h2{margin:0 0 7px;font-size:23px}.support-copy p{margin:0;max-width:670px;color:#d0e7e1;line-height:1.55}.support-banner-inner>a{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:13px 17px;border-radius:12px;background:#fff;color:var(--primary-dark);font-weight:800;font-size:13px}.page-content{padding:30px 0 80px}.breadcrumb{display:flex;flex-wrap:wrap;gap:5px;align-items:center;color:#84948f;font-size:12px}.breadcrumb>span{display:inline-flex;align-items:center;gap:5px}.breadcrumb a:hover{color:var(--primary)}.page-intro{max-width:780px;padding:53px 0 22px}.page-intro h1{margin:15px 0 13px;font-size:clamp(32px,5vw,47px);line-height:1.15;letter-spacing:-.045em}.page-intro p{margin:0;color:var(--muted);font-size:17px;line-height:1.7}.product-hero{margin-top:34px;padding:38px;display:flex;align-items:center;gap:26px;border:1px solid var(--border);border-radius:24px;background:linear-gradient(135deg,#fff,#f0f7f5)}.product-hero h1{margin:12px 0 8px;font-size:37px;letter-spacing:-.04em}.product-hero p{max-width:720px;margin:0;color:var(--muted);line-height:1.65}.meta-row{margin-top:13px;display:flex;align-items:center;gap:7px;color:#78908a;font-size:13px}.category-stack{margin-top:44px;display:grid;gap:44px}.category-title-row{margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:16px}.category-title-row h2{margin:0;font-size:22px}.category-title-row>span{color:#8b9995;font-size:12px}.article-list{display:grid;gap:12px}.article-list-item{padding:18px;display:flex;align-items:flex-start;gap:16px;border:1px solid var(--border);border-radius:16px;background:#fff;transition:.2s ease}.article-list-item:hover{border-color:#bad7cf;box-shadow:var(--shadow-sm);transform:translate(2px)}.article-list-item .product-icon{flex:0 0 auto;width:42px;height:42px;border-radius:12px;font-size:12px}.article-list-copy{flex:1;min-width:0}.article-list-labels{display:flex;align-items:center;gap:6px;color:#83928e;font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.popular-inline{margin-left:5px;padding:3px 6px;border-radius:999px;background:#fff4dd;color:#a36a18}.article-list-copy h3{margin:7px 0 5px;font-size:16px}.article-list-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.48}.article-list-copy .article-card-meta{padding-top:10px}.list-arrow{align-self:center;color:#9aaba6}.back-button{margin-top:24px;padding:8px 0;display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:var(--primary);font-weight:700}.article-page{padding:30px 0 90px}.article-layout{margin-top:31px;display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:60px;align-items:start}.article-content{min-width:0}.article-kicker{display:flex;align-items:center;gap:10px;color:var(--primary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.article-content>h1{margin:15px 0 14px;max-width:780px;font-size:clamp(34px,5vw,52px);line-height:1.13;letter-spacing:-.05em}.article-lead{max-width:780px;margin:0;color:var(--muted);font-size:18px;line-height:1.7}.article-meta{margin-top:25px;padding:14px 0;display:flex;flex-wrap:wrap;align-items:center;gap:16px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);color:#7a8b86;font-size:12px}.article-meta span,.article-meta button{display:inline-flex;align-items:center;gap:6px}.article-meta button{margin-left:auto;border:0;background:transparent;color:var(--primary);font-weight:700}.article-body{padding-top:23px}.article-body section{padding:12px 0 24px}.article-body h2{margin:0 0 15px;font-size:24px;letter-spacing:-.025em}.article-body p{color:#526b65;line-height:1.75}.step-list{margin:0;padding:0;list-style:none;counter-reset:steps;display:grid;gap:12px}.step-list li{padding:15px 18px;display:flex;align-items:flex-start;gap:13px;border:1px solid #e2ebe8;border-radius:14px;background:#fff}.step-list p{margin:3px 0 0}.step-number{flex:0 0 auto;width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--primary-soft);color:var(--primary);font-family:Manrope;font-size:13px;font-weight:800}.note-box{padding:20px;border:1px solid #cfe4dd;border-left:4px solid var(--primary);border-radius:14px;background:#eff8f5}.note-box strong{display:block;margin-bottom:11px}.note-box ul{margin:0;padding:0;display:grid;gap:9px;list-style:none}.note-box li{display:flex;align-items:flex-start;gap:8px;color:#536d66;font-size:13px}.note-box li svg{flex:0 0 auto;margin-top:2px;color:var(--primary)}.feedback-box{margin-top:23px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--border);border-radius:18px;background:var(--surface-soft)}.feedback-box strong{font-size:15px}.feedback-box p{margin:4px 0 0;color:var(--muted);font-size:12px}.feedback-actions{display:flex;gap:8px}.feedback-actions button{padding:9px 12px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:10px;background:#fff;color:#627771}.feedback-actions button.selected{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.article-aside{position:sticky;top:96px;display:grid;gap:16px}.aside-card,.aside-support{padding:20px;border:1px solid var(--border);border-radius:17px;background:#fff}.aside-label{display:block;margin-bottom:11px;color:#7f918c;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.aside-card a{padding:11px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf2f0;color:#38534c;font-size:13px;line-height:1.4}.aside-card a:last-child{border-bottom:0}.aside-card a:hover{color:var(--primary)}.aside-support{color:#fff;background:linear-gradient(145deg,#143f37,#176d5b)}.aside-support strong{display:block;margin-top:13px}.aside-support p{color:#d4e7e2;font-size:12px;line-height:1.55}.aside-support a{display:inline-flex;margin-top:5px;padding:9px 11px;border-radius:9px;background:#fff;color:var(--primary-dark);font-size:11px;font-weight:800}.search-page-form{margin:41px 0 30px;height:58px;padding:0 8px 0 17px;display:flex;align-items:center;gap:11px;border:1px solid var(--border);border-radius:15px;background:#fff;box-shadow:var(--shadow-sm);color:#7e918b}.search-page-form input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--ink)}.search-page-form button{height:42px;padding:0 19px;border:0;border-radius:10px;background:var(--primary);color:#fff;font-weight:700}.search-summary{margin-bottom:20px;display:flex;align-items:end;justify-content:space-between;gap:20px}.search-summary h1{margin:0;font-size:30px}.search-summary span{color:#84938f;font-size:12px}.empty-state{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#7c908a}.empty-state h2{margin:17px 0 8px;color:var(--ink)}.empty-state p{max-width:420px;margin:0;line-height:1.6}.empty-state a{margin-top:18px;padding:11px 15px;border-radius:11px;background:var(--primary);color:#fff;font-weight:700}.not-found{min-height:640px;padding:80px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.not-found>span{color:var(--primary);font-family:Manrope;font-size:64px;font-weight:800}.not-found h1{margin:3px 0 10px}.not-found p{margin:0;color:var(--muted)}.not-found a{margin-top:20px;padding:11px 15px;display:inline-flex;align-items:center;gap:7px;border-radius:11px;background:var(--primary);color:#fff;font-weight:700}.footer{border-top:1px solid var(--border);background:#fff}.footer-inner{width:min(1160px,calc(100% - 40px));min-height:128px;margin:0 auto;padding:25px 0;display:flex;align-items:center;justify-content:space-between;gap:30px}.footer strong{font-size:14px}.footer p{margin:6px 0 0;color:#81918d;font-size:11px}.footer-links{display:flex;align-items:center;gap:19px;color:#647b75;font-size:12px}.footer-links a:hover{color:var(--primary)}.mobile-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:flex-end;background:#0a231d73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mobile-drawer{width:min(86vw,360px);height:100%;padding:20px;background:#fff;box-shadow:-20px 0 50px #09241e2e}.drawer-header{display:flex;align-items:center;justify-content:space-between}.drawer-title{font-family:Manrope;font-weight:800}.drawer-search{height:48px;margin-top:20px;padding:0 13px;display:flex;align-items:center;gap:9px;border:1px solid var(--border);border-radius:12px;color:#7f908b}.drawer-search input{flex:1;min-width:0;border:0;outline:0}.drawer-nav{margin-top:16px;display:grid;gap:6px}.drawer-nav a{padding:12px;display:flex;align-items:center;gap:10px;border-radius:10px;color:#49615b;font-weight:600}.drawer-nav a:hover{color:var(--primary);background:var(--primary-soft)}@media(max-width:980px){.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout{grid-template-columns:1fr;gap:34px}.article-aside{position:static;grid-template-columns:1fr 1fr}.desktop-nav{display:none}.mobile-menu-button{display:grid}}@media(max-width:820px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-banner-inner{align-items:flex-start;flex-wrap:wrap}.support-banner-inner>a{margin-left:82px}.hero{min-height:445px}.hero-content{padding:65px 0 86px}}@media(max-width:620px){.page-container{width:min(100% - 28px,1160px)}.topbar-inner{width:min(100% - 24px,1220px);height:64px}.language-switch{padding:0 8px}.brand-copy small{display:none}.hero h1{font-size:36px}.hero p{font-size:15px}.hero-search{height:58px;margin-top:27px;padding-left:15px}.hero-search button{width:43px;height:43px}.section{padding:58px 0}.section-heading h2{font-size:24px}.product-grid,.article-grid{grid-template-columns:1fr}.product-card{min-height:245px}.support-banner{padding:54px 0}.support-banner-inner{padding:24px;gap:17px}.support-icon{width:47px;height:47px;border-radius:14px}.support-copy{min-width:calc(100% - 70px)}.support-banner-inner>a{margin-left:0;width:100%;justify-content:center}.product-hero{padding:25px;align-items:flex-start;flex-direction:column}.product-hero h1{font-size:31px}.article-list-item{gap:12px}.article-list-item>.product-icon{display:none}.article-list-copy p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-content>h1{font-size:37px}.article-lead{font-size:16px}.article-meta button{width:100%;margin-left:0}.step-list li{padding:13px}.feedback-box{align-items:flex-start;flex-direction:column}.feedback-actions{width:100%}.feedback-actions button{flex:1;justify-content:center}.article-aside{grid-template-columns:1fr}.search-summary{align-items:flex-start;flex-direction:column;gap:7px}.footer-inner{align-items:flex-start;flex-direction:column}.footer-links{flex-wrap:wrap}}.product-card.is-coming{opacity:.72;box-shadow:none}.product-card.is-coming:hover{transform:none;border-color:var(--border);box-shadow:none}.coming-soon-label{padding:6px 9px;border-radius:999px;color:#6f817c!important;background:#edf2f0;font-weight:700}.journey-panel{margin-top:28px;padding:30px;border:1px solid #cfe2dc;border-radius:24px;background:linear-gradient(145deg,#f8fffc,#eaf6f2);box-shadow:var(--shadow-sm)}.journey-heading>span{display:inline-flex;padding:6px 9px;border-radius:999px;background:#fff;color:var(--primary);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.journey-heading h2{margin:12px 0 8px;font-size:26px;letter-spacing:-.035em}.journey-heading p{max-width:850px;margin:0;color:var(--muted);line-height:1.65}.journey-steps{margin-top:24px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.journey-step{min-width:0;padding:16px;display:flex;align-items:flex-start;gap:10px;border:1px solid #d9e8e3;border-radius:15px;background:#ffffffe0;transition:.2s ease}a.journey-step:hover{transform:translateY(-3px);border-color:#a9cec4;box-shadow:var(--shadow-sm)}.journey-step>svg{flex:0 0 auto;margin-left:auto;margin-top:3px;color:#89a39c}.journey-number{flex:0 0 auto;width:27px;height:27px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--primary);font-family:Manrope;font-size:12px;font-weight:800}.journey-step strong{display:block;color:var(--ink);font-size:13px;line-height:1.35}.journey-step p{margin:6px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.journey-warning{margin-top:16px;padding:13px 15px;display:flex;align-items:flex-start;gap:10px;border:1px solid #ecd9a6;border-radius:13px;background:#fff9e9;color:#72591c}.journey-warning>span{flex:0 0 auto;width:23px;height:23px;display:grid;place-items:center;border-radius:7px;background:#f2cb61;color:#624b14;font-family:Manrope;font-weight:800}.journey-warning p{margin:1px 0 0;font-size:12px;line-height:1.55}.article-summary-grid{margin-top:24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.summary-card{padding:17px;border:1px solid var(--border);border-radius:15px;background:#fff}.summary-card-wide{grid-column:1 / -1}.summary-card>span{display:block;margin-bottom:7px;color:var(--primary);font-family:Manrope;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.summary-card p{margin:0;color:#536b65;font-size:13px;line-height:1.6}.summary-card ul{margin:0;padding:0;display:grid;gap:8px;list-style:none}.summary-card li{display:flex;align-items:flex-start;gap:8px;color:#536b65;font-size:13px;line-height:1.5}.summary-card li svg{flex:0 0 auto;margin-top:2px;color:var(--primary)}.article-flow{margin-top:14px;padding:18px;border:1px solid #d5e6e1;border-radius:16px;background:#f1f8f6}.article-flow>strong{display:block;margin-bottom:13px;font-size:13px}.flow-strip{display:flex;align-items:stretch;gap:7px;overflow-x:auto;padding-bottom:3px}.flow-item{position:relative;min-width:125px;flex:1;padding:11px 30px 11px 11px;display:flex;align-items:center;gap:8px;border:1px solid #dceae6;border-radius:11px;background:#fff}.flow-item>span{flex:0 0 auto;width:23px;height:23px;display:grid;place-items:center;border-radius:7px;background:var(--primary-soft);color:var(--primary);font-family:Manrope;font-size:11px;font-weight:800}.flow-item p{margin:0;color:#49635c;font-size:11px;line-height:1.35}.flow-arrow{position:absolute;right:7px;top:50%;transform:translateY(-50%);color:#9ab0aa}.warning-box{margin-top:14px;padding:20px;border:1px solid #ead9b1;border-left:4px solid #d8a72f;border-radius:14px;background:#fff9ea}.warning-box strong{display:block;margin-bottom:11px;color:#6d541a}.warning-box ul{margin:0;padding:0;display:grid;gap:9px;list-style:none}.warning-box li{display:flex;align-items:flex-start;gap:8px;color:#6b5b33;font-size:13px;line-height:1.55}.warning-box li>span{flex:0 0 auto;width:19px;height:19px;display:grid;place-items:center;border-radius:6px;background:#f2d37c;color:#675015;font-family:Manrope;font-size:11px;font-weight:800}@media(max-width:1100px){.journey-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.journey-panel{padding:21px}.journey-heading h2{font-size:23px}.journey-steps,.article-summary-grid{grid-template-columns:1fr}.summary-card-wide{grid-column:auto}.flow-item{min-width:145px}}.collection-hero{position:relative;overflow:hidden;min-height:410px;display:grid;align-items:center;color:#fff;background:radial-gradient(circle at 12% 5%,#398c79 0,#398c7900 34%),linear-gradient(135deg,#0e4b40,#176d5b 58%,#1d7f68)}.collection-hero.troubleshooting{background:radial-gradient(circle at 88% 4%,#387b72 0,#387b7200 36%),linear-gradient(135deg,#103e37,#165e53 55%,#1a7464)}.collection-hero:after{content:"";position:absolute;inset:auto 0 0;height:76px;background:linear-gradient(to bottom,#f8fbfa00,#f8fbfa14)}.collection-hero-content{position:relative;z-index:2;padding:66px 0 78px;text-align:center}.collection-hero h1{max-width:840px;margin:21px auto 13px;font-size:clamp(34px,4.4vw,52px);line-height:1.1;letter-spacing:-.045em}.collection-hero p{max-width:760px;margin:0 auto;color:#d4eae4;font-size:17px;line-height:1.65}.collection-hero-search{max-width:760px;height:62px;margin:30px auto 0;padding:0 14px 0 19px;display:flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.24);border-radius:17px;color:#70847e;background:#fff;box-shadow:0 22px 50px #02241e3d}.collection-hero-search input{flex:1;min-width:0;border:0;outline:0;color:var(--ink);background:transparent;font-size:16px}.collection-hero-search input::placeholder{color:#92a29e}.collection-hero-search button{flex:0 0 auto;width:39px;height:39px;display:grid;place-items:center;border:0;border-radius:11px;color:var(--primary);background:var(--primary-soft)}.collection-quick-links{margin-top:16px}.collection-section,.troubleshooting-section{padding-top:62px}.collection-heading,.results-toolbar{margin-bottom:25px;display:flex;align-items:flex-end;justify-content:space-between;gap:22px}.collection-heading>div>span,.results-toolbar>div>span{display:block;margin-bottom:6px;color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.collection-heading h2,.results-toolbar h2{margin:0;font-size:28px;letter-spacing:-.035em}.collection-heading>strong{padding:7px 11px;border-radius:999px;color:#667d76;background:#edf4f2;font-size:12px}.no-top-margin{margin-top:0}.compact-empty{min-height:310px;border:1px dashed #cadbd6;border-radius:20px;background:#fff}.reset-button{margin-top:18px;padding:10px 14px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:10px;color:#fff;background:var(--primary);font-weight:700}.collection-search-inline{height:56px;margin-top:24px;padding:0 14px 0 17px;display:flex;align-items:center;gap:11px;border:1px solid var(--border);border-radius:15px;color:#7b8f89;background:#fff;box-shadow:var(--shadow-sm)}.collection-search-inline input{flex:1;min-width:0;border:0;outline:0;color:var(--ink);background:transparent}.collection-search-inline button{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:10px;color:var(--primary);background:var(--primary-soft)}.troubleshooting-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:28px;align-items:start}.filter-sidebar{position:sticky;top:94px;padding:15px;display:grid;gap:5px;border:1px solid var(--border);border-radius:19px;background:#fff;box-shadow:var(--shadow-sm)}.filter-sidebar-title{margin-bottom:6px;padding:9px 9px 13px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #edf2f0;color:#445f58;font-family:Manrope;font-size:13px;font-weight:800}.filter-sidebar button{width:100%;min-height:41px;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:10px;color:#577069;background:transparent;text-align:left;font-size:12px;font-weight:600}.filter-sidebar button:hover{color:var(--primary);background:#f3f8f6}.filter-sidebar button.active{color:var(--primary);background:var(--primary-soft)}.filter-sidebar button strong{min-width:26px;padding:3px 6px;border-radius:999px;color:#748b84;background:#edf3f1;text-align:center;font-size:10px}.filter-sidebar button.active strong{color:#fff;background:var(--primary)}.filter-sidebar .sidebar-reset{margin-top:8px;justify-content:center;border-top:1px solid #edf2f0;border-radius:0 0 10px 10px;color:#7b8f89}.results-toolbar{padding:2px 0 0}.results-toolbar p{margin:0;color:#7b8e88;font-size:12px}.results-toolbar p strong{color:#405b54}.troubleshooting-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.troubleshooting-card{min-height:238px;padding:20px;display:flex;flex-direction:column;border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 7px 20px #19463d0b;transition:.22s ease}.troubleshooting-card:hover{transform:translateY(-4px);border-color:#b5d4cc;box-shadow:var(--shadow-md)}.troubleshooting-card-top{display:flex;align-items:center;gap:9px}.troubleshooting-card-top .product-icon{width:39px;height:39px;border-radius:11px;font-size:11px}.troubleshooting-card-top>span{color:var(--primary);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.troubleshooting-card-top>svg{margin-left:auto;color:#9aaca7}.troubleshooting-card h3{margin:17px 0 8px;font-size:17px;line-height:1.42;letter-spacing:-.02em}.troubleshooting-card p{margin:0;display:-webkit-box;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.55;-webkit-line-clamp:3;-webkit-box-orient:vertical}.troubleshooting-card-footer{margin-top:auto;padding-top:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #edf2f0}.troubleshooting-card-footer span{display:inline-flex;align-items:center;gap:5px;color:#83938f;font-size:11px}.troubleshooting-card-footer strong{color:var(--primary);font-size:11px}.pagination{margin-top:28px;padding-top:21px;display:flex;align-items:center;justify-content:center;gap:11px;border-top:1px solid var(--border)}.pagination>button,.pagination-numbers button{height:39px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--border);border-radius:10px;color:#587069;background:#fff;font-size:12px;font-weight:700}.pagination>button:disabled{opacity:.42;cursor:not-allowed}.pagination-numbers{display:flex;align-items:center;gap:6px}.pagination-numbers button{width:39px;padding:0}.pagination-numbers button.active{border-color:var(--primary);color:#fff;background:var(--primary)}.mobile-filter-row{display:none}@media(max-width:980px){.troubleshooting-layout{grid-template-columns:210px minmax(0,1fr);gap:20px}.troubleshooting-grid{grid-template-columns:1fr}}@media(max-width:760px){.collection-hero{min-height:395px}.collection-hero-content{padding:57px 0 70px}.collection-hero p{font-size:15px}.collection-hero-search{height:57px;margin-top:25px}.mobile-filter-row{margin-bottom:17px;padding:13px;display:grid;grid-template-columns:1fr;gap:8px;border:1px solid var(--border);border-radius:14px;background:#fff}.mobile-filter-row label{display:flex;align-items:center;gap:7px;color:#536b65;font-size:12px;font-weight:700}.mobile-filter-row select{width:100%;height:42px;padding:0 10px;border:1px solid var(--border);border-radius:10px;color:var(--ink);background:#fff}.troubleshooting-layout{display:block}.filter-sidebar{display:none}.results-toolbar{align-items:flex-start;flex-direction:column;gap:9px}}@media(max-width:620px){.collection-hero h1{font-size:34px}.collection-heading{align-items:flex-start;flex-direction:column;gap:10px}.collection-heading h2,.results-toolbar h2{font-size:24px}.collection-hero-search{padding-left:14px}.collection-quick-links span{width:100%}.troubleshooting-card{min-height:220px}.pagination{align-items:stretch;flex-wrap:wrap}.pagination>button{flex:1}.pagination-numbers{width:100%;justify-content:center;order:-1;flex-wrap:wrap}.collection-search-inline{margin-top:18px}}.official-source-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid #cfe3dc;border-radius:999px;background:#eff8f5;color:var(--primary);font-size:10px;font-weight:800;letter-spacing:.02em;text-transform:none}.flow-heading-row{margin-bottom:15px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.flow-heading-row>div{display:grid;gap:4px}.flow-heading-row span{color:var(--primary);font-family:Manrope;font-size:9px;font-weight:800;letter-spacing:.13em}.flow-heading-row strong{font-size:16px}.flow-heading-row small{padding:5px 8px;border-radius:999px;background:#fff;color:#718780;font-size:10px;font-weight:700}.official-flow{margin-top:22px;padding:23px;border-radius:20px;background:radial-gradient(circle at 100% 0,rgba(41,132,111,.11),transparent 34%),linear-gradient(145deg,#f7fffc,#edf7f4)}.official-flow .flow-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;overflow:visible;padding:0}.official-flow .flow-item{min-width:0;min-height:86px;padding:14px 31px 14px 13px;align-items:flex-start;border-color:#d2e5df;box-shadow:0 8px 22px #104e410b}.official-flow .flow-item>span{width:28px;height:28px;border-radius:9px;color:#fff;background:var(--primary)}.official-flow .flow-item p{padding-top:3px;color:#385a52;font-size:12px;font-weight:700;line-height:1.42}.official-flow .flow-arrow{right:8px;color:#7fa69c}.official-article-body{padding-top:30px}.official-guide-sections{display:grid;gap:18px}.official-guide-section{scroll-margin-top:105px;padding:0!important;overflow:hidden;border:1px solid #dce8e4;border-radius:20px;background:#fff;box-shadow:0 10px 30px #1144380b}.official-section-header{min-height:82px;padding:18px 21px;display:flex;align-items:center;gap:14px;border-bottom:1px solid #dfebe7;background:linear-gradient(90deg,#e1f4eee0,#f9fdfcdb)}.official-section-header>span{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(145deg,var(--primary),#249278);box-shadow:0 8px 18px #156f5b2e;font-family:Manrope;font-size:15px;font-weight:800}.official-section-header small{display:block;margin-bottom:3px;color:#6e8b83;font-family:Manrope;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.official-section-header h2{margin:0!important;color:var(--ink);font-size:21px!important;line-height:1.3}.official-section-content{padding:20px 21px 23px;display:grid;gap:10px}.official-paragraph{margin:0!important;padding:1px 2px 7px;color:#4e6962!important;font-size:14px;line-height:1.7!important}.official-step{padding:14px 15px;display:flex;align-items:flex-start;gap:12px;border:1px solid #e0ebe7;border-radius:14px;background:#fcfefd}.official-step>span{flex:0 0 auto;width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:var(--primary-soft);color:var(--primary);font-family:Manrope;font-size:12px;font-weight:800}.official-step p,.official-bullet p,.official-callout p{margin:2px 0 0!important;color:#456059!important;font-size:13px;line-height:1.6!important}.official-bullet{padding:8px 11px;display:flex;align-items:flex-start;gap:9px;border-radius:10px;color:var(--primary);background:#f7fbfa}.official-bullet svg{flex:0 0 auto;margin-top:3px}.official-bullet.level-1{margin-left:18px}.official-bullet.level-2{margin-left:36px}.official-bullet.level-3{margin-left:52px}.official-callout{padding:14px 15px;display:flex;align-items:flex-start;gap:10px;border:1px solid #cfe3dc;border-radius:13px;background:#eff8f5}.official-callout>span{flex:0 0 auto;width:22px;height:22px;display:grid;place-items:center;border-radius:7px;color:#fff;background:var(--primary);font-family:Manrope;font-size:11px;font-weight:800}.official-callout.warning{border-color:#ead6a6;background:#fff8e7}.official-callout.warning>span{color:#624b14;background:#f1ca61}.guide-toc{max-height:min(62vh,590px);overflow:auto}.guide-toc a>span{display:flex;align-items:flex-start;gap:8px}.guide-toc a b{flex:0 0 auto;width:21px;height:21px;display:grid;place-items:center;border-radius:7px;background:var(--primary-soft);color:var(--primary);font-size:9px}.guide-toc a{scroll-behavior:smooth}@media(max-width:1120px){.official-flow .flow-strip{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.official-flow{padding:18px}.official-flow .flow-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.official-flow .flow-item{min-height:82px}.official-section-header{padding:16px}.official-section-content{padding:17px 16px 20px}}@media(max-width:520px){.flow-heading-row{align-items:flex-start}.official-flow .flow-strip{grid-template-columns:1fr}.official-flow .flow-arrow{display:none}.official-section-header{align-items:flex-start}.official-section-header h2{font-size:18px!important}.official-bullet.level-1{margin-left:10px}.official-bullet.level-2{margin-left:18px}.official-bullet.level-3{margin-left:26px}}
