:root{--gu-blue:#0d4cd3;--gu-blue-dark:#0a3ba8;--gu-blue-light:#4d7fe8;--gu-blue-pale:#e8f0fe;--gu-red:#e53935;--gu-green:#2e7d32;--gu-green-light:#e8f5e9;--gu-orange:#ff9800;--gu-gray-900:#1a1a1a;--gu-gray-700:#4a4a4a;--gu-gray-500:#8e8e8e;--gu-gray-300:#c4c4c4;--gu-gray-100:#f5f5f5;--gu-white:#fff;--primary:var(--gu-blue);--primary-dark:var(--gu-blue-dark);--primary-light:var(--gu-blue-light);--background:var(--gu-gray-100);--surface:var(--gu-white);--text:var(--gu-gray-900);--text-muted:var(--gu-gray-500);--border:var(--gu-gray-300);--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--radius-xs:4px;--radius-sm:8px;--radius:12px;--radius-lg:16px}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--background);color:var(--text);line-height:1.5;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-dark);text-decoration:underline}main{display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{background:var(--surface);border-bottom:1px solid var(--border);padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;flex-direction:column}.logo,.logo:hover{text-decoration:none}.logo-main{font-size:1.375rem;font-weight:700;color:var(--primary);letter-spacing:-.02em}.logo-sub{font-size:.75rem;color:var(--text-muted);font-weight:400}.nav{display:flex;gap:32px}.nav a{display:inline-flex;align-items:center;justify-content:center;color:var(--text);font-weight:500;font-size:.9375rem;line-height:1;padding:8px 0;border-bottom:2px solid transparent;transition:all .2s ease}.nav a,.nav a:hover{text-decoration:none}.nav a:hover{color:var(--primary);border-bottom-color:var(--primary)}.footer{background:var(--gu-gray-900);color:var(--gu-gray-300);padding:48px 0 24px;margin-top:64px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;grid-gap:40px;gap:40px}.footer-brand h3{color:var(--gu-white);font-size:1.25rem;font-weight:600;margin-bottom:12px}.footer-brand p{color:var(--gu-gray-500);font-size:.875rem;line-height:1.6}.footer-section h4{color:var(--gu-white);margin-bottom:16px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.footer-section a{display:block;color:var(--gu-gray-500);margin-bottom:10px;font-size:.875rem;transition:color .2s ease}.footer-section a:hover{color:var(--gu-white);text-decoration:none}.footer-section p{margin-bottom:6px}.footer-bottom,.footer-section p{color:var(--gu-gray-500);font-size:.8125rem}.footer-bottom{text-align:center;padding-top:24px;margin-top:32px;border-top:1px solid hsla(0,0%,100%,.1)}.hero-section{position:relative;padding:80px 0 40px;overflow:hidden;background:linear-gradient(135deg,#0d4cd3,#1976d2 35%,#2196f3 65%,#42a5f5)}.hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 10% 20%,hsla(0,0%,100%,.1) 0,transparent 40%),radial-gradient(circle at 90% 80%,hsla(0,0%,100%,.08) 0,transparent 40%);pointer-events:none}.hero-container{position:relative;text-align:center;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.25);border-radius:100px;color:var(--gu-white);font-size:.875rem;font-weight:500;margin-bottom:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:3rem;font-weight:800;color:var(--gu-white);margin-bottom:16px;line-height:1.15;letter-spacing:-.02em}.hero-highlight{color:#ffb74d}.hero-subtitle{font-size:1.125rem;color:hsla(0,0%,100%,.85);max-width:560px;margin:0 auto 32px;line-height:1.6;font-weight:400}.hero-cta{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;color:var(--primary);font-size:1rem;font-weight:600;border-radius:var(--radius-sm);transition:all .2s ease;box-shadow:0 4px 14px rgba(0,0,0,.15)}.hero-cta,.hero-cta:hover{background:var(--gu-white)}.hero-cta:hover{color:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2);text-decoration:none}.hero-cta-arrow{transition:transform .2s ease}.hero-cta:hover .hero-cta-arrow{transform:translateX(4px)}.value-section{padding:40px 0;background:var(--surface)}.value-header{text-align:center;margin-bottom:48px}.value-title{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:12px;letter-spacing:-.02em}.value-description{font-size:1rem;color:var(--text-muted);max-width:640px;margin:0 auto;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.feature-card{background:var(--background);padding:28px 24px;border-radius:var(--radius);text-align:center;transition:all .2s ease;border:1px solid transparent}.feature-card:hover{background:var(--surface);border-color:var(--border);box-shadow:var(--shadow-md)}.feature-icon{width:56px;height:56px;margin:0 auto 16px;background:var(--gu-blue-pale);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.75rem}.feature-card h3{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:8px}.feature-card p{font-size:.875rem;color:var(--text-muted);line-height:1.5}.offer-section{padding:40px 0;background:var(--gu-blue-pale)}.offer-content{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:60px;gap:60px;align-items:center}.offer-label{display:inline-block;font-size:.75rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.offer-text h2{font-size:1.75rem;font-weight:700;color:var(--text);margin-bottom:16px;line-height:1.3;letter-spacing:-.01em}.offer-text p{font-size:.9375rem;color:var(--gu-gray-700);line-height:1.7;margin-bottom:24px}.offer-list{list-style:none}.offer-list li{padding:10px 0;font-size:.9375rem;color:var(--text);font-weight:500;display:flex;align-items:center;gap:12px}.offer-list li:before{content:"";width:20px;height:20px;background:var(--gu-green);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;flex-shrink:0}.offer-visual{display:flex;justify-content:center}.offer-card{background:var(--surface);padding:40px;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-lg);border:1px solid rgba(0,0,0,.05)}.offer-card-icon{width:64px;height:64px;margin:0 auto 16px;background:var(--gu-blue-pale);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:2rem}.offer-card-number{font-size:3.5rem;font-weight:800;color:var(--primary);line-height:1;margin-bottom:8px;letter-spacing:-.03em}.offer-card-label{font-size:.9375rem;color:var(--text-muted);font-weight:500}.simple-section{padding:40px 0;background:var(--surface)}.simple-content{text-align:center}.simple-content h2{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:12px;letter-spacing:-.02em}.simple-content>p{font-size:1rem;color:var(--text-muted);max-width:520px;margin:0 auto 48px;line-height:1.6}.simple-steps{display:flex;align-items:flex-start;justify-content:center;gap:16px;flex-wrap:wrap}.simple-step{flex-direction:column;gap:12px;min-width:140px}.simple-step,.step-number{display:flex;align-items:center}.step-number{width:56px;height:56px;background:var(--primary);color:var(--gu-white);border-radius:50%;justify-content:center;font-size:1.25rem;font-weight:700}.step-text{font-size:.9375rem;font-weight:600;color:var(--text)}.simple-step-arrow{font-size:1.5rem;color:var(--gu-gray-300);font-weight:300;margin-top:16px}.quality-section{padding:40px 0 80px;background:linear-gradient(135deg,#f8f9ff,#e8f0fe)}.quality-content{text-align:center;max-width:900px;margin:0 auto}.quality-badge{width:80px;height:80px;background:var(--gu-green);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.quality-badge svg{stroke:#fff}.quality-content h2{font-size:2.25rem;font-weight:700;color:var(--text);margin-bottom:16px;letter-spacing:-.02em}.quality-description{font-size:1.125rem;color:var(--text-muted);line-height:1.7;margin-bottom:40px}.quality-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px;text-align:left}.quality-feature{display:flex;align-items:flex-start;gap:12px;padding:20px;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.quality-feature svg{flex-shrink:0;margin-top:2px}.quality-feature span{font-size:.9375rem;color:var(--text);line-height:1.6}.examples-section{padding:80px 0;background:var(--background)}.examples-header{text-align:center;margin-bottom:56px}.examples-header h2{font-size:2.25rem;font-weight:700;color:var(--text);margin-bottom:12px;letter-spacing:-.02em}.examples-header p{font-size:1.125rem;color:var(--text-muted)}.examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:32px;gap:32px;margin-bottom:40px}.example-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit;display:block;cursor:pointer}.example-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);text-decoration:none}.example-preview{background:linear-gradient(135deg,#0d4cd3,#0a3ba8);padding:40px 24px;display:flex;align-items:center;justify-content:center;min-height:340px}.example-doc{background:#fff;padding:32px;border-radius:4px;width:100%;max-width:320px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.doc-header{font-size:1rem;font-weight:700;color:var(--text);text-align:center;margin-bottom:18px;text-transform:uppercase;letter-spacing:.5px}.doc-line{height:2px;background:var(--gu-gray-300);margin:10px 0;width:100%}.doc-line.short{width:60%}.doc-line.center{margin-left:auto;margin-right:auto}.doc-text{font-size:.875rem;color:var(--text);line-height:1.8;margin:8px 0}.example-info{padding:24px}.example-info h3{font-size:1.125rem;font-weight:700;color:var(--text);margin-bottom:8px}.example-info p{font-size:.875rem;color:var(--text-muted);line-height:1.6}.examples-note{display:flex;align-items:flex-start;gap:12px;padding:20px 24px;background:var(--gu-blue-pale);border-radius:var(--radius);border-left:4px solid var(--primary)}.examples-note svg{flex-shrink:0;stroke:var(--primary);margin-top:2px}.examples-note p{font-size:.9375rem;color:var(--text);line-height:1.6;margin:0}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text);margin-bottom:12px;letter-spacing:-.02em}.section-header p{font-size:1.125rem;color:var(--text-muted)}.category-section{margin-bottom:64px}.category-section:last-child{margin-bottom:32px}.category-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--gu-blue-pale)}.category-info{flex:1 1}.category-title{font-size:28px;font-weight:700;color:var(--text);margin-bottom:4px;line-height:1.2}.category-description{font-size:16px;color:var(--text-muted);line-height:1.4;margin:0}.documents-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:20px;gap:20px}@media (max-width:768px){.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.category-section{margin-bottom:48px}.category-title{font-size:24px}.category-description{font-size:14px}.documents-grid{grid-template-columns:1fr}}.document-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all .2s ease;display:flex;flex-direction:column;text-decoration:none}.document-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);text-decoration:none;transform:translateY(-2px)}.document-card-preview{background:linear-gradient(135deg,#0d4cd3,#0a3ba8);padding:40px 24px;display:flex;align-items:center;justify-content:center;min-height:320px}.preview-doc{background:#fff;padding:28px;border-radius:4px;width:100%;max-width:320px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.preview-header{font-size:.8125rem;font-weight:700;color:var(--text);text-align:center;margin-bottom:16px;text-transform:uppercase;letter-spacing:.4px;line-height:1.4}.preview-line{height:2px;background:var(--gu-gray-300);margin:10px 0;width:100%}.preview-line.short{width:50%;margin:10px auto}.preview-text{font-size:.8125rem;color:var(--text);line-height:1.8;margin:8px 0}.document-card-content{padding:20px;flex:1 1;display:flex;flex-direction:column}.document-card h2{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:8px;line-height:1.4}.document-card p{font-size:.875rem;color:var(--text-muted);flex:1 1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;margin-bottom:0}.document-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.document-card-action{font-size:.875rem;font-weight:600;color:var(--primary)}.document-card-arrow{color:var(--primary);font-size:1.25rem;transition:transform .2s ease}.document-card:hover .document-card-arrow{transform:translateX(4px)}.document-page{padding:32px 0}.document-page-content{display:grid;grid-template-columns:2fr 1fr;grid-gap:32px;gap:32px}.document-main{background:var(--surface);border-radius:var(--radius);padding:32px;border:1px solid var(--border)}.document-sidebar{position:-webkit-sticky;position:sticky;top:100px;align-self:start}.document-main h1{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:20px;line-height:1.3;letter-spacing:-.01em}.document-description{font-size:.9375rem;color:var(--gu-gray-700);margin-bottom:28px;line-height:1.7}.document-privacy{display:flex;align-items:flex-start;gap:12px;background:var(--gu-green-light);padding:16px;border-radius:var(--radius-sm);margin-bottom:28px;border-left:4px solid var(--gu-green)}.document-privacy-icon{font-size:1.25rem;flex-shrink:0}.document-privacy p{font-size:.875rem;color:var(--gu-green);line-height:1.5}.document-form h2{font-size:1.125rem;font-weight:600;color:var(--text);margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--text);margin-bottom:8px}.form-group input,.form-group select{width:100%;padding:12px 16px;font-size:.9375rem;font-family:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);transition:all .2s ease;background:var(--surface)}.form-group input:hover,.form-group select:hover{border-color:var(--gu-gray-500)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(13,76,211,.1)}.form-group input::placeholder{color:var(--gu-gray-500)}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234A4A4A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.form-actions{margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:.9375rem;font-weight:600;font-family:inherit;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease}.btn-primary{background:var(--primary);color:var(--gu-white)}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:disabled{background:var(--gu-gray-300);cursor:not-allowed}.btn-secondary{background:var(--gu-gray-100);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--gu-gray-300)}.btn-full{width:100%}.stats-bar{display:flex;gap:16px;justify-content:center;padding:24px 0;margin-bottom:32px}.stat-item{background:var(--surface);padding:16px 28px;border-radius:var(--radius);border:1px solid var(--border);text-align:center;min-width:140px}.stat-number{font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-.02em}.stat-label{font-size:.8125rem;color:var(--text-muted);margin-top:4px}.related-docs{background:var(--surface);border-radius:var(--radius);padding:24px;border:1px solid var(--border)}.related-docs h3{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:16px}.related-doc-item{display:block;padding:12px;margin-bottom:8px;background:var(--background);border-radius:var(--radius-sm);font-size:.875rem;color:var(--text);transition:all .2s ease;text-decoration:none}.related-doc-item:hover{background:var(--gu-blue-pale);color:var(--primary);text-decoration:none}.step-indicator{display:flex;gap:8px;margin-bottom:28px}.step{flex:1 1;height:4px;background:var(--border);border-radius:2px;transition:background .2s ease}.step.active{background:var(--primary)}.step.completed{background:var(--gu-green)}.articles-page{padding:48px 0}.articles-header{text-align:center;margin-bottom:48px}.articles-header h1{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:16px;letter-spacing:-.02em}.articles-header p{font-size:1rem;color:var(--text-muted);max-width:640px;margin:0 auto;line-height:1.6}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:24px;gap:24px}.article-card{background:var(--surface);border-radius:var(--radius);padding:28px;border:1px solid var(--border);transition:all .2s ease;text-decoration:none;display:flex;flex-direction:column}.article-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);text-decoration:none;transform:translateY(-2px)}.article-card h2{font-size:1.125rem;font-weight:600;color:var(--text);margin-bottom:12px;line-height:1.4}.article-card p{font-size:.875rem;color:var(--text-muted);line-height:1.6;flex:1 1;margin-bottom:16px}.article-card .read-more{font-size:.875rem;font-weight:600;color:var(--primary)}.article-page{padding:32px 0}.article-content{max-width:800px;margin:0 auto;background:var(--surface);border-radius:var(--radius);padding:40px;border:1px solid var(--border)}.breadcrumbs{font-size:.875rem;color:var(--text-muted);margin-bottom:24px}.breadcrumbs a{color:var(--primary);text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.article-content h1{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:24px;line-height:1.3;letter-spacing:-.02em}.article-intro{font-size:1.125rem;color:var(--gu-gray-700);line-height:1.7;margin-bottom:32px;padding:20px;background:var(--gu-blue-pale);border-radius:var(--radius-sm);border-left:4px solid var(--primary)}.article-section{margin-bottom:40px}.article-section h2{font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:16px;line-height:1.3}.article-text{font-size:1rem;color:var(--gu-gray-700);line-height:1.8}.article-faq{margin-top:48px;padding-top:32px;border-top:2px solid var(--border)}.article-faq h2{font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:24px}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{background:var(--background);padding:20px;border-radius:var(--radius-sm);border-left:3px solid var(--primary)}.faq-question{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:12px}.faq-answer{font-size:.9375rem;color:var(--gu-gray-700);line-height:1.7}.article-conclusion{margin-top:48px;padding:28px;background:var(--gu-green-light);border-radius:var(--radius);border-left:4px solid var(--gu-green);text-align:center}.article-conclusion p{font-size:1rem;color:var(--gu-gray-700);line-height:1.7;margin-bottom:20px}.article-cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:var(--primary);color:var(--gu-white);font-size:1rem;font-weight:600;border-radius:var(--radius-sm);text-decoration:none;transition:all .2s ease}.article-cta:hover{background:var(--primary-dark);text-decoration:none;transform:translateY(-2px);box-shadow:var(--shadow-md)}.related-articles{margin-top:48px;padding-top:32px;border-top:2px solid var(--border)}.related-articles h2{font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:24px}.related-articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:16px;gap:16px}.related-article-card{background:var(--background);padding:20px;border-radius:var(--radius-sm);border:1px solid var(--border);text-decoration:none;transition:all .2s ease}.related-article-card:hover{border-color:var(--primary);box-shadow:var(--shadow);text-decoration:none}.related-article-card h3{font-size:.9375rem;font-weight:600;color:var(--text);margin-bottom:8px;line-height:1.4}.related-article-card p{font-size:.8125rem;color:var(--text-muted);line-height:1.5}.terms-page{max-width:800px;margin:0 auto;padding:48px 0}.terms-page h1{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:8px;letter-spacing:-.02em}.terms-updated{font-size:.875rem;color:var(--text-muted);margin-bottom:40px}.terms-section{margin-bottom:32px}.terms-section h2{font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border)}.terms-section p{font-size:.9375rem;color:var(--gu-gray-700);line-height:1.7;margin-bottom:12px}.terms-section ul{list-style:none;margin:16px 0}.terms-section ul li{position:relative;padding-left:24px;margin-bottom:10px;font-size:.9375rem;color:var(--gu-gray-700);line-height:1.6}.terms-section ul li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;background:var(--primary);border-radius:50%}.terms-contacts li:before{display:none}.terms-contacts li{padding-left:0}@media (max-width:968px){.document-page-content{grid-template-columns:1fr}.document-sidebar{position:static}.footer-content{grid-template-columns:1fr 1fr;gap:32px}.features-grid{grid-template-columns:repeat(2,1fr)}.offer-content{grid-template-columns:1fr;gap:40px}.hero-title{font-size:2.25rem}.simple-content h2,.value-title{font-size:1.75rem}}@media (max-width:768px){.container{padding:0 20px}.stats-bar{flex-wrap:wrap;gap:12px}.stat-item{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px);min-width:140px}.simple-steps{gap:12px}.simple-step-arrow{display:none}.documents-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.quality-content h2{font-size:1.75rem}.quality-description{font-size:1rem}.quality-features{grid-template-columns:1fr}.examples-header h2{font-size:1.75rem}.examples-header p{font-size:1rem}.examples-grid{grid-template-columns:1fr;gap:24px}}@media (max-width:640px){.container{padding:0 16px}main>:first-child{padding-top:20px}.header{padding:12px 0}.header-content{gap:12px}.logo-main{font-size:1.125rem}.logo-sub{font-size:.6875rem}.nav a{font-size:.8125rem;padding:6px 12px;background:var(--gu-blue-pale);border-radius:var(--radius-xs);border:none}.documents-grid,.footer-content{grid-template-columns:1fr}.stats-bar{flex-direction:column;gap:12px}.stat-item{width:100%}.hero-section{padding:48px 0}.document-page{padding-top:20px}.hero-badge{font-size:.75rem;padding:6px 12px}.hero-badge svg{width:14px;height:14px}.hero-title{font-size:1.625rem;margin-bottom:12px}.hero-title br{display:inline}.hero-subtitle{font-size:.9375rem;margin-bottom:24px}.hero-cta{width:100%;justify-content:center;padding:12px 24px;font-size:.9375rem}.features-grid{grid-template-columns:1fr;gap:12px}.feature-card{padding:20px;text-align:left;display:flex;gap:16px;align-items:flex-start}.feature-icon{margin:0;width:48px;height:48px;flex-shrink:0}.offer-section,.simple-section,.value-section{padding:48px 0}.value-header{margin-bottom:32px}.simple-content h2,.value-title{font-size:1.375rem}.value-description{font-size:.9375rem}.offer-text h2{font-size:1.25rem}.offer-list li,.offer-text p{font-size:.875rem}.offer-card{padding:24px}.offer-card-number{font-size:2.25rem}.simple-content>p{font-size:.9375rem;margin-bottom:32px}.simple-steps{flex-direction:column;gap:8px}.simple-step{width:100%}.simple-step-arrow{transform:rotate(90deg);margin:0;font-size:1.25rem}.section-header{margin-bottom:24px;padding-top:40px}.section-header h2{font-size:1.75rem}.section-header p{font-size:1rem}.document-main{padding:20px}.document-main h1{font-size:1.125rem}.document-description{font-size:.875rem}.document-card-image{height:100px;font-size:2rem}.document-card-preview{padding:48px 20px;min-height:380px}.preview-doc{padding:32px 24px;max-width:100%}.preview-header{font-size:.9375rem;margin-bottom:18px;letter-spacing:.5px}.preview-line{margin:12px 0}.preview-text{font-size:.9375rem;margin:10px 0}.example-preview{padding:48px 20px;min-height:400px}.example-doc{padding:36px 28px;max-width:100%}.doc-header{font-size:1.125rem;margin-bottom:20px}.doc-line{margin:12px 0}.doc-text{font-size:1rem;margin:10px 0}.articles-header h1{font-size:1.5rem}.articles-header p{font-size:.9375rem}.articles-grid{grid-template-columns:1fr}.article-content{padding:24px 20px}.article-content h1{font-size:1.5rem}.article-intro{font-size:1rem;padding:16px}.article-section h2{font-size:1.25rem}.article-text{font-size:.9375rem}.article-faq h2,.related-articles h2{font-size:1.25rem}.related-articles-grid{grid-template-columns:1fr}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.instructions-content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.instructions-content h4{line-height:1.4}.instructions-content a{transition:all .2s ease}.instructions-content a:hover{opacity:.8}.instructions-content div{line-height:1.5}@media (max-width:768px){.instructions-content{font-size:13px!important}.instructions-content h4{font-size:16px!important}}.preview-usp{margin-top:0;padding-top:0;border-top:none}.preview-usp-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:50px;gap:50px;align-items:center}.preview-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#e3f2fd,#f3e5f5);border-radius:24px;font-size:14px;font-weight:600;color:#1565c0;margin-bottom:24px}.preview-badge svg{color:#1565c0}.preview-usp-text h3{font-size:clamp(24px,3.5vw,32px);font-weight:700;color:#1a1a1a;margin-bottom:16px;line-height:1.3}.preview-usp-text p{font-size:16px;color:#555;line-height:1.7;margin-bottom:24px}.preview-usp-text strong,.simple-step-text.highlighted{color:#0d4cd3;font-weight:600}.preview-usp-checklist{display:flex;flex-direction:column;gap:16px;margin-top:8px}.preview-checklist-item{display:flex;gap:16px;align-items:flex-start;padding:16px;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:12px;border:1px solid #e5e7eb;transition:all .2s ease}.preview-checklist-item:hover{border-color:#0d4cd3;box-shadow:0 4px 12px rgba(13,76,211,.08);transform:translateY(-2px)}.checklist-number{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#0d4cd3,#0a3ba3);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.preview-checklist-item strong{display:block;font-size:15px;color:#1a1a1a;margin-bottom:4px}.preview-checklist-item p{font-size:14px;color:#666;margin:0;line-height:1.5}.preview-usp-text .preview-badge{background:linear-gradient(135deg,#e3f2fd,#bbdefb);color:#1565c0}.preview-usp-text .preview-badge svg{color:#1565c0}.preview-mockup{background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.05);overflow:hidden;transform:perspective(1500px) rotateY(-5deg);transition:transform .3s ease}.preview-mockup:hover{transform:perspective(1500px) rotateY(0deg)}.preview-mockup-header{background:linear-gradient(135deg,#0d4cd3,#0a3ba3);padding:16px 20px;display:flex;justify-content:space-between;align-items:center;color:#fff;font-weight:600;font-size:14px}.preview-mockup-dots{display:flex;gap:6px}.preview-mockup-dots span{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.3)}.preview-mockup-content{padding:30px;background:#fafafa;min-height:400px;position:relative}.preview-document{background:#fff;padding:40px 30px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06);position:relative;overflow:hidden;font-family:Times New Roman,serif}.preview-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);font-size:48px;font-weight:700;color:hsla(0,0%,78%,.15);white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.preview-doc-header{margin-bottom:30px}.preview-doc-line{font-size:11px;line-height:1.6;color:#333;margin-bottom:2px}.preview-doc-line.right{text-align:right}.preview-doc-line.small{font-size:10px}.preview-doc-line.fade{opacity:.5}.preview-doc-space{height:10px}.preview-doc-space.large{height:20px}.preview-doc-title{text-align:center;font-weight:700;font-size:14px;color:#000;margin-bottom:4px}.preview-doc-subtitle{text-align:center;font-size:11px;color:#333;margin-bottom:20px}.preview-mockup-footer{padding:20px;background:#f8f9fa;display:flex;gap:12px;border-top:1px solid #e9ecef}.preview-footer-text{font-size:14px;color:#666;font-weight:400}.preview-footer-text:not(:last-child){margin-right:16px}@media (max-width:968px){.preview-usp-content{grid-template-columns:1fr;gap:40px}.preview-mockup{transform:none}.preview-usp-text h3{font-size:26px}}@media (max-width:640px){.preview-usp{margin-top:0;padding-top:0}.preview-usp-text p{font-size:15px}.preview-mockup-content{padding:20px;min-height:320px}.preview-document{padding:30px 20px}.preview-doc-line{font-size:10px}.preview-doc-title{font-size:13px}.preview-doc-subtitle{font-size:10px}.preview-watermark{font-size:36px}.preview-mockup-footer{flex-direction:column;flex-wrap:wrap;gap:8px}.preview-footer-text:not(:last-child){margin-right:0}}.preview-subtitle{font-size:17px;color:#666;margin-bottom:16px;font-weight:500}.preview-usp-steps{display:flex;flex-direction:column;gap:16px;margin-top:24px}.preview-step-item{display:flex;gap:16px;align-items:flex-start}.step-number-round{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#0d4cd3,#0a3ba3);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;box-shadow:0 4px 12px rgba(13,76,211,.2)}.preview-step-item strong{display:block;font-size:16px;color:#1a1a1a;margin-bottom:4px}.preview-step-item p{font-size:14px;color:#666;margin:0;line-height:1.5}