@charset "UTF-8";:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--primary-gradient:linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--secondary-color:#f8fafc;--accent-color:#06b6d4;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444;--purple-color:#8b5cf6;--pink-color:#ec4899;--emerald-color:#10b981;--orange-color:#f97316;--text-color:#1f2937;--text-light:#6b7280;--text-muted:#9ca3af;--background:#ffffff;--surface:#f8fafc;--border:#e2e8f0;--shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--max-width:1200px;--border-radius:12px;--transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.guide__header{padding:8rem 2rem 5rem;background:linear-gradient(135deg,rgba(37,99,235,8%) 0%,rgba(6,182,212,6%) 30%,rgba(139,92,246,8%) 70%,rgba(37,99,235,5%) 100%);text-align:center;position:relative;overflow:hidden}.guide__header::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(74,144,226,0.1)"/><circle cx="80" cy="20" r="1.5" fill="rgba(255,107,107,0.08)"/><circle cx="40" cy="60" r="1" fill="rgba(78,205,196,0.06)"/><circle cx="90" cy="70" r="2.5" fill="rgba(129,236,236,0.1)"/><circle cx="10" cy="80" r="1.5" fill="rgba(161,196,253,0.08)"/></svg>')repeat;opacity:.3;z-index:1}@media(max-width:768px){.guide__header{padding:6rem 1rem 4rem}}.guide__container{max-width:800px;margin:0 auto;position:relative;z-index:10}.guide__breadcrumb{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2.5rem;font-size:.95rem;padding:.75rem 1.5rem;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-radius:50px;box-shadow:0 4px 20px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.3);width:fit-content;margin-left:auto;margin-right:auto}.guide__breadcrumb a{color:#2563eb;text-decoration:none;font-weight:600;transition:all .3s ease}.guide__breadcrumb a:hover{color:#1d4ed8}.guide__breadcrumb>span{color:#1f2937;font-weight:600}.guide__breadcrumb .breadcrumb-separator{display:flex;align-items:center;color:#6b7280;opacity:.6}.guide__breadcrumb .breadcrumb-separator svg{width:16px;height:16px}.guide__badge{display:inline-flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);padding:.75rem 1.5rem;border-radius:50px;margin-bottom:2rem;box-shadow:0 8px 32px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2)}.guide__badge-flag{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;color:#fff;letter-spacing:.5px;box-shadow:0 4px 12px rgba(0,0,0,.15);background:linear-gradient(135deg,#2563eb,#8b5cf6)}.guide__badge-flag.flag--mx{background:linear-gradient(135deg,#f97316,#f59e0b);box-shadow:0 4px 12px rgba(249,115,22,.3)}.guide__badge-flag.flag--cl{background:linear-gradient(135deg,#8b5cf6,#a855f7);box-shadow:0 4px 12px rgba(139,92,246,.3)}.guide__badge-flag.flag--br{background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 4px 12px rgba(37,99,235,.3)}.guide__badge-flag.flag--us{background:linear-gradient(135deg,#2563eb,#8b5cf6);box-shadow:0 4px 12px rgba(37,99,235,.3)}.guide__badge-flag.flag--ca{background:linear-gradient(135deg,#10b981,#06b6d4);box-shadow:0 4px 12px rgba(16,185,129,.3)}.guide__badge-text{font-size:.95rem;font-weight:600;color:#1f2937}.guide__title{font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#2563eb,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.025em;margin-bottom:2rem;line-height:1.1}@media(max-width:768px){.guide__title{font-size:2.5rem}}@media(max-width:568px){.guide__title{font-size:2rem}}.guide__description{font-size:1.3rem;color:#6b7280;line-height:1.6;max-width:700px;margin:0 auto;font-weight:400}@media(max-width:768px){.guide__description{font-size:1.15rem}}.guide__content{padding:4rem 2rem;background:linear-gradient(180deg,white 0%,rgba(248,250,252,.2) 100%)}@media(max-width:768px){.guide__content{padding:3rem 1rem}}.guide__content-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:260px 1fr;gap:3rem;align-items:start}@media(max-width:1024px){.guide__content-grid{grid-template-columns:1fr;gap:0}}@media(max-width:1024px){.guide__toc{display:none}}.guide__toc-inner{position:sticky;top:6rem;background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,6%);border:1px solid rgba(226,232,240,.3)}.guide__toc-inner h3{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#1f2937;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(37,99,235,.15)}.guide__toc-inner h3 svg{width:16px;height:16px;color:#2563eb}.guide__toc-inner nav#TableOfContents ul{list-style:none;padding:0;margin:0}.guide__toc-inner nav#TableOfContents ul li{margin-bottom:0}.guide__toc-inner nav#TableOfContents ul li a{display:block;padding:.4rem .75rem;font-size:.85rem;color:#6b7280;text-decoration:none;border-radius:8px;line-height:1.4;font-weight:500;transition:all .2s ease}.guide__toc-inner nav#TableOfContents ul li a:hover{color:#2563eb;background:rgba(37,99,235,6%)}.guide__toc-inner nav#TableOfContents ul ul{padding-left:.75rem;margin-top:0;border-left:2px solid rgba(226,232,240,.2)}.guide__toc-inner nav#TableOfContents ul ul li a{font-size:.8rem;padding:.3rem .75rem;color:rgba(107,114,128,.8)}.guide__main{min-width:0}.guide__body{font-size:1.1rem;line-height:1.8;color:#1f2937}.guide__body>p:first-of-type{font-size:1.2rem;color:rgba(31,41,55,.85);font-weight:500;line-height:1.7;padding:1.5rem 2rem;background:linear-gradient(135deg,rgba(37,99,235,4%),rgba(6,182,212,3%));border-left:4px solid #2563eb;border-radius:0 12px 12px 0;margin-bottom:2.5rem}.guide__body h2{font-size:1.75rem;font-weight:800;color:#1f2937;margin-top:3.5rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,rgba(37,99,235,6%),rgba(139,92,246,4%));border-radius:12px;border-left:4px solid #2563eb;letter-spacing:-.02em;line-height:1.3}@media(max-width:768px){.guide__body h2{font-size:1.5rem;padding:1rem 1.25rem}}.guide__body h2:first-child{margin-top:0}.guide__body h3{font-size:1.35rem;font-weight:700;color:#1f2937;margin-top:2.5rem;margin-bottom:1rem;padding-left:1rem;border-left:3px solid #06b6d4;line-height:1.3}@media(max-width:768px){.guide__body h3{font-size:1.2rem}}.guide__body p{margin-bottom:1.5rem;color:rgba(31,41,55,.85)}.guide__body strong{font-weight:700;color:#1f2937}.guide__body a{color:#2563eb;text-decoration:none;font-weight:600;transition:color .2s ease}.guide__body a:hover{color:#1d4ed8}.guide__body ul{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.75rem}.guide__body ul li{padding:1rem 1.25rem;background:rgba(255,255,255,.6);border:1px solid rgba(226,232,240,.3);border-radius:12px;line-height:1.6;transition:all .2s ease;position:relative;padding-left:3rem}.guide__body ul li::before{content:"";position:absolute;left:1.25rem;top:1.35rem;width:8px;height:8px;background:linear-gradient(135deg,#2563eb,#06b6d4);border-radius:50%}.guide__body ul li:hover{background:rgba(255,255,255,.9);border-color:rgba(37,99,235,.15);box-shadow:0 2px 8px rgba(0,0,0,4%)}.guide__body ul ul{margin-top:.75rem;margin-bottom:0;gap:.5rem}.guide__body ul ul li{padding:.5rem .75rem .5rem 2.5rem;background:0 0;border:none;border-radius:0}.guide__body ul ul li::before{width:6px;height:6px;top:.85rem;left:1rem;background:#6b7280;opacity:.5}.guide__body ul ul li:hover{background:0 0;border:none;box-shadow:none}.guide__body ol{padding-left:1.5rem;margin-bottom:2rem}.guide__body ol li{margin-bottom:.75rem;padding-left:.5rem;line-height:1.7}.guide__body ol li::marker{color:#2563eb;font-weight:700}.guide__body blockquote{border-left:4px solid #2563eb;padding:1.5rem 2rem;margin:2rem 0;background:linear-gradient(135deg,rgba(37,99,235,6%),rgba(6,182,212,3%));border-radius:0 12px 12px 0;font-style:italic;color:#6b7280}.guide__body blockquote p:last-child{margin-bottom:0}.guide__body code{background:rgba(37,99,235,.1);color:#134cca;padding:.2rem .5rem;border-radius:6px;font-size:.9em;font-weight:500}.guide__body img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.1);margin:2rem 0}.guide__cta{padding:5rem 2rem;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);text-align:center;color:#fff;position:relative;overflow:hidden}.guide__cta::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at center,rgba(37,99,235,8%) 0%,transparent 70%);z-index:1}@media(max-width:768px){.guide__cta{padding:4rem 1rem}}.guide__cta-content{max-width:700px;margin:0 auto;position:relative;z-index:10}.guide__cta-content h2{font-size:2.25rem;font-weight:700;margin-bottom:1.25rem;color:#fff}@media(max-width:768px){.guide__cta-content h2{font-size:1.875rem}}.guide__cta-content p{font-size:1.15rem;color:rgba(255,255,255,.8);line-height:1.6;margin-bottom:2.5rem}.guide__cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.guides-list{padding:8rem 2rem 6rem;background:linear-gradient(135deg,rgba(37,99,235,5%) 0%,rgba(6,182,212,3%) 50%,rgba(139,92,246,5%) 100%);min-height:80vh}@media(max-width:768px){.guides-list{padding:6rem 1rem 4rem}}.guides-list__header{text-align:center;margin-bottom:4rem}.guides-list__subtitle{font-size:1.25rem;color:#6b7280;max-width:600px;margin:1rem auto 0;line-height:1.6}.guides-list__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.guide-card{background:rgba(255,255,255,.8);backdrop-filter:blur(20px);border-radius:20px;padding:2.5rem 2rem;box-shadow:0 8px 32px rgba(0,0,0,8%);border:1px solid rgba(255,255,255,.2);text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center}.guide-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(0,0,0,.15);background:rgba(255,255,255,.95)}.guide-card__flag{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#fff;letter-spacing:.5px;box-shadow:0 4px 16px rgba(0,0,0,.2);border:3px solid rgba(255,255,255,.2);margin-bottom:1.5rem;background:linear-gradient(135deg,#2563eb,#8b5cf6)}.guide-card__flag.flag--mx{background:linear-gradient(135deg,#f97316,#f59e0b);box-shadow:0 4px 16px rgba(249,115,22,.3)}.guide-card__flag.flag--cl{background:linear-gradient(135deg,#8b5cf6,#a855f7);box-shadow:0 4px 16px rgba(139,92,246,.3)}.guide-card__flag.flag--br{background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 4px 16px rgba(37,99,235,.3)}.guide-card__flag.flag--us{background:linear-gradient(135deg,#2563eb,#8b5cf6);box-shadow:0 4px 16px rgba(37,99,235,.3)}.guide-card__flag.flag--ca{background:linear-gradient(135deg,#10b981,#06b6d4);box-shadow:0 4px 16px rgba(16,185,129,.3)}.guide-card__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem;letter-spacing:-.02em}.guide-card__description{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem;flex-grow:1}@media(max-width:768px){.guide__cta-buttons{flex-direction:column;align-items:center}.guides-list__grid{grid-template-columns:1fr}}