.gst-page-wrapper{background-color:#fff;color:#0f2d52;font-family:var(--font-body,system-ui,-apple-system,sans-serif);overflow-x:hidden}.gst-section-shell{width:100%;max-width:1520px;margin:0 auto;padding-left:max(32px,calc((100vw - 1520px) / 2));padding-right:max(32px,calc((100vw - 1520px) / 2))}.gst-hero-section{position:relative;width:100%;padding:36px 0 46px;background-image:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,.98) 42%,hsla(0,0%,100%,.7) 50%,hsla(0,0%,100%,0) 56%,transparent),url(/gst-hero-laptop-desk-wide.png);background-size:cover;background-position:100%;background-repeat:no-repeat;min-height:500px;display:flex;align-items:center}.gst-hero-grid{display:grid;grid-template-columns:55% 45%;grid-gap:20px;gap:20px;align-items:center;width:100%}.gst-hero-left{display:flex;flex-direction:column;align-items:flex-start;max-width:660px;z-index:2;margin-left:0;padding-left:0}.gst-hero-breadcrumbs{font-size:13px;color:#64748b;margin-bottom:14px;display:flex;align-items:center;gap:8px}.gst-hero-breadcrumbs a{color:#64748b;text-decoration:none}.gst-hero-breadcrumbs a:hover{color:#ff6b00}.gst-hero-breadcrumbs span.current{color:#0f2d52;font-weight:700}.gst-eyebrow-text{color:#ff6b00;font-size:13px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:10px}.gst-hero-title{font-size:clamp(32px,3.6vw,48px);font-weight:900;color:#0f2d52;line-height:1.14;letter-spacing:-.8px;margin:0 0 16px}.gst-hero-desc{font-size:15px;color:#475569;line-height:1.6;margin:0 0 24px;font-weight:500;max-width:560px}.gst-hero-badges-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;width:100%;margin-bottom:26px}.gst-trust-badge-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;background:transparent;padding:2px}.gst-trust-icon-box{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#ff6b00}.gst-trust-badge-text{font-size:11.5px;font-weight:800;color:#0f2d52;line-height:1.2}.gst-hero-cta-row{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.gst-btn-primary{display:inline-flex;align-items:center;gap:12px;padding:12px 26px;border-radius:12px;background:#ff6b00;color:#fff;font-size:14.5px;font-weight:800;text-decoration:none;border:none;cursor:pointer;box-shadow:0 6px 20px rgba(255,107,0,.3);transition:all .25s ease}.gst-btn-primary:hover{background:#e05e00;transform:translateY(-2px);box-shadow:0 10px 24px rgba(255,107,0,.4)}.gst-arrow-circle{width:22px;height:22px;border-radius:50%;background:#fff;color:#ff6b00;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.gst-btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;border-radius:12px;background:#fff;color:#0f2d52;font-size:14.5px;font-weight:800;text-decoration:none;border:1.5px solid #ff6b00;cursor:pointer;transition:all .2s ease}.gst-btn-secondary:hover{background:#fff4ec;transform:translateY(-2px)}.gst-hero-right{display:flex;justify-content:flex-end;align-items:center;z-index:2}.gst-floating-menu-card{width:310px;background:#fff;border-radius:18px;padding:20px 18px;box-shadow:0 18px 45px rgba(15,45,82,.14);border:1px solid #e2e8f0}.gst-floating-card-title{font-size:16.5px;font-weight:900;color:#0f2d52;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #f1f5f9;letter-spacing:-.3px}.gst-floating-service-list{display:flex;flex-direction:column;gap:4px;overflow:visible;max-height:none}.gst-floating-service-list::-webkit-scrollbar{display:none;width:0;height:0}.gst-floating-service-item{display:flex;align-items:center;justify-content:space-between;padding:5px 8px;border-radius:6px;text-decoration:none;color:#1e293b;font-size:12.5px;font-weight:700;transition:all .2s ease}.gst-floating-service-item-left{display:flex;align-items:center;gap:8px}.gst-floating-item-icon{color:#ff6b00;flex-shrink:0}.gst-floating-service-item:hover{background:#fff4ec;color:#ff6b00;transform:translateX(4px)}.gst-floating-service-item:hover .gst-floating-item-arrow{color:#ff6b00;transform:translateX(2px)}.gst-floating-item-arrow{color:#94a3b8;font-size:12px;font-weight:700;transition:transform .2s ease}.gst-featured-section{padding:40px 0;background-color:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.gst-featured-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.gst-feat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 16px rgba(15,45,82,.04);transition:all .25s ease;box-sizing:border-box}.gst-feat-card:hover{transform:translateY(-5px);border-color:#ff6b00;box-shadow:0 14px 30px rgba(255,107,0,.12)}.gst-feat-card-img-box{width:100%;height:150px;overflow:hidden;position:relative}.gst-feat-card-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .3s ease}.gst-feat-card:hover .gst-feat-card-img{transform:scale(1.05)}.gst-feat-card-content{padding:14px;display:flex;flex-direction:column;align-items:center;text-align:center;flex:1 1;justify-content:space-between}.gst-feat-card-top-info{display:flex;flex-direction:column;align-items:center;width:100%}.gst-feat-number{display:inline-block;color:#ff6b00;font-size:11.5px;font-weight:900;background:#fff4ec;padding:1px 8px;border-radius:20px;margin-bottom:4px}.gst-feat-title{font-size:15.5px;font-weight:800;color:#0f2d52;margin:0 0 4px;line-height:1.25}.gst-feat-desc{font-size:12px;color:#475569;line-height:1.4;margin:0 0 8px}.gst-feat-checklist{display:flex;flex-direction:column;gap:3px;width:100%;margin-bottom:10px;padding:6px 0;border-top:1px dashed #e2e8f0;border-bottom:1px dashed #e2e8f0}.gst-feat-check-item{display:flex;align-items:center;justify-content:center;gap:5px;font-size:11.5px;color:#1e293b;font-weight:600}.gst-feat-btn{background:#ff6b00;color:#fff;font-size:12.5px;font-weight:800;padding:7px 16px;border-radius:8px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:all .2s ease;box-shadow:0 4px 12px rgba(255,107,0,.2)}.gst-feat-btn:hover{background:#e56000;transform:translateY(-2px)}.gst-services-grid-section{padding:32px 0;background:#fff}.gst-section-header{text-align:center;margin-bottom:28px}.gst-section-eyebrow{font-size:12px;font-weight:900;letter-spacing:1.2px;padding:3px 12px}.gst-section-title{font-size:clamp(24px,2.6vw,32px);font-weight:900;color:#0f2d52;margin:0 0 8px;letter-spacing:-.5px}.gst-section-subtitle{color:#475569;line-height:1.55;margin:0 auto 12px;max-width:640px;font-weight:500}.gst-title-divider{width:42px;height:3px;background:#ff6b00;margin:0 auto;border-radius:99px}.gst-services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;max-width:1280px;margin:0 auto}.gst-view-all-btn-wrapper{text-align:center;margin-top:32px}.gst-view-all-btn{display:inline-flex;align-items:center;gap:10px;background-color:#ff6b00;color:#fff;font-size:15.5px;font-weight:800;padding:14px 34px;border-radius:50px;text-decoration:none;border:none;cursor:pointer;box-shadow:0 6px 20px rgba(255,107,0,.35);transition:all .25s ease}.gst-view-all-btn:hover{background-color:#e56000;transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,107,0,.45)}.gst-service-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:18px 14px;flex-direction:column;text-align:center;gap:8px;box-shadow:0 4px 14px rgba(15,45,82,.03);text-decoration:none;cursor:pointer;justify-content:space-between;min-height:180px}.gst-service-card,.gst-service-card-icon{display:flex;align-items:center;transition:all .25s ease}.gst-service-card-icon{width:40px;height:40px;border-radius:10px;background:#fff4ec;color:#ff6b00;justify-content:center;border:1px solid rgba(255,107,0,.2)}.gst-service-card-title{font-size:14.5px;font-weight:800;color:#0f2d52;margin:0 0 2px;line-height:1.3}.gst-service-card-desc{font-size:12.5px;color:#475569;line-height:1.45;margin:0 0 6px}.gst-service-card-link{font-size:12.5px;font-weight:800;color:#ff6b00;display:inline-flex;align-items:center;gap:4px;margin-top:auto}.gst-service-card:hover{border-color:#ff6b00;transform:translateY(-4px);box-shadow:0 12px 24px rgba(255,107,0,.12)}.gst-gov-trust-section{padding:36px 0;background:#fff}.gst-gov-trust-card{background:linear-gradient(135deg,#0f2d52,#1e3a8a);border-radius:20px;padding:36px 32px;color:#fff;box-shadow:0 16px 36px rgba(15,45,82,.16);position:relative;overflow:hidden}.gst-gov-trust-card:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;border-radius:50%;background:rgba(255,107,0,.12);pointer-events:none}.gst-gov-trust-header{text-align:center;max-width:800px;margin:0 auto 28px}.gst-gov-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,107,0,.2);border:1px solid rgba(255,107,0,.4);color:#ff8c38;font-size:11.5px;font-weight:800;padding:4px 14px;border-radius:20px;letter-spacing:.8px;text-transform:uppercase;margin-bottom:12px}.gst-gov-title{color:#fff;font-size:clamp(24px,2.8vw,32px);font-weight:900;margin:0 0 10px;line-height:1.2}.gst-gov-subtitle{color:#cbd5e1;font-size:14.5px;line-height:1.6;margin:0}.gst-gov-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:28px}.gst-gov-feature-item{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:14px;padding:16px 14px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .25s ease}.gst-gov-feature-item:hover{background:hsla(0,0%,100%,.12);border-color:#ff6b00;transform:translateY(-3px)}.gst-gov-icon-box{width:40px;height:40px;border-radius:10px;background:#ff6b00;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(255,107,0,.3)}.gst-gov-feature-info h4{color:#fff;font-size:14px;font-weight:800;margin:0 0 4px;line-height:1.3}.gst-gov-feature-info p{color:#94a3b8;font-size:12px;line-height:1.45;margin:0}.gst-gov-logos-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;padding-top:20px;border-top:1px dashed hsla(0,0%,100%,.15)}.gst-gov-logos-label{color:#94a3b8;font-size:12px;font-weight:700;margin-right:6px}.gst-gov-pill-tag{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);color:#e2e8f0;font-size:12px;font-weight:700;padding:5px 12px;border-radius:20px}.gst-about-section{background:#f8fafc}.gst-about-grid{grid-gap:40px;gap:40px}.gst-about-left h2{font-size:26px;margin:0 0 14px}.gst-about-left p{font-size:14.5px;color:#475569;line-height:1.6;margin:0 0 14px}.gst-about-badge-card{border-radius:10px;padding:12px 14px;gap:10px;font-size:12.5px;font-weight:700;color:#0f2d52;box-shadow:0 2px 8px rgba(15,45,82,.03)}.gst-about-badge-card:hover{box-shadow:0 6px 16px rgba(255,107,0,.1)}.gst-about-badge-card svg{flex-shrink:0}.gst-about-right{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;padding:26px 22px;box-shadow:0 8px 24px rgba(15,45,82,.05)}.gst-who-title{font-size:20px;margin:0 0 18px;padding-bottom:10px;border-bottom:2px solid #fff4ec}.gst-who-pill-card{gap:10px;background:#f8fafc;border-radius:10px;padding:10px 12px;cursor:pointer}.gst-who-pill-card:hover{background:#fff4ec;transform:translateX(3px)}.gst-who-icon-circle{width:32px;height:32px;border-radius:8px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.04)}.gst-who-label{font-size:12.5px;font-weight:700;color:#1e293b}.gst-who-toggle-btn{display:inline-flex;align-items:center;gap:8px;background:#ff6b00;color:#fff;border:1.5px solid #ff6b00;font-size:13px;font-weight:800;padding:10px 24px;border-radius:25px;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 14px rgba(255,107,0,.35)}.gst-who-toggle-btn:hover{background:#e56000;border-color:#e56000;color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px rgba(255,107,0,.45)}.gst-process-section{padding:64px 0;background:linear-gradient(180deg,#fff,#f8fafc);border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.gst-section-eyebrow{display:inline-block;font-size:11.5px;font-weight:700;color:#ff6b00;letter-spacing:1px;text-transform:uppercase;background:#fff4ec;padding:4px 14px;border-radius:20px;margin-bottom:8px}.gst-section-subtitle{font-size:14.5px;color:#64748b;max-width:620px;margin:6px auto 16px;line-height:1.5;font-weight:400}.gst-process-timeline-wrapper{margin-top:32px}.gst-process-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;max-width:1280px;margin:0 auto}@media (max-width:1024px){.gst-process-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (max-width:640px){.gst-process-grid{grid-template-columns:1fr}}.gst-process-step-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px 18px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:12px;box-shadow:0 4px 18px rgba(15,45,82,.04);transition:all .28s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.gst-process-step-card:hover{border-color:#ff6b00;transform:translateY(-6px);box-shadow:0 16px 36px rgba(255,107,0,.14)}.gst-process-card-top-row{display:flex;align-items:center;justify-content:space-between;width:100%}.gst-process-card-badge{font-size:11px;font-weight:800;color:#ff6b00;background:#fff4ec;padding:3px 10px;border-radius:20px;letter-spacing:.5px;border:1px solid rgba(255,107,0,.15)}.gst-process-phase-tag{font-size:11px;color:#94a3b8;font-weight:600}.gst-process-icon-circle{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#fff4ec,#ffe8d6);color:#ff6b00;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,107,0,.2);transition:all .3s ease;box-shadow:0 4px 12px rgba(255,107,0,.08)}.gst-process-step-card:hover .gst-process-icon-circle{background:linear-gradient(135deg,#ff6b00,#ff8c38);color:#fff;border-color:#ff6b00;box-shadow:0 6px 18px rgba(255,107,0,.3)}.gst-process-step-title{font-size:15.5px;font-weight:700;color:#0f2d52;margin:0;line-height:1.3}.gst-process-step-desc{font-size:12.5px;color:#64748b;line-height:1.5;margin:0;fontWeight:400}.gst-why-section{padding:32px 0;background:#f8fafc;text-align:center}.gst-why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.gst-why-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;box-shadow:0 4px 14px rgba(15,45,82,.03);transition:all .25s ease}.gst-why-card:hover{border-color:#ff6b00;transform:translateY(-4px);box-shadow:0 12px 24px rgba(15,45,82,.07)}.gst-why-icon-box{width:46px;height:46px;border-radius:50%;background:#fff4ec;color:#ff6b00;display:flex;align-items:center;justify-content:center}.gst-why-title{font-size:15.5px;font-weight:800;color:#0f2d52;margin:0}.gst-why-desc{font-size:13px;color:#64748b;line-height:1.5;margin:0}.gst-about-section{padding:48px 0;background-color:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.gst-about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:44px;gap:44px;align-items:start}.gst-about-left h2{color:#0f2d52;font-size:28px;font-weight:900;margin-bottom:14px;line-height:1.25}.gst-about-left p{color:#334155;font-size:15px;line-height:1.65;margin-bottom:14px}.gst-about-badges-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:20px}.gst-about-badge-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 10px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;box-shadow:0 4px 12px rgba(15,45,82,.04);transition:all .2s ease}.gst-about-badge-card:hover{border-color:#ff6b00;transform:translateY(-2px)}.gst-about-badge-card span{color:#0f2d52;font-size:12.5px;font-weight:700;line-height:1.3}.gst-who-title{color:#0f2d52;font-size:26px;font-weight:900;margin-bottom:20px;text-align:center}.gst-who-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.gst-who-pill-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;display:flex;align-items:center;gap:12px;transition:all .2s ease;box-shadow:0 4px 12px rgba(15,45,82,.03)}.gst-who-pill-card:hover{border-color:#ff6b00;box-shadow:0 8px 20px rgba(255,107,0,.1);transform:translateY(-2px)}.gst-who-icon-circle{width:38px;height:38px;border-radius:10px;background-color:#fff4ec;color:#ff6b00;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gst-who-label{color:#0f2d52;font-size:13.5px;font-weight:800;line-height:1.3}.gst-faq-section{padding:32px 0;background:#fff}.gst-faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;max-width:1040px;margin:0 auto}.gst-faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;transition:border-color .2s ease}.gst-faq-item.is-active{border-color:#ff6b00;box-shadow:0 6px 20px rgba(255,107,0,.08)}.gst-faq-question-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:none;border:none;text-align:left;font-size:14.5px;font-weight:700;color:#0f2d52;cursor:pointer;gap:12px}.gst-faq-plus-icon{width:24px;height:24px;border-radius:50%;background:#fff4ec;color:#ff6b00;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;flex-shrink:0}.gst-faq-answer{padding:0 20px 16px;font-size:13.8px;color:#475569;line-height:1.6}.gst-cta-section{padding:30px 0 60px;background:#fff}.gst-cta-card{background:#fff6ef;border:1.5px solid #ffd8be;border-radius:22px;padding:36px 40px;display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:32px;gap:32px;align-items:center;box-shadow:0 12px 32px rgba(255,107,0,.07)}.gst-cta-left-content{display:flex;flex-direction:column;gap:10px}.gst-cta-icon-badge{width:42px;height:42px;border-radius:12px;background:#ff6b00;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:2px}.gst-cta-title{font-size:21px;font-weight:900;color:#0f2d52;margin:0;line-height:1.25}.gst-cta-desc{font-size:13.5px;color:#64748b;line-height:1.5;margin:0}.gst-cta-features-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.gst-cta-mini-feature{background:#fff;border:1px solid #ffe0cc;border-radius:10px;padding:11px 12px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px}.gst-cta-mini-icon{color:#ff6b00}.gst-cta-mini-label{font-size:11.5px;font-weight:800;color:#0f2d52}.gst-cta-right-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px}.gst-cta-phone-row{display:flex;align-items:center;gap:6px;font-size:13.5px;color:#475569;font-weight:600}.gst-cta-phone-link{color:#0f2d52;font-weight:900;font-size:15.5px;text-decoration:none}.gst-cta-phone-link:hover{color:#ff6b00}.all-tax-hero{position:relative;background-color:#f8fafc;padding:56px 24px;color:#0f2d52;text-align:center;border-bottom:1px solid #e2e8f0}.all-tax-hero:before{display:none}.all-tax-hero>div{position:relative;z-index:2}.all-tax-badge{display:inline-block;padding:5px 16px;border-radius:20px;background:#ff6b00;color:#fff;font-size:12px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:12px;box-shadow:0 4px 12px rgba(255,107,0,.25)}.all-tax-title{color:#0f2d52;font-size:clamp(28px,3.8vw,40px);font-weight:900;margin:0 0 12px;line-height:1.18}.all-tax-desc{font-size:15px;color:#334155;margin:0 auto;line-height:1.6;max-width:720px;font-weight:500}.all-tax-grid-section{padding:48px 24px;background:#fff}.all-tax-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;max-width:1340px;margin:0 auto}.all-tax-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 12px rgba(15,45,82,.03);transition:all .25s ease;box-sizing:border-box;min-height:290px}.all-tax-card:hover{transform:translateY(-3px);border-color:#ff6b00;box-shadow:0 10px 22px rgba(255,107,0,.1)}.all-tax-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.all-tax-icon-box{width:34px;height:34px;border-radius:8px;background:#fff4ec;color:#ff6b00;display:flex;align-items:center;justify-content:center}.all-tax-cat-pill{font-size:10.5px;font-weight:800;color:#0f2d52;background:#f1f5f9;padding:2px 7px;border-radius:20px}.all-tax-card-title{font-size:15px;font-weight:800;color:#0f2d52;margin:0 0 4px;line-height:1.25}.all-tax-card-desc{font-size:12px;color:#475569;line-height:1.4;margin:0 0 8px}.all-tax-benefits-box{border-top:1px dashed #e2e8f0;padding-top:6px;margin-bottom:8px}.all-tax-benefits-label{display:block;font-size:10.5px;font-weight:800;color:#0f2d52;margin-bottom:4px;text-transform:uppercase}.all-tax-benefit-row{display:flex;align-items:center;gap:5px;font-size:11.5px;color:#334155;margin-bottom:2px;font-weight:600}.all-tax-form-text{font-size:11px;color:#64748b;margin-bottom:8px;font-weight:600}.all-tax-book-btn{width:100%;padding:7px 12px;border-radius:8px;background:#ff6b00;color:#fff;font-size:12.5px;font-weight:800;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 4px 12px rgba(255,107,0,.2);transition:all .2s ease}.all-tax-book-btn:hover{background:#e56000;transform:translateY(-2px)}@media (min-width:1025px){.gst-featured-grid{grid-template-columns:repeat(4,1fr)!important;gap:20px!important}.gst-services-grid{grid-template-columns:repeat(3,1fr)!important;gap:22px!important}.gst-about-grid{grid-template-columns:1fr 1fr!important;gap:40px!important}.gst-why-grid{grid-template-columns:repeat(3,1fr)!important;gap:20px!important}.gst-gov-trust-grid{grid-template-columns:repeat(4,1fr)!important}.gst-card-hide-mobile{display:flex!important}.gst-view-all-mobile-only{display:none!important}}@media (min-width:769px) and (max-width:1024px){.gst-hero-section{padding:40px 0;min-height:auto}.gst-hero-grid{grid-template-columns:1fr;gap:36px}.gst-hero-right{justify-content:center}.gst-floating-menu-card{width:100%;max-width:440px}.gst-featured-grid,.gst-services-grid{grid-template-columns:repeat(2,1fr)!important}.gst-about-grid{grid-template-columns:1fr!important;gap:36px!important}.gst-card-hide-mobile{display:flex!important}.gst-view-all-mobile-only{display:none!important}}@media (max-width:768px){.gst-hero-section{background-image:none!important;background-color:#fff!important;padding:24px 0 32px!important;min-height:auto!important}.gst-hero-grid{grid-template-columns:1fr!important;gap:24px!important}.gst-hero-left{max-width:100%!important}.gst-hero-title{font-size:26px!important;line-height:1.2!important;margin-bottom:12px!important}.gst-hero-desc{font-size:14px!important;line-height:1.55!important;margin-bottom:18px!important}.gst-hero-badges-row{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;margin-bottom:20px!important}.gst-trust-badge-card{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:10px!important;padding:10px 8px!important}.gst-hero-cta-row{flex-direction:column!important;width:100%!important;gap:12px!important}.gst-btn-primary,.gst-btn-secondary{width:100%!important;justify-content:center!important}.gst-floating-menu-card{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.gst-featured-grid{grid-template-columns:1fr!important;gap:20px!important}.gst-services-grid{grid-template-columns:1fr!important;gap:16px!important}.gst-feat-card-img-box{height:180px!important}.gst-feat-card-content{padding:18px 16px!important}.gst-feat-title{font-size:17px!important;margin-bottom:6px!important}.gst-feat-desc{font-size:13px!important;line-height:1.45!important;margin-bottom:12px!important}.gst-feat-checklist{padding:10px 0!important;gap:6px!important}.gst-feat-check-item{font-size:12.5px!important;justify-content:flex-start!important}.gst-feat-btn{width:100%!important;justify-content:center!important;padding:10px 20px!important;font-size:13.5px!important;margin-top:6px!important}.gst-about-grid{grid-template-columns:1fr!important;gap:32px!important}.gst-about-right{width:100%!important;box-sizing:border-box!important;padding:24px 20px!important}.gst-hero-badges-row{grid-template-columns:repeat(2,1fr)}.gst-gov-trust-grid{grid-template-columns:1fr}.gst-process-grid{grid-template-columns:1fr!important;gap:16px!important}.gst-process-step-card{width:100%!important;box-sizing:border-box!important;padding:20px 18px!important}.gst-faq-grid,.gst-why-grid{grid-template-columns:1fr}.gst-cta-card{grid-template-columns:1fr!important;padding:28px 20px!important;gap:24px!important;text-align:center!important}.gst-cta-left-content{align-items:center!important;text-align:center!important}.gst-cta-title{font-size:20px!important;line-height:1.3!important}.gst-cta-desc{font-size:13.5px!important;line-height:1.5!important}.gst-cta-features-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;width:100%!important}.gst-cta-mini-feature{padding:10px 8px!important;flex-direction:row!important;justify-content:flex-start!important;text-align:left!important;align-items:center!important;gap:8px!important}.gst-cta-mini-label{font-size:11.5px!important;line-height:1.2!important}.gst-cta-right-content{width:100%!important;align-items:center!important}.gst-cta-right-content .gst-btn-primary{width:100%!important;justify-content:center!important}.gst-cta-phone-row{justify-content:center!important;flex-wrap:wrap!important}.gst-card-hide-mobile,.gst-process-hide-mobile{display:none!important}.gst-view-all-mobile-only{display:block!important}}@media (max-width:640px){.gst-about-badges-grid,.gst-who-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.gst-who-pill-card{padding:8px 10px!important;gap:8px!important}.gst-who-label{font-size:12px!important;word-break:break-word!important}}@media (max-width:480px){.gst-about-badges-grid,.gst-who-grid{grid-template-columns:1fr!important}}@media (min-width:769px){.gst-process-hide-desktop{display:none!important}}