*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2ea3f2;--primary-light:#5bb8f5;--primary-dark:#1a8ad8;--primary-bg:#2ea3f214;--navy:#1a1a40;--navy-light:#252560;--navy-mid:#2d2d6b;--white:#fff;--gray-50:#fafbfc;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--red:#dc2626;--green:#16a34a;--orange:#f59e0b;--font-heading:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width:1200px;--transition:.3s ease;--shadow-sm:0 1px 2px #0000000d;--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--gray-700);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7}a{color:inherit;transition:color var(--transition);text-decoration:none}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--navy);line-height:1.2}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-dark{background:var(--navy);color:var(--gray-300)}.section-dark h2,.section-dark h3,.section-dark h4{color:var(--white)}.section-gray{background:var(--gray-50)}.section-blue{background:linear-gradient(135deg,#e8f4fd 0%,#f0f9ff 100%)}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.section-header .subtitle{color:var(--gray-500);max-width:650px;margin:0 auto;font-size:1.125rem}.section-dark .section-header .subtitle{color:var(--gray-400)}.accent{color:var(--primary)}.accent-bar{background:var(--primary);width:60px;height:3px;margin-bottom:1.5rem}.accent-bar-center{background:var(--primary);width:60px;height:3px;margin:0 auto 1.5rem}.btn{letter-spacing:.02em;transition:all var(--transition);text-align:center;border-radius:6px;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;display:inline-block}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #2ea3f266}.btn-outline{border:2px solid var(--primary);color:var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--white)}.btn-white{background:var(--white);color:var(--navy)}.btn-white:hover{background:var(--gray-100);transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy-light);transform:translateY(-2px)}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.card{background:var(--white);box-shadow:var(--shadow);transition:all var(--transition);border-radius:12px;padding:2rem}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:4rem 0}.section-header h2{font-size:2rem}}@media (width<=480px){.section{padding:3rem 0}.container{padding:0 1rem}}.header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all var(--transition);background:#fffffff7;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.header--scrolled{border-bottom:1px solid var(--gray-200);background:#fffffffc;box-shadow:0 4px 20px #00000014}.header__inner{justify-content:space-between;align-items:center;height:80px;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header__logo-icon{background:var(--primary);width:44px;height:44px;color:var(--white);border-radius:10px;justify-content:center;align-items:center;display:flex}.header__logo-text{flex-direction:column;display:flex}.header__logo-name{font-family:var(--font-heading);color:var(--navy);font-size:1.125rem;font-weight:700;line-height:1.2}.header__logo-tag{color:var(--gray-500);letter-spacing:.01em;font-size:.6875rem}.header__nav{align-items:center;gap:.25rem;display:flex}.header__nav>a,.header__dropdown>a{color:var(--gray-700);transition:all var(--transition);white-space:nowrap;border-radius:6px;padding:.5rem 1rem;font-size:.9375rem;font-weight:500}.header__nav>a:hover,.header__dropdown>a:hover,.header__nav>a.active,.header__dropdown>a.active{color:var(--primary)}.header__cta.btn{margin-left:.75rem;padding:.625rem 1.5rem;font-size:.875rem}.header__dropdown{position:relative}.header__dropdown>a{align-items:center;gap:4px;display:flex}.header__chevron{transition:transform var(--transition)}.header__dropdown:hover .header__chevron{transform:rotate(180deg)}.header__dropdown-menu{background:var(--white);border:1px solid var(--gray-200);opacity:0;visibility:hidden;border-radius:12px;min-width:220px;padding:.5rem 0;transition:all .25s;position:absolute;top:100%;left:0;transform:translateY(8px);box-shadow:0 16px 40px #0000001f}.header__dropdown-menu--open,.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown-menu a{color:var(--gray-700);transition:all var(--transition);padding:.625rem 1.25rem;font-size:.9rem;display:block}.header__dropdown-menu a:hover,.header__dropdown-menu a.active{color:var(--primary);background:var(--primary-bg)}.header__hamburger{z-index:10;flex-direction:column;gap:5px;padding:8px;display:none}.header__hamburger span{background:var(--navy);width:24px;height:2px;transition:all var(--transition);border-radius:2px;display:block}.header__hamburger.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.header__hamburger.open span:nth-child(2){opacity:0}.header__hamburger.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=1024px){.header__hamburger{display:flex}.header__nav{background:var(--white);flex-direction:column;align-items:flex-start;gap:0;width:300px;height:100vh;padding:6rem 1.5rem 2rem;transition:right .35s;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-8px 0 30px #00000026}.header__nav--open{right:0}.header__nav>a,.header__dropdown>a{border-bottom:1px solid var(--gray-100);width:100%;padding:.75rem 0;font-size:1.0625rem}.header__dropdown{width:100%}.header__dropdown-menu{opacity:1;visibility:hidden;max-height:0;box-shadow:none;border:none;padding:0;transition:max-height .35s,visibility 0s .35s;position:static;overflow:hidden;transform:none}.header__dropdown-menu--open{visibility:visible;max-height:500px;padding:.25rem 0;transition:max-height .35s,visibility}.header__dropdown-menu a{padding-left:1.25rem;font-size:.9375rem}.header__cta.btn{text-align:center;width:100%;margin-top:1rem;margin-left:0}}.footer{background:var(--navy);color:var(--gray-400)}.footer__top{border-bottom:1px solid #ffffff14;padding:4rem 0 3rem}.footer__grid{grid-template-columns:1.5fr 1fr .75fr 1.25fr;gap:3rem;display:grid}.footer__logo-icon{background:var(--primary);width:48px;height:48px;color:var(--white);border-radius:10px;justify-content:center;align-items:center;display:flex}.footer__brand h3{color:var(--white);margin-top:1rem;margin-bottom:.25rem;font-size:1.375rem}.footer__tagline{color:var(--primary-light);margin-bottom:.75rem;font-size:.875rem}.footer__desc{color:var(--gray-400);font-size:.9rem;line-height:1.6}.footer__links-col h4,.footer__contact-col h4{color:var(--white);text-transform:uppercase;letter-spacing:.08em;font-size:1rem;font-family:var(--font-body);margin-bottom:1.25rem;font-weight:600}.footer__links-col ul li{margin-bottom:.5rem}.footer__links-col a{color:var(--gray-400);transition:all var(--transition);font-size:.9375rem}.footer__links-col a:hover{color:var(--primary-light);padding-left:4px}.footer__contact-item{align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9375rem;display:flex}.footer__contact-item svg{color:var(--primary);flex-shrink:0;margin-top:2px}.footer__contact-item a:hover{color:var(--primary-light)}.footer__bottom{text-align:center;color:var(--gray-500);padding:1.5rem 0;font-size:.875rem}.footer__bottom-links{justify-content:center;gap:.5rem;margin-top:.5rem;margin-bottom:1rem;display:flex}.footer__bottom-links a{color:var(--gray-400);transition:color var(--transition)}.footer__bottom-links a:hover{color:var(--primary-light)}.footer__disclaimer{color:var(--gray-500);max-width:800px;margin:0 auto;font-size:.75rem;line-height:1.6}@media (width<=1024px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (width<=640px){.footer__grid{text-align:center;grid-template-columns:1fr;gap:2rem}.footer__logo-icon{margin:0 auto}.footer__contact-item{justify-content:center}}.zip-search{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);padding:4rem 0}.zip-search__inner{text-align:center;max-width:600px;margin:0 auto}.zip-search__inner h2{color:var(--white);margin-bottom:.75rem;font-size:2rem}.zip-search__inner>p{color:var(--gray-300);margin-bottom:2rem;font-size:1.0625rem}.zip-search__form{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.zip-search__form input{width:200px;color:var(--white);font-size:1rem;font-family:var(--font-body);transition:border-color var(--transition);background:#ffffff1a;border:2px solid #fff3;border-radius:8px;padding:.875rem 1.25rem}.zip-search__form input::placeholder{color:var(--gray-400)}.zip-search__form input:focus{border-color:var(--primary);background:#ffffff26;outline:none}.zip-search__form .btn{white-space:nowrap}@media (width<=640px){.zip-search__form{flex-direction:column;align-items:center}.zip-search__form input,.zip-search__form .btn{width:100%;max-width:300px}}.home-hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.home-hero__bg{background:linear-gradient(135deg,#0f1b3d 0%,#1a2d5a 40%,#1e3a6e 100%);position:absolute;inset:0}.home-hero__bg:after{content:"";background:radial-gradient(circle at 70% 30%,#2ea3f226 0%,#0000 60%);position:absolute;inset:0}.home-hero__content{z-index:1;max-width:720px;padding-top:80px;position:relative}.home-hero__badge{color:var(--primary-light);letter-spacing:.06em;text-transform:uppercase;background:#2ea3f226;border:1px solid #2ea3f24d;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600;display:inline-block}.home-hero h1{color:var(--white);margin-bottom:1rem;font-size:3.5rem;line-height:1.15}.home-hero__tagline{color:var(--primary-light);margin-bottom:1.25rem;font-size:1.375rem;font-weight:500}.home-hero__desc{color:var(--gray-300);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.8}.home-hero__actions{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=768px){.home-hero{min-height:90vh}.home-hero h1{font-size:2.5rem}.home-hero__desc{font-size:1rem}}.home-stats{background:var(--primary);z-index:2;padding:0;position:relative}.home-stats__grid{grid-template-columns:repeat(4,1fr);display:grid}.home-stats__item{text-align:center;flex-direction:column;align-items:center;padding:2rem 1rem;display:flex;position:relative}.home-stats__item:not(:last-child):after{content:"";background:#fff3;width:1px;height:50%;position:absolute;top:25%;right:0}.home-stats__number{font-family:var(--font-heading);color:var(--white);font-size:2.5rem;font-weight:700;line-height:1}.home-stats__label{color:var(--white);opacity:.85;margin-top:.25rem;font-size:.875rem;font-weight:500}@media (width<=768px){.home-stats__grid{grid-template-columns:repeat(2,1fr)}.home-stats__item:nth-child(2):after{display:none}}.home-process__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.home-process__step{text-align:center;padding:2rem 1.5rem}.home-process__number{background:var(--primary);width:56px;height:56px;color:var(--white);font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;display:inline-flex}.home-process__step h3{margin-bottom:.75rem;font-size:1.125rem}.home-process__step p{color:var(--gray-600);font-size:.9375rem}@media (width<=1024px){.home-process__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.home-process__grid{grid-template-columns:1fr}}.home-services__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.home-services__card{background:var(--white);box-shadow:var(--shadow);transition:all var(--transition);border-radius:12px;flex-direction:column;padding:2rem;display:flex;overflow:hidden}.home-services__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px)}.home-services__card-icon{margin-bottom:1rem;font-size:2.5rem}.home-services__card-body h3{margin-bottom:.75rem;font-size:1.25rem}.home-services__card-body p{color:var(--gray-600);flex:1;font-size:.9375rem}.home-services__card-link{color:var(--primary);transition:all var(--transition);align-items:center;gap:4px;margin-top:1rem;font-size:.9rem;font-weight:600;display:inline-flex}.home-services__card:hover .home-services__card-link{gap:8px}@media (width<=1024px){.home-services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.home-services__grid{grid-template-columns:1fr}}.home-why__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.home-why__card{background:var(--white);border:1px solid var(--gray-200);transition:all var(--transition);border-radius:12px;padding:2rem}.home-why__card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg)}.home-why__card-check{background:var(--primary-bg);width:36px;height:36px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.home-why__card h3{margin-bottom:.5rem;font-size:1.125rem}.home-why__card p{color:var(--gray-600);font-size:.9375rem}@media (width<=1024px){.home-why__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.home-why__grid{grid-template-columns:1fr}}.page-hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);align-items:flex-end;margin-top:80px;padding:4rem 0 3rem;display:flex;position:relative}.page-hero__content{z-index:1;position:relative}.page-hero__breadcrumbs{align-items:center;gap:0;margin-bottom:1rem;font-size:.875rem;display:flex}.page-hero__breadcrumbs a{color:var(--primary-light)}.page-hero__breadcrumbs a:hover{text-decoration:underline}.page-hero__breadcrumbs span{color:var(--gray-400)}.page-hero__separator{color:var(--gray-500);margin:0 .5rem}.page-hero h1{color:var(--white);margin-bottom:.5rem;font-size:3rem}.page-hero__subtitle{color:var(--primary-light);font-size:1.25rem}@media (width<=768px){.page-hero{padding:3rem 0 2rem}.page-hero h1{font-size:2.25rem}}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.services-grid__card{background:var(--white);border:1px solid var(--gray-200);transition:all var(--transition);border-radius:12px;align-items:flex-start;gap:1.25rem;padding:2rem;display:flex}.services-grid__card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.services-grid__icon{flex-shrink:0;font-size:2.5rem}.services-grid__card h3{margin-bottom:.5rem;font-size:1.25rem}.services-grid__card p{color:var(--gray-600);margin-bottom:.75rem;font-size:.9375rem}.services-grid__link{color:var(--primary);transition:gap var(--transition);align-items:center;gap:4px;font-size:.875rem;font-weight:600;display:inline-flex}.services-grid__card:hover .services-grid__link{gap:8px}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.services-grid{grid-template-columns:1fr}}.service-steps{background:var(--white);border-bottom:1px solid var(--gray-200);padding:2.5rem 0}.service-steps__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.service-steps__item{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.service-steps__icon{font-size:2rem}.service-steps__label{color:var(--navy);font-size:.9375rem;font-weight:600}.service-page__intro{text-align:center;max-width:800px;margin:0 auto}.service-page__intro p{color:var(--gray-700);margin-bottom:1rem;font-size:1.125rem;line-height:1.8}.service-page__content{max-width:800px;margin:0 auto}.service-page__content p{color:var(--gray-700);font-size:1.0625rem;line-height:1.8}.service-page__features{grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:900px;margin:0 auto;display:grid}.service-page__feature{background:var(--white);box-shadow:var(--shadow-sm);transition:all var(--transition);border-radius:10px;align-items:flex-start;gap:.875rem;padding:1.25rem;display:flex}.service-page__feature:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.service-page__feature-icon{background:var(--primary-bg);width:32px;height:32px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-page__feature p{color:var(--gray-700);font-size:.9375rem;line-height:1.6}@media (width<=768px){.service-steps__grid{grid-template-columns:repeat(2,1fr)}.service-page__features{grid-template-columns:1fr}}@media (width<=480px){.service-steps__grid{grid-template-columns:1fr 1fr}}.find-pro__form-wrapper{text-align:center;max-width:700px;margin:0 auto}.find-pro__form-wrapper h2{margin-bottom:.75rem;font-size:2.25rem}.find-pro__form-wrapper>p{color:var(--gray-600);margin-bottom:2.5rem;font-size:1.0625rem}.find-pro__form-row{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.find-pro__field{text-align:left;flex:1;min-width:180px}.find-pro__field label{color:var(--gray-700);margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.find-pro__field select,.find-pro__field input{border:1px solid var(--gray-300);width:100%;font-family:var(--font-body);color:var(--gray-800);background:var(--white);transition:border-color var(--transition);border-radius:8px;padding:.875rem 1rem;font-size:1rem}.find-pro__field select:focus,.find-pro__field input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2ea3f226}.find-pro__submit{white-space:nowrap;height:fit-content;padding:.875rem 2rem}.find-pro__success{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:3rem 2rem}.find-pro__success svg{color:var(--green);margin-bottom:1rem}.find-pro__success h3{margin-bottom:.5rem;font-size:1.5rem}.find-pro__success p{color:var(--gray-600);margin-bottom:1.5rem}.find-pro__services{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.find-pro__service-card{background:var(--white);border:1px solid var(--gray-200);transition:all var(--transition);border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.find-pro__service-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.find-pro__service-icon{font-size:2rem}.find-pro__service-title{color:var(--navy);font-size:1.0625rem;font-weight:600}@media (width<=768px){.find-pro__form-row{flex-direction:column}.find-pro__services{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.find-pro__services{grid-template-columns:1fr}}.contact-layout{grid-template-columns:1.5fr 1fr;align-items:flex-start;gap:4rem;display:grid}.contact-form-wrapper h2{margin-bottom:.75rem;font-size:2rem}.contact-form__desc{color:var(--gray-600);margin-bottom:2rem;font-size:1.0625rem}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.contact-form__row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.contact-form__field{flex-direction:column;display:flex}.contact-form__field label{color:var(--gray-700);margin-bottom:.375rem;font-size:.875rem;font-weight:600}.contact-form__field input,.contact-form__field textarea,.contact-form__field select{border:1px solid var(--gray-300);font-family:var(--font-body);color:var(--gray-800);transition:border-color var(--transition), box-shadow var(--transition);background:var(--white);border-radius:8px;padding:.75rem 1rem;font-size:1rem}.contact-form__field input:focus,.contact-form__field textarea:focus,.contact-form__field select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2ea3f226}.contact-form__field textarea{resize:vertical;min-height:140px}.contact-form__submit{align-self:flex-start;min-width:200px}.contact-form__success{text-align:center;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:3rem 2rem}.contact-form__success svg{color:var(--green);margin-bottom:1rem}.contact-form__success h3{margin-bottom:.5rem;font-size:1.5rem}.contact-form__success p{color:var(--gray-600)}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.contact-info__card{background:var(--navy);border-radius:12px;padding:2rem}.contact-info__card h3{color:var(--white);margin-bottom:.75rem;font-size:1.25rem}.contact-info__card>p{color:var(--gray-400);margin-bottom:1.5rem;font-size:.9375rem}.contact-info__item{align-items:flex-start;gap:.875rem;margin-bottom:1.25rem;display:flex}.contact-info__item svg{color:var(--primary);flex-shrink:0;margin-top:2px}.contact-info__item strong{color:var(--gray-300);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;font-size:.8125rem;display:block}.contact-info__item span{color:var(--white);font-size:.9375rem}@media (width<=1024px){.contact-layout{grid-template-columns:1fr;gap:3rem}}@media (width<=640px){.contact-form__row{grid-template-columns:1fr}}.blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.blog-card{background:var(--white);border:1px solid var(--gray-200);transition:all var(--transition);border-radius:12px;padding:2rem}.blog-card:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.blog-card__category{background:var(--primary-bg);color:var(--primary);text-transform:uppercase;letter-spacing:.06em;border-radius:4px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.blog-card h3{margin-bottom:.5rem;font-size:1.125rem;line-height:1.4}.blog-card p{color:var(--gray-600);margin-bottom:1rem;font-size:.9375rem}.blog-card__link{color:var(--primary);transition:gap var(--transition);align-items:center;gap:4px;font-size:.875rem;font-weight:600;display:inline-flex}.blog-card:hover .blog-card__link{gap:8px}@media (width<=1024px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.blog-grid{grid-template-columns:1fr}}main{min-height:60vh}
