:root{--ecfmg-primary:#1a4731;--ecfmg-primary-hover:#1e5a3d;--ecfmg-accent:#0f6b3f;--ecfmg-border:#a7f3d0;--ecfmg-border-soft:#d1fae5;--ecfmg-bg-page:#f7fdf9;--ecfmg-bg-white:#ffffff;--ecfmg-bg-light:#ecfdf5;--ecfmg-bg-alt:#f0fdf4;--ecfmg-text-dark:#1a202c;--ecfmg-text-body:#2d3748;--ecfmg-text-muted:#4a5568;--ecfmg-font:'Manrope', sans-serif;--ecfmg-fw-medium:500;--ecfmg-fw-semibold:600;--ecfmg-fw-bold:700;--ecfmg-fw-extrabold:800;--ecfmg-fs-xs:0.8125rem;--ecfmg-fs-sm:0.9375rem;--ecfmg-fs-base:1.0625rem;--ecfmg-fs-md:1.1875rem;--ecfmg-fs-lg:1.375rem;--ecfmg-fs-xl:1.5rem;--ecfmg-fs-2xl:1.75rem;--ecfmg-fs-3xl:2.125rem;--ecfmg-fs-hero:2.875rem;--ecfmg-radius:8px;--ecfmg-radius-lg:12px;--ecfmg-max:1200px;--ecfmg-shadow:0 2px 12px rgba(26,71,49,0.08);--ecfmg-shadow-hover:0 6px 24px rgba(26,71,49,0.14)}.ecfmg-translation-page .site-content,.ecfmg-translation-page #content{padding:0}.ecfmg-page-wrap{font-family:var(--ecfmg-font);color:var(--ecfmg-text-body);background:#fff;overflow-x:hidden}.ecfmg-page-wrap *,.ecfmg-page-wrap *::before,.ecfmg-page-wrap *::after{box-sizing:border-box}.ecfmg-breadcrumb{background:var(--ecfmg-bg-white);border-bottom:1px solid var(--ecfmg-border-soft);padding:.75rem 2rem;margin-top:70px}.ecfmg-breadcrumb-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;max-width:var(--ecfmg-max);margin-inline:auto}.ecfmg-breadcrumb-item{font-size:var(--ecfmg-fs-xs);font-weight:var(--ecfmg-fw-medium)}.ecfmg-breadcrumb-link{color:var(--ecfmg-accent);text-decoration:none}.ecfmg-breadcrumb-link:hover{text-decoration:underline}.ecfmg-breadcrumb-sep{color:var(--ecfmg-text-muted);font-size:var(--ecfmg-fs-xs)}.ecfmg-breadcrumb-current{color:var(--ecfmg-text-muted)}.ecfmg-hero{background:var(--ecfmg-primary);display:grid;grid-template-columns:1fr 400px;height:500px;min-height:auto;border-radius:16px 16px 0 0;overflow:hidden}.ecfmg-hero-left{padding:3.5rem 3rem 3.5rem 3.5rem;display:flex;flex-direction:column;justify-content:center;gap:1.125rem}.ecfmg-hero-left h1{font-size:var(--ecfmg-fs-hero);font-weight:var(--ecfmg-fw-extrabold);color:#fff;line-height:1.15;margin:0;letter-spacing:-.02em}.ecfmg-hero-subtitle{font-size:var(--ecfmg-fs-md);color:rgb(255 255 255 / .88);line-height:1.65;margin:0;max-width:560px}.ecfmg-hero-pills{display:flex;flex-wrap:wrap;gap:.5rem}.ecfmg-hero-pill{display:inline-flex;align-items:center;background:rgb(255 255 255 / .12);color:rgb(255 255 255 / .92);font-size:var(--ecfmg-fs-xs);font-weight:var(--ecfmg-fw-semibold);padding:.3rem .75rem;border-radius:100px;gap:.3rem;white-space:nowrap}.ecfmg-hero-cta,.ecfmg-btn-white{display:inline-block;background:#fff;color:var(--ecfmg-primary);font-size:var(--ecfmg-fs-base);font-weight:var(--ecfmg-fw-bold);border-radius:var(--ecfmg-radius);text-decoration:none;transition:background 0.2s,transform 0.2s}.ecfmg-hero-cta:hover,.ecfmg-btn-white:hover{background:#eefbf4;transform:translateY(-2px)}.ecfmg-hero-cta{padding:.9rem 2.25rem;width:fit-content;margin-top:.5rem}.ecfmg-btn-white{padding:.95rem 2.5rem}.ecfmg-hero-img-col{overflow:hidden;position:relative;min-height:500px}.ecfmg-hero-img-col img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.ecfmg-stats-row{background:var(--ecfmg-accent);display:grid;grid-template-columns:repeat(4,1fr);text-align:center;border-radius:0 0 16px 16px}.ecfmg-stat-item{padding:1.625rem 1rem;display:flex;flex-direction:column;gap:.3rem;border-right:1px solid rgb(255 255 255 / .18)}.ecfmg-stat-item:last-child{border-right:none}.ecfmg-stat-num{font-size:var(--ecfmg-fs-2xl);font-weight:var(--ecfmg-fw-extrabold);color:#fff;line-height:1;letter-spacing:-.02em}.ecfmg-stat-label{font-size:var(--ecfmg-fs-xs);font-weight:var(--ecfmg-fw-medium);color:rgb(255 255 255 / .82);letter-spacing:.02em;text-transform:uppercase}.ecfmg-wrapper{max-width:var(--ecfmg-max);margin:0 auto;padding:0 2rem}.ecfmg-section{padding:4rem 0;border-bottom:1px solid var(--ecfmg-border-soft)}.ecfmg-section:last-child{border-bottom:none}.ecfmg-section-alt{background:var(--ecfmg-bg-alt);margin:0 -2rem;padding:4rem 2rem}.ecfmg-section-title{font-size:var(--ecfmg-fs-3xl);font-weight:var(--ecfmg-fw-extrabold);color:var(--ecfmg-primary);line-height:1.2;margin:0 0 1rem;letter-spacing:-.02em}.ecfmg-section-intro{font-size:var(--ecfmg-fs-base);color:var(--ecfmg-text-muted);line-height:1.7;max-width:780px;margin:0 0 2.5rem}.ecfmg-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.ecfmg-feature-card{background:var(--ecfmg-bg-white);border:1px solid var(--ecfmg-border);border-radius:var(--ecfmg-radius-lg);padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.875rem;transition:box-shadow 0.2s,transform 0.2s}.ecfmg-feature-card:hover{box-shadow:var(--ecfmg-shadow-hover);transform:translateY(-2px)}.ecfmg-feature-ico{width:52px;height:52px;border-radius:var(--ecfmg-radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ecfmg-feature-title{font-size:var(--ecfmg-fs-base);font-weight:var(--ecfmg-fw-bold);color:var(--ecfmg-primary);margin:0;line-height:1.3}.ecfmg-feature-desc{font-size:var(--ecfmg-fs-sm);color:var(--ecfmg-text-muted);line-height:1.6;margin:0}.ecfmg-doc-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.ecfmg-doc-card{background:var(--ecfmg-bg-white);border:1px solid var(--ecfmg-border);border-radius:var(--ecfmg-radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow 0.2s,transform 0.2s}.ecfmg-doc-card:hover{box-shadow:var(--ecfmg-shadow-hover);transform:translateY(-2px)}.ecfmg-doc-card-img-wrap{height:180px;overflow:hidden;background:var(--ecfmg-bg-alt)}.ecfmg-doc-card-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.ecfmg-doc-card-body{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;flex:1;gap:.625rem}.ecfmg-doc-card-name{margin:0;font-size:var(--ecfmg-fs-base);font-weight:var(--ecfmg-fw-bold);color:var(--ecfmg-primary);line-height:1.3}.ecfmg-card-title-link{color:inherit;text-decoration:none}.ecfmg-card-title-link:hover{color:var(--ecfmg-accent)}.ecfmg-doc-card-desc{font-size:var(--ecfmg-fs-sm);color:var(--ecfmg-text-muted);line-height:1.6;margin:0;flex:1}.ecfmg-doc-card-auth{font-size:var(--ecfmg-fs-xs);font-weight:var(--ecfmg-fw-semibold);color:var(--ecfmg-accent);background:var(--ecfmg-bg-light);border:1px solid var(--ecfmg-border);border-radius:4px;padding:.3rem .6rem;line-height:1.3}.ecfmg-doc-card-cta{display:inline-block;background:var(--ecfmg-primary);color:#fff;font-size:var(--ecfmg-fs-xs);font-weight:var(--ecfmg-fw-semibold);padding:.6rem 1rem;border-radius:var(--ecfmg-radius);text-decoration:none;text-align:center;transition:background 0.2s;margin-top:.25rem}.ecfmg-doc-card-cta:hover{background:var(--ecfmg-primary-hover)}.ecfmg-process-wrap{display:grid;grid-template-columns:340px 1fr;gap:3.5rem;align-items:stretch;margin-top:2.5rem}.ecfmg-process-visual{background:var(--ecfmg-bg-white);border:1px solid var(--ecfmg-border);border-radius:var(--ecfmg-radius-lg);overflow:hidden;box-shadow:var(--ecfmg-shadow);display:flex;flex-direction:column;min-height:100%}.ecfmg-proc-img-wrap{flex:1;position:relative;min-height:220px}.ecfmg-proc-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;opacity:0;transition:opacity 0.4s ease;pointer-events:none}.ecfmg-proc-img--active{opacity:1}.ecfmg-proc-img-label{background:var(--ecfmg-primary);padding:.875rem 1.25rem;display:flex;flex-direction:column;gap:.2rem;flex-shrink:0}.ecfmg-proc-img-step{font-size:var(--ecfmg-fs-xs);font-weight:var(--ecfmg-fw-semibold);color:rgb(255 255 255 / .7);letter-spacing:.04em;text-transform:uppercase}.ecfmg-proc-img-stepname{font-size:var(--ecfmg-fs-sm);font-weight:var(--ecfmg-fw-bold);color:#fff}.ecfmg-process-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.ecfmg-proc-step{display:flex;gap:1.25rem;padding:1.5rem 0;border-bottom:1px solid var(--ecfmg-border-soft);position:relative}.ecfmg-proc-step:last-child{border-bottom:none}.ecfmg-proc-num{width:40px;height:40px;border-radius:50%;background:var(--ecfmg-bg-light);border:2px solid var(--ecfmg-border);color:var(--ecfmg-primary);font-size:var(--ecfmg-fs-base);font-weight:var(--ecfmg-fw-extrabold);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background 0.2s,border-color 0.2s,color 0.2s}.ecfmg-proc-step--active .ecfmg-proc-num{background:var(--ecfmg-primary);border-color:var(--ecfmg-primary);color:#fff}.ecfmg-proc-content{flex:1;padding-top:.25rem}.ecfmg-proc-title{font-size:var(--ecfmg-fs-base);font-weight:var(--ecfmg-fw-bold);color:var(--ecfmg-primary);margin:0 0 .4rem}.ecfmg-proc-desc{font-size:var(--ecfmg-fs-sm);color:var(--ecfmg-text-muted);line-height:1.65;margin:0}.ecfmg-included-wrap{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;align-items:stretch;margin-top:2.5rem}.ecfmg-included-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.ecfmg-included-card{background:var(--ecfmg-bg-white);border:1px solid var(--ecfmg-border);border-radius:var(--ecfmg-radius-lg);padding:1.375rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.ecfmg-included-ico{width:40px;height:40px;border-radius:var(--ecfmg-radius);display:flex;align-items:center;justify-content:center}.ecfmg-included-card-title{font-size:var(--ecfmg-fs-sm);font-weight:var(--ecfmg-fw-bold);color:var(--ecfmg-primary);margin:0}.ecfmg-included-card-desc{font-size:var(--ecfmg-fs-xs);color:var(--ecfmg-text-muted);line-height:1.6;margin:0}.ecfmg-included-panel{background:var(--ecfmg-primary);border-radius:var(--ecfmg-radius-lg);padding:2rem 1.75rem;display:flex;flex-direction:column;gap:1rem;height:100%}.ecfmg-panel-title{font-size:var(--ecfmg-fs-md);font-weight:var(--ecfmg-fw-bold);color:#fff;margin:0}.ecfmg-panel-rows{display:flex;flex-direction:column;gap:.5rem}.ecfmg-panel-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:var(--ecfmg-fs-sm);color:rgb(255 255 255 / .88);padding:.5rem 0;border-bottom:1px solid rgb(255 255 255 / .12)}.ecfmg-panel-row:last-child{border-bottom:none}.ecfmg-panel-badge{font-size:.6875rem;font-weight:var(--ecfmg-fw-bold);letter-spacing:.04em;background:rgb(255 255 255 / .18);color:#fff;padding:.2rem .6rem;border-radius:100px;white-space:nowrap;flex-shrink:0}.ecfmg-panel-badge--free{background:#1a6b3a;color:#fff}.ecfmg-panel-price{font-size:var(--ecfmg-fs-sm);color:rgb(255 255 255 / .82);margin:0}.ecfmg-panel-price strong{color:#fff;font-weight:var(--ecfmg-fw-bold)}.ecfmg-btn-primary{display:inline-block;background:var(--ecfmg-primary);color:#fff;font-size:var(--ecfmg-fs-base);font-weight:var(--ecfmg-fw-bold);padding:.875rem 1.875rem;border-radius:var(--ecfmg-radius);text-decoration:none;text-align:center;transition:background 0.2s,transform 0.15s}.ecfmg-btn-primary:hover{background:var(--ecfmg-primary-hover);transform:translateY(-1px);color:#fff}.ecfmg-included-panel .ecfmg-btn-primary{background:#fff;color:var(--ecfmg-primary)}.ecfmg-included-panel .ecfmg-btn-primary:hover{background:#eefbf4;color:var(--ecfmg-primary)}.ecfmg-table-wrap{overflow-x:auto;border-radius:var(--ecfmg-radius-lg);border:1px solid var(--ecfmg-border-soft);box-shadow:var(--ecfmg-shadow);margin-top:1.5rem}.ecfmg-table{width:100%;border-collapse:collapse;font-size:var(--ecfmg-fs-sm);background:var(--ecfmg-bg-white);min-width:560px}.ecfmg-table thead th{background:var(--ecfmg-primary);color:#fff;font-weight:var(--ecfmg-fw-semibold);padding:1rem 1.25rem;text-align:left;font-size:var(--ecfmg-fs-sm)}.ecfmg-table .ecfmg-table-col-yes{background:#14532d}.ecfmg-table tbody tr{border-bottom:1px solid var(--ecfmg-border-soft)}.ecfmg-table tbody tr:last-child{border-bottom:none}.ecfmg-table tbody tr:nth-child(even){background:var(--ecfmg-bg-page)}.ecfmg-table td{padding:.875rem 1.25rem;color:var(--ecfmg-text-body);line-height:1.5}.ecfmg-table td:first-child{font-weight:var(--ecfmg-fw-medium);color:var(--ecfmg-text-dark)}.ecfmg-table-yes{color:#16a34a;font-weight:var(--ecfmg-fw-semibold)}.ecfmg-table-no{color:#dc2626;font-weight:var(--ecfmg-fw-semibold)}.ecfmg-pricing-wrap{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:stretch;min-height:420px}.ecfmg-pricing-left{display:flex;flex-direction:column;gap:1.25rem;padding:0}.ecfmg-price-display{display:flex;align-items:baseline;gap:.875rem;flex-wrap:wrap}.ecfmg-price-amount{font-size:3rem;font-weight:var(--ecfmg-fw-extrabold);color:var(--ecfmg-primary);letter-spacing:-.03em;line-height:1}.ecfmg-price-per{font-size:var(--ecfmg-fs-sm);color:var(--ecfmg-text-muted);font-weight:var(--ecfmg-fw-medium)}.ecfmg-price-tags{display:flex;flex-wrap:wrap;gap:.5rem}.ecfmg-price-tag{font-size:var(--ecfmg-fs-xs);font-weight:var(--ecfmg-fw-semibold);background:var(--ecfmg-bg-light);border:1px solid var(--ecfmg-border);color:var(--ecfmg-accent);padding:.3rem .75rem;border-radius:100px}.ecfmg-price-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.ecfmg-price-list li{font-size:var(--ecfmg-fs-sm);color:var(--ecfmg-text-body);padding-left:1.5rem;position:relative;line-height:1.55}.ecfmg-price-list li::before{content:'\2713';position:absolute;left:0;color:#276749;font-weight:var(--ecfmg-fw-bold)}.ecfmg-pricing-right{position:relative;overflow:hidden;border-radius:var(--ecfmg-radius-lg);box-shadow:var(--ecfmg-shadow-hover);min-height:420px}.ecfmg-pricing-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.ecfmg-warning-box{background:#fffbeb;border:2px dotted #f6ad55;border-radius:var(--ecfmg-radius-lg);padding:1.75rem;display:flex;gap:1.25rem;align-items:flex-start;margin-top:1.5rem}.ecfmg-warning-icon{flex-shrink:0;margin-top:.1rem}.ecfmg-warning-content{flex:1}.ecfmg-warning-title{font-size:var(--ecfmg-fs-base);font-weight:var(--ecfmg-fw-bold);color:#7b341e;margin:0 0 .875rem;line-height:1.4}.ecfmg-warning-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.ecfmg-warning-list li{font-size:var(--ecfmg-fs-sm);color:#7b341e;padding-left:1.25rem;position:relative;line-height:1.55}.ecfmg-warning-list li::before{content:'\2715';position:absolute;left:0;color:#c05621;font-weight:var(--ecfmg-fw-bold);font-size:.75rem;top:.1em}.ecfmg-faq-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--ecfmg-border-soft);border-radius:var(--ecfmg-radius-lg);overflow:hidden;box-shadow:var(--ecfmg-shadow);margin-top:2rem}.ecfmg-faq-card{background:var(--ecfmg-bg-white);border-bottom:1px solid var(--ecfmg-border-soft)}.ecfmg-faq-card:last-child{border-bottom:none}.ecfmg-faq-q{margin:0}.ecfmg-faq-q button{width:100%;background:none;border:none;padding:1.25rem 1.5rem;text-align:left;font-size:var(--ecfmg-fs-base);font-weight:var(--ecfmg-fw-semibold);color:var(--ecfmg-primary);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;line-height:1.4;transition:background 0.15s}.ecfmg-faq-q button:hover{background:var(--ecfmg-bg-alt)}.ecfmg-faq-q button[aria-expanded="true"]{background:var(--ecfmg-bg-light);color:var(--ecfmg-accent)}.ecfmg-faq-toggle{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--ecfmg-bg-alt);flex-shrink:0;position:relative;transition:background 0.2s,transform 0.2s}.ecfmg-faq-toggle::before,.ecfmg-faq-toggle::after{content:'';position:absolute;background:var(--ecfmg-primary);border-radius:2px;transition:transform 0.2s,opacity 0.2s}.ecfmg-faq-toggle::before{width:10px;height:2px}.ecfmg-faq-toggle::after{width:2px;height:10px}button[aria-expanded="true"] .ecfmg-faq-toggle{background:var(--ecfmg-border);transform:rotate(45deg)}button[aria-expanded="true"] .ecfmg-faq-toggle::before,button[aria-expanded="true"] .ecfmg-faq-toggle::after{background:var(--ecfmg-accent)}.ecfmg-faq-a{overflow:hidden}.ecfmg-faq-a[aria-hidden="true"]{display:none}.ecfmg-faq-a[aria-hidden="false"]{display:block}.ecfmg-faq-a p,.ecfmg-faq-a>*{padding:16px 20px;margin:0;font-size:var(--ecfmg-fs-sm);color:var(--ecfmg-text-body);line-height:1.7;text-align:justify}.ecfmg-faq-a p+p{padding-top:0}.ecfmg-faq-list-items{list-style:none;margin:0;padding:0 20px 16px 20px;display:flex;flex-direction:column;gap:.5rem}.ecfmg-faq-list-items li{font-size:var(--ecfmg-fs-sm);color:var(--ecfmg-text-body);line-height:1.6;padding-left:1.375rem;position:relative}.ecfmg-faq-list-items li::before{content:'\2192';position:absolute;left:0;color:var(--ecfmg-accent);font-size:.75rem;top:.2em}.ecfmg-faq-list-items li strong{color:var(--ecfmg-primary);font-weight:var(--ecfmg-fw-semibold)}.ecfmg-internal-link{color:var(--ecfmg-accent);text-decoration:underline;text-underline-offset:2px}.ecfmg-internal-link:hover{color:var(--ecfmg-primary)}.ecfmg-hub-section{background:var(--ecfmg-bg-light);margin:0 -2rem;padding:4rem 2rem;border-top:1px solid var(--ecfmg-border);border-bottom:1px solid var(--ecfmg-border)}.ecfmg-hub-intro{margin-bottom:2.5rem}.ecfmg-hub-eyebrow{display:inline-block;font-size:var(--ecfmg-fs-xs);font-weight:var(--ecfmg-fw-bold);letter-spacing:.1em;text-transform:uppercase;color:var(--ecfmg-accent);background:rgb(15 107 63 / .08);border:1px solid var(--ecfmg-border);padding:.3rem .9rem;border-radius:100px;margin-bottom:1rem}.ecfmg-hub-subtext{font-size:var(--ecfmg-fs-sm);color:var(--ecfmg-text-muted);margin:.5rem 0 0}.ecfmg-hub-row{margin-bottom:0}.ecfmg-hub-row+.ecfmg-hub-row{margin-top:1.5rem}.ecfmg-hub-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.ecfmg-hub-card{background:var(--ecfmg-bg-white);border:1px solid var(--ecfmg-border);border-radius:var(--ecfmg-radius-lg);overflow:hidden;padding:1.375rem 1.25rem 1.25rem;cursor:pointer;display:flex;flex-direction:column;gap:.7rem;position:relative;transition:box-shadow 0.2s,border-color 0.2s,transform 0.15s;user-select:none}.ecfmg-hub-card:hover{box-shadow:var(--ecfmg-shadow-hover);border-color:var(--ecfmg-border);transform:translateY(-2px)}.ecfmg-hub-card--active{border-color:var(--ecfmg-accent)!important;box-shadow:0 0 0 3px rgb(15 107 63 / .15);transform:none!important}.ecfmg-hub-card-accent{position:absolute;top:0;left:0;right:0;height:4px}.ecfmg-hub-tag{display:inline-block;font-size:.6875rem;font-weight:var(--ecfmg-fw-bold);letter-spacing:.06em;text-transform:uppercase;padding:.2rem .6rem;border-radius:100px;align-self:flex-start;margin-top:.5rem}.ecfmg-hub-tag--law{background:#dbeafe;color:#1d4ed8}.ecfmg-hub-tag--form{background:#d1fae5;color:#065f46}.ecfmg-hub-tag--guide{background:#ede9fe;color:#5b21b6}.ecfmg-hub-tag--tip{background:#fef3c7;color:#92400e}.ecfmg-hub-tag--warn{background:#fee2e2;color:#991b1b}.ecfmg-hub-tag--lang{background:#fce7f3;color:#9d174d}.ecfmg-hub-tag--cert{background:#ecfccb;color:#3f6212}.ecfmg-hub-ico{width:44px;height:44px;border-radius:var(--ecfmg-radius);display:flex;align-items:center;justify-content:center}.ecfmg-hub-card-title{font-size:var(--ecfmg-fs-sm);font-weight:var(--ecfmg-fw-bold);color:var(--ecfmg-primary);margin:0;line-height:1.35}.ecfmg-hub-card-desc{font-size:var(--ecfmg-fs-xs);color:var(--ecfmg-text-muted);line-height:1.55;margin:0;flex:1}.ecfmg-hub-arrow{font-size:var(--ecfmg-fs-xs);font-weight:var(--ecfmg-fw-semibold);color:var(--ecfmg-accent);margin-top:auto;display:inline-block}.ecfmg-hub-drawer{background:var(--ecfmg-bg-white);border:1.5px solid var(--ecfmg-accent);border-radius:var(--ecfmg-radius-lg);margin-top:1rem;position:relative;box-shadow:var(--ecfmg-shadow-hover);overflow:hidden}.ecfmg-hub-drawer[aria-hidden="true"]{display:none}.ecfmg-hub-drawer[aria-hidden="false"]{display:block}.ecfmg-hub-drawer::before{content:'';display:block;width:0;height:0;border-left:10px solid #fff0;border-right:10px solid #fff0;border-bottom:10px solid var(--ecfmg-accent);position:absolute;top:-10px;left:50%;transform:translateX(-50%)}.ecfmg-hub-drawer-inner{padding:2rem}.ecfmg-hub-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid var(--ecfmg-border-soft)}.ecfmg-hub-drawer-eyebrow{display:block;font-size:var(--ecfmg-fs-xs);font-weight:var(--ecfmg-fw-semibold);color:var(--ecfmg-accent);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.4rem}.ecfmg-hub-drawer-title{font-size:var(--ecfmg-fs-lg);font-weight:var(--ecfmg-fw-bold);color:var(--ecfmg-primary);margin:0;line-height:1.3}.ecfmg-hub-close{background:var(--ecfmg-bg-page);border:1px solid var(--ecfmg-border-soft);color:var(--ecfmg-text-muted);font-size:var(--ecfmg-fs-xs);font-weight:var(--ecfmg-fw-semibold);padding:.45rem .9rem;border-radius:var(--ecfmg-radius);cursor:pointer;flex-shrink:0;transition:background 0.15s,color 0.15s;white-space:nowrap}.ecfmg-hub-close:hover{background:var(--ecfmg-border-soft);color:var(--ecfmg-text-dark)}.ecfmg-hub-drawer-body{display:grid;grid-template-columns:1fr 240px;gap:2.5rem;align-items:start}.ecfmg-hub-drawer-text p{font-size:var(--ecfmg-fs-sm);color:var(--ecfmg-text-body);line-height:1.75;margin:0 0 1rem}.ecfmg-hub-drawer-text p:last-child{margin-bottom:0}.ecfmg-hub-drawer-sidebar{background:var(--ecfmg-bg-alt);border:1px solid var(--ecfmg-border);border-radius:var(--ecfmg-radius);padding:1.25rem;display:flex;flex-direction:column;gap:.875rem}.ecfmg-hub-fact{display:flex;flex-direction:column;gap:.2rem;padding-bottom:.875rem;border-bottom:1px solid var(--ecfmg-border-soft)}.ecfmg-hub-fact:last-of-type{border-bottom:none;padding-bottom:0}.ecfmg-hub-fact-label{font-size:.6875rem;font-weight:var(--ecfmg-fw-bold);letter-spacing:.06em;text-transform:uppercase;color:var(--ecfmg-text-muted)}.ecfmg-hub-fact-val{font-size:var(--ecfmg-fs-sm);font-weight:var(--ecfmg-fw-semibold);color:var(--ecfmg-primary);line-height:1.4}.ecfmg-hub-drawer-cta{display:block;background:var(--ecfmg-primary);color:#fff;font-size:var(--ecfmg-fs-xs);font-weight:var(--ecfmg-fw-bold);padding:.7rem 1rem;border-radius:var(--ecfmg-radius);text-decoration:none;text-align:center;margin-top:.25rem;transition:background 0.2s}.ecfmg-hub-drawer-cta:hover{background:var(--ecfmg-primary-hover);color:#fff}.ecfmg-auth-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem}.ecfmg-auth-card{background:var(--ecfmg-bg-white);border:1px solid var(--ecfmg-border);border-radius:var(--ecfmg-radius-lg);padding:1.5rem 1.25rem;display:flex;align-items:center;gap:1rem;text-decoration:none;transition:box-shadow 0.2s,border-color 0.2s,transform 0.15s}.ecfmg-auth-card:hover{box-shadow:var(--ecfmg-shadow-hover);border-color:var(--ecfmg-border);transform:translateY(-2px)}.ecfmg-auth-flag{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.ecfmg-auth-info{flex:1}.ecfmg-auth-name{font-size:var(--ecfmg-fs-base);font-weight:var(--ecfmg-fw-bold);color:var(--ecfmg-primary);margin:0 0 .25rem}.ecfmg-auth-desc{font-size:var(--ecfmg-fs-xs);color:var(--ecfmg-text-muted);line-height:1.5;margin:0}.ecfmg-auth-arrow{font-size:1.125rem;color:var(--ecfmg-accent);flex-shrink:0;transition:transform 0.15s}.ecfmg-auth-card:hover .ecfmg-auth-arrow{transform:translateX(3px)}.ecfmg-final-cta{background:var(--ecfmg-primary);margin:0 -2rem 4rem;padding:4.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem;border-radius:16px}.ecfmg-final-cta h2{font-size:var(--ecfmg-fs-3xl);font-weight:var(--ecfmg-fw-extrabold);color:#fff;margin:0;line-height:1.2;letter-spacing:-.02em;max-width:640px}.ecfmg-final-cta p{font-size:var(--ecfmg-fs-md);color:rgb(255 255 255 / .86);line-height:1.65;margin:0;max-width:580px}@media (max-width:1023px){.ecfmg-hero{grid-template-columns:1fr 300px;height:420px;min-height:auto}.ecfmg-hero-left{padding:3rem 2.5rem}.ecfmg-hero-left h1{font-size:2.375rem}.ecfmg-hero-img-col{min-height:420px}.ecfmg-feature-grid{grid-template-columns:repeat(2,1fr)}.ecfmg-doc-cards{grid-template-columns:repeat(2,1fr)}.ecfmg-process-wrap{grid-template-columns:280px 1fr;gap:2.5rem}.ecfmg-included-wrap{grid-template-columns:1fr 280px}.ecfmg-hub-grid{grid-template-columns:repeat(2,1fr)}.ecfmg-hub-drawer-body{grid-template-columns:1fr 210px;gap:1.75rem}.ecfmg-pricing-wrap{grid-template-columns:1fr 240px;min-height:380px}.ecfmg-pricing-right{min-height:380px}.ecfmg-final-cta h2{font-size:2rem}}@media (max-width:767px){.ecfmg-hero{grid-template-columns:1fr;height:auto;min-height:auto}.ecfmg-hero-left{padding:2.5rem 1.25rem}.ecfmg-hero-img-col{min-height:260px}.ecfmg-hero-left h1{font-size:2rem}.ecfmg-stats-row{grid-template-columns:repeat(2,1fr)}.ecfmg-stat-item:nth-child(2){border-right:none}.ecfmg-stat-item:nth-child(3){border-right:1px solid rgb(255 255 255 / .18)}.ecfmg-stat-item:nth-child(3),.ecfmg-stat-item:nth-child(4){border-top:1px solid rgb(255 255 255 / .18)}.ecfmg-wrapper{padding:0 1.25rem}.ecfmg-section{padding:3rem 0}.ecfmg-section-alt{margin:0 -1.25rem;padding:3rem 1.25rem}.ecfmg-section-title{font-size:var(--ecfmg-fs-2xl)}.ecfmg-feature-grid{grid-template-columns:1fr;gap:1rem}.ecfmg-doc-cards{grid-template-columns:1fr}.ecfmg-process-wrap{grid-template-columns:1fr;gap:2rem}.ecfmg-process-visual{display:none}.ecfmg-included-wrap{grid-template-columns:1fr}.ecfmg-included-cards{grid-template-columns:1fr}.ecfmg-included-panel{position:static}.ecfmg-pricing-wrap{grid-template-columns:1fr}.ecfmg-pricing-right{order:-1;min-height:260px}.ecfmg-hub-section{margin:0 -1.25rem;padding:3rem 1.25rem}.ecfmg-hub-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.ecfmg-hub-drawer-body{grid-template-columns:1fr;gap:1.25rem}.ecfmg-hub-drawer-inner{padding:1.5rem 1.25rem}.ecfmg-hub-drawer-header{flex-direction:column;gap:.875rem}.ecfmg-auth-grid{grid-template-columns:1fr}.ecfmg-final-cta{margin:0 0 3rem;padding:3.5rem 1.25rem}.ecfmg-final-cta h2{font-size:1.75rem}.ecfmg-table-wrap{margin-top:1rem}}@media (max-width:480px){.ecfmg-hero-left h1{font-size:1.75rem}.ecfmg-hero-pills{gap:.5rem}.ecfmg-hero-pill{font-size:.75rem;padding:.3rem .7rem}.ecfmg-stats-row{grid-template-columns:repeat(2,1fr)}.ecfmg-hub-grid{grid-template-columns:1fr}.ecfmg-hub-card-accent{display:none}.ecfmg-price-amount{font-size:2.5rem}.ecfmg-section-title{font-size:var(--ecfmg-fs-xl)}.ecfmg-final-cta h2{font-size:var(--ecfmg-fs-xl)}.ecfmg-breadcrumb{padding:.6rem 1.25rem}}