.app{display:flex;flex-direction:column;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--ink: #0f1c2e;--paper: #f4f7fc;--cream: #e8eef8;--gold: #2563eb;--gold-light: #93c5fd;--muted: #64748b;--border: rgba(37, 99, 235, .15);--error: #e05c5c;--success: #10b981}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6;min-height:100vh}header{border-bottom:1px solid var(--border);padding:1.5rem 0;background:rgba(244,247,252,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:"DM Serif Display",serif;font-size:1.5rem;letter-spacing:-.02em;color:var(--ink);text-decoration:none}.logo span{color:var(--gold)}.app-container{max-width:1000px;margin:0 auto;padding:3rem 2rem;min-height:calc(100vh - 80px)}.form-container{background:white;border-radius:8px;border:1px solid var(--border);padding:2.5rem;box-shadow:0 1px 3px #0000000d}.step-indicator{display:flex;justify-content:space-between;margin-bottom:3rem;position:relative}.step-indicator:before{content:"";position:absolute;top:20px;left:0;right:0;height:1px;background:var(--border);z-index:0}.step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:1}.step-number{width:40px;height:40px;border-radius:50%;background:var(--cream);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--muted);margin-bottom:.5rem;transition:all .3s}.step.active .step-number{background:var(--gold);color:#fff;border-color:var(--gold)}.step.completed .step-number{background:var(--success);color:#fff;border-color:var(--success)}.step-label{font-size:.85rem;color:var(--muted);text-align:center}.step.active .step-label{color:var(--ink);font-weight:600}.form-section{display:none;animation:fadeIn .3s ease-in}.form-section.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-section h2{font-family:"DM Serif Display",serif;font-size:1.8rem;margin-bottom:1.5rem;color:var(--ink)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--ink);font-size:.95rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:4px;font-family:inherit;font-size:.95rem;color:var(--ink);transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.file-upload{border:2px dashed var(--border);border-radius:4px;padding:2rem;text-align:center;cursor:pointer;transition:all .2s}.file-upload:hover{border-color:var(--gold);background:rgba(37,99,235,.02)}.file-upload input{display:none}.file-upload p{color:var(--muted);margin-bottom:.5rem}.logo-preview{max-width:200px;max-height:100px;margin-top:1rem;border-radius:4px;border:1px solid var(--border);padding:.5rem}.line-items{margin:2rem 0}.line-items-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.line-items-table th{text-align:left;padding:.75rem;border-bottom:2px solid var(--border);font-weight:600;color:var(--ink);font-size:.9rem}.line-items-table td{padding:.75rem;border-bottom:1px solid var(--border)}.line-items-table input{width:100%;padding:.5rem;border:1px solid var(--border);border-radius:4px;font-size:.9rem}.line-items-table input:focus{outline:none;border-color:var(--gold)}.remove-btn{background:var(--error);color:#fff;border:none;padding:.4rem .8rem;border-radius:3px;cursor:pointer;font-size:.85rem;transition:background .2s}.remove-btn:hover{background:#d84444}.button-group{display:flex;gap:1rem;justify-content:space-between;margin-top:2rem}button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s}.btn-primary{background:var(--gold);color:#fff}.btn-primary:hover{background:#1d4ed8;box-shadow:0 2px 8px #2563eb4d}.btn-secondary{background:transparent;color:var(--gold);border:1px solid var(--gold)}.btn-secondary:hover{background:rgba(37,99,235,.05)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-add{background:var(--gold);color:#fff;padding:.6rem 1.2rem}.btn-add:hover{background:#1d4ed8}.review-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.review-form{display:flex;flex-direction:column;gap:1rem}.review-form h3{font-size:1.2rem;margin-bottom:1rem}.invoice-preview{background:white;border:1px solid var(--border);border-radius:4px;padding:2rem;max-height:600px;overflow-y:auto}.invoice{font-family:DM Sans,sans-serif;color:var(--ink)}.home-container{display:flex;flex-direction:column;min-height:100vh;background:var(--paper)}.home-main{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:3rem 2rem}.hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.hero-left h1{font-family:"DM Serif Display",serif;font-size:2.8rem;letter-spacing:-.02em;margin-bottom:1.5rem;color:var(--ink);line-height:1.2}.hero-left>p{font-size:1.1rem;color:var(--muted);margin-bottom:2rem;line-height:1.6}.features-quick{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-quick{display:flex;align-items:center;gap:.75rem;color:var(--ink);font-size:1rem}.feature-icon{color:var(--success);font-weight:700;font-size:1.2rem}.btn-start{background:var(--gold);color:#fff;border:none;padding:1rem 2rem;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-bottom:1rem}.btn-start:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-2px)}.note{font-size:.9rem;color:var(--muted)}.hero-right{display:flex;justify-content:center;align-items:center}.preview-box{perspective:1000px}.preview-card{background:white;border:1px solid var(--border);border-radius:8px;padding:2rem;width:300px;box-shadow:0 10px 30px #0000001a;transform:rotateY(-5deg) rotateX(2deg)}.preview-header{font-family:"DM Serif Display",serif;font-size:1.8rem;letter-spacing:-.02em;color:var(--gold);margin-bottom:1.5rem;font-weight:700}.preview-line{height:8px;background:var(--cream);border-radius:4px;margin-bottom:.75rem}.preview-line.short{width:60%}.preview-space{height:1rem}.preview-total{font-weight:700;color:var(--ink);font-size:1.1rem;margin-top:1rem;text-align:right}.benefits{margin-bottom:4rem}.benefits h2{font-family:"DM Serif Display",serif;font-size:2.2rem;margin-bottom:2rem;text-align:center;color:var(--ink)}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.benefit-card{background:white;border:1px solid var(--border);border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s}.benefit-card:hover{border-color:var(--gold);box-shadow:0 4px 12px #2563eb1a;transform:translateY(-4px)}.benefit-icon{font-size:2.5rem;margin-bottom:1rem}.benefit-card h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--ink)}.benefit-card p{font-size:.9rem;color:var(--muted);line-height:1.6}.cta-section{background:white;border:1px solid var(--border);border-radius:8px;padding:3rem;text-align:center}.cta-section h2{font-family:"DM Serif Display",serif;font-size:2rem;margin-bottom:1.5rem;color:var(--ink)}.btn-start-large{background:var(--gold);color:#fff;border:none;padding:1.2rem 2.5rem;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s}.btn-start-large:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-2px)}@media (max-width: 768px){.hero{grid-template-columns:1fr;gap:2rem}.hero-left h1{font-size:2rem}.preview-card{width:100%;max-width:300px;transform:rotateY(0) rotateX(0)}.benefits-grid{grid-template-columns:1fr 1fr}.cta-section{padding:2rem}.home-main{padding:2rem 1rem}}.invoice-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;border-bottom:2px solid var(--border);padding-bottom:1.5rem}.invoice-logo img{max-width:150px;height:auto}.invoice-title{font-family:"DM Serif Display",serif;font-size:2rem;letter-spacing:-.02em;color:var(--gold)}.invoice-meta{text-align:right}.invoice-meta p{margin:.25rem 0;font-size:.9rem}.invoice-parties{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.party{font-size:.9rem}.party-label{font-weight:600;margin-bottom:.5rem;color:var(--muted);text-transform:uppercase;font-size:.8rem}.party-info{line-height:1.8}.invoice-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.invoice-table th{background:var(--cream);padding:.75rem;text-align:left;font-weight:600;font-size:.9rem;border-bottom:2px solid var(--border)}.invoice-table td{padding:.75rem;border-bottom:1px solid var(--border);font-size:.9rem}.invoice-table .amount{text-align:right}.invoice-totals{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;margin-bottom:2rem;border-top:2px solid var(--border);padding-top:1rem}.total-row{display:grid;grid-template-columns:150px 100px;gap:1rem;font-size:.95rem}.total-row.final{font-weight:700;font-size:1.1rem;color:var(--gold)}@media (max-width: 768px){.app-container{padding:1.5rem 1rem}.form-container{padding:1.5rem}.form-row{grid-template-columns:1fr}.step-indicator{margin-bottom:2rem}.step-label{font-size:.75rem}.step-number{width:36px;height:36px;font-size:.9rem}.review-container{grid-template-columns:1fr}.invoice-preview{max-height:500px}.invoice-header{flex-direction:column}.invoice-meta{text-align:left;margin-top:1rem}.invoice-parties{grid-template-columns:1fr}.invoice-totals{align-items:flex-start}.total-row{grid-template-columns:100px 100px}}.home-v2{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:white;color:#0f172a;line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased}.home-v2 *{box-sizing:border-box}.home-nav{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 5%;background:white;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.home-nav-logo{font-size:1.4rem;font-weight:800;letter-spacing:-.03em;display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#0f172a}.home-nav-mark{width:28px;height:28px;background:#2563eb;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:900}.home-nav-cta{background:#2563eb;color:#fff;padding:.65rem 1.25rem;border-radius:8px;font-weight:700;font-size:.85rem;cursor:pointer;border:none;transition:all .2s;white-space:nowrap;font-family:inherit}.home-nav-cta:hover{background:#1e40af;transform:translateY(-1px)}.home-hero{padding:4rem 5% 2rem;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;gap:5rem;align-items:center}.home-hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fef9c3;border:1px solid #fde047;color:#854d0e;padding:.4rem .9rem;border-radius:99px;font-size:.75rem;font-weight:700;margin-bottom:1.5rem}.home-hero-badge:before{content:"";width:6px;height:6px;background:#eab308;border-radius:50%;animation:home-pulse 2s infinite}@keyframes home-pulse{0%,to{opacity:1}50%{opacity:.5}}.home-hero-title{font-size:4rem;font-weight:900;line-height:1.05;letter-spacing:-.04em;margin-bottom:1.25rem;color:#0f172a}.home-hero-title .strike{text-decoration:line-through;text-decoration-color:#cbd5e1;text-decoration-thickness:3px;color:#94a3b8;font-weight:700}.home-hero-title .highlight{color:#2563eb;position:relative;display:inline-block}.home-hero-title .highlight:after{content:"";position:absolute;left:0;right:0;bottom:.15em;height:.3em;background:#eff6ff;z-index:-1}.home-hero-sub{font-size:1.2rem;color:#64748b;margin-bottom:2rem;line-height:1.6;max-width:520px}.home-btn-primary{background:#2563eb;color:#fff;padding:1.1rem 2.2rem;border-radius:12px;font-weight:800;font-size:1.05rem;cursor:pointer;border:none;transition:all .2s;font-family:inherit;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 6px 20px #2563eb4d;margin-bottom:2rem}.home-btn-primary:hover{background:#1e40af;transform:translateY(-2px);box-shadow:0 10px 30px #2563eb66}.home-btn-primary .arrow{transition:transform .2s}.home-btn-primary:hover .arrow{transform:translate(4px)}.home-hero-checks{display:flex;flex-wrap:wrap;gap:.75rem}.home-check{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#0f172a;font-weight:600}.home-check svg{width:18px;height:18px;color:#10b981;flex-shrink:0}.home-hero-visual{position:relative}.home-invoice-mockup{background:white;border-radius:14px;box-shadow:0 30px 80px -20px #2563eb59,0 10px 30px -10px #0000001f;overflow:hidden;border:1px solid #e2e8f0;transform:perspective(1500px) rotateY(-8deg) rotateX(2deg);transition:transform .4s}.home-invoice-mockup:hover{transform:perspective(1500px) rotateY(-4deg) rotateX(1deg)}.home-mockup-header{background:white;padding:1.5rem;display:grid;grid-template-columns:1fr auto;gap:1rem;border-bottom:2px solid #2563eb}.home-mockup-logo{font-family:Georgia,serif;font-size:1.4rem;font-weight:700;color:#2563eb;letter-spacing:-.5px;margin-bottom:.2rem}.home-mockup-tagline{font-size:.65rem;color:#64748b;font-style:italic}.home-mockup-inv-num{text-align:right;font-size:.65rem;color:#64748b;text-transform:uppercase;letter-spacing:1px;line-height:1.6}.home-mockup-inv-num strong{color:#0f172a;font-size:.85rem;font-weight:700;display:block;letter-spacing:0;text-transform:none}.home-mockup-body{padding:1.5rem;font-family:Georgia,serif}.home-mockup-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem}.home-mockup-label{font-size:.55rem;color:#2563eb;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.home-mockup-name{font-size:.85rem;font-weight:700;color:#0f172a;margin-bottom:.2rem}.home-mockup-info{font-size:.7rem;color:#64748b;line-height:1.6}.home-mockup-table{margin-top:1rem}.home-mockup-th{display:grid;grid-template-columns:1fr 50px 70px 70px;gap:.5rem;padding:.5rem 0;border-bottom:2px solid #2563eb;font-size:.55rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.5px}.home-mockup-tr{display:grid;grid-template-columns:1fr 50px 70px 70px;gap:.5rem;padding:.6rem 0;border-bottom:1px solid #e5e7eb;font-size:.75rem;color:#1f2937}.home-mockup-tr span:nth-child(3),.home-mockup-tr span:nth-child(4){text-align:right;font-weight:600}.home-mockup-tr span:nth-child(2){text-align:center}.home-mockup-total{display:flex;justify-content:space-between;padding:.8rem 1rem;background:#f9fafb;border-radius:6px;margin-top:1rem;font-weight:700;font-size:.85rem;color:#0f172a}.home-float-tag{position:absolute;background:white;border:2px solid #2563eb;border-radius:99px;padding:.5rem 1.1rem;font-size:.75rem;font-weight:700;color:#2563eb;box-shadow:0 8px 20px #00000014;white-space:nowrap;animation:home-float 3s ease-in-out infinite;z-index:2}@keyframes home-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.home-tag-1{top:-15px;left:-20px;animation-delay:0s}.home-tag-2{top:50%;right:-30px;animation-delay:1s;transform:translateY(-50%)}.home-tag-3{bottom:-15px;left:30%;animation-delay:2s}.home-section-title{font-size:2.5rem;font-weight:900;text-align:center;margin-bottom:1rem;letter-spacing:-.03em;line-height:1.15}.home-section-subtitle{text-align:center;color:#64748b;font-size:1.1rem;margin-bottom:3.5rem;max-width:600px;margin-left:auto;margin-right:auto;padding:0 1rem}.home-section-inner{max-width:1200px;margin:0 auto}.home-how-section{background:#f8fafc;padding:5rem 5%}.home-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:2rem;position:relative}.home-steps:before{content:"";position:absolute;top:35px;left:15%;right:15%;height:2px;background:#bfdbfe;background-size:12px 2px;background-repeat:repeat-x;z-index:0}.home-step{position:relative;z-index:1;text-align:center}.home-step-num{width:70px;height:70px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:900;margin:0 auto 1.25rem;box-shadow:0 8px 20px #2563eb4d;border:4px solid white}.home-step h3{font-size:1.3rem;font-weight:800;margin-bottom:.5rem;color:#0f172a}.home-step p{color:#64748b;font-size:.95rem;line-height:1.6;max-width:280px;margin:0 auto}.home-compare-section{padding:5rem 5%;background:white}.home-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;max-width:1100px;margin-left:auto;margin-right:auto}.home-compare-box{padding:2.5rem;border-radius:16px;border:2px solid #e2e8f0}.home-compare-bad{background:#fef2f2;border-color:#fecaca}.home-compare-good{background:#eff6ff;border-color:#2563eb;box-shadow:0 10px 30px #2563eb1a}.home-compare-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem;color:#64748b}.home-compare-bad .home-compare-title{color:#991b1b}.home-compare-good .home-compare-title{color:#2563eb}.home-compare-heading{font-size:1.4rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em}.home-compare-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;padding:0;margin:0}.home-compare-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.5}.home-compare-list li svg{width:18px;height:18px;flex-shrink:0;margin-top:2px}.home-compare-bad li svg{color:#dc2626}.home-compare-good li svg{color:#10b981}.home-compare-bad li{color:#7f1d1d}.home-compare-good li{color:#0f172a;font-weight:500}.home-why-section{padding:5rem 5%;background:#f8fafc}.home-why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.home-why-card{background:white;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .2s}.home-why-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014;border-color:#bfdbfe}.home-why-icon{width:48px;height:48px;background:#eff6ff;color:#2563eb;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.home-why-icon svg{width:24px;height:24px}.home-why-card h3{font-size:1.2rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em}.home-why-card p{color:#64748b;line-height:1.6;font-size:.95rem}.home-faq-section{padding:5rem 5%;background:white}.home-faq-inner{max-width:800px;margin:0 auto}.home-faq-item{border-bottom:1px solid #e2e8f0;padding:1.5rem 0;cursor:pointer}.home-faq-item:last-child{border-bottom:none}.home-faq-q{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:1.05rem;color:#0f172a;gap:1rem}.home-faq-q svg{width:20px;height:20px;color:#2563eb;transition:transform .2s;flex-shrink:0}.home-faq-item.open .home-faq-q svg{transform:rotate(45deg)}.home-faq-a{font-size:.95rem;color:#64748b;line-height:1.7;margin-top:0;max-height:0;overflow:hidden;transition:all .3s}.home-faq-item.open .home-faq-a{margin-top:1rem;max-height:400px}.home-final-cta{padding:5rem 5%;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);color:#fff;text-align:center}.home-final-cta h2{font-size:3rem;font-weight:900;margin-bottom:1rem;letter-spacing:-.03em;line-height:1.1}.home-final-cta p{font-size:1.15rem;opacity:.95;margin-bottom:2.5rem;max-width:550px;margin-left:auto;margin-right:auto}.home-btn-white{background:white;color:#2563eb;padding:1.2rem 2.5rem;border-radius:12px;font-weight:800;font-size:1.1rem;cursor:pointer;border:none;transition:all .2s;font-family:inherit;display:inline-flex;align-items:center;gap:.5rem;box-shadow:0 10px 30px #0003}.home-btn-white:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.home-final-meta{margin-top:1.5rem;font-size:.85rem;opacity:.85}.home-footer{padding:2.5rem 5%;text-align:center;font-size:.85rem;color:#64748b;background:white;border-top:1px solid #e2e8f0}.home-footer a{color:#2563eb;margin:0 .5rem;text-decoration:none}.home-footer a:hover{text-decoration:underline}@media (max-width: 1024px){.home-hero{gap:3rem;padding:3rem 5% 2rem}.home-hero-title{font-size:3rem}.home-hero-sub{font-size:1.05rem}.home-section-title{font-size:2rem}.home-final-cta h2{font-size:2.3rem}}@media (max-width: 768px){.home-nav{padding:.9rem 4%}.home-nav-logo{font-size:1.1rem}.home-nav-mark{width:24px;height:24px;font-size:.85rem}.home-nav-cta{padding:.55rem 1rem;font-size:.8rem}.home-hero{grid-template-columns:1fr;gap:3rem;padding:2.5rem 5% 2rem}.home-hero-title{font-size:2.2rem;line-height:1.1}.home-hero-sub{font-size:1rem;margin-bottom:1.5rem}.home-hero-badge{font-size:.7rem;padding:.35rem .75rem;margin-bottom:1rem}.home-btn-primary{padding:1rem 1.8rem;font-size:1rem;width:100%;justify-content:center}.home-hero-checks{gap:.5rem 1rem}.home-check{font-size:.8rem}.home-invoice-mockup,.home-invoice-mockup:hover{transform:none}.home-float-tag{display:none}.home-mockup-header,.home-mockup-body{padding:1rem}.home-mockup-logo{font-size:1.2rem}.home-mockup-row{gap:1rem;margin-bottom:1rem}.home-how-section,.home-compare-section,.home-why-section,.home-faq-section,.home-final-cta{padding:3.5rem 5%}.home-section-title{font-size:1.8rem}.home-section-subtitle{font-size:.95rem;margin-bottom:2.5rem}.home-steps{grid-template-columns:1fr;gap:2.5rem}.home-steps:before{display:none}.home-step-num{width:60px;height:60px;font-size:1.4rem}.home-step h3{font-size:1.15rem}.home-step p{font-size:.9rem}.home-compare-grid{grid-template-columns:1fr;gap:1.25rem}.home-compare-box{padding:1.75rem}.home-compare-heading{font-size:1.2rem;margin-bottom:1rem}.home-compare-list li{font-size:.9rem}.home-why-grid{grid-template-columns:1fr;gap:1rem}.home-why-card{padding:1.5rem}.home-why-card h3{font-size:1.1rem}.home-why-card p{font-size:.9rem}.home-faq-q{font-size:.95rem}.home-faq-a{font-size:.88rem}.home-final-cta h2{font-size:1.8rem}.home-final-cta p{font-size:1rem;margin-bottom:2rem}.home-btn-white{padding:1rem 2rem;font-size:1rem;width:100%;justify-content:center;max-width:320px}.home-footer{padding:2rem 5%;font-size:.8rem}}@media (max-width: 380px){.home-hero-title{font-size:1.9rem}.home-section-title,.home-final-cta h2{font-size:1.6rem}.home-nav-logo{font-size:1rem}}.blog-container{min-height:100vh;background:white}.blog-header-section{padding:5rem 5%;text-align:center;border-bottom:1px solid #e2e8f0;max-width:1200px;margin:0 auto}.blog-header-section h1{font-size:3rem;font-weight:900;margin-bottom:.5rem;color:#0f172a}.blog-header-section p{font-size:1.1rem;color:#64748b}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:2rem;padding:3rem 5%;max-width:1200px;margin:0 auto}.blog-card{background:white;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;transition:all .2s;display:flex;flex-direction:column}.blog-card:hover{border-color:#2563eb;box-shadow:0 8px 20px #2563eb1a}.blog-card h2{font-size:1.4rem;font-weight:800;margin-bottom:.75rem;line-height:1.3}.blog-card h2 a{color:#0f172a;text-decoration:none}.blog-card h2 a:hover{color:#2563eb}.blog-card-excerpt{font-size:.95rem;color:#64748b;margin-bottom:1rem;flex-grow:1}.blog-card-meta{font-size:.8rem;color:#94a3b8;margin-bottom:1rem;display:flex;gap:.5rem}.blog-card-link{color:#2563eb;font-weight:700;font-size:.9rem;text-decoration:none;transition:all .2s}.blog-card-link:hover{gap:.5rem;transform:translate(4px)}.blog-post{min-height:100vh;background:white}.blog-article{max-width:700px;margin:0 auto;padding:4rem 5%}.blog-header{margin-bottom:3rem}.blog-header h1{font-size:2.5rem;font-weight:900;margin-bottom:1rem;line-height:1.2;color:#0f172a}.blog-meta{display:flex;gap:1rem;color:#64748b;font-size:.9rem}.blog-date,.blog-read-time{display:flex;align-items:center}.blog-content{font-size:1rem;line-height:1.8;color:#374151}.blog-content p{margin-bottom:1.5rem}.blog-content h2{font-size:1.6rem;font-weight:800;margin:2rem 0 1rem;color:#0f172a}.blog-content ul,.blog-content ol{margin:1.5rem 0 1.5rem 2rem}.blog-content li{margin-bottom:.75rem}.blog-content strong{font-weight:700;color:#0f172a}.blog-cta{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:2rem;text-align:center;margin-top:3rem}.blog-cta p{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#0f172a}.blog-cta-btn{display:inline-block;background:#2563eb;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;transition:all .2s}.blog-cta-btn:hover{background:#1e40af;transform:translateY(-2px)}@media (max-width: 768px){.blog-header-section{padding:3rem 5%}.blog-header-section h1{font-size:2rem}.blog-grid{grid-template-columns:1fr}.blog-article{padding:2rem 5%}.blog-header h1{font-size:1.8rem}.blog-content{font-size:.95rem}}
