:root{--black:#000;--white:#fff;--red:#e63329;--gray:#f5f5f5;--muted:#666;--fd:"DM Serif Display",serif;--fb:"DM Sans",sans-serif}body{font-family:var(--fb);font-weight:400;color:var(--black);background:var(--white);line-height:1.6;overflow-x:hidden}.ctr{max-width:1200px;margin:0 auto;padding:0 24px}.blog-hero{background:var(--black);color:var(--white);padding:140px 24px 80px;text-align:center}.blog-hero h1{font-family:var(--fd);font-size:clamp(32px,5vw,52px);font-weight:400;line-height:1.15;margin-bottom:20px}.blog-hero-line{width:60px;height:4px;background:var(--red);margin:0 auto 24px}.blog-hero p{font-size:clamp(16px,2vw,19px);color:#fff9;max-width:560px;margin:0 auto;line-height:1.7}.blog-grid-section{padding:80px 24px 100px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:0 auto}.blog-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:box-shadow .3s,transform .3s;display:flex;flex-direction:column;text-decoration:none;color:inherit}.blog-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-4px)}.blog-card-img{height:200px;background:var(--gray);position:relative;overflow:hidden}.blog-card-body{padding:28px;flex:1;display:flex;flex-direction:column}.blog-card-date{font-size:12px;color:var(--muted);letter-spacing:1px;text-transform:uppercase;margin-bottom:12px}.blog-card-body h3{font-family:var(--fd);font-size:20px;font-weight:400;line-height:1.3;margin-bottom:12px}.blog-card-body p{font-size:14px;color:var(--muted);line-height:1.6;flex:1}.blog-card-link{display:inline-block;margin-top:16px;font-size:14px;font-weight:500;color:var(--red);transition:color .2s}.blog-card-link:hover{color:#b71c1c}.blog-cta{padding:100px 0;background:var(--red);color:var(--white);text-align:center}.blog-cta h2{font-family:var(--fd);font-size:clamp(28px,4vw,44px);font-weight:400;margin-bottom:16px}.blog-cta p{font-size:17px;opacity:.85;max-width:480px;margin:0 auto 36px;line-height:1.6}.blog-form{display:flex;gap:12px;justify-content:center;max-width:460px;margin:0 auto}.blog-form input{flex:1;padding:16px 20px;border:1px solid rgba(255,255,255,.35);border-radius:4px;background:#ffffff1a;color:var(--white);font-size:15px;font-family:var(--fb);outline:none}.blog-form input::placeholder{color:#ffffff73}.blog-form input:focus{border-color:var(--white)}.blog-form button{padding:16px 24px;background:var(--black);color:var(--white);border:none;border-radius:4px;font-size:15px;font-weight:500;cursor:pointer;font-family:var(--fb);white-space:nowrap;transition:background .3s}.blog-form button:hover{background:#222}.blog-checks{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:20px;font-size:13px;opacity:.7}.footer{background:#111;color:#ffffffb3;padding:60px 24px 30px;border-top:1px solid rgba(255,255,255,.08)}.footer h4{color:var(--white);font-size:14px;font-weight:500;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px}.footer p,.footer a{font-size:14px;line-height:2;color:#ffffff80;transition:color .2s}.footer a:hover{color:var(--white)}.footer-bottom{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06);font-size:13px;color:#ffffff4d;max-width:1200px;margin-left:auto;margin-right:auto}@media(max-width:768px){.blog-grid{grid-template-columns:1fr}.blog-form{flex-direction:column}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:FuturaPT,Arial,sans-serif;font-weight:400;color:#000;background:#fff;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{background:#111;color:#fff;padding:140px 20px 80px;text-align:center}.hero h1{font-size:clamp(32px,6vw,56px);font-weight:700;letter-spacing:4px;text-transform:uppercase;margin-bottom:16px}.hero-line{width:60px;height:4px;background:#ed2121;margin:0 auto 24px}.hero p{font-size:clamp(16px,2.5vw,20px);color:#ffffffbf;font-weight:400;max-width:600px;margin:0 auto}.services-section{padding:80px 20px;background:#f5f5f5}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;max-width:1200px;margin:0 auto}.service-card{background:#fff;border-radius:10px;padding:32px 28px;box-shadow:0 2px 12px #0000000f;border-left:4px solid transparent;transition:border-color .3s,transform .3s,box-shadow .3s;display:flex;flex-direction:column;gap:12px}.service-card:hover{border-left-color:#ed2121;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.service-icon{width:48px;height:48px;background:#ed2121;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-decoration:none!important}.service-icon svg{width:24px;height:24px;fill:#fff}.service-card h3{font-size:18px;font-weight:700;letter-spacing:.5px}.service-card p{font-size:14px;color:#555;line-height:1.6;flex:1}.service-price{font-size:15px;font-weight:700;color:#ed2121}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.section-heading{text-align:center;font-size:clamp(24px,4vw,36px);font-weight:700;letter-spacing:1px;margin-bottom:12px}.section-subtitle{text-align:center;color:#555;font-size:16px;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}.pricing-section{padding:80px 20px;background:#fff}.pricing-table{max-width:600px;margin:0 auto;border-radius:10px;overflow:hidden;box-shadow:0 2px 16px #00000014}.pricing-row{display:flex;justify-content:space-between;padding:16px 28px;font-size:16px;border-bottom:1px solid #eee;transition:background .2s}.pricing-row:last-child{border-bottom:none}.pricing-header{background:#111;color:#fff;font-weight:700;font-size:14px;letter-spacing:1px;text-transform:uppercase}.pricing-row.highlight{background:#ed2121;color:#fff;font-weight:700}.pricing-row:not(.pricing-header):not(.highlight):hover{background:#f9f9f9}.integrations-section{padding:80px 20px;background:#f5f5f5}.integrations-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px;max-width:1000px;margin:0 auto}.integrations-row img{height:44px;width:auto;filter:grayscale(100%);opacity:.6;transition:filter .3s,opacity .3s}.integrations-row img:hover{filter:grayscale(0);opacity:1}.comparison-section{padding:80px 20px;background:#fff}.comparison-table{max-width:800px;margin:0 auto;border-radius:10px;overflow:hidden;box-shadow:0 2px 16px #00000014}.comp-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;border-bottom:1px solid #eee}.comp-row:last-child{border-bottom:none}.comp-cell{padding:14px 20px;font-size:15px}.comp-header{background:#111;color:#fff;font-weight:700;font-size:13px;letter-spacing:1px;text-transform:uppercase}.comp-header .comp-cell{padding:16px 20px}.comp-row.comp-total{background:#f5f5f5;font-weight:700}.comp-row.comp-total .comp-cell:last-child{color:#ed2121;font-size:17px}.comp-savings{text-align:center;margin-top:24px;font-size:22px;font-weight:700;color:#ed2121}@media(max-width:600px){.comp-cell{padding:10px 12px;font-size:13px}.comp-row{grid-template-columns:1.2fr 1fr 1fr}}.faq-section{padding:80px 20px;background:#f5f5f5}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:10px;margin-bottom:12px;box-shadow:0 2px 8px #0000000f;overflow:hidden}.faq-question{width:100%;padding:20px 28px;font-size:17px;font-weight:700;font-family:FuturaPT,Arial,sans-serif;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left;color:#000;transition:background .2s}.faq-question:hover{background:#f9f9f9}.faq-question:after{content:"+";font-size:24px;font-weight:300;color:#ed2121;transition:transform .3s}.faq-item.open .faq-question:after{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-answer p{padding:0 28px 20px;color:#555;font-size:15px;line-height:1.7}.cta-section{padding:80px 20px;background:#111;color:#fff;text-align:center}.cta-section .section-heading{color:#fff}.cta-section .section-subtitle{color:#ffffffb3}.cta-form{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:32px;max-width:480px;margin-left:auto;margin-right:auto}.cta-form input{flex:1;min-width:200px;padding:14px 20px;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff14;color:#fff;font-family:FuturaPT,Arial,sans-serif;font-size:16px;outline:none;transition:border-color .3s}.cta-form input::placeholder{color:#fff6}.cta-form input:focus{border-color:#ed2121}.cta-form button{padding:14px 32px;background:#ed2121;color:#fff;border:none;border-radius:8px;font-family:FuturaPT,Arial,sans-serif;font-size:16px;font-weight:700;cursor:pointer;letter-spacing:.5px;transition:background .3s,box-shadow .3s;box-shadow:0 4px 20px #ed212159}.cta-form button:hover{background:#d41c1c;box-shadow:0 6px 28px #ed212180}.footer{background:#111;color:#ffffffb3;padding:60px 20px 30px;border-top:1px solid rgba(255,255,255,.08)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;max-width:1200px;margin:0 auto}.footer h4{color:#fff;font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px}.footer p,.footer a{font-size:14px;line-height:2;color:#fff9;transition:color .2s}.footer a:hover{color:#fff}.footer-subscribe{display:flex;gap:8px;margin-top:8px}.footer-subscribe input{flex:1;padding:10px 14px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:transparent;color:#fff;font-family:FuturaPT,Arial,sans-serif;font-size:14px;outline:none}.footer-subscribe input::placeholder{color:#ffffff59}.footer-subscribe button{padding:10px 18px;background:#ed2121;color:#fff;border:none;border-radius:6px;font-family:FuturaPT,Arial,sans-serif;font-weight:600;cursor:pointer;transition:background .2s}.footer-subscribe button:hover{background:#d41c1c}.footer-social{display:flex;gap:16px;margin-top:16px}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#ffffff14;transition:background .2s}.footer-social a:hover{background:#ed2121}.footer-social svg{width:18px;height:18px;fill:#ffffffb3}.footer-social a:hover svg{fill:#fff}.footer-bottom{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);font-size:13px;color:#ffffff59}
