:root{--t38-navy:#0a1628;--t38-navy-light:#132337;--t38-blue:#00a3e0;--t38-blue-light:#33b5e6;--t38-blue-dark:#0082b3;--t38-green:#10b981;--t38-red:#ef4444;--t38-orange:#f59e0b;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--font-sans:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.06);--shadow-md:0 4px 12px rgba(0,0,0,0.10);--shadow-lg:0 10px 30px rgba(0,0,0,0.12);--max-width:1200px;--header-height:64px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);background:var(--gray-100);color:var(--gray-700);line-height:1.7;min-height:100vh}img,svg{display:block;max-width:100%}a{color:var(--t38-blue);text-decoration:none}a:hover{text-decoration:underline}ul,ol{list-style:none}.section-container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.site-header{background:var(--t38-navy);height:var(--header-height);position:sticky;top:0;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.3)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;gap:2rem}.logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.logo:hover{text-decoration:none;opacity:.9}.site-logo{display:block;height:42px;width:auto}.site-logo--footer{height:52px;opacity:.9}.site-nav{flex:1}.nav-list{display:flex;align-items:center;gap:.25rem;height:var(--header-height)}.nav-item{position:relative;height:100%;display:flex;align-items:center}.nav-link{color:var(--gray-300);font-size:.9rem;font-weight:500;padding:.5rem .875rem;border-radius:var(--radius-md);transition:color .15s,background .15s;background:0 0;border:none;cursor:pointer;display:flex;align-items:center;white-space:nowrap}.nav-link:hover,.nav-dropdown-toggle:hover{color:#fff;background:rgba(255,255,255,8%);text-decoration:none}.dropdown-menu{position:absolute;top:calc(var(--header-height) - 8px);left:0;min-width:280px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg),0 0 0 1px rgba(0,0,0,6%);padding:.5rem;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .15s,transform .15s}.nav-dropdown-toggle[aria-expanded=true]+.dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown-item{display:flex;flex-direction:column;padding:.75rem 1rem;border-radius:var(--radius-md);color:var(--gray-800);transition:background .15s;text-decoration:none}.dropdown-item:hover{background:var(--gray-50);text-decoration:none}.dropdown-item-title{font-weight:600;font-size:.9rem;color:var(--t38-navy)}.dropdown-item-subtitle{font-size:.8rem;color:var(--gray-500);margin-top:2px}.dropdown-divider{height:1px;background:var(--gray-200);margin:.375rem .5rem;list-style:none}.dropdown-item--product{background:rgba(0,163,224,4%);border:1px solid rgba(0,163,224,.12);border-radius:var(--radius-md);margin-top:.125rem}.dropdown-item--product:hover{background:rgba(0,163,224,8%)}.dropdown-item--product .dropdown-item-title{color:var(--t38-blue-dark)}.dropdown-item-badge{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--t38-blue-dark);background:rgba(0,163,224,.12);border:1px solid rgba(0,163,224,.25);border-radius:4px;padding:1px 5px;vertical-align:middle;margin-left:.4rem;line-height:1.6}.header-ctas{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.btn-control-panel{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;color:var(--gray-300);background:0 0;border:1px solid rgba(255,255,255,.22);text-decoration:none;transition:color .15s,border-color .15s,background .15s;white-space:nowrap;cursor:pointer}.btn-control-panel:hover{color:#fff;border-color:rgba(255,255,255,.5);background:rgba(255,255,255,6%);text-decoration:none}.mobile-menu-toggle{display:none}.mobile-nav{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-sans);font-weight:600;font-size:.9rem;padding:.5rem 1.25rem;border-radius:var(--radius-md);border:2px solid transparent;cursor:pointer;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;white-space:nowrap;text-decoration:none;line-height:1.4}.btn:hover{text-decoration:none}.btn-lg{font-size:1rem;padding:.75rem 1.75rem}.btn-primary{background:var(--t38-blue);color:#fff;border-color:var(--t38-blue)}.btn-primary:hover{background:var(--t38-blue-dark);border-color:var(--t38-blue-dark);color:#fff}.btn-ghost{background:0 0;color:var(--gray-300);border-color:transparent}.btn-ghost:hover{background:rgba(255,255,255,8%);color:#fff}.btn-outline{background:0 0;color:var(--t38-blue);border-color:var(--t38-blue)}.btn-outline:hover{background:var(--t38-blue);color:#fff}.btn-outline-light{background:0 0;color:#fff;border-color:rgba(255,255,255,.5)}.btn-outline-light:hover{background:rgba(255,255,255,.12);border-color:#fff}.btn-full{width:100%}.hero{background:linear-gradient(135deg,var(--t38-navy) 0%,var(--t38-navy-light) 50%,#1a3a52 100%);color:#fff;padding:3.5rem 2rem!important;min-height:unset!important;display:flex!important;align-items:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;right:0;width:60%;height:100%;background:radial-gradient(ellipse at top right,rgba(0,163,224,.12) 0%,transparent 65%);pointer-events:none}.hero-content{max-width:760px;width:100%;margin:0 auto;position:relative;z-index:1}.hero-eyebrow{color:var(--t38-blue);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.hero-eyebrow::before{content:'';width:24px;height:2px;background:var(--t38-blue);flex-shrink:0}.hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.25rem;max-width:700px}.hero-description{font-size:1.15rem;color:rgba(255,255,255,.8);max-width:580px;margin-bottom:2rem;line-height:1.6}.cta-group{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.solutions-subnav{background:#fff;border-bottom:1px solid var(--gray-200);position:sticky;top:var(--header-height);z-index:90}.solutions-subnav-list{display:flex;gap:0;overflow-x:auto;scrollbar-width:none}.solutions-subnav-list::-webkit-scrollbar{display:none}.solutions-subnav-link{display:block;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;color:var(--gray-600);border-bottom:3px solid transparent;white-space:nowrap;transition:color .15s,border-color .15s;text-decoration:none}.solutions-subnav-link:hover{color:var(--t38-navy);text-decoration:none}.solutions-subnav-link.active{color:var(--t38-blue);border-bottom-color:var(--t38-blue);font-weight:600}.prose{max-width:860px}.prose h2{font-size:1.75rem;font-weight:700;color:var(--t38-navy);margin-top:3rem;margin-bottom:1rem;letter-spacing:-.02em}.prose h3{font-size:1.35rem;font-weight:600;color:var(--t38-navy);margin-top:2rem;margin-bottom:.75rem}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{padding-left:1.5rem;margin-bottom:1.25rem}.prose ul{list-style:disc}.prose ol{list-style:decimal}.prose li{margin-bottom:.4rem}.prose strong{color:var(--gray-800)}.prose blockquote{border-left:4px solid var(--t38-blue);padding:1rem 1.5rem;margin:2rem 0;background:var(--gray-50);border-radius:0 var(--radius-md)var(--radius-md)0;font-style:italic;color:var(--gray-600)}.page-content{padding:4rem 0}.page-header{margin-bottom:2.5rem}.eyebrow{color:var(--t38-blue);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem}.page-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--t38-navy);letter-spacing:-.02em;line-height:1.15;margin-bottom:.75rem}.page-description{font-size:1.1rem;color:var(--gray-600);max-width:640px}.faq-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,8%),0 4px 12px rgba(0,0,0,4%);border:1px solid var(--gray-200)}.section-heading{font-size:1.75rem;font-weight:700;color:var(--t38-navy);margin-bottom:2rem;letter-spacing:-.02em}.faq-section-inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.faq-heading{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:1.5rem}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-item:first-child{border-top:1px solid var(--gray-200)}.faq-question{margin:0}.faq-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.125rem 0;background:0 0;border:none;cursor:pointer;text-align:left;font-family:var(--font-sans);font-size:.9375rem;font-weight:600;color:var(--gray-800);transition:color .15s}.faq-toggle:hover{color:var(--t38-blue)}.faq-caret{flex-shrink:0;color:var(--gray-400);transition:transform .2s}.faq-item.open .faq-caret{transform:rotate(180deg)}.faq-answer{margin:0;display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-answer-inner{overflow:hidden;font-size:.9375rem;color:var(--gray-600);line-height:1.7;padding-bottom:0;transition:padding-bottom .3s ease;border-bottom:2px solid var(--gray-100)}.faq-item.open .faq-answer-inner{padding-bottom:1.5rem}.cta-banner{background:linear-gradient(135deg,var(--t38-navy) 0%,#1a3a52 100%);color:#fff;padding:5rem 2rem;text-align:center}.cta-banner-inner{max-width:640px;margin:0 auto}.cta-banner-headline{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.cta-banner-subhead{color:rgba(255,255,255,.75);font-size:1.1rem;margin-bottom:2rem}.cta-banner .cta-group{justify-content:center}.site-footer{background:var(--t38-navy);color:var(--gray-400)}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:4rem 2rem 3rem;display:grid;grid-template-columns:240px 1fr;gap:4rem}.footer-logo{margin-bottom:1rem}.footer-tagline{color:var(--gray-300);font-size:.9rem;margin-bottom:.35rem}.footer-parent{font-size:.8rem;color:var(--gray-500)}.footer-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem}.footer-col-heading{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-300);margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col a{color:var(--gray-500);font-size:.9rem;transition:color .15s;text-decoration:none}.footer-col a:hover{color:var(--gray-200)}.footer-bottom{border-top:1px solid rgba(255,255,255,6%)}.footer-bottom-inner{max-width:var(--max-width);margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-legal{font-size:.8rem;color:var(--gray-600)}.footer-legal-links{display:flex;gap:1.5rem}.footer-legal-links a{font-size:.8rem;color:var(--gray-600);text-decoration:none}.footer-legal-links a:hover{color:var(--gray-400)}@media(max-width:1024px){.footer-nav{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.site-nav,.header-ctas{display:none}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;background:0 0;border:none;cursor:pointer;padding:.5rem;margin-left:auto}.hamburger-bar{width:22px;height:2px;background:var(--gray-300);border-radius:2px;display:block;transition:transform .2s,opacity .2s}.mobile-nav{display:block;background:var(--t38-navy-light);overflow:hidden;max-height:0;transition:max-height .3s ease}body.mobile-nav-open .mobile-nav{max-height:calc(100vh - var(--header-height));overflow-y:auto}.site-header{height:auto;min-height:var(--header-height);flex-wrap:wrap}.header-inner{flex-wrap:wrap}.mobile-nav-list{padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.25rem}.mobile-nav-section-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-500);padding:.5rem 0;margin-top:.5rem}.mobile-nav-link{display:block;padding:.65rem 0;color:var(--gray-300);font-size:.95rem;text-decoration:none;border-bottom:1px solid rgba(255,255,255,5%)}.mobile-nav-divider{height:1px;background:rgba(255,255,255,8%);margin:.5rem 0}.mobile-nav-cta{margin-top:1rem}.mobile-nav-cta .btn{width:100%;justify-content:center}.mobile-nav-cta .btn:first-child{margin-bottom:.5rem}.hero{padding:2.5rem 1.5rem!important}.footer-inner{grid-template-columns:1fr;gap:2rem}.footer-nav{grid-template-columns:repeat(2,1fr)}.footer-bottom-inner{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.footer-nav{grid-template-columns:1fr 1fr}.cta-group{flex-direction:column;align-items:stretch}.cta-group .btn{width:100%;justify-content:center}}.solution-body{background:var(--gray-100);padding:2rem 0}.solution-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,8%),0 4px 12px rgba(0,0,0,4%);border:1px solid var(--gray-200)}.solution-section p{font-size:.9375rem;color:var(--gray-600);line-height:1.7;margin-bottom:1rem}.solution-section p:last-child{margin-bottom:0}.solution-section h2{font-size:1.375rem;font-weight:700;color:var(--gray-900);line-height:1.3;margin-bottom:.875rem}.solution-section h3{font-size:1.1rem;font-weight:600;color:var(--gray-900);margin-top:1.5rem;margin-bottom:.625rem}.solution-section strong{color:var(--gray-800)}.solution-section a{color:var(--t38-blue)}.solution-section .btn-primary,.solution-section .btn-primary:hover{color:#fff}.solution-section .btn-outline-light,.solution-section .btn-outline-light:hover{color:#fff}.solution-section .btn-control-panel{color:var(--gray-300)}.solution-section-label{font-size:.625rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--t38-blue);display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.solution-section-label::before{content:'';width:12px;height:2px;background:var(--t38-blue);flex-shrink:0}.problem-callout{display:inline-block;min-width:320px;background:linear-gradient(135deg,#fef2f2,#fff5f5);border:1px solid #fecaca;border-left:4px solid var(--t38-red);border-radius:0 var(--radius-lg)var(--radius-lg)0;padding:1rem 1.5rem;margin:1.25rem 0}.problem-callout ul{list-style:none;padding:0;margin:0}.problem-callout ul li{padding:.2rem 0 .2rem 1.5rem;position:relative;color:var(--gray-600);font-style:italic;font-size:.9375rem;line-height:1.5}.problem-callout ul li::before{content:'"';position:absolute;left:0;color:var(--t38-red);font-weight:700}.solution-section blockquote{background:linear-gradient(135deg,var(--gray-50),#fff);border-left:4px solid var(--t38-blue);padding:1.25rem 1.5rem;margin:1.25rem 0;border-radius:0 var(--radius-lg)var(--radius-lg)0;font-size:.9375rem;color:var(--gray-700)}.diff-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:1.25rem}.diff-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .2s,box-shadow .2s}.diff-card:hover{border-color:var(--t38-blue);box-shadow:0 4px 12px rgba(0,163,224,.1)}.diff-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.diff-card-icon{width:36px;height:36px;min-width:36px;background:linear-gradient(135deg,var(--t38-blue),var(--t38-blue-dark));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#fff}.diff-card-icon svg{width:18px;height:18px;display:block;flex-shrink:0}.diff-card h4,.diff-card-title{font-size:.9375rem!important;font-weight:600!important;color:var(--gray-900)!important;margin:0!important;line-height:1.3}.diff-card p{font-size:.875rem;color:var(--gray-600);line-height:1.6;margin:0}.testimonial{background:linear-gradient(135deg,var(--gray-50),#fff);border-radius:var(--radius-lg);padding:1.5rem;margin:1rem 0;border:1px solid var(--gray-200);position:relative}.testimonial::before{content:'\201C';position:absolute;top:.5rem;left:1rem;font-size:3rem;color:var(--t38-blue);opacity:.2;font-family:Georgia,serif;line-height:1}.testimonial p{font-style:italic;color:var(--gray-700);margin-bottom:1rem;padding-left:1.5rem;font-size:.9375rem;line-height:1.7}.testimonial cite{font-size:.8125rem;color:var(--gray-500);font-style:normal;display:block;padding-left:1.5rem}.testimonial cite strong{color:var(--gray-900);font-weight:600}.compat-list{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;margin:1.25rem 0}.compat-list h3{font-size:.6875rem!important;font-weight:700!important;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-500)!important;margin-bottom:.75rem!important;margin-top:1.25rem!important}.compat-list h3:first-child{margin-top:0!important}.compat-list ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.compat-list li{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-full);padding:.3rem .875rem;font-size:.8125rem;font-weight:500;color:var(--gray-700)}.crosslink-box{background:rgba(0,163,224,6%);border:1px solid rgba(0,163,224,.2);border-radius:var(--radius-lg);padding:1.5rem 2rem;margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.crosslink-box p{margin:0;color:var(--gray-700);font-size:.9375rem}.steps-list{list-style:none;padding:0;margin:1.25rem 0 1.5rem;display:flex;flex-direction:column;gap:.75rem;counter-reset:steps-counter}.steps-list li{counter-increment:steps-counter;display:flex;align-items:flex-start;gap:1rem;font-size:.9375rem;color:var(--gray-600);line-height:1.6;padding:.875rem 1.25rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md)}.steps-list li::before{content:counter(steps-counter);display:flex;align-items:center;justify-content:center;min-width:26px;height:26px;background:var(--t38-blue);color:#fff;font-size:.75rem;font-weight:700;border-radius:var(--radius-full);flex-shrink:0;margin-top:1px}.steps-list li strong{color:var(--gray-800)}.scenario-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0}.scenario-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem}.scenario-card-num{font-size:.75rem;font-weight:700;letter-spacing:.08em;color:var(--t38-blue);text-transform:uppercase;margin-bottom:.75rem}.scenario-card h4{font-size:1.0625rem!important;font-weight:700!important;color:var(--gray-900)!important;margin:0 0 .75rem!important;line-height:1.3}.scenario-card p{font-size:.9375rem;line-height:1.65;color:var(--gray-600);margin:0 0 .5rem}.scenario-card-meta{font-size:.8125rem!important;color:var(--gray-400)!important;font-style:italic;margin-top:.75rem!important}.crosslink-pair{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-top:2rem}.solution-section.pillar-section{background:linear-gradient(135deg,var(--t38-navy) 0%,var(--t38-navy-light) 100%);border-color:rgba(255,255,255,6%);position:relative;overflow:hidden}.pillar-num{position:absolute;top:1rem;right:1.75rem;font-size:5rem;font-weight:800;line-height:1;color:#fff;opacity:.05;pointer-events:none;user-select:none;font-variant-numeric:tabular-nums;letter-spacing:-.04em}.solution-section.pillar-section p{color:rgba(255,255,255,.75)}.solution-section.pillar-section p:last-child{margin-bottom:0}.pillar-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.pillar-icon{width:44px;height:44px;min-width:44px;background:rgba(0,163,224,.25);border:1px solid rgba(0,163,224,.4);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--t38-blue-light);flex-shrink:0}.pillar-icon svg{width:22px;height:22px;display:block;flex-shrink:0}.pillar-title{font-size:1.375rem!important;font-weight:700!important;color:#fff!important;margin:0!important;line-height:1.2;letter-spacing:-.01em}.pillar-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:var(--t38-blue-light);margin-top:1.25rem;text-decoration:none;transition:gap .15s}.pillar-link:hover{text-decoration:none;color:#fff;gap:.6rem}.pillar-link svg{width:14px;height:14px;flex-shrink:0}.why-t38fax-body{width:100%}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem}.pricing-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.25rem}.pricing-card-label{font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-500);margin-bottom:.5rem}.pricing-card-rate{font-size:2rem;font-weight:800;color:var(--t38-navy);line-height:1;letter-spacing:-.03em;margin-top:.5rem}.pricing-card-rate--secondary{font-size:1.5rem;margin-top:1rem}.pricing-card-unit{font-size:1rem;font-weight:600;letter-spacing:0;color:var(--gray-500)}.pricing-card-subrate{font-size:.8125rem;color:var(--gray-500);margin-bottom:.25rem}.pricing-card-note{font-size:.8125rem!important;color:var(--gray-500)!important;line-height:1.6!important;margin-top:1rem!important;padding-top:1rem;border-top:1px solid var(--gray-200)}.darren-review{background:#fffbeb;border:1px solid #fde68a;border-left:4px solid var(--t38-orange);border-radius:0 var(--radius-lg)var(--radius-lg)0;padding:1.25rem 1.5rem;margin-top:1.25rem}.darren-review-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#92400e;margin-bottom:.75rem}.darren-review p{font-size:.9rem!important;color:#78350f!important;line-height:1.65!important;margin-bottom:.75rem!important}.darren-review p:last-child{margin-bottom:0!important}.compliance-note{background:#f0f9ff;border-left:4px solid var(--t38-blue);border-radius:0 .5rem .5rem 0;padding:1.25rem 1.5rem;margin:1.5rem 0;font-size:.9375rem;color:var(--gray-700);line-height:1.7}.compliance-note strong{display:block;color:var(--t38-navy);margin-bottom:.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.04em}.compliance-summary{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}.compliance-summary-item{display:flex;gap:1rem;align-items:flex-start}.compliance-summary-icon{flex-shrink:0;width:36px;height:36px;min-width:36px;background:linear-gradient(135deg,#e0f2fe 0%,#bae6fd 100%);border-radius:8px;display:flex;align-items:center;justify-content:center}.compliance-summary-icon svg{width:18px;height:18px;stroke:var(--t38-blue)}.compliance-summary-item strong{display:block;color:var(--t38-navy);font-size:.9375rem;margin-bottom:.25rem}.compliance-summary-item p{font-size:.875rem;color:var(--gray-500);line-height:1.6;margin:0!important}@media(max-width:640px){.compliance-summary{grid-template-columns:1fr}}@media(max-width:900px){.pricing-grid{grid-template-columns:1fr}}@media(max-width:768px){.diff-grid{grid-template-columns:1fr}.solution-body{padding:1rem 0}.crosslink-box{flex-direction:column;align-items:flex-start}.scenario-cards{grid-template-columns:1fr}.crosslink-pair{grid-template-columns:1fr}}@media(max-width:480px){.solution-section{padding:1.25rem}}.about-story-wrap{max-width:760px;margin:0 auto}.about-story-wrap h2{font-size:1.75rem;font-weight:700;color:var(--t38-navy);margin-bottom:1.5rem;letter-spacing:-.02em}.about-story-body p{font-size:.9375rem;line-height:1.85;color:var(--gray-600);margin-bottom:1.25rem}.about-pullquote{border-left:4px solid var(--t38-blue);margin:2.5rem 0 0;padding:1.25rem 1.75rem;background:rgba(0,163,224,5%);border-radius:0 var(--radius-md)var(--radius-md)0}.about-pullquote p{font-size:1.05rem;font-style:italic;color:var(--t38-navy);line-height:1.65;margin:0!important}.about-beliefs-section h2{font-size:1.75rem;font-weight:700;color:var(--t38-navy);margin-bottom:.75rem;letter-spacing:-.02em}.about-beliefs-intro{font-size:.9375rem;color:var(--gray-500);margin-bottom:2rem;max-width:600px}.about-beliefs{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-belief{border-top:3px solid var(--t38-blue);padding-top:1.25rem}.about-belief h3{font-size:1rem!important;font-weight:700!important;color:var(--gray-900)!important;margin-bottom:.75rem!important;margin-top:0!important}.about-belief p{font-size:.9375rem!important;line-height:1.75!important;color:var(--gray-600)!important;margin:0!important}.about-credentials-section h2{font-size:1.75rem;font-weight:700;color:var(--t38-navy);margin-bottom:2rem;letter-spacing:-.02em}.about-credentials{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}.about-credential{text-align:center;padding:1.5rem 1rem;background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-200)}.about-credential-value{font-size:1.375rem;font-weight:800;color:var(--t38-blue);margin-bottom:.4rem;line-height:1.2;letter-spacing:-.02em}.about-credential-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.07em;font-weight:600}.about-credentials-closing{font-size:.9375rem;color:var(--gray-600);line-height:1.75;max-width:100%}.about-blog-link{display:inline;margin-left:.25rem;color:var(--t38-blue);font-weight:600;text-decoration:none}.about-blog-link:hover{text-decoration:underline}@media(max-width:860px){.about-beliefs{grid-template-columns:1fr;gap:1.5rem}.about-credentials{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.about-credentials{grid-template-columns:1fr 1fr}.about-story-wrap h2,.about-beliefs-section h2,.about-credentials-section h2{font-size:1.5rem}}.partners-hero{background-color:var(--t38-navy);background-size:cover!important;background-position:50%!important;position:relative}.partners-hero::before{content:'';position:absolute;inset:0;background:rgba(10,22,40,.68);pointer-events:none}.partners-hero .hero-content{position:relative;z-index:1}.partners-intro-wrap{display:grid;grid-template-columns:1fr 200px;gap:3rem;align-items:center}.partners-intro-text h2{font-size:1.375rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem;line-height:1.3}.partners-intro-badge{flex-shrink:0;display:flex;align-items:center;justify-content:center}.partners-badge-disc{width:200px;height:200px;border-radius:50%;background:var(--t38-navy);display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 0 0 3px var(--gray-300);flex-shrink:0}.partners-badge-disc img{width:110%;height:110%;object-fit:cover;mix-blend-mode:screen;display:block}@media(max-width:860px){.partners-intro-wrap{grid-template-columns:1fr;gap:1.75rem}}.partners-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1.25rem}.partners-benefit{border-top:3px solid var(--t38-blue);padding-top:1.25rem}.partners-benefit h3{font-size:1rem!important;font-weight:700!important;color:var(--gray-900)!important;margin-top:0!important;margin-bottom:.6rem!important;line-height:1.3}@media(max-width:860px){.partners-benefits{grid-template-columns:1fr;gap:1.75rem}}.partners-process-wrap{display:grid;grid-template-columns:1fr 380px;gap:3.5rem;align-items:start;margin-top:1.25rem}.partners-process-steps h2{font-size:1.375rem;font-weight:700;color:var(--gray-900);margin-bottom:.6rem;line-height:1.3}.partners-process-intro{color:var(--gray-600);font-size:.9375rem;line-height:1.7;margin-bottom:1.75rem}.partners-steps-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.partners-steps-list li{display:flex;gap:1.125rem;align-items:flex-start}.partners-step-num{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:var(--t38-blue);color:#fff;font-size:.8125rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:.1rem}.partners-step-body strong{display:block;color:var(--gray-900);font-size:.9375rem;font-weight:700;margin-bottom:.3rem}.partners-step-body p{margin-bottom:0!important;font-size:.9rem!important}.partners-step-link{color:var(--t38-blue);text-decoration:none;font-weight:500}.partners-step-link:hover{text-decoration:underline}.partners-form-wrap{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.75rem;position:sticky;top:5rem}.partners-form-wrap h3{color:var(--t38-navy);font-size:1.125rem;font-weight:700;margin-bottom:.4rem}.partners-form-wrap>p{color:var(--gray-600);font-size:.875rem;line-height:1.6;margin-bottom:1.25rem}@media(max-width:960px){.partners-process-wrap{grid-template-columns:1fr;gap:2rem}.partners-form-wrap{position:static}}.partners-logos-heading{font-size:1.375rem;font-weight:700;color:var(--gray-900);margin-bottom:2rem;line-height:1.3}.partners-logo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.partners-logo-item{background:var(--t38-navy);border-radius:var(--radius-md);padding:1.25rem;display:flex;align-items:center;justify-content:center;aspect-ratio:4/3}.partners-logo-item img{max-width:100%;max-height:90px;width:auto;height:auto;display:block;mix-blend-mode:screen}@media(max-width:860px){.partners-logo-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.partners-logo-grid{grid-template-columns:repeat(2,1fr)}}.contact-wrap{display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start}.contact-form-col{}.contact-form-card{}.contact-form-heading{font-size:1.375rem;font-weight:700;color:var(--gray-900);margin-bottom:.5rem;line-height:1.3}.contact-form-intro{color:var(--gray-500);font-size:.9rem!important;line-height:1.6!important;margin-bottom:1.5rem!important}.contact-hubspot-form{}.contact-info-col{display:flex;flex-direction:column;gap:0;position:sticky;top:5.5rem}.contact-phone-card{}.contact-info-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.35rem;display:block}.contact-info-label--spaced{margin-top:1.25rem}.contact-phone-number{display:block;font-size:1.75rem;font-weight:800;color:var(--t38-navy);letter-spacing:-.02em;line-height:1.2;text-decoration:none;transition:color .15s}.contact-phone-number:hover{color:var(--t38-blue);text-decoration:none}.contact-phone-direct{display:block;font-size:1rem;font-weight:600;color:var(--gray-600);text-decoration:none;transition:color .15s}.contact-phone-direct:hover{color:var(--t38-blue);text-decoration:none}.contact-support-card{}.contact-support-heading{font-size:1rem!important;font-weight:700!important;color:var(--gray-900)!important;margin-top:0!important;margin-bottom:.5rem!important}.contact-support-body{font-size:.875rem!important;color:var(--gray-500)!important;line-height:1.65!important;margin-bottom:1.25rem!important}.contact-support-links{display:flex;flex-direction:column;gap:.625rem}.contact-support-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--t38-blue);text-decoration:none;transition:color .15s}.contact-support-link:hover{color:var(--t38-blue-dark);text-decoration:underline}.contact-address-card{}.contact-address-heading{font-size:1rem!important;font-weight:700!important;color:var(--gray-900)!important;margin-top:0!important;margin-bottom:.75rem!important}.contact-address{font-style:normal;font-size:.9rem;color:var(--gray-600);line-height:1.75;margin-bottom:1rem}.contact-fax-line{font-size:.875rem!important;color:var(--gray-500)!important;display:flex;align-items:center;gap:.5rem;margin-bottom:0!important}.contact-fax-line .contact-info-label{margin-bottom:0}@media(max-width:960px){.contact-wrap{grid-template-columns:1fr}.contact-info-col{position:static;order:2}.contact-form-col{order:1}}@media(max-width:480px){.contact-phone-number{font-size:1.5rem}}.careers-philosophy{background:var(--t38-navy);border-radius:6px;padding:3rem 3.5rem;margin-bottom:3rem}.careers-philosophy-wrap{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.careers-philosophy-text h2{color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.careers-philosophy-text p{color:rgba(255,255,255,.8);font-size:1rem;line-height:1.75;margin-bottom:.75rem}.careers-philosophy-text p:last-child{margin-bottom:0}.careers-philosophy-stats{display:flex;flex-direction:column;gap:1.75rem;min-width:140px}.careers-stat{text-align:center}.careers-stat-value{font-size:2rem;font-weight:800;color:var(--t38-blue);line-height:1;letter-spacing:-.02em}.careers-stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.55);margin-top:.35rem}.careers-section-heading{font-size:1.6rem;font-weight:700;color:var(--t38-navy);margin-bottom:2rem;padding-bottom:.75rem;border-bottom:2px solid var(--t38-blue);display:inline-block}.careers-values{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:1rem}.careers-value{background:#fff;border:1px solid #e8edf2;border-radius:6px;padding:1.75rem 2rem;transition:border-color .2s ease,box-shadow .2s ease}.careers-value:hover{border-color:var(--t38-blue);box-shadow:0 4px 16px rgba(0,0,0,6%)}.careers-value-icon{color:var(--t38-blue);margin-bottom:.875rem}.careers-value h3{font-size:1rem;font-weight:700;color:var(--t38-navy);margin-bottom:.6rem;line-height:1.35}.careers-value p{font-size:.9rem;line-height:1.75;color:#555;margin:0}.careers-jobs-section{margin-top:3rem;scroll-margin-top:120px}.careers-jobs-intro{color:#666;font-size:.95rem;margin-bottom:2rem;margin-top:-1.25rem}.careers-bamboohr-wrap{background:#fff;border:1px solid #e8edf2;border-radius:6px;padding:2rem 2.5rem;margin-bottom:1.5rem}.careers-bamboohr-wrap .BambooHR-ATS-board h2{font-family:inherit!important;font-size:1rem!important;font-weight:700!important;color:var(--t38-navy)!important;border-bottom-color:#e8edf2!important;padding-bottom:.75rem!important;margin-bottom:.5rem!important}.careers-bamboohr-wrap .BambooHR-ATS-Department-Header{font-family:inherit!important;font-size:.7rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.1em!important;color:var(--t38-blue)!important;padding:.75rem 0 .25rem!important}.careers-bamboohr-wrap .BambooHR-ATS-board a{font-family:inherit!important;font-size:.95rem!important;font-weight:600!important;color:var(--t38-navy)!important;line-height:1.9em!important;text-decoration:none!important}.careers-bamboohr-wrap .BambooHR-ATS-board a:hover{color:var(--t38-blue)!important;text-decoration:underline!important}.careers-bamboohr-wrap .BambooHR-ATS-Location{font-size:.8rem!important;color:#888!important}.careers-bamboohr-wrap .BambooHR-ATS-blankState{font-family:inherit!important;color:#888!important;font-size:.9rem!important}#BambooHR-Footer{display:none!important}.careers-jobs-note{font-size:.875rem;color:#777;margin-top:.5rem}.careers-jobs-note a{color:var(--t38-blue);text-decoration:none;font-weight:600}.careers-jobs-note a:hover{text-decoration:underline}@media(max-width:900px){.careers-philosophy-wrap{grid-template-columns:1fr;gap:2rem}.careers-philosophy-stats{flex-direction:row;justify-content:space-around;min-width:auto}.careers-values{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:600px){.careers-philosophy{padding:2rem 1.5rem}.careers-bamboohr-wrap{padding:1.5rem}.careers-stat-value{font-size:1.5rem}}.testimonial-featured{background:var(--t38-navy);border-radius:6px;padding:1.75rem 2.25rem 1.5rem;margin:0 0 2.5rem}.testimonial-featured-quote{font-size:1.25rem;font-weight:600;line-height:1.65;color:#fff;font-style:italic;margin:0 0 1rem}.testimonial-featured-attribution{display:flex;align-items:center;gap:1rem}.testimonial-featured-logo{height:32px;width:auto;max-width:110px;object-fit:contain;filter:brightness(0)invert(1);opacity:.85}.testimonial-featured-meta{display:flex;flex-direction:column}.testimonial-featured-name{font-size:.875rem;font-weight:700;color:#fff}.testimonial-featured-role{font-size:.78rem;color:rgba(255,255,255,.6);margin-top:.15rem}.testimonial-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #e8edf2;border-radius:6px;overflow:hidden;margin-bottom:3rem}.testimonial-stat{padding:1.5rem 1.25rem;text-align:center;border-right:1px solid #e8edf2}.testimonial-stat:last-child{border-right:none}.testimonial-stat-value{font-size:1.6rem;font-weight:800;color:var(--t38-navy);letter-spacing:-.02em;line-height:1;margin-bottom:.35rem}.testimonial-stat-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#888;line-height:1.4}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-bottom:0;width:100%}.testimonial-grid-more{display:none;margin-top:1.25rem}.testimonial-grid-more.is-visible{display:grid}.testimonial-card{background:#fff;border:1px solid #e8edf2;border-radius:6px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;min-width:0;transition:border-color .2s ease,box-shadow .2s ease}.testimonial-card:hover{border-color:var(--t38-blue);box-shadow:0 4px 16px rgba(0,0,0,6%)}.testimonial-card-stars{display:flex;gap:2px;margin-bottom:.75rem}.testimonial-card-quote{margin:0 0 auto;padding:0;flex:1}.testimonial-card-quote p{font-size:.85rem;line-height:1.7;color:#444;font-style:italic;margin:0 0 1rem}.testimonial-card-footer{padding-top:.875rem;border-top:1px solid #f0f0f0;margin-top:auto}.testimonial-card-name{font-size:.8rem;font-weight:700;color:var(--t38-navy);display:block}.testimonial-card-role{font-size:.73rem;color:#888;margin-top:.1rem;display:block}.testimonial-card-company-link{color:inherit;text-decoration:none;border-bottom:1px dotted #aaa;transition:color .15s ease,border-color .15s ease}.testimonial-card-company-link:hover{color:var(--t38-blue);border-bottom-color:var(--t38-blue)}.testimonial-toggle-wrap{text-align:center;padding:2rem 0 2.5rem}.testimonial-toggle-btn{display:inline-flex;align-items:center;gap:.5rem;background:0 0;border:2px solid var(--t38-blue);color:var(--t38-blue);font-size:.875rem;font-weight:600;padding:.625rem 1.5rem;border-radius:4px;cursor:pointer;transition:background .15s ease,color .15s ease;font-family:inherit}.testimonial-toggle-btn:hover{background:var(--t38-blue);color:#fff}.testimonial-toggle-label-hide{display:none}.testimonial-toggle-btn.is-open .testimonial-toggle-label-show{display:none}.testimonial-toggle-btn.is-open .testimonial-toggle-label-hide{display:inline}.testimonial-toggle-icon{transition:transform .2s ease}.testimonial-toggle-btn.is-open .testimonial-toggle-icon{transform:rotate(180deg)}.testimonial-submit{background:#f7f9fb;border:1px solid #e8edf2;border-radius:6px;padding:2.5rem 3rem}.testimonial-submit-heading{font-size:1.4rem;font-weight:700;color:var(--t38-navy);margin-bottom:.5rem}.testimonial-submit-intro{color:#666;font-size:.95rem;margin-bottom:1.75rem}.testimonial-submit-form{max-width:600px}@media(max-width:1000px){.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.testimonial-stats{grid-template-columns:repeat(2,1fr)}.testimonial-stat:nth-child(2){border-right:none}.testimonial-stat:nth-child(1),.testimonial-stat:nth-child(2){border-bottom:1px solid #e8edf2}}@media(max-width:640px){.testimonial-featured{padding:1.5rem}.testimonial-grid{grid-template-columns:1fr}.testimonial-submit{padding:1.75rem 1.5rem}}.hp-hero{padding-bottom:4rem!important}.hp-hero-content{max-width:760px}.hp-trust-strip{list-style:none;padding:0;margin:1.75rem 0 0;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}.hp-trust-strip li{display:flex;align-items:center;gap:.375rem;font-size:.8rem;color:rgba(255,255,255,.75)}.hp-trust-strip svg{color:var(--t38-green);flex-shrink:0}.hp-customers{background:#fff;border-bottom:1px solid #e8edf2;padding:2.5rem 0;overflow:hidden}.hp-customers-label{text-align:center;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#aaa;margin:0 0 1.75rem}.hp-marquee{position:relative;overflow:hidden}.hp-marquee::before,.hp-marquee::after{content:"";position:absolute;top:0;bottom:0;width:120px;z-index:2;pointer-events:none}.hp-marquee::before{left:0;background:linear-gradient(to right,#fff 0%,transparent 100%)}.hp-marquee::after{right:0;background:linear-gradient(to left,#fff 0%,transparent 100%)}@keyframes hp-marquee-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}.hp-marquee-track{display:flex;align-items:center;gap:4rem;width:max-content;animation:hp-marquee-scroll 35s linear infinite;padding:0 2rem}.hp-marquee-track:hover{animation-play-state:paused}.hp-customer-logo{height:60px;width:auto;max-width:180px;object-fit:contain;opacity:.65;flex-shrink:0;transition:opacity .2s ease}.hp-customer-logo:hover{opacity:1}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:fixed;top:0;left:0;z-index:9999;width:auto;height:auto;overflow:visible;background:#0a1628;color:#fff;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;text-decoration:none;border-bottom-right-radius:4px}@media(prefers-reduced-motion:reduce){.hp-marquee-track{animation:none;flex-wrap:wrap;justify-content:center;width:auto;gap:2.5rem 3.5rem;padding:0 2rem}.hp-marquee-track img:nth-child(n+13){display:none}}.hp-security-band{background:var(--t38-navy);border-bottom:1px solid rgba(255,255,255,8%);padding:.75rem 2rem}.hp-security-inner{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.hp-security-item{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.75);text-decoration:none;transition:color .2s ease}.hp-security-item:hover{color:#fff}.hp-security-divider{color:rgba(255,255,255,.2);font-size:.75rem}.hp-problem{background:var(--t38-navy);padding:3rem 0}.hp-problem-text{font-size:1.1rem;line-height:1.75;color:rgba(255,255,255,.85);max-width:820px;margin:0 auto;text-align:center;font-style:italic}.hp-section-heading{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--t38-navy);text-align:center;margin:0 0 .625rem}.hp-section-sub{font-size:1rem;color:#666;text-align:center;max-width:640px;margin:0 auto 2.5rem;line-height:1.65}.hp-diff{background:#f7f9fb;padding:4.5rem 0}.hp-diff-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.hp-diff-card{background:#fff;border:1px solid #e8edf2;border-radius:6px;padding:2rem 1.75rem;display:flex;flex-direction:column;transition:border-color .2s ease,box-shadow .2s ease}.hp-diff-card:hover{border-color:var(--t38-blue);box-shadow:0 4px 20px rgba(0,0,0,6%)}.hp-diff-icon{width:44px;height:44px;background:var(--t38-navy);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;flex-shrink:0}.hp-diff-icon svg{width:22px;height:22px;color:var(--t38-blue)}.hp-diff-title{font-size:1.05rem;font-weight:700;color:var(--t38-navy);margin:0 0 .75rem}.hp-diff-card p{font-size:.875rem;line-height:1.75;color:#555;margin:0 0 auto;padding-bottom:1.25rem}.hp-diff-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.8rem;font-weight:600;color:var(--t38-blue);margin-top:auto;text-decoration:none;border:none}.hp-diff-link svg{width:14px;height:14px;transition:transform .15s ease}.hp-diff-link:hover svg{transform:translateX(3px)}.hp-personas{background:#fff;padding:4.5rem 0}.hp-persona-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.hp-persona-card{border:1px solid #e8edf2;border-radius:6px;padding:2rem 1.75rem;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.hp-persona-card:hover{border-color:var(--t38-blue);box-shadow:0 4px 20px rgba(0,0,0,7%);transform:translateY(-2px)}.hp-persona-icon{width:44px;height:44px;border-radius:8px;border:2px solid var(--t38-blue);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;flex-shrink:0}.hp-persona-icon svg{width:22px;height:22px;color:var(--t38-blue)}.hp-persona-title{font-size:1.05rem;font-weight:700;color:var(--t38-navy);margin:0 0 .625rem}.hp-persona-desc{font-size:.875rem;line-height:1.75;color:#555;margin:0 0 1.25rem;flex:1}.hp-persona-cta{display:inline-flex;align-items:center;gap:.375rem;font-size:.8rem;font-weight:600;color:var(--t38-blue);margin-top:auto}.hp-persona-cta svg{width:14px;height:14px;transition:transform .15s ease}.hp-persona-card:hover .hp-persona-cta svg{transform:translateX(3px)}.hp-ecm{background:var(--t38-navy);padding:3.5rem 0}.hp-ecm-inner{display:flex;align-items:center;gap:3rem}.hp-ecm-text{flex:1}.hp-ecm-heading{font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:700;color:#fff;margin:0 0 .75rem}.hp-ecm-text p{font-size:.9rem;line-height:1.75;color:rgba(255,255,255,.75);margin:0}.hp-ecm-action{flex-shrink:0;text-align:center}.hp-ecm-note{font-size:.75rem;color:rgba(255,255,255,.5);margin:.625rem 0 0;text-align:center}.hp-testimonial{background:#f7f9fb;padding:4rem 0 3rem}.hp-testimonial-quote{max-width:760px;margin:0 auto;padding:0;text-align:center}.hp-testimonial-quote p{font-size:1.3rem;font-weight:600;font-style:italic;line-height:1.65;color:var(--t38-navy);margin:0 0 1.25rem;position:relative}.hp-testimonial-quote p::before{content:none}.hp-testimonial-quote footer{font-size:.875rem;color:#888}.hp-testimonial-quote footer strong{color:var(--t38-navy);font-weight:700}.hp-testimonial-more{text-align:center;margin-top:1.75rem}.hp-testimonial-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--t38-blue);text-decoration:none}.hp-testimonial-link svg{transition:transform .15s ease}.hp-testimonial-link:hover svg{transform:translateX(3px)}@media(max-width:960px){.hp-diff-grid,.hp-persona-grid{grid-template-columns:repeat(2,1fr)}.hp-ecm-inner{flex-direction:column;gap:2rem;text-align:center}}@media(max-width:640px){.hp-diff-grid,.hp-persona-grid{grid-template-columns:1fr}.hp-trust-strip{gap:.5rem 1rem}.hp-testimonial-quote p{font-size:1.1rem}}.pt38-badges{display:flex;gap:.75rem;margin-top:2rem;flex-wrap:wrap}.pt38-badge{background:rgba(255,255,255,8%);border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.6875rem 1.125rem;display:flex;flex-direction:column;gap:.1875rem;min-width:110px}.pt38-badge-label{font-size:1rem;font-weight:800;color:var(--t38-blue);letter-spacing:.02em;line-height:1}.pt38-badge-sub{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.5);line-height:1}@media(max-width:480px){.pt38-badges{gap:.5rem}.pt38-badge{flex:1;min-width:90px;padding:.5rem .75rem}}.audience-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.5rem}.audience-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;padding:1.5rem;display:flex;flex-direction:column}.audience-card-num{font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--t38-blue);margin-bottom:.5rem}.audience-card h4{font-size:1rem;font-weight:700;color:var(--t38-navy);margin:0 0 .625rem}.audience-card p{font-size:.875rem;color:var(--gray-600);line-height:1.65;flex:1;margin-bottom:1.25rem!important}.audience-card .btn{align-self:flex-start;font-size:.8125rem}@media(max-width:900px){.audience-cards{grid-template-columns:1fr}}.error-links{background:var(--gray-50);padding:4rem 2rem;border-top:1px solid var(--gray-200)}.error-links-label{text-align:center;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gray-400);margin-bottom:2.5rem}.error-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:var(--max-width);margin:0 auto}.error-link-card{display:flex;flex-direction:column;gap:.35rem;background:#fff;border:1px solid var(--gray-200);border-radius:8px;padding:1.5rem;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}.error-link-card:hover{border-color:var(--t38-blue);box-shadow:0 2px 12px rgba(0,0,0,7%)}.error-link-title{font-size:.9375rem;font-weight:600;color:var(--t38-navy)}.error-link-desc{font-size:.8125rem;color:var(--gray-500);line-height:1.5}@media(max-width:768px){.error-links-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.error-links-grid{grid-template-columns:1fr}}.legal-page{padding:60px 0 80px}.legal-container{max-width:800px;margin:0 auto;padding:0 24px}.legal-content h2{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:24px}.legal-content h3{font-size:1.1rem;font-weight:600;color:var(--navy);margin-top:36px;margin-bottom:12px}.legal-content p{color:var(--text-dark);line-height:1.75;margin-bottom:16px}.legal-content strong{color:var(--navy)}.legal-content ol,.legal-content ul{padding-left:24px;margin-bottom:16px}.legal-content ol>li,.legal-content ul>li{color:var(--text-dark);line-height:1.75;margin-bottom:10px}.legal-content ul>li>ul{margin-top:8px}.legal-content hr{border:none;border-top:1px solid var(--border-light,#e5e7eb);margin:40px 0}.legal-content a{color:var(--bondi-blue);text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-footer-links{margin-top:48px;padding-top:24px;border-top:1px solid var(--border-light,#e5e7eb);text-align:center}.legal-footer-links p{font-size:.875rem;color:var(--text-muted,#6b7280)}.legal-footer-links a{color:var(--bondi-blue);text-decoration:none}.legal-footer-links a:hover{text-decoration:underline}@media(max-width:640px){.legal-page{padding:40px 0 60px}}.thankyou-section{max-width:640px}.thankyou-body p:last-of-type{margin-bottom:0}.thankyou-actions{margin-top:1.5rem}