:root{--ink:#102238;--slate:#17323b;--teal:#007b70;--teal-2:#2f9087;--mist:#f4f0e8;--paper:#fffcf7;--line:#e2dbd1;--gold:#c89445;--gold-soft:#f2e6cf;--muted:#607078;--danger:#9e2f2f;--success:#2f6b4f;--radius:8px;--shadow:0 22px 60px rgba(16,34,56,0.12);--font-serif:Georgia,"Times New Roman",serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}body::selection{color:#fff;background:var(--teal)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid rgba(180,147,88,.7);outline-offset:3px}.skip-link{position:absolute;left:1rem;top:-5rem;z-index:1000;border-radius:var(--radius);background:var(--ink);color:#fff;padding:.75rem 1rem;transition:top .16s ease}.skip-link:focus{top:1rem}.site-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}.container{width:min(1120px,calc(100% - 40px));margin-inline:auto}.section{padding:86px 0}.section.tight{padding:56px 0}.section.mist{background:var(--mist)}.section.slate{background:var(--slate);color:#fff}.eyebrow{color:var(--teal);display:inline-flex;align-items:center;gap:.45rem;margin:0 0 .8rem;font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.section.slate .eyebrow{color:var(--gold-soft)}h1,h2,h3,h4{margin:0;line-height:1.12;letter-spacing:0}h1{font-size:clamp(2.55rem,5vw,5rem);max-width:920px}h1,h2{font-family:Georgia,Times New Roman,serif}h2{font-size:clamp(2rem,3.6vw,3.35rem)}h3{font-size:clamp(1.25rem,2vw,1.6rem)}.lead,h1,h2,h3,h4{overflow-wrap:break-word}p{margin:0}.lead{color:var(--muted);font-size:clamp(1.05rem,1.6vw,1.24rem);max-width:760px}.section.slate .lead,.section.slate .muted{color:rgba(255,255,255,.78)}.muted{color:var(--muted)}.stack{display:grid;grid-gap:1rem;gap:1rem}.section-header>*,.stack,.stack>*{min-width:0}.section-header{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:2rem}.split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1fr);grid-gap:clamp(2rem,5vw,4.5rem);gap:clamp(2rem,5vw,4.5rem);align-items:center}.grid{display:grid;grid-gap:1.25rem;gap:1.25rem}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.35rem;box-shadow:0 12px 28px rgba(20,39,43,.07);min-width:0}.card.soft{background:rgba(255,255,255,.76)}.icon-box{width:42px;height:42px;border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;color:var(--teal);background:var(--mist);border:1px solid var(--line);flex:0 0 auto}.btn-row{display:flex;gap:.8rem;flex-wrap:wrap}.btn-row,.button{align-items:center}.button{display:inline-flex;min-height:44px;justify-content:center;gap:.5rem;border-radius:var(--radius);border:1px solid transparent;padding:.72rem 1rem;font-weight:800;line-height:1.1;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--teal);color:#fff}.button.primary:hover{background:var(--slate)}.button.secondary{background:#fff;border-color:var(--line)}.button.secondary:hover{border-color:var(--teal)}.button.ghost{color:var(--slate);background:transparent;border-color:rgba(49,95,103,.28)}.section.slate .button.secondary{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.08);color:#fff}.disclosure{color:var(--muted);font-size:.88rem;line-height:1.55}.section.slate .disclosure{color:rgba(255,255,255,.7)}.pill-list{display:flex;gap:.55rem;flex-wrap:wrap;padding:0;margin:0;list-style:none}.pill,.pill-list li{border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.72);color:var(--slate);padding:.36rem .66rem;font-size:.86rem;font-weight:700}.rich-list{display:grid;grid-gap:.8rem;gap:.8rem;padding:0;margin:0;list-style:none}.rich-list li{display:grid;grid-template-columns:26px 1fr;grid-gap:.7rem;gap:.7rem;align-items:start}.rich-list li:before{content:"";width:10px;height:10px;margin-top:.45rem;border-radius:999px;background:var(--gold)}.hero{padding:74px 0 82px;background:linear-gradient(135deg,rgba(237,243,242,.96),rgba(255,255,255,.9)),radial-gradient(circle at 80% 20%,rgba(180,147,88,.14),transparent 34%);border-bottom:1px solid var(--line)}.hero .split{grid-template-columns:minmax(0,1.05fr) minmax(360px,.85fr)}.hero-copy{display:grid;grid-gap:1.35rem;gap:1.35rem}.hero-visual{border:1px solid rgba(49,95,103,.18);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);overflow:hidden}.dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;background:var(--slate);color:#fff}.dashboard-body{padding:1.25rem;display:grid;grid-gap:1rem;gap:1rem}.metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.metric{border:1px solid var(--line);border-radius:var(--radius);padding:1rem;background:linear-gradient(180deg,#fff,#f7faf9)}.metric span{display:block;color:var(--muted);font-size:.82rem;font-weight:700}.metric strong{display:block;margin-top:.25rem;font-size:1.35rem;color:var(--slate)}.cash-flow-chart{height:170px;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(180deg,transparent 0 24%,rgba(214,225,223,.6) 24% 25%,transparent 25% 49%,rgba(214,225,223,.6) 49% 50%,transparent 50% 74%,rgba(214,225,223,.6) 74% 75%,transparent 75%),linear-gradient(90deg,rgba(49,95,103,.1),rgba(180,147,88,.2));position:relative;overflow:hidden}.cash-flow-chart:before{content:"";position:absolute;inset:32% 5% 18% 5%;background:linear-gradient(135deg,transparent 0 15%,var(--teal) 15% 18%,transparent 18% 30%,var(--teal) 30% 34%,transparent 34% 49%,var(--gold) 49% 53%,transparent 53% 68%,var(--teal-2) 68% 72%,transparent 72%);-webkit-clip-path:polygon(0 74%,12% 62%,24% 68%,36% 42%,49% 54%,62% 28%,76% 38%,88% 18%,100% 24%,100% 100%,0 100%);clip-path:polygon(0 74%,12% 62%,24% 68%,36% 42%,49% 54%,62% 28%,76% 38%,88% 18%,100% 24%,100% 100%,0 100%);opacity:.95}.logo-img{object-fit:contain}.page-hero{padding:74px 0;background:linear-gradient(135deg,rgba(237,243,242,.94),rgba(255,255,255,.86)),radial-gradient(circle at 85% 20%,rgba(49,95,103,.12),transparent 35%);border-bottom:1px solid var(--line)}.page-hero .stack{max-width:850px}.timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:.8rem;gap:.8rem;position:relative}.process-timeline-shell{display:grid;grid-gap:1.25rem;gap:1.25rem}.process-timeline-brand{display:inline-flex;align-items:center;justify-self:center;gap:.65rem;color:var(--slate);font-size:.78rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.brand-mark-image{width:46px;height:46px;border-radius:999px;object-fit:cover;box-shadow:0 10px 24px rgba(16,34,56,.12)}.timeline:before{content:"";position:absolute;left:6%;right:6%;top:28px;height:2px;background:var(--line)}.timeline-card{position:relative;z-index:1;display:grid;grid-gap:.85rem;gap:.85rem}.process-image-card{height:clamp(11.625rem,18vw,13.5rem);overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--mist);box-shadow:0 18px 42px rgba(16,34,56,.08)}.process-step-image{width:100%;height:100%;object-fit:contain;object-position:center}.timeline-number{width:56px;height:56px;border-radius:999px;background:var(--slate);color:#fff;display:inline-flex;align-items:center;justify-content:center;border:5px solid var(--paper);font-weight:900}.process-detail-list{display:grid;grid-gap:1rem;gap:1rem}.process-detail-card{display:grid;grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);align-items:start;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.82);box-shadow:0 12px 34px rgba(16,34,56,.05);padding:clamp(1.3rem,3vw,2rem)}.process-detail-marker{position:-webkit-sticky;position:sticky;top:96px;display:grid;grid-gap:.35rem;gap:.35rem}.process-detail-marker span{color:var(--teal);font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.process-detail-marker h3{font-size:clamp(1.55rem,2.6vw,2.2rem)}.process-detail-body{display:grid;grid-gap:.85rem;gap:.85rem;color:var(--muted);font-size:1rem;line-height:1.75}.process-detail-summary{color:var(--slate);font-size:clamp(1.12rem,1.6vw,1.28rem);font-weight:800;line-height:1.55}.process-detail-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem 1.25rem;gap:.65rem 1.25rem;margin:.3rem 0 0;padding:0;list-style:none}.process-detail-points li{display:flex;gap:.6rem;align-items:flex-start;color:var(--slate);font-weight:750;line-height:1.45}.process-detail-points li:before{content:"";width:.5rem;height:.5rem;flex:0 0 auto;border-radius:999px;margin-top:.5rem;background:var(--gold)}.matrix-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.comparison{border-collapse:collapse;width:100%;min-width:760px}.comparison td,.comparison th{border-bottom:1px solid var(--line);padding:1rem;text-align:left;vertical-align:top}.comparison th{background:var(--mist);color:var(--slate)}.comparison tr:last-child td{border-bottom:0}.form{grid-gap:1rem}.form,.form-grid{display:grid;gap:1rem}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem}.field{display:grid;grid-gap:.35rem;gap:.35rem}.field.full{grid-column:1/-1}.checkbox span,.field label{font-weight:800;color:var(--slate)}.required-marker{color:var(--danger);display:inline-block;margin-left:.18rem}.field input,.field select,.field textarea{width:100%;border-radius:var(--radius);border:1px solid var(--line);background:#fff;color:var(--ink);padding:.72rem .78rem}.field textarea{min-height:140px;resize:vertical}.checkbox{display:grid;grid-template-columns:22px 1fr;grid-gap:.65rem;gap:.65rem;align-items:start}.checkbox input{width:18px;height:18px;margin-top:.2rem}.form-status{border-radius:var(--radius);padding:.8rem .9rem;font-weight:700;overflow-wrap:anywhere}.form-status.success{color:var(--success);background:rgba(47,107,79,.1)}.form-status.error{color:var(--danger);background:rgba(158,47,47,.1)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(251,252,251,.94);border-bottom:1px solid rgba(214,225,223,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:1.4rem}.brand{display:inline-flex;align-items:center;min-width:172px}.brand img,.brand-logo-image{width:100%;height:auto}.brand-logo-image{display:block;object-fit:contain;object-position:left center;mix-blend-mode:multiply}.nav-wrap{justify-content:flex-end;gap:1.1rem;flex:1 1}.main-nav,.nav-wrap{display:flex;align-items:center}.main-nav{gap:.2rem;padding:0;margin:0;list-style:none}.main-nav>li{position:relative}.login-button,.main-nav a{min-height:42px;border:0;background:transparent;color:var(--slate);display:inline-flex;align-items:center;gap:.28rem;border-radius:var(--radius);padding:.55rem .65rem;font-weight:800;line-height:1.1;cursor:pointer}.login-button:hover,.main-nav a:hover,.main-nav a[aria-current=page]{background:var(--mist)}.has-menu:focus-within .nav-menu,.has-menu:hover .nav-menu,.login-menu:focus-within .login-dropdown,.login-menu:hover .login-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.login-dropdown,.nav-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:20;min-width:250px;display:grid;grid-gap:.15rem;gap:.15rem;padding:.5rem;margin:0;list-style:none;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.login-dropdown a,.nav-menu a{width:100%;justify-content:flex-start;white-space:nowrap}.header-actions{display:flex;align-items:center;gap:.6rem}.header-cta-actions{display:inline-flex;align-items:center;gap:.5rem}.login-menu{position:relative}.login-dropdown{right:0;left:auto}.nav-cta{white-space:nowrap}.employee-login-button{width:42px;height:42px;border:1px solid rgba(0,117,105,.22);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--teal);background:rgba(255,255,255,.76);box-shadow:0 10px 22px rgba(16,34,56,.06)}.employee-login-button:hover{border-color:rgba(0,117,105,.45);background:rgba(0,123,112,.08);color:var(--slate);transform:translateY(-1px)}.menu-toggle{display:none;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--slate);width:44px;height:44px;align-items:center;justify-content:center}.site-footer{background:#fff;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:minmax(280px,1.4fr) minmax(170px,.7fr) minmax(220px,.9fr);grid-gap:2rem;gap:2rem;padding:54px 0 34px}.footer-brand{display:grid;grid-gap:1rem;gap:1rem;max-width:520px}.footer-brand img{width:260px;height:auto}.footer-heading{color:var(--slate);font-size:.82rem;margin-bottom:.8rem;text-transform:uppercase;font-weight:900;letter-spacing:.1em}.footer-heading-spaced{margin-top:1.4rem}.footer-links{display:grid;grid-gap:.5rem;gap:.5rem;padding:0;margin:0;list-style:none}.footer-brand a,.footer-links a{color:var(--slate);font-weight:750}.footer-brand a:hover,.footer-links a:hover{color:var(--teal)}.footer-bottom{display:grid;grid-gap:.8rem;gap:.8rem;border-top:1px solid var(--line);padding:22px 0 32px}.text-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--teal);font-weight:900}.text-link:hover{color:var(--slate)}.article-card,.audience-card,.resource-card,.service-card{display:grid;grid-gap:1rem;gap:1rem;align-content:start}.resource-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.resource-request{justify-self:start}.resource-type-card{display:grid;grid-gap:.85rem;gap:.85rem;align-content:start;color:inherit;min-height:250px}.resource-type-card .pill{justify-self:start}.resource-type-card .text-link{margin-top:auto}.resource-detail-card{display:grid;grid-gap:.9rem;gap:.9rem;align-content:start}.resource-detail-card .eyebrow{margin:0}.resource-access{display:grid;grid-gap:1rem;gap:1rem}.resource-access *{min-width:0}.resource-access-status,.resource-verification-summary{display:grid;grid-template-columns:24px 1fr;grid-gap:.75rem;gap:.75rem;align-items:start;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(135deg,rgba(244,240,232,.7),rgba(255,255,255,.88));padding:.95rem}.resource-access-status svg,.resource-verification-summary svg{color:var(--teal);margin-top:.2rem}.resource-access-status strong,.resource-verification-summary strong{display:block;color:var(--slate);line-height:1.25}.resource-access-status p,.resource-verification-summary p{color:var(--muted);font-size:.92rem;line-height:1.55;margin-top:.25rem;overflow-wrap:anywhere}.resource-flow{display:flex;flex-wrap:wrap;gap:.65rem}.resource-flow span{min-height:40px;display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--slate);padding:.45rem .75rem;font-weight:850}.resource-flow svg{color:var(--teal)}.resource-complete{display:grid;grid-gap:1rem;gap:1rem;justify-items:start}.article-card h3 a:hover{color:var(--teal)}.article-meta{color:var(--muted);font-size:.88rem;font-weight:800}.article-meta span{display:inline-flex;align-items:center;gap:.4rem}.article-tags{margin-bottom:.2rem}.article-author{color:var(--slate);font-weight:850}.team-card{display:grid;grid-template-columns:minmax(180px,.48fr) minmax(0,1fr);grid-gap:1.25rem;gap:1.25rem;overflow:hidden}.team-image-wrap{position:relative;min-height:310px;border-radius:var(--radius);overflow:hidden;background:var(--mist)}.team-image-wrap img{object-fit:cover}.team-image-wrap img.image-contain{object-fit:contain;object-position:center bottom;padding:.4rem}.team-card-placeholder{display:grid;width:100%;min-height:310px;place-items:center;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.9),transparent 34%),linear-gradient(135deg,rgba(0,123,112,.16),rgba(200,148,69,.18));color:var(--teal);font-family:var(--font-serif);font-size:clamp(2.8rem,8vw,4.6rem);font-weight:800}.team-role{color:var(--teal);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;margin-bottom:.28rem}.team-copy h4{color:var(--slate);font-size:1rem}.team-profile-list{grid-gap:0;gap:0;overflow:hidden;border-bottom:1px solid var(--line)}.team-profile-list,.team-profile-row{display:grid;border-top:1px solid var(--line)}.team-profile-row{grid-template-columns:300px minmax(0,1fr);grid-gap:clamp(2rem,5vw,4.5rem);gap:clamp(2rem,5vw,4.5rem);align-items:center;padding:clamp(2.4rem,5vw,4.8rem) 0}.team-profile-row:first-child{border-top:0}.team-profile-media{display:grid;justify-items:center}.team-profile-photo-shell{position:relative;width:min(280px,100%);aspect-ratio:1;overflow:hidden;border-radius:50%;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.9),transparent 36%),linear-gradient(140deg,rgba(0,123,112,.12),rgba(200,148,69,.16));box-shadow:0 24px 46px rgba(16,34,56,.16)}.team-profile-photo{object-fit:cover;object-position:center top}.team-profile-photo-shell.contain .team-profile-photo{object-fit:contain;object-position:center bottom;transform:scale(1.08)}.team-profile-initials{display:grid;width:100%;height:100%;place-items:center;color:var(--teal);font-family:var(--font-serif);font-size:clamp(3rem,9vw,5.2rem);font-weight:800}.team-profile-body{max-width:780px}.team-profile-body h2{margin-bottom:.25rem;font-size:clamp(2rem,4vw,3rem);letter-spacing:.04em;text-transform:uppercase}.team-profile-title{margin:0 0 1rem;color:var(--ink);font-weight:850}.team-profile-credentials{margin:0 0 1.15rem}.team-profile-bio{margin:0;color:var(--slate);font-size:1.04rem;line-height:1.7}.team-profile-focus{margin-top:1.35rem}.team-profile-focus h3{margin:0 0 .65rem;color:var(--slate);font-size:.98rem}.team-profile-focus ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.55rem 1.2rem;gap:.55rem 1.2rem;margin:0;padding:0;list-style:none}.team-profile-focus li{display:flex;align-items:center;gap:.6rem;color:var(--slate);font-weight:700}.team-profile-focus li:before{content:"";width:.48rem;height:.48rem;flex:0 0 auto;border-radius:50%;background:var(--gold)}.team-profile-more{margin-top:1.4rem;border:1px solid color-mix(in srgb,var(--slate) 38%,var(--line));background:rgba(255,252,247,.72)}.team-profile-more summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:56px;cursor:pointer;list-style:none;padding:.8rem 1.1rem;color:var(--slate);font-family:var(--font-serif);font-size:1.28rem;font-weight:700}.team-profile-more summary::-webkit-details-marker{display:none}.team-profile-more summary:after{content:"+";color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.8rem;font-weight:400;line-height:1}.team-profile-more[open] summary:after{content:"-"}.team-profile-more div{display:grid;grid-gap:.8rem;gap:.8rem;border-top:1px solid var(--line);padding:1rem 1.1rem 1.1rem}.team-profile-more p{margin:0;color:var(--muted)}.team-service-section .split{align-items:center}.disclosure-block{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:1.2rem}.cta-split{grid-template-columns:minmax(0,1fr) auto;position:relative;overflow:hidden}.cta-actions,.cta-split>.stack{position:relative;z-index:1}.cta-brand-watermark{position:absolute;right:clamp(1rem,6vw,5rem);top:50%;width:clamp(145px,18vw,245px);opacity:.11;pointer-events:none;transform:translateY(-50%)}.cta-brand-watermark img{width:100%;height:auto;border-radius:999px;display:block}.cta-actions{justify-content:flex-end}.button.light{background:#fff;color:var(--slate)}.button.light:hover{background:var(--gold-soft)}.scheduler-frame{border:1px solid var(--line);border-radius:var(--radius);background:#fff;min-height:360px;overflow:hidden}.scheduler-placeholder{min-height:360px;display:grid;place-items:center;padding:2rem;text-align:center;background:linear-gradient(135deg,#fff,var(--mist))}.scheduler-placeholder .stack{max-width:460px}.booking-page-split{align-items:start}.booking-assist-card{display:grid;grid-gap:1rem;gap:1rem;padding:clamp(1.1rem,2vw,1.35rem)}.booking-assist-head{display:grid;grid-template-columns:44px 1fr;grid-gap:.85rem;gap:.85rem;align-items:start}.booking-assist-icon{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid rgba(0,117,105,.18);border-radius:999px;background:rgba(237,243,242,.88);color:var(--teal)}.booking-assist-head h3{font-size:clamp(1.35rem,2vw,1.6rem)}.booking-assist-head p{color:var(--muted);margin-top:.2rem}.booking-assist-actions{display:grid;grid-gap:.65rem;gap:.65rem}.booking-assist-link{display:grid;grid-template-columns:24px 1fr;grid-gap:.75rem;gap:.75rem;align-items:center;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:.8rem .9rem;color:var(--slate);box-shadow:0 8px 20px rgba(20,39,43,.045)}.booking-assist-link:hover{border-color:rgba(0,117,105,.4);transform:translateY(-1px)}.booking-assist-link svg{color:var(--teal)}.booking-assist-link span{display:grid;grid-gap:.1rem;gap:.1rem;min-width:0}.booking-assist-link strong{color:var(--teal);font-size:.98rem;overflow-wrap:anywhere}.booking-assist-link small{color:var(--muted);font-size:.78rem;font-weight:700}.booking-tree{display:grid;grid-gap:1.15rem;gap:1.15rem;padding:clamp(1.25rem,3vw,1.8rem)}.booking-tree-head{display:grid;grid-template-columns:44px 1fr;grid-gap:.9rem;gap:.9rem;align-items:center}.booking-tree-head>svg{width:44px;height:44px;border-radius:999px;color:var(--teal);background:var(--mist);border:1px solid var(--line);padding:.65rem}.booking-tree-head h2{font-size:clamp(1.55rem,2.2vw,2rem)}.booking-tree-form{gap:.95rem}.booking-summary{display:flex;flex-wrap:wrap;gap:.45rem;min-height:32px}.booking-summary span{border:1px solid rgba(49,95,103,.22);border-radius:999px;background:rgba(237,243,242,.72);color:var(--slate);padding:.33rem .62rem;font-size:.8rem;font-weight:800}.booking-result{display:grid;grid-gap:.75rem;gap:.75rem;border:1px solid rgba(49,95,103,.2);border-radius:var(--radius);background:linear-gradient(135deg,rgba(237,243,242,.82),rgba(255,255,255,.96)),#fff;padding:1rem}.booking-result h3{font-size:clamp(1.25rem,2vw,1.55rem)}.booking-result p{color:var(--muted)}.booking-result.link{border-color:rgba(0,117,105,.28);background:linear-gradient(135deg,rgba(230,244,241,.92),rgba(255,255,255,.96)),#fff}.booking-result.call{border-color:rgba(180,147,88,.38);background:linear-gradient(135deg,rgba(246,238,222,.78),rgba(255,255,255,.96)),#fff}.booking-result.waiting{border-style:dashed}.booking-slug{overflow-wrap:anywhere;font-family:var(--font-mono);font-size:.8rem}.booking-reset{justify-self:start}.content-block{display:grid;grid-gap:1rem;gap:1rem}.content-block+.content-block{margin-top:2rem}.anchor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.article-layout{display:grid;grid-template-columns:minmax(0,.72fr) minmax(260px,.28fr);grid-gap:2rem;gap:2rem;align-items:start}.article-body{display:grid;grid-gap:1.2rem;gap:1.2rem;font-size:1.05rem}.article-body p{color:var(--ink)}.article-rich-text{display:grid;grid-gap:1rem;gap:1rem}.article-rich-text :where(p,ul,ol,blockquote,h2,h3,h4,hr){margin:0}.whitepaper-article{max-width:880px;display:grid;grid-gap:1rem;gap:1rem;color:var(--ink)}.whitepaper-article h2{margin-top:1.5rem;color:var(--slate);font-size:clamp(1.75rem,3vw,2.55rem)}.whitepaper-article h3{margin-top:.8rem;color:var(--slate);font-size:clamp(1.15rem,2vw,1.45rem)}.whitepaper-article li,.whitepaper-article p{font-size:1.04rem;line-height:1.75}.whitepaper-article ol,.whitepaper-article ul{display:grid;grid-gap:.45rem;gap:.45rem;margin:0;padding-left:1.35rem}.whitepaper-article hr{width:100%;height:1px;margin:1.3rem 0;border:0;background:var(--line)}.article-rich-text :where(h2,h3,h4){color:var(--slate);font-family:var(--font-serif);line-height:1.2}.article-rich-text h2{font-size:clamp(1.65rem,2vw,2.15rem);margin-top:1rem}.article-rich-text h3{font-size:clamp(1.3rem,1.6vw,1.65rem);margin-top:.65rem}.article-rich-text h4{font-size:1.1rem}.article-rich-text :where(ul,ol){display:grid;grid-gap:.65rem;gap:.65rem;padding-left:1.3rem;color:var(--ink)}.article-rich-text li{line-height:1.75}.article-rich-text a{color:var(--teal);font-weight:800;text-decoration:underline;text-underline-offset:.2em}.article-rich-text blockquote{border-left:4px solid var(--gold);color:var(--slate);padding-left:1rem}.article-rich-text hr{border:0;border-top:1px solid var(--line);margin:.65rem 0}.sidebar-card{position:-webkit-sticky;position:sticky;top:110px}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:2rem;flex-wrap:wrap}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;border-radius:var(--radius);border:1px solid var(--line);background:#fff;font-weight:850}.pagination a:hover,.pagination span{background:var(--teal);color:#fff;border-color:var(--teal)}.coeus-hero{background:linear-gradient(135deg,rgba(237,243,242,.98),rgba(255,255,255,.88)),radial-gradient(circle at 18% 18%,rgba(180,147,88,.16),transparent 30%),radial-gradient(circle at 82% 24%,rgba(49,95,103,.12),transparent 32%)}.coeus-panel .dashboard-body{background:linear-gradient(180deg,#fff,#f7faf9)}.coeus-mini-card{box-shadow:none}.coeus-service-grid{align-items:stretch}.coeus-service{display:grid;grid-gap:.75rem;gap:.75rem;align-content:start;min-height:138px}.coeus-service svg{color:var(--teal)}.coeus-feature-card{min-height:300px;align-content:center;display:grid;grid-gap:1rem;gap:1rem;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(237,243,242,.92)),radial-gradient(circle at 82% 12%,rgba(180,147,88,.22),transparent 30%)}.article-explorer{display:grid;grid-gap:1.1rem;gap:1.1rem}.article-controls{display:grid;grid-gap:1rem;gap:1rem}.search-field{display:grid;grid-template-columns:22px 1fr;align-items:center;grid-gap:.45rem;gap:.45rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:0 .75rem}.search-field input{border:0;padding-inline:0}.category-filter{display:flex;gap:.45rem;flex-wrap:wrap}.category-filter button{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--slate);padding:.42rem .72rem;font-weight:800;cursor:pointer}.category-filter button.active,.category-filter button:hover{border-color:var(--teal);background:var(--teal);color:#fff}.article-count{font-weight:750}.section-header.centered{text-align:center;justify-items:center}.coeus-copy-hero{color:#fff;min-height:720px;background:linear-gradient(90deg,rgba(8,23,25,.92),rgba(8,23,25,.78)),radial-gradient(circle at 75% 24%,rgba(0,129,109,.32),transparent 34%),linear-gradient(135deg,#0b2527,#111);display:grid;align-content:start;padding:30px 0 92px}.coeus-copy-nav{display:flex;justify-content:space-between;align-items:center;gap:2rem}.coeus-white-logo{width:270px;height:auto;object-fit:contain}.coeus-copy-nav-links{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.coeus-copy-nav-links a{border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:.48rem .82rem;color:#fff;font-weight:850}.coeus-copy-nav-links a:hover{background:rgba(255,255,255,.12)}.coeus-copy-hero-inner{min-height:560px;display:grid;align-items:center}.coeus-copy-hero h1{max-width:800px;color:#fff;font-size:clamp(3rem,7vw,6.4rem)}.coeus-copy-hero .lead{color:rgba(255,255,255,.82);max-width:760px}.coeus-kicker{color:var(--gold-soft);display:inline-flex;align-items:center;margin:0;font-size:.8rem;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.coeus-kicker.dark{color:#087b6f}.coeus-white-section{background:#fff}.coeus-copy-card{border-top:6px solid #087b6f;display:grid;grid-gap:1rem;gap:1rem}.coeus-teal-band{background:#087b6f;color:#fff}.coeus-teal-band .lead{color:rgba(255,255,255,.82)}.coeus-service-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:1rem;gap:1rem}.coeus-service-tile{min-height:170px;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);background:rgba(255,255,255,.1);padding:1.1rem;display:grid;grid-gap:.85rem;gap:.85rem;align-content:start}.coeus-service-tile svg{color:var(--gold-soft)}.coeus-service-tile h3{color:#fff;font-size:1.1rem}.coeus-guide-section{background:#f4f1ec}.coeus-guide-cover{display:grid;justify-items:center}.coeus-guide-cover img{width:min(420px,100%);height:auto;filter:drop-shadow(0 22px 36px rgba(20,39,43,.22))}.coeus-process-section{background:#0f1f22;color:#fff;overflow:hidden}.coeus-process-section .lead{color:rgba(255,255,255,.8)}.coeus-step-list{display:grid;grid-gap:.85rem;gap:.85rem}.coeus-step{display:grid;grid-template-columns:54px 1fr;grid-gap:.8rem;gap:.8rem;align-items:start;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);padding:.9rem;background:rgba(255,255,255,.08)}.coeus-step span{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#087b6f;color:#fff;font-weight:950;font-size:1.4rem}.coeus-step p{color:rgba(255,255,255,.74)}.coeus-process-image{display:grid;justify-items:center}.coeus-process-image img{width:min(620px,100%);height:auto}.coeus-cta-band{background:linear-gradient(90deg,rgba(8,123,111,.94),rgba(11,37,39,.94)),radial-gradient(circle at 80% 20%,rgba(255,255,255,.18),transparent 34%);color:#fff}.coeus-cta-band .lead{color:rgba(255,255,255,.82)}.coeus-proof-section{background:#fff}.coeus-logo-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:1rem;gap:1rem;align-items:center}.coeus-proof-logo{min-height:118px;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:1rem}.coeus-proof-logo img{max-height:88px;width:auto;object-fit:contain}.coeus-contact-section{background:#f7faf9}.coeus-footer-logo{width:min(420px,100%);height:auto}.coeus-contact-links{display:grid;grid-gap:.55rem;gap:.55rem}.coeus-contact-links a{display:inline-flex;align-items:center;gap:.5rem;color:var(--slate);font-weight:850}.coeus-contact-card{border-top:6px solid #087b6f}.button{border-radius:999px;padding-inline:1.2rem}.button.primary{background:linear-gradient(135deg,#008879,#007066);box-shadow:0 10px 22px rgba(0,123,112,.18)}.button.primary:hover{background:linear-gradient(135deg,#007066,#17323b)}.button.secondary{background:rgba(255,255,255,.72);border-color:rgba(0,123,112,.38);color:var(--slate)}.site-header{background:rgba(255,252,247,.92);border-bottom:1px solid rgba(226,219,209,.78);box-shadow:0 10px 24px rgba(16,34,56,.04)}.header-inner{min-height:74px}.brand{width:min(200px,34vw);min-width:0;gap:0}.brand-mark{width:40px;height:40px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#fff;background:linear-gradient(135deg,#008a7d,#00665e);box-shadow:0 10px 22px rgba(0,123,112,.18);font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:800}.brand-word{display:grid;grid-gap:.08rem;gap:.08rem;line-height:1}.brand-name{color:var(--ink);font-size:1.18rem;font-weight:900}.brand-subtitle{color:var(--slate);font-size:.63rem;font-weight:850;letter-spacing:.32em;text-transform:uppercase}.login-button,.main-nav a{color:#1b3140;font-size:.94rem;font-weight:750}.login-button:hover,.main-nav a:hover,.main-nav a[aria-current=page]{background:rgba(0,123,112,.08);color:var(--teal)}.nav-cta{min-height:42px;padding-inline:1.05rem}.employee-login-button{color:#1b3140}.site-footer{background:#fffcf7}.footer-grid{grid-template-columns:minmax(220px,1.35fr) repeat(4,minmax(130px,.72fr));align-items:start}.footer-brand{max-width:300px}.footer-logo{width:min(260px,100%);justify-self:start}.footer-logo .brand-mark{width:34px;height:34px;border-radius:9px;font-size:1.05rem}.footer-logo .brand-name{font-size:1rem}.footer-logo .brand-subtitle{font-size:.55rem}.home-hero{position:relative;overflow:hidden;padding:62px 0 32px;background:linear-gradient(90deg,rgba(255,252,247,.98) 0 46%,rgba(255,252,247,.78) 56%,rgba(255,252,247,.18)),radial-gradient(circle at 82% 28%,rgba(200,148,69,.22),transparent 28%),linear-gradient(135deg,#fffcf7,#f3eee5)}.home-hero:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(180deg,rgba(255,252,247,0),var(--paper));pointer-events:none}.home-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.92fr);grid-gap:clamp(2rem,5vw,5rem);gap:clamp(2rem,5vw,5rem);align-items:center}.home-hero-copy{display:grid;grid-gap:1.45rem;gap:1.45rem;min-width:0;padding:34px 0 46px}.home-hero h1{max-width:min(650px,100%);font-size:clamp(3rem,4.6vw,5rem);line-height:1.05}.purpose-emphasis{color:var(--teal);font-style:italic;font-weight:500}.home-hero .lead{max-width:min(620px,100%)}.trust-row{display:flex;flex-wrap:wrap;gap:.95rem;margin-top:.55rem;max-width:780px}.trust-item{display:grid;grid-template-columns:30px 1fr;grid-gap:.65rem;gap:.65rem;align-items:start;flex:1 1 132px;min-width:0;color:var(--slate)}.trust-item svg{color:var(--slate);stroke-width:1.45}.trust-item span,.trust-item strong{display:block}.trust-item strong{font-size:.82rem;line-height:1.2}.trust-item span{color:var(--muted);font-size:.75rem;line-height:1.35}.home-hero-visual{position:relative;min-height:520px}.home-hero-photo{position:absolute;inset:0;overflow:hidden;border-radius:0 0 0 86px;background:linear-gradient(180deg,rgba(255,247,235,.38),rgba(255,252,247,.08) 38%,rgba(244,240,232,.52)),radial-gradient(circle at 68% 20%,rgba(255,242,214,.95),rgba(255,242,214,0) 18%),linear-gradient(135deg,#dbe9e9 0 38%,#f1e0c5 39% 58%,#bfc7b6 59% 70%,#d3ba92 71% 100%);box-shadow:inset 72px 0 96px rgba(255,252,247,.82)}.hero-brand-mark{position:absolute;right:clamp(1.2rem,6vw,4.4rem);top:clamp(1rem,5vw,3.5rem);width:clamp(110px,18vw,210px);height:auto;border-radius:999px;opacity:.16;mix-blend-mode:multiply;pointer-events:none}.coastal-horizon{position:absolute;left:0;right:0;top:44%;height:2px;background:rgba(255,255,255,.72)}.coastal-path{position:absolute;right:8%;bottom:-12%;width:64%;height:47%;border-radius:70% 0 0 0;background:linear-gradient(105deg,rgba(255,252,247,.12),rgba(255,252,247,.7)),linear-gradient(135deg,rgba(198,154,91,.35),rgba(255,255,255,.36));transform:rotate(-6deg)}.coastal-figure{position:absolute;bottom:28%;width:30px;height:92px;border-radius:20px 20px 8px 8px;background:rgba(38,57,62,.38);filter:blur(.1px)}.coastal-figure:before{content:"";position:absolute;top:-22px;left:6px;width:18px;height:18px;border-radius:999px;background:rgba(38,57,62,.35)}.coastal-figure.first{right:43%}.coastal-figure.second{right:34%;height:78px;bottom:27%;background:rgba(255,252,247,.62);border:1px solid rgba(38,57,62,.12)}.hero-quote-card{position:absolute;right:5%;bottom:17%;width:min(270px,46%);display:grid;grid-gap:.85rem;gap:.85rem;border:1px solid rgba(226,219,209,.92);border-radius:14px;background:rgba(255,255,255,.93);box-shadow:0 18px 44px rgba(16,34,56,.14);padding:1.55rem}.hero-quote-card span{color:var(--teal);font-size:3rem;font-weight:800;line-height:.7}.hero-quote-card p,.hero-quote-card span{font-family:Georgia,Times New Roman,serif}.hero-quote-card p{font-size:1.18rem;line-height:1.42}.hero-quote-card strong{color:var(--slate);font-size:.78rem}.home-pathways{position:relative;z-index:2;padding:0 0 42px}.section-header.compact{margin-bottom:1rem}.pathway-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.35rem;gap:1.35rem}.pathway-card{display:grid;grid-template-columns:70px 1fr;grid-gap:1.2rem;gap:1.2rem;align-items:start;min-height:168px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.82);box-shadow:0 14px 36px rgba(16,34,56,.06);padding:1.45rem}.pathway-card h2{font-size:1.5rem}.pathway-card p{color:var(--muted);margin-top:.45rem}.pathway-card .text-link{grid-column:2}.pathway-icon{width:64px;height:64px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--teal);background:rgba(0,123,112,.1)}.pathway-card:nth-child(2) .pathway-icon{color:var(--gold);background:rgba(200,148,69,.16)}.why-section{padding-top:38px;background:var(--paper)}.why-grid{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.45fr);grid-gap:clamp(2rem,5vw,4.4rem);gap:clamp(2rem,5vw,4.4rem);align-items:center}.why-copy{display:grid;grid-gap:.9rem;gap:.9rem}.why-copy h2{max-width:430px}.why-copy p{color:var(--muted)}.why-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0}.why-benefit{display:grid;grid-gap:.65rem;gap:.65rem;min-height:170px;border-left:1px solid var(--line);padding:.55rem 1.25rem}.why-benefit:first-child{border-left:0}.why-benefit svg{color:var(--slate);stroke-width:1.35}.why-benefit h3{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem}.why-benefit p{color:var(--muted);font-size:.92rem;line-height:1.55}.process-band{background:linear-gradient(180deg,rgba(244,240,232,.9),rgba(255,252,247,.96)),radial-gradient(circle at 7% 16%,rgba(200,148,69,.12),transparent 28%)}.section-brand-mark{width:68px;height:68px;border-radius:999px;object-fit:cover;box-shadow:0 14px 32px rgba(16,34,56,.12)}.home-process{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:1.55rem;gap:1.55rem}.home-process:before{content:"";position:absolute;left:8%;right:8%;top:16px;height:1px;border-top:1px dashed rgba(0,123,112,.42)}.home-process-card{position:relative;display:grid;grid-gap:.65rem;gap:.65rem;min-height:176px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.86);box-shadow:0 14px 34px rgba(16,34,56,.06);padding:1.45rem 1.1rem 1.15rem}.process-dot{position:absolute;top:-18px;left:50%;width:32px;height:32px;border:4px solid var(--mist);color:#fff;background:var(--teal);font-size:.78rem;font-weight:900;transform:translateX(-50%)}.process-dot,.process-icon{border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.process-icon{width:52px;height:52px;color:var(--slate);background:rgba(0,123,112,.08)}.home-process-card h3{font-size:1.16rem}.home-process-card p{color:var(--muted);font-size:.86rem;line-height:1.5}.resource-strip{background:var(--paper)}.resource-layout{display:grid;grid-template-columns:minmax(250px,.75fr) minmax(0,2.55fr);grid-gap:1.45rem;gap:1.45rem;align-items:stretch}.resource-intro h2{max-width:260px;font-size:clamp(1.85rem,2.5vw,2.55rem)}.resource-card-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:1rem;gap:1rem}.home-resource-card{display:grid;grid-gap:.55rem;gap:.55rem;align-content:start;min-height:170px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(244,240,232,.7)),radial-gradient(circle at 100% 100%,rgba(200,148,69,.12),transparent 36%);padding:1.05rem}.home-resource-card svg,.resource-kicker{color:var(--teal)}.resource-kicker{font-size:.68rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.home-resource-card h3{font-size:1.05rem}.home-resource-card p:not(.resource-kicker){color:var(--muted);font-size:.82rem;line-height:1.45}.home-credibility{background:var(--paper);padding:0 0 34px}.credibility-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.52fr);grid-template-areas:"copy photos" "points photos";grid-gap:1.75rem 2.25rem;gap:1.75rem 2.25rem;align-items:stretch;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.82);box-shadow:0 16px 42px rgba(16,34,56,.07);overflow:hidden;padding:clamp(1.5rem,3vw,2.15rem)}.credibility-copy{grid-area:copy;align-self:end;display:grid;grid-gap:.85rem;gap:.85rem;max-width:700px}.credibility-copy h2{font-size:clamp(2.05rem,3.4vw,3.15rem)}.credibility-copy p{color:var(--muted)}.credibility-points{grid-area:points;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;align-self:start}.credibility-points article{display:grid;grid-gap:.35rem;gap:.35rem;min-height:136px;border-left:1px solid var(--line);padding-left:1.1rem}.credibility-points svg{color:var(--teal)}.credibility-points h3{font-size:1.08rem}.credibility-points p{color:var(--muted);font-size:.82rem;line-height:1.45}.team-photo-stack{grid-area:photos;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:250px;border-radius:12px;overflow:hidden;background:var(--mist)}.team-photo-stack figure{position:relative;min-height:250px;margin:0}.team-photo-stack img{object-fit:cover;object-position:center top}.team-photo-stack img.image-contain{object-fit:contain;object-position:center bottom;padding:.35rem .35rem 0}.team-photo-stack img.home-photo-robert{object-fit:cover;object-position:center 14%;padding:0}.team-photo-placeholder{display:grid;width:100%;min-height:250px;place-items:center;background:radial-gradient(circle at 32% 26%,rgba(255,255,255,.82),transparent 34%),linear-gradient(135deg,rgba(0,123,112,.16),rgba(200,148,69,.18));color:var(--teal);font-family:var(--font-serif);font-size:3rem;font-weight:800}.team-photo-stack figcaption{position:absolute;left:.8rem;right:.8rem;bottom:.8rem;display:grid;grid-gap:.08rem;gap:.08rem;border-radius:8px;background:rgba(255,255,255,.88);color:var(--slate);padding:.58rem .65rem;box-shadow:0 10px 24px rgba(16,34,56,.12)}.team-photo-stack figcaption strong{font-size:.86rem}.team-photo-stack figcaption span{color:var(--muted);font-size:.72rem}.home-cta-section{background:var(--paper);padding:0 0 38px}.home-cta{display:grid;grid-template-columns:72px minmax(0,1fr) auto;grid-gap:1.35rem;gap:1.35rem;align-items:center;border-radius:14px;background:linear-gradient(135deg,#008a7d,#007066),radial-gradient(circle at 8% 8%,rgba(255,255,255,.18),transparent 24%);color:#fff;box-shadow:0 18px 42px rgba(0,123,112,.2);padding:1.6rem 2rem}.home-cta .eyebrow,.home-cta p{color:rgba(255,255,255,.82)}.home-cta h2{font-size:clamp(1.95rem,3.2vw,3.1rem)}.cta-icon{width:58px;height:58px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--teal);background:#fff;box-shadow:0 12px 24px rgba(16,34,56,.16);overflow:hidden}.cta-icon img{width:100%;height:100%;object-fit:cover}.home-disclosure{padding-top:8px}.home-disclosure .container{display:grid;grid-gap:.55rem;gap:.55rem}@media (max-width:980px){.grid.four,.grid.three,.grid.two,.hero .split,.split,.timeline{grid-template-columns:1fr}.timeline:before{left:28px;right:auto;top:0;bottom:0;width:2px;height:auto}.timeline-card{grid-template-columns:56px 1fr;align-items:start}.process-detail-card{grid-template-columns:1fr}.process-detail-marker{position:static}.menu-toggle{display:inline-flex}.nav-wrap{position:absolute;top:100%;left:0;right:0;display:none;align-items:stretch;flex-direction:column;gap:0;border-bottom:1px solid var(--line);background:#fff;padding:.9rem 20px 1rem}.nav-wrap.open{display:flex}.main-nav{display:grid;align-items:stretch}.login-button,.main-nav a{width:100%;justify-content:space-between}.login-dropdown,.nav-menu{position:static;visibility:visible;opacity:1;transform:none;box-shadow:none;border:0;border-left:2px solid var(--line);border-radius:0;padding:.1rem 0 .4rem .8rem;margin-left:.7rem}.header-actions{display:grid;grid-gap:.7rem;gap:.7rem}.header-cta-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.employee-login-button{justify-self:end}.anchor-grid,.article-layout,.cta-split,.footer-grid,.team-card,.team-profile-row{grid-template-columns:1fr}.team-profile-row{justify-items:start;gap:1.5rem}.team-profile-media{width:100%;justify-items:start}.team-profile-photo-shell{width:min(240px,78vw)}.team-profile-body{width:100%;max-width:none}.cta-actions{justify-content:flex-start}.sidebar-card{position:static}.coeus-copy-hero{min-height:auto;padding-bottom:64px}.coeus-copy-hero-inner,.coeus-copy-nav{align-items:start}.coeus-copy-nav{display:grid}.coeus-logo-row,.coeus-service-list{grid-template-columns:1fr}.home-hero{padding-top:42px}.credibility-card,.home-cta,.home-hero-grid,.resource-layout,.why-grid{grid-template-columns:1fr}.credibility-card{grid-template-areas:"copy" "points" "photos"}.credibility-copy,.credibility-points,.team-photo-stack{align-self:stretch}.home-hero-copy{padding-bottom:12px}.home-hero-visual{min-height:430px}.home-hero-photo{border-radius:18px;box-shadow:inset 0 80px 100px rgba(255,252,247,.34)}.hero-quote-card{width:min(310px,calc(100% - 32px))}.credibility-points,.resource-card-row,.trust-row,.why-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.pathway-grid{grid-template-columns:1fr}.why-benefit{border-left:0;border-top:1px solid var(--line);padding:1rem 0}.why-benefit:nth-child(-n+2){border-top:0}.home-process{grid-template-columns:1fr;gap:1rem}.home-process:before{left:16px;right:auto;top:0;bottom:0;width:1px;height:auto}.home-process-card{grid-template-columns:56px 1fr;align-items:start;min-height:0;padding:1.1rem}.home-process-card h3,.home-process-card p{grid-column:2}.process-dot{left:16px;top:50%;transform:translate(-50%,-50%)}.process-icon{grid-row:1/span 2}.home-cta .button{justify-self:start}.cta-brand-watermark{right:1rem;top:auto;bottom:1rem;width:150px;transform:none}}@media (max-width:640px){.container{width:min(100% - 28px,1120px)}.section{padding:62px 0}.hero{padding:48px 0 58px}h1{font-size:clamp(2.2rem,10vw,2.85rem)}.form-grid,.metric-grid{grid-template-columns:1fr}.btn-row,.button{width:100%}.header-inner{min-height:68px}.brand{width:min(174px,58vw)}.home-hero h1{font-size:clamp(2.55rem,13vw,3.3rem)}.credibility-points,.resource-card-row,.team-photo-stack,.trust-row,.why-benefits{grid-template-columns:1fr}.trust-row{gap:.8rem}.trust-item{flex-basis:100%}.pathway-card{grid-template-columns:1fr}.pathway-card .text-link{grid-column:1}.home-hero-visual{min-height:390px}.hero-brand-mark{width:126px;opacity:.14}.hero-quote-card{right:14px;bottom:18px;padding:1.15rem}.hero-quote-card p{font-size:1rem}.why-benefit:nth-child(-n+2){border-top:1px solid var(--line)}.why-benefit:first-child{border-top:0}.home-process-card{grid-template-columns:46px 1fr}.process-icon{width:44px;height:44px}.credibility-card{padding:1rem}.team-profile-row{padding:2.4rem 0}.team-profile-photo-shell{width:min(220px,72vw)}.process-detail-points,.team-profile-focus ul{grid-template-columns:1fr}.team-profile-more summary{font-size:1.12rem}.credibility-points article{border-left:0;border-top:1px solid var(--line);padding:.9rem 0 0}.home-cta{gap:.9rem;padding:1.25rem}.cta-icon{width:50px;height:50px}.process-timeline-brand{justify-self:start;font-size:.72rem;letter-spacing:.12em}.brand-mark-image{width:40px;height:40px}}.crm-shell{min-height:calc(100vh - 74px);border-bottom:1px solid #d9e2ec;background:#f5f7fa;color:#172033;padding:30px 0 46px}.crm-container{width:min(1440px,calc(100% - 32px));margin-inline:auto}.crm-editor-actions,.crm-editor-head,.crm-panel-head,.crm-preview-actions,.crm-preview-head,.crm-topbar,.crm-topbar-actions{display:flex;align-items:center}.crm-topbar{justify-content:space-between;gap:1rem;margin-bottom:1rem}.crm-kicker{margin-bottom:.2rem;color:#486174;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.crm-editor-section h3,.crm-panel h2,.crm-topbar h1,.crm-website-preview h4{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}.crm-topbar h1{font-size:2.1rem;line-height:1.1}.crm-editor-actions,.crm-preview-actions,.crm-topbar-actions{gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.crm-icon-button,.crm-primary-button{min-height:38px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:1px solid #cbd7e2;padding:.55rem .75rem;font-size:.9rem;font-weight:800;line-height:1.1;cursor:pointer}.crm-primary-button{border-color:#1f5f8b;background:#1f5f8b;color:#fff}.crm-primary-button:hover{background:#174a70}.crm-icon-button{background:#fff;color:#203246}.crm-icon-button:hover{border-color:#1f5f8b;color:#1f5f8b}.crm-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:.9rem}.crm-metrics article{min-height:96px;border:1px solid #d9e2ec;border-radius:8px;background:#fff;padding:1rem;box-shadow:0 10px 22px rgba(23,32,51,.05)}.crm-metrics span{display:block;color:#5f7387;font-size:.78rem;font-weight:800;text-transform:uppercase}.crm-metrics strong{display:block;margin-top:.35rem;color:#172033;font-size:2rem;line-height:1}.crm-workspace{display:grid;grid-template-columns:minmax(0,1.24fr) minmax(390px,.76fr);grid-gap:1rem;gap:1rem;align-items:start}.crm-panel{min-width:0;border:1px solid #d9e2ec;border-radius:8px;background:#fff;box-shadow:0 16px 34px rgba(23,32,51,.07)}.crm-list-panel{overflow:hidden}.crm-editor-panel{position:-webkit-sticky;position:sticky;top:94px;display:grid;grid-gap:1rem;gap:1rem;padding:1rem}.crm-panel-head{justify-content:space-between;gap:1rem;border-bottom:1px solid #d9e2ec;padding:1rem}.crm-editor-head h2,.crm-panel-head h2{color:#172033;font-size:1.18rem}.crm-editor-head p,.crm-panel-head p{color:#607185;font-size:.88rem;font-weight:700}.crm-status-tabs{display:flex;gap:.45rem;flex-wrap:wrap;overflow-x:visible;border-bottom:1px solid #d9e2ec;padding:.75rem 1rem}.crm-status-tabs button{min-height:36px;border:1px solid #cbd7e2;border-radius:999px;display:inline-flex;align-items:center;gap:.4rem;background:#fff;color:#24384f;padding:.4rem .7rem;font-size:.84rem;font-weight:800;white-space:nowrap;cursor:pointer}.crm-status-tabs button span{min-width:24px;border-radius:999px;background:#e8eef5;color:#394c60;padding:.1rem .35rem;text-align:center}.crm-status-tabs button.active,.crm-status-tabs button:hover{border-color:#1f5f8b;background:#eef6fb;color:#174a70}.crm-filter-row{display:grid;grid-template-columns:minmax(230px,1fr) minmax(260px,.55fr) minmax(220px,.42fr);grid-gap:.7rem;gap:.7rem;padding:1rem}.crm-bulk-bar,.crm-filter-row{border-bottom:1px solid #d9e2ec}.crm-bulk-bar{display:flex;align-items:center;justify-content:flex-start;gap:.6rem;background:#eef6fb;padding:.7rem 1rem}.crm-bulk-bar span{color:#174a70;font-weight:900}.crm-bulk-bar button{min-height:32px;border:1px solid #b8cede;border-radius:7px;display:inline-flex;align-items:center;gap:.35rem;background:#fff;color:#203246;padding:.4rem .6rem;font-size:.82rem;font-weight:850;cursor:pointer}.crm-search-field,.crm-select-field{min-height:42px;min-width:0;border:1px solid #cbd7e2;border-radius:7px;display:grid;grid-template-columns:24px 1fr;align-items:center;grid-gap:.4rem;gap:.4rem;background:#fff;color:#5e7082;padding:0 .72rem}.crm-field input,.crm-field select,.crm-field textarea,.crm-search-field input,.crm-select-field select{width:100%;border:1px solid #cbd7e2;border-radius:7px;background:#fff;color:#172033;padding:.68rem .72rem}.crm-search-field input,.crm-select-field select{min-width:0;border:0;padding-inline:0}.crm-table-wrap{overflow-x:auto}.crm-table{width:100%;min-width:1280px;border-collapse:collapse;table-layout:fixed}.crm-table td,.crm-table th{border-bottom:1px solid #e5ebf1;padding:.78rem .9rem;text-align:left;vertical-align:middle}.crm-table th{color:#5b6f83;background:#f8fafc;font-size:.76rem;font-weight:900;text-transform:uppercase}.crm-table th:first-child{width:48px}.crm-table th:nth-child(2){width:34%}.crm-table th:nth-child(3){width:140px}.crm-table th:nth-child(4){width:230px}.crm-table th:nth-child(5),.crm-table th:nth-child(7){width:126px}.crm-table th:nth-child(6){width:140px}.crm-table th:nth-child(8){width:110px}.crm-table th:nth-child(9){width:150px}.crm-table input[type=checkbox]{width:17px;height:17px;accent-color:#1f5f8b}.crm-table tr.selected td{background:#eef6fb}.crm-table tr:hover td{background:#f7fbfd}.crm-title-button{width:100%;border:0;display:grid;grid-gap:.22rem;gap:.22rem;background:transparent;color:#172033;padding:0;text-align:left;cursor:pointer}.crm-title-button span{overflow:hidden;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.crm-path-cell,.crm-title-button small{overflow:hidden;color:#607185;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.crm-row-actions{display:flex;gap:.4rem;flex-wrap:wrap}.crm-row-actions a,.crm-row-actions button{min-height:30px;border:1px solid #cbd7e2;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:.32rem;background:#fff;color:#203246;padding:.35rem .5rem;font-size:.78rem;font-weight:850;cursor:pointer}.crm-row-actions a:hover,.crm-row-actions button:hover{border-color:#1f5f8b;color:#1f5f8b}.crm-status-badge{min-height:28px;border-radius:999px;display:inline-flex;align-items:center;gap:.34rem;border:1px solid #cbd7e2;padding:.22rem .55rem;font-size:.78rem;font-weight:900;white-space:nowrap}.crm-status-badge.draft{border-color:#cbd7e2;background:#f2f5f8;color:#405267}.crm-status-badge.review{border-color:#efc070;background:#fff6e8;color:#8a4b0b}.crm-status-badge.scheduled{border-color:#7db9dc;background:#eef8ff;color:#1f5f8b}.crm-status-badge.published{border-color:#79bea8;background:#edf8f4;color:#0f766e}.crm-status-badge.archived{border-color:#c7cbd1;background:#f2f2f3;color:#5b6068}.crm-empty{color:#607185;padding:1rem;font-weight:700}.crm-editor-head{justify-content:space-between;gap:1rem;align-items:flex-start;border-bottom:1px solid #d9e2ec;padding-bottom:1rem}.crm-editor-head h2{margin-top:.55rem}.crm-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.crm-field{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0}.crm-check-inline span,.crm-editor-section h3,.crm-field span{color:#25384b;font-size:.86rem;font-weight:850}.crm-field textarea{resize:vertical}.crm-check-inline{min-height:42px;display:flex;align-items:center;gap:.55rem;align-self:end;border:1px solid #cbd7e2;border-radius:7px;background:#f8fafc;padding:.55rem .7rem}.crm-check-inline input,.crm-check-pill input{width:17px;height:17px;accent-color:#1f5f8b}.crm-editor-section{display:grid;grid-gap:.75rem;gap:.75rem;border-top:1px solid #e5ebf1;padding-top:1rem}.crm-check-grid{display:flex;flex-wrap:wrap;gap:.5rem}.crm-check-pill{min-height:34px;border:1px solid #cbd7e2;border-radius:999px;display:inline-flex;align-items:center;gap:.42rem;background:#fff;color:#24384f;padding:.35rem .6rem;font-size:.82rem;font-weight:800}.crm-check-pill:has(input:checked){border-color:#1f5f8b;background:#eef6fb;color:#174a70}.crm-two-column{grid-template-columns:minmax(0,.92fr) minmax(260px,.72fr);align-items:start}.crm-two-column>div{display:grid;grid-gap:.75rem;gap:.75rem}.crm-website-preview{border:1px solid #cbd7e2;border-radius:8px;display:grid;grid-gap:.7rem;gap:.7rem;background:#f8fafc;padding:.9rem}.crm-preview-head{min-width:0;gap:.4rem;color:#1f5f8b;font-size:.8rem;font-weight:800}.crm-preview-head span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-website-preview h4{color:#172033;font-size:1.08rem}.crm-website-preview p{color:#53687c;font-size:.9rem;line-height:1.5}@media (max-width:1180px){.crm-workspace{grid-template-columns:1fr}.crm-editor-panel{position:static}}@media (max-width:780px){.crm-shell{padding-top:22px}.crm-editor-head,.crm-topbar{align-items:stretch;flex-direction:column}.crm-topbar h1{font-size:1.65rem}.crm-editor-actions,.crm-topbar-actions{justify-content:flex-start}.crm-editor-grid,.crm-filter-row,.crm-metrics,.crm-two-column{grid-template-columns:1fr}.crm-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.crm-container{width:min(100% - 22px,1440px)}.crm-metrics{grid-template-columns:1fr}.crm-icon-button,.crm-primary-button{width:100%}}.signature-client-shell,.signature-shell{min-height:calc(100vh - 74px);border-bottom:1px solid #d9e2ec;background:#f5f7fa;color:#172033;padding:30px 0 46px}.signature-container{width:min(1440px,calc(100% - 32px));margin-inline:auto}.signature-editor-head,.signature-link-result,.signature-panel-head,.signature-row-actions,.signature-secondary-action,.signature-topbar{display:flex;align-items:center}.signature-topbar{justify-content:space-between;gap:1rem;margin-bottom:1rem}.signature-kicker{margin-bottom:.2rem;color:#486174;font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.signature-client-head h1,.signature-editor-head h2,.signature-panel h2,.signature-topbar h1{color:#172033;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}.signature-topbar h1{font-size:2.1rem;line-height:1.1}.signature-icon-button,.signature-link-result a,.signature-link-result button,.signature-primary-button,.signature-row-actions a,.signature-row-actions span,.signature-secondary-action{min-height:38px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:1px solid #cbd7e2;background:#fff;color:#203246;padding:.55rem .75rem;font-size:.9rem;font-weight:800;line-height:1.1;cursor:pointer}.signature-primary-button{border-color:#0f766e;background:#0f766e;color:#fff}.signature-primary-button:hover{background:#125e5a}.signature-icon-button:hover,.signature-link-result a:hover,.signature-link-result button:hover,.signature-row-actions a:hover,.signature-secondary-action:hover{border-color:#1f5f8b;color:#1f5f8b}.signature-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:.9rem}.signature-metrics article{min-height:96px;border:1px solid #d9e2ec;border-radius:8px;background:#fff;padding:1rem;box-shadow:0 10px 22px rgba(23,32,51,.05)}.signature-metrics span{display:block;color:#5f7387;font-size:.78rem;font-weight:800;text-transform:uppercase}.signature-metrics strong{display:block;margin-top:.35rem;color:#172033;font-size:2rem;line-height:1}.signature-workspace{display:grid;grid-template-columns:minmax(0,1.24fr) minmax(390px,.76fr);grid-gap:1rem;gap:1rem;align-items:start}.signature-client-panel,.signature-panel{min-width:0;border:1px solid #d9e2ec;border-radius:8px;background:#fff;box-shadow:0 16px 34px rgba(23,32,51,.07)}.signature-list-panel{overflow:hidden}.signature-editor-panel{position:-webkit-sticky;position:sticky;top:94px;display:grid;grid-gap:1rem;gap:1rem;padding:1rem}.signature-panel-head{justify-content:space-between;gap:1rem;border-bottom:1px solid #d9e2ec;padding:1rem}.signature-panel-head.compact{border:0;padding:0}.signature-editor-head h2,.signature-panel-head h2{font-size:1.18rem}.signature-editor-head p,.signature-panel-head p{color:#607185;font-size:.88rem;font-weight:700}.signature-table-wrap{overflow-x:auto}.signature-table{width:100%;min-width:960px;border-collapse:collapse;table-layout:fixed}.signature-table td,.signature-table th{border-bottom:1px solid #e5ebf1;padding:.78rem .9rem;text-align:left;vertical-align:middle}.signature-table th{color:#5b6f83;background:#f8fafc;font-size:.76rem;font-weight:900;text-transform:uppercase}.signature-table th:first-child{width:26%}.signature-table th:nth-child(2){width:120px}.signature-table th:nth-child(3),.signature-table th:nth-child(5){width:22%}.signature-table th:nth-child(4),.signature-table th:nth-child(6){width:130px}.signature-table td small,.signature-table td strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.signature-table td small{color:#607185;font-size:.82rem}.signature-status-badge{min-height:28px;border-radius:999px;display:inline-flex;align-items:center;border:1px solid #cbd7e2;padding:.22rem .55rem;font-size:.78rem;font-weight:900;white-space:nowrap}.signature-status-badge.pending{border-color:#efc070;background:#fff6e8;color:#8a4b0b}.signature-status-badge.verified{border-color:#7db9dc;background:#eef8ff;color:#1f5f8b}.signature-status-badge.signed{border-color:#79bea8;background:#edf8f4;color:#0f766e}.signature-status-badge.cancelled,.signature-status-badge.expired{border-color:#c7cbd1;background:#f2f2f3;color:#5b6068}.signature-row-actions{gap:.4rem;flex-wrap:wrap}.signature-row-actions a,.signature-row-actions span{min-height:30px;padding:.35rem .5rem;font-size:.78rem}.signature-empty{color:#607185;padding:1rem;font-weight:700}.signature-editor-head{gap:.75rem;align-items:flex-start;border-bottom:1px solid #d9e2ec;padding-bottom:1rem}.signature-icon-box{width:42px;height:42px;border:1px solid #cbd7e2;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#0f766e;background:#edf8f4}.signature-client-signing,.signature-form,.signature-vault-items,.signature-vault-list{display:grid;grid-gap:.85rem;gap:.85rem}.signature-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.signature-field{display:grid;grid-gap:.35rem;gap:.35rem;min-width:0}.signature-check span,.signature-field span{color:#25384b;font-size:.86rem;font-weight:850}.signature-field input,.signature-field select,.signature-field textarea{width:100%;min-width:0;border:1px solid #cbd7e2;border-radius:7px;background:#fff;color:#172033;padding:.68rem .72rem}.signature-field textarea{resize:vertical}.signature-field input[readonly]{background:#f8fafc;color:#405267}.signature-input-with-icon{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;grid-gap:.4rem;gap:.4rem;border:1px solid #cbd7e2;border-radius:7px;background:#fff;color:#607185;padding:0 .72rem}.signature-input-with-icon input{border:0;padding-inline:0}.signature-input-with-icon:focus-within{outline:3px solid rgba(180,147,88,.7);outline-offset:3px}.signature-search-wrap{position:relative}.signature-search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;max-height:270px;overflow:auto;border:1px solid #cbd7e2;border-radius:8px;background:#fff;box-shadow:0 16px 34px rgba(23,32,51,.14);padding:.45rem}.signature-search-results button{width:100%;min-height:48px;border:0;border-radius:7px;display:grid;grid-template-columns:24px minmax(0,1fr);grid-gap:.55rem;gap:.55rem;align-items:center;background:transparent;color:#172033;padding:.55rem;text-align:left;cursor:pointer}.signature-search-results button:focus-visible,.signature-search-results button:hover{background:#eef6fb}.signature-search-results svg{color:#0f766e}.signature-search-results small,.signature-search-results strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.signature-search-results small{color:#607185;font-size:.8rem}.signature-search-results p{color:#607185;padding:.6rem;font-weight:750}.signature-document-summary{display:grid;grid-template-columns:24px minmax(0,1fr);grid-gap:.6rem;gap:.6rem;align-items:start;border:1px solid #d9e2ec;border-radius:7px;background:#f8fafc;padding:.7rem}.signature-document-summary svg{color:#0f766e;margin-top:.1rem}.signature-document-summary small,.signature-document-summary strong{display:block;overflow-wrap:anywhere}.signature-document-summary small{color:#607185;font-size:.8rem;line-height:1.45}.signature-check{min-height:42px;display:flex;align-items:center;gap:.55rem;border:1px solid #cbd7e2;border-radius:7px;background:#f8fafc;padding:.55rem .7rem}.signature-check input{width:17px;height:17px;flex:0 0 auto;accent-color:#0f766e}.signature-form-status{border-radius:7px;padding:.75rem .85rem;font-weight:750;overflow-wrap:anywhere}.signature-form-status.success{color:#0f766e;background:#edf8f4}.signature-form-status.error{color:#9e2f2f;background:rgba(158,47,47,.1)}.signature-form-status.idle{color:#53687c;background:#f2f5f8}.signature-link-result{gap:.45rem;flex-wrap:wrap;border:1px solid #d9e2ec;border-radius:7px;background:#f8fafc;padding:.55rem}.signature-link-result a,.signature-link-result button{min-height:32px;padding:.4rem .6rem;font-size:.82rem}.signature-vault-list{border-top:1px solid #e5ebf1;padding-top:1rem}.signature-vault-items a{display:grid;grid-template-columns:22px minmax(0,1fr);grid-gap:.55rem;gap:.55rem;align-items:center;border:1px solid #d9e2ec;border-radius:7px;padding:.65rem .7rem}.signature-vault-items a:hover{border-color:#0f766e;background:#f7fbfd}.signature-vault-items svg{color:#0f766e}.signature-vault-items small,.signature-vault-items strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.signature-vault-items small{color:#607185;font-size:.8rem}.signature-client-shell{display:grid;place-items:start center;padding:44px 0}.signature-client-panel{width:min(760px,calc(100% - 32px));display:grid;grid-gap:1rem;gap:1rem;padding:clamp(1rem,4vw,1.5rem)}.signature-client-head{display:grid;grid-template-columns:42px minmax(0,1fr);grid-gap:.75rem;gap:.75rem;align-items:start;border-bottom:1px solid #d9e2ec;padding-bottom:1rem}.signature-client-head h1{font-size:1.65rem;line-height:1.15}.signature-client-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.signature-client-summary div{min-height:76px;border:1px solid #d9e2ec;border-radius:7px;background:#f8fafc;padding:.75rem}.signature-client-summary span{display:block;color:#607185;font-size:.78rem;font-weight:850;text-transform:uppercase}.signature-client-summary strong{display:block;margin-top:.3rem;overflow-wrap:anywhere}.signature-download-button,.signature-secondary-action{justify-self:start}@media (max-width:1180px){.signature-workspace{grid-template-columns:1fr}.signature-editor-panel{position:static}}@media (max-width:780px){.signature-shell{padding-top:22px}.signature-editor-head,.signature-topbar{align-items:stretch;flex-direction:column}.signature-client-head h1,.signature-topbar h1{font-size:1.45rem}.signature-client-summary,.signature-form-grid,.signature-metrics{grid-template-columns:1fr}.signature-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.signature-download-button,.signature-icon-button,.signature-primary-button,.signature-secondary-action{width:100%}}@media (max-width:560px){.signature-container{width:min(100% - 22px,1440px)}.signature-metrics{grid-template-columns:1fr}.signature-client-panel{width:min(100% - 22px,760px)}}