.db-page{min-height:100vh;background:var(--soft, #f5f7f9);color:var(--text, #202b33);font:16px/1.6 system-ui,-apple-system,Segoe UI,sans-serif}.db-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;color:var(--muted, #40515d)}.db-loading-spinner{display:block;width:36px;height:36px;border:3px solid var(--border, #b9c9d5);border-top-color:var(--action, #1676b8);border-radius:50%;animation:db-spin .75s linear infinite}@keyframes db-spin{to{transform:rotate(360deg)}}.db-loading-text{font-size:.9375rem;font-weight:600}.db-auth-page{display:flex;align-items:flex-start;justify-content:center;min-height:100vh;padding:clamp(2rem,6vw,4rem) 1rem}.db-auth-card{width:100%;max-width:420px;background:#fff;border:1px solid var(--border, #b9c9d5);border-radius:16px;padding:clamp(1.75rem,4vw,2.5rem);box-shadow:0 4px 24px #123b631a,0 1px 4px #123b630f}.db-auth-brand{display:flex;align-items:center;gap:.625rem;margin-bottom:1.75rem}.db-auth-brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:50% 50% 50% 8px;background:var(--navy, #123b63);color:#fff;font-weight:800;font-size:1.125rem;flex-shrink:0}.db-auth-brand-name{font-size:.9375rem;font-weight:700;color:var(--navy, #123b63);line-height:1.2}.db-auth-title{font-size:clamp(1.375rem,4vw,1.625rem);font-weight:800;color:var(--navy, #123b63);line-height:1.2;margin:0 0 1.5rem}.db-auth-subtitle{margin:-1rem 0 1.5rem;font-size:.9375rem;color:var(--muted, #40515d);line-height:1.55}.db-auth-form{display:flex;flex-direction:column;gap:1.125rem}.db-field{display:flex;flex-direction:column;gap:.3rem}.db-field-label{font-size:.9375rem;font-weight:700;color:var(--navy, #123b63)}.db-field-input{width:100%;min-height:52px;padding:.65rem .8rem;border:2px solid var(--border, #b9c9d5);border-radius:8px;background:#fff;font:inherit;font-size:1rem;color:var(--text, #202b33);transition:border-color .15s ease}.db-field-input:hover{border-color:#8aaabe}.db-field-input:focus{border-color:var(--action, #1676b8);outline:3px solid rgba(22,118,184,.22);outline-offset:0}.db-field-input--error{border-color:#9d1d1d}.db-field-input--error:focus{border-color:#9d1d1d;outline-color:#9d1d1d38}.db-field-hint{font-size:.8125rem;color:var(--muted, #40515d);line-height:1.4}.db-field-error{font-size:.875rem;font-weight:600;color:#7a1515;line-height:1.4}.db-alert{padding:.75rem 1rem;border-radius:8px;font-size:.9375rem;font-weight:600;line-height:1.5}.db-alert--error{background:#fdf3f3;border:1px solid #d1a0a0;border-left:4px solid #9d1d1d;color:#7a1515}.db-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:48px;padding:.6rem 1.25rem;border:2px solid transparent;border-radius:8px;font:inherit;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}.db-btn:focus-visible{outline:4px solid #f5b700;outline-offset:3px}.db-btn:disabled,.db-btn[aria-disabled=true]{opacity:.62;cursor:not-allowed}.db-btn--primary{background:var(--action, #1676b8);border-color:var(--action, #1676b8);color:#fff}.db-btn--primary:hover:not(:disabled){background:var(--navy, #123b63);border-color:var(--navy, #123b63)}.db-btn--ghost{background:transparent;border-color:var(--border, #b9c9d5);color:var(--text, #202b33)}.db-btn--ghost:hover:not(:disabled){background:var(--light, #eaf4fa);border-color:#8aaabe}.db-btn--sm{min-height:38px;font-size:.875rem;padding:.3rem .875rem}.db-btn--full{width:100%}.db-link-btn{background:none;border:none;padding:0;font:inherit;font-size:.9375rem;color:var(--action, #1676b8);cursor:pointer;text-decoration:underline;text-decoration-color:#1676b866;text-underline-offset:.2em;transition:color .15s ease,text-decoration-color .15s ease}.db-link-btn:hover{color:var(--navy, #123b63);text-decoration-color:currentColor}.db-link-btn:focus-visible{outline:3px solid #f5b700;outline-offset:2px;border-radius:3px}.db-auth-footer-action{margin-top:1.375rem;padding-top:1.125rem;border-top:1px solid var(--border, #b9c9d5);text-align:center}.db-app-header{position:sticky;top:0;z-index:10;background:#fff;border-bottom:1px solid var(--border, #b9c9d5);box-shadow:0 1px 6px #123b630f}.db-app-header-inner{max-width:1180px;margin-inline:auto;padding:0 1.25rem;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.db-app-brand{display:flex;align-items:center;gap:.625rem}.db-app-brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:50% 50% 50% 6px;background:var(--navy, #123b63);color:#fff;font-weight:800;font-size:1rem;flex-shrink:0}.db-app-brand-name{font-size:.9375rem;font-weight:700;color:var(--navy, #123b63)}.db-app-header-right{display:flex;align-items:center;gap:1rem}.db-app-user-name{font-size:.875rem;font-weight:600;color:var(--muted, #40515d)}.db-app-main{padding:clamp(1.5rem,4vw,2.5rem) 1.25rem}.db-app-content{max-width:680px;margin:0 auto}.db-app-page-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;color:var(--navy, #123b63);margin:0 0 1.5rem}.db-identity-card{background:#fff;border:1px solid var(--border, #b9c9d5);border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 2px 8px #123b630d}.db-identity-heading{font-size:1rem;font-weight:700;color:var(--navy, #123b63);margin:0 0 1rem}.db-identity-list{margin:0;display:flex;flex-direction:column;gap:.625rem}.db-identity-row{display:grid;grid-template-columns:7rem 1fr;gap:.5rem;font-size:.9375rem;line-height:1.5}.db-identity-row dt{font-weight:700;color:var(--muted, #40515d)}.db-identity-row dd{margin:0;color:var(--text, #202b33)}.db-identity-note{color:var(--muted, #40515d);font-size:.875rem}.db-notice{background:var(--light, #eaf4fa);border:1px solid var(--border, #b9c9d5);border-left:4px solid var(--action, #1676b8);border-radius:8px;padding:1rem 1.125rem;font-size:.9375rem;color:var(--navy, #123b63)}.db-notice p{margin:0}.db-skip-link{position:absolute;top:-9999px;left:1rem;z-index:999;padding:.625rem 1.125rem;background:var(--navy, #123b63);color:#fff;font-size:.9375rem;font-weight:700;border-radius:0 0 8px 8px;text-decoration:none}.db-skip-link:focus{top:0}.db-page :focus-visible{outline:4px solid #f5b700;outline-offset:3px}.db-app-content--wide{max-width:1140px;margin:0 auto}.db-list-header{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.db-list-header .db-app-page-title{margin:0}.db-list-total{font-size:.875rem;font-weight:600;color:var(--muted, #40515d)}.db-loading--inline{min-height:200px;justify-content:flex-start;padding-top:3rem}.db-alert--with-action{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.db-detail-back{margin-bottom:1.25rem}.db-empty-state{background:#fff;border:1px solid var(--border, #b9c9d5);border-radius:12px;padding:3.5rem 2rem;text-align:center;margin-top:.5rem}.db-empty-state-title{font-size:1.25rem;font-weight:700;color:var(--navy, #123b63);margin:0 0 .5rem}.db-empty-state-body{font-size:.9375rem;color:var(--muted, #40515d);margin:0;line-height:1.55}.db-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border, #b9c9d5);border-radius:12px;background:#fff;box-shadow:0 2px 8px #123b630d;transition:opacity .15s ease}.db-table-wrap--loading{opacity:.5;pointer-events:none}.db-lead-table{width:100%;border-collapse:collapse;font-size:.9375rem;line-height:1.45}.db-lead-table th{padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:700;color:var(--muted, #40515d);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border, #b9c9d5);white-space:nowrap;background:#fff}.db-lead-table td{padding:.9375rem 1rem;border-bottom:1px solid var(--border, #b9c9d5);color:var(--text, #202b33);vertical-align:middle}.db-lead-table tbody tr:last-child td{border-bottom:none}.db-lead-row{cursor:pointer;transition:background .1s ease}.db-lead-row:hover{background:var(--light, #eaf4fa)}.db-lead-row:focus-within{background:var(--light, #eaf4fa)}.db-lead-cell--name{min-width:11rem}.db-lead-name-link{color:var(--action, #1676b8);font-weight:700;text-decoration:none}.db-lead-name-link:hover{text-decoration:underline;color:var(--navy, #123b63)}.db-lead-name-link:focus-visible{outline:3px solid #f5b700;outline-offset:2px;border-radius:3px}.db-lead-flag{display:inline-block;margin-left:.4rem;padding:.1rem .35rem;border-radius:4px;font-size:.625rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;background:#fdf3f3;color:#7a1515;border:1px solid #d1a0a0;vertical-align:middle}.db-lead-cell--email{max-width:16rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.db-lead-cell--date{white-space:nowrap;color:var(--muted, #40515d);font-size:.875rem}.db-status-badge{display:inline-flex;align-items:center;padding:.2rem .625rem;border-radius:999px;font-size:.8125rem;font-weight:700;white-space:nowrap}.db-badge--new{background:#dbeafe;color:#1e40af}.db-badge--reviewing{background:#ede9fe;color:#5b21b6}.db-badge--attempted{background:#fff7ed;color:#c2410c}.db-badge--contacted{background:#d1fae5;color:#065f46}.db-badge--appointment{background:#bbf7d0;color:#14532d}.db-badge--assigned{background:#dbeafe;color:#1e40af}.db-badge--muted{background:#f3f4f6;color:#6b7280}.db-badge--won{background:#bbf7d0;color:#14532d}.db-badge--lost,.db-badge--dnc{background:#fecaca;color:#7f1d1d}.db-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;flex-wrap:wrap;padding-bottom:.5rem}.db-pagination-info{font-size:.875rem;font-weight:600;color:var(--muted, #40515d)}.db-page-loading-bar{height:3px;background:var(--action, #1676b8);border-radius:999px;margin-top:.75rem;animation:db-bar-pulse 1s ease-in-out infinite alternate}@keyframes db-bar-pulse{0%{opacity:.4}to{opacity:1}}@media(max-width:720px){.db-col-email,.db-col-source{display:none}.db-table-wrap{border-radius:8px}}@media(max-width:480px){.db-auth-card{border:none;border-radius:0;box-shadow:none;padding:1.5rem 1rem}.db-app-header-inner{padding:0 1rem}.db-app-user-name{display:none}.db-identity-row{grid-template-columns:1fr;gap:.125rem}.db-identity-row dd{padding-left:.75rem}.db-lead-table th,.db-lead-table td{padding:.75rem;font-size:.875rem}.db-table-wrap{border-left:none;border-right:none;border-radius:0}.db-list-header{flex-direction:column;gap:.125rem}}@media(prefers-reduced-motion:reduce){.db-loading-spinner{animation-duration:2s}}.db-detail-title-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.db-detail-title-row .db-app-page-title{margin-bottom:0}.db-detail-section{background:#fff;border:1px solid var(--border, #b9c9d5);border-radius:8px;padding:1.5rem;margin-bottom:1.25rem}.db-detail-section-title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted, #40515d);margin:0 0 1rem}.db-detail-grid{display:grid;grid-template-columns:10rem 1fr;gap:.5rem 1.25rem;margin:0}.db-detail-label{font-size:.875rem;font-weight:600;color:var(--muted, #40515d);padding-top:.125rem}.db-detail-value{font-size:.9375rem;color:var(--text, #202b33);margin:0;word-break:break-word}.db-detail-warning{background:#fff8e1;border:1px solid #f9a825;border-radius:6px;padding:.625rem .875rem;font-size:.875rem;color:#5d4037;margin-bottom:1rem}.db-detail-message{white-space:pre-wrap}.db-detail-url{font-size:.8125rem;font-family:ui-monospace,Cascadia Code,Fira Code,monospace;word-break:break-all;color:var(--action, #1676b8)}.db-detail-consent-text{margin:1rem 0 0;padding:.875rem 1rem;background:var(--soft, #f5f7f9);border:1px solid var(--border, #b9c9d5);border-radius:6px;font-size:.8125rem;font-family:ui-monospace,Cascadia Code,Fira Code,monospace;white-space:pre-wrap;word-break:break-word;line-height:1.6;color:var(--text, #202b33);max-height:320px;overflow-y:auto}@media(max-width:640px){.db-detail-grid{grid-template-columns:1fr;gap:0}.db-detail-label{margin-top:.75rem}.db-detail-label:first-child{margin-top:0}.db-detail-section{padding:1.125rem 1rem}}.db-status-update{margin-top:1.25rem;padding-top:1.125rem;border-top:1px solid var(--border, #b9c9d5)}.db-status-update-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.db-status-update-label{font-size:.875rem;font-weight:600;color:var(--muted, #40515d);white-space:nowrap}.db-status-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2340515d' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .625rem center;padding:.4375rem 2rem .4375rem .625rem;border:1px solid var(--border, #b9c9d5);border-radius:6px;font-size:.875rem;color:var(--text, #202b33);cursor:pointer;min-width:12rem;line-height:1.4}.db-status-select:focus{outline:2px solid var(--action, #1676b8);outline-offset:2px;border-color:var(--action, #1676b8)}.db-status-select:disabled{opacity:.6;cursor:not-allowed}.db-status-confirm{margin-top:.75rem;padding:.875rem 1rem;background:#fff8e1;border:1px solid #f9a825;border-radius:6px}.db-status-confirm-msg{font-size:.9375rem;color:var(--text, #202b33);margin:0 0 .75rem;line-height:1.5}.db-status-confirm-actions{display:flex;flex-wrap:wrap;gap:.5rem}.db-status-feedback{margin-top:.625rem;font-size:.875rem;line-height:1.4}.db-status-feedback--success{color:#1b5e20}.db-status-feedback--error{color:#b71c1c}@media(max-width:480px){.db-status-update-row{flex-direction:column;align-items:flex-start}.db-status-select{width:100%;min-width:0}}.db-note-form{margin-bottom:1.5rem}.db-note-label{display:block;font-size:.875rem;font-weight:600;color:var(--text, #202b33);margin-bottom:.375rem}.db-note-textarea{display:block;width:100%;box-sizing:border-box;padding:.5625rem .75rem;border:1px solid var(--border, #b9c9d5);border-radius:6px;font:inherit;font-size:.9375rem;line-height:1.5;color:var(--text, #202b33);background:#fff;resize:vertical;min-height:5.5rem;transition:border-color .15s}.db-note-textarea:focus{outline:2px solid var(--action, #1676b8);outline-offset:2px;border-color:var(--action, #1676b8)}.db-note-textarea:disabled{opacity:.6;cursor:not-allowed}.db-note-textarea--over{border-color:#c62828}.db-note-textarea--over:focus{outline-color:#c62828;border-color:#c62828}.db-note-form-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.db-note-char-count{font-size:.8125rem;color:var(--muted, #40515d)}.db-note-char-count--over{color:#c62828;font-weight:600}.db-note-form-actions{display:flex;gap:.5rem;flex-wrap:wrap}.db-note-helper{font-size:.8125rem;color:var(--muted, #40515d);margin:.625rem 0 0;line-height:1.4}.db-note-feedback{margin-top:.5rem;font-size:.875rem;line-height:1.4}.db-note-feedback--error{color:#b71c1c}.db-note-feedback--success{color:#1b5e20}.db-notes-list{border-top:1px solid var(--border, #b9c9d5);padding-top:1.125rem}.db-notes-empty{font-size:.9375rem;color:var(--muted, #40515d);margin:0}.db-notes-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.db-note-item{padding:.875rem 0;border-bottom:1px solid var(--border, #b9c9d5)}.db-note-item:last-child{border-bottom:none;padding-bottom:0}.db-note-meta{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;margin-bottom:.375rem}.db-note-author{font-size:.875rem;font-weight:600;color:var(--text, #202b33)}.db-note-date{font-size:.8125rem;color:var(--muted, #40515d)}.db-note-body{font-size:.9375rem;line-height:1.6;color:var(--text, #202b33);margin:0;white-space:pre-wrap;word-break:break-word}@media(max-width:480px){.db-note-form-footer{flex-direction:column;align-items:flex-start}}.db-assign-control{margin-top:1.25rem;padding-top:1.125rem;border-top:1px solid var(--border, #b9c9d5)}.db-assign-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.db-assign-label{font-size:.875rem;font-weight:600;color:var(--muted, #40515d);white-space:nowrap;min-width:3.5rem}.db-assign-current{font-size:.9375rem;color:var(--text, #202b33);flex:1;word-break:break-word}.db-assign-alert{margin-top:.5rem}.db-assign-form{display:flex;flex-direction:column;gap:0}.db-assign-form-label{display:block;font-size:.875rem;font-weight:600;color:var(--muted, #40515d);margin-bottom:.5rem}.db-assign-form-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.db-assign-no-agents{font-size:.875rem;color:var(--muted, #40515d);margin:.5rem 0 0}.db-assign-unassign-btn{align-self:flex-start;margin-top:.625rem;color:#9d1d1d;border-color:#d1a0a0}.db-assign-unassign-btn:hover:not(:disabled){background:#fdf3f3;border-color:#9d1d1d}@media(max-width:480px){.db-assign-row{flex-direction:column;align-items:flex-start}.db-assign-form-row{flex-direction:column;align-items:stretch}.db-assign-form-row .db-status-select{width:100%;min-width:0}}.db-filters{margin-bottom:1rem}.db-filter-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.625rem}.db-filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:0}.db-filter-group--search{flex:1 1 180px}.db-filter-group--clear{padding-bottom:2px}.db-filter-label{font-size:.75rem;font-weight:600;color:var(--muted, #40515d);letter-spacing:.01em;white-space:nowrap}.db-filter-select{height:2rem;padding:0 .5rem;border:1px solid var(--border, #b9c9d5);border-radius:5px;background:#fff;color:var(--text, #202b33);font-size:.8125rem;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;min-width:120px}.db-filter-select:focus{outline:2px solid var(--action, #1676b8);outline-offset:1px}.db-filter-select:disabled{opacity:.55;cursor:default}.db-filter-input{height:2rem;padding:0 .5rem;border:1px solid var(--border, #b9c9d5);border-radius:5px;background:#fff;color:var(--text, #202b33);font-size:.8125rem;width:100%;box-sizing:border-box}.db-filter-input:focus{outline:2px solid var(--action, #1676b8);outline-offset:1px}.db-filter-input:disabled{opacity:.55}.db-empty-clear-btn{display:inline;vertical-align:baseline;padding:0 .25rem;font-size:inherit;text-decoration:underline}@media(max-width:640px){.db-filter-group{flex:1 1 calc(50% - .625rem)}.db-filter-group--search,.db-filter-group--clear{flex:1 1 100%}}.db-auth-logo{margin-bottom:1.75rem}.db-auth-logo .brand-logo-img--horizontal{width:200px}.db-app-brand .brand-logo-img--horizontal{width:160px}@media(max-width:480px){.db-auth-logo .brand-logo-img--horizontal{width:175px}.db-app-brand .brand-logo-img--horizontal{width:140px}}.db-auth-page{flex-direction:column;align-items:center}.db-auth-back{margin:1.125rem 0 0;text-align:center}.db-back-link{font-size:.9375rem;color:var(--muted, #40515d);text-decoration:none;transition:color .15s ease}.db-back-link:hover{color:var(--navy, #123b63);text-decoration:underline}.db-back-link:focus-visible{outline:3px solid #f5b700;outline-offset:3px;border-radius:3px}:root{--navy:#123b63;--blue:#246a9e;--action:#1676b8;--light:#eaf4fa;--soft:#f5f7f9;--text:#202b33;--muted:#40515d;--border:#b9c9d5;--surface:#f8fbfd;--white:#fff;--max:1180px;--radius:14px;--shadow:0 7px 18px rgba(18,59,99,.07)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);font:18px/1.62 system-ui,-apple-system,Segoe UI,sans-serif;background:var(--white)}a{color:var(--blue)}h1,h2,h3{color:var(--navy);line-height:1.15;margin:0 0 .65em}h1{font-size:clamp(2.4rem,6vw,4.65rem);letter-spacing:-.045em}h2{font-size:clamp(1.8rem,4vw,2.85rem);letter-spacing:-.025em}h3{font-size:1.25rem}p{margin:.5em 0 1em}.container{width:min(calc(100% - 2rem),var(--max));margin-inline:auto}.narrow{max-width:800px}.skip-link{position:fixed;top:-100px;left:1rem;z-index:20;background:#fff;padding:.75rem}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:10;background:#fffffffa;border-bottom:1px solid #cbd7df;box-shadow:0 2px 9px #123b630a}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{display:flex;align-items:center;gap:.6rem;color:var(--navy);font-weight:800;text-decoration:none;line-height:1.05}.logo small{display:block;font-size:.72em;font-weight:600;letter-spacing:.05em}.logo-mark{display:grid;place-items:center;width:39px;height:39px;border-radius:50% 50% 50% 8px;color:#fff;background:var(--navy);font-size:1.25rem}.nav{display:flex;align-items:center;gap:1.15rem}.nav>a:not(.button){font-size:.9rem;text-decoration:none;color:var(--text);font-weight:700}.menu-button{display:none;background:#fff;border:2px solid var(--navy);border-radius:8px;min-height:48px;padding:0 1rem;font:inherit;font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.7rem 1.2rem;border:2px solid var(--action);border-radius:9px;background:var(--action);color:#fff;text-decoration:none;font:inherit;font-weight:750;cursor:pointer}.button:hover{background:var(--navy);border-color:var(--navy)}.button.secondary{background:#fff;color:var(--navy);border-color:var(--navy)}.button.small{min-height:42px;font-size:.88rem;padding:.4rem .8rem}.button-row{display:flex;gap:.75rem;flex-wrap:wrap;margin:1.35rem 0}.hero,.page-hero{padding:clamp(3.75rem,7vw,5.8rem) 0;background:linear-gradient(135deg,#fff 52%,var(--light))}.hero-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:clamp(2rem,5vw,4rem);align-items:stretch}.hero-grid>div:first-child{align-self:center}.hero-panel{position:relative;display:flex;flex-direction:column;justify-content:center;padding:clamp(1.75rem,4vw,2.75rem);background:linear-gradient(145deg,var(--navy),#174d7c);color:#fff;border:1px solid #2f668f;border-radius:var(--radius);box-shadow:0 16px 36px #123b6329}.hero-panel h2{color:#fff;font-size:clamp(1.75rem,3vw,2.25rem);margin-top:.8rem}.hero-panel ul{margin:.5rem 0 0;padding-left:1.25rem}.hero-panel li{margin:.4rem 0}.panel-kicker{display:flex;align-items:center;gap:.65rem;color:#dceaf4;font-size:.82rem;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.panel-kicker span:first-child{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#fff;color:var(--navy);letter-spacing:0}.lead{font-size:clamp(1.15rem,2vw,1.32rem);max-width:760px;color:#344651}.trust-line{font-size:1rem;color:var(--navy);font-weight:750;max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--blue);font-size:.76rem;font-weight:850}.section{padding:clamp(3.2rem,5.3vw,5rem) 0}.soft{background:var(--soft)}.navy{background:var(--navy);color:#fff}.navy h2,.navy .eyebrow{color:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:start}.section-heading{max-width:760px;margin-bottom:1.65rem}.section-heading>p:last-child{color:var(--muted)}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.card{padding:1.7rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.card:hover{transform:translateY(-3px);border-color:var(--blue);box-shadow:0 12px 24px #123b631f}.card:focus-within{border-color:var(--action);box-shadow:0 0 0 4px #1676b82e}.card p{font-size:.94rem;color:var(--muted)}.text-link{font-weight:750}.agent-card .avatar{margin-bottom:1rem}.avatar{display:grid;place-items:center;width:68px;height:68px;border:2px solid #c4d9e7;border-radius:50%;background:var(--light);color:var(--navy);font-weight:850}.avatar.large{width:110px;height:110px;font-size:1.5rem}.agent-feature{display:flex;gap:2rem;align-items:center;padding:1.75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;list-style:none;padding:0}.steps li{padding:1.6rem;border:1px solid var(--border);border-left:4px solid var(--action);border-radius:0 var(--radius) var(--radius) 0;background:var(--surface);box-shadow:var(--shadow)}.steps span{font-weight:850;color:var(--blue)}details{margin:.7rem 0;padding:1rem 1.2rem;border:1px solid var(--border);border-radius:10px;background:var(--surface)}summary{cursor:pointer;font-weight:750;color:var(--navy);font-size:1.06rem}.compliance{padding:1.65rem 0;background:var(--light);border-block:1px solid var(--border);font-size:.84rem}.compliance p{margin-bottom:0}.form-section{padding-top:3.5rem}.form-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(2rem,5vw,4rem);align-items:start}.form-layout>div:first-child{position:sticky;top:100px}form{background:#fff;padding:clamp(1.25rem,3vw,2rem);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 12px 30px #123b631a}fieldset{min-width:0;margin:0 0 1.55rem;padding:0 0 1.55rem;border:0;border-bottom:1px solid #d8e2e9}fieldset:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}legend{width:100%;margin-bottom:1rem;color:var(--navy);font-size:1.12rem;font-weight:800}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid label,.full{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:750}.form-grid .full{grid-column:1/-1}input,select,textarea{width:100%;min-height:52px;border:2px solid #9dafbc;border-radius:7px;background:#fff;padding:.65rem;font:inherit;color:var(--text)}textarea{min-height:120px}.consent{display:flex;align-items:flex-start;gap:.75rem;margin:0 0 1rem;font-size:.84rem}.consent input{width:24px;min-height:24px;flex:none}.error{display:block;color:#9d1d1d;font-size:.82rem;font-weight:750}.large-copy{font-size:1.16rem}.site-footer{padding:3.4rem 0 1.4rem;background:#0b2944;color:#e5eef5;font-size:.84rem}.site-footer .logo,.site-footer h2,.site-footer a{color:#fff}.site-footer h2{font-size:1rem}.site-footer a{display:block;margin:.45rem 0}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:2rem}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid #52718b;margin-top:2rem;padding-top:1rem}:focus-visible{outline:4px solid #f5b700;outline-offset:3px}@media(max-width:900px){.menu-button{display:block}.nav{display:none;position:absolute;left:0;right:0;top:72px;padding:1rem;background:#fff;border-bottom:1px solid var(--border);box-shadow:var(--shadow)}.nav.open{display:flex;flex-direction:column;align-items:stretch}.nav a{min-height:48px;display:flex;align-items:center}.hero-grid,.split,.form-layout{grid-template-columns:1fr}.form-layout>div:first-child{position:static}.card-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){body{font-size:17px}.card-grid,.steps,.form-grid,.footer-grid{grid-template-columns:1fr}.hero,.page-hero,.section{padding:3.35rem 0}.hero-panel{padding:1.5rem}.card{padding:1.45rem}.button-row,.button-row .button{width:100%}.agent-feature,.footer-bottom{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.submission-error{display:block;margin-top:.875rem;padding:.75rem 1rem;border:1px solid #c0392b;border-left:4px solid #9d1d1d;border-radius:8px;background:#fdf3f3;color:#7a1515;font-size:.9375rem;font-weight:600;line-height:1.55}.form-honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.three-up{grid-template-columns:repeat(3,1fr)}.agent-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(2rem,6vw,5rem);align-items:center}.featured-agent{display:flex;align-items:center;gap:1.5rem}.featured-agent h3{font-size:1.65rem}.agent-trust-section{padding:72px 0}.agent-trust-headline{font-size:clamp(1.875rem,3.8vw,3rem);line-height:1.1;font-weight:800;margin-top:.5rem;margin-bottom:1rem}.agent-trust-body{font-size:1.0625rem;line-height:1.6;color:#2d3c45;opacity:1;max-width:480px;margin:0}.agent-reassurance{margin-top:.875rem;font-size:.9375rem;line-height:1.5;color:var(--muted)}@media(max-width:900px){.agent-trust-section{padding:60px 0}.agent-trust-body{max-width:100%}}@media(max-width:620px){.agent-trust-section{padding:48px 0}.agent-trust-body{font-size:1rem}}.starting-point-cards{align-items:stretch}.form-section{scroll-margin-top:88px}.form-grid label,.full{font-size:1rem;font-weight:700}.consent{font-size:.9375rem;line-height:1.5}.error{font-size:.9375rem}.starting-point-cards .card{position:relative;isolation:isolate;display:flex;flex-direction:column;height:100%;min-height:240px;padding:24px;border:1px solid rgba(20,67,122,.24);background:#fff;box-shadow:0 16px 34px #0f2a4b24,0 6px 14px #0f2a4b1a,0 2px 6px #1565c01a,inset 0 1px #ffffffe6;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.starting-point-cards .intent-card-link{color:inherit;text-decoration:none}.starting-point-cards .card:before{position:absolute;z-index:-1;right:5px;bottom:-11px;left:9px;height:30px;border-radius:inherit;background:linear-gradient(135deg,#1e5faa3d,#1e5faa1a);filter:blur(6px);opacity:1;transform:translate(3px,2px) scale(.98);transition:transform .22s ease,filter .22s ease,opacity .22s ease;content:"";pointer-events:none}.starting-point-cards .card h3{margin-bottom:.75rem;color:#123f73;font-weight:700;line-height:1.2}.starting-point-cards .card p{margin-bottom:1.25rem;color:#374151;font-size:1rem;font-weight:500;line-height:1.55;opacity:1}.starting-point-cards .text-link{margin-top:auto;color:#145da0;font-size:1rem;font-weight:700;text-decoration-line:underline;text-decoration-color:#0f67a35c;text-decoration-thickness:2px;text-underline-offset:.24em;transition:color 225ms ease,text-decoration-color 225ms ease}.starting-point-cards .intent-card-link:hover .text-link,.starting-point-cards .intent-card-link:focus-visible .text-link{color:var(--navy);text-decoration-color:currentColor}.starting-point-cards .intent-card-link:focus-visible{outline:3px solid #f5b700;outline-offset:4px;transform:translateY(-4px);border-color:#14437a7a;box-shadow:0 18px 36px #0f2a4b2e,0 8px 16px #0f2a4b1f,0 3px 6px #1565c01a,inset 0 1px #ffffffe6,0 0 0 4px #1676b82e}.starting-point-cards .intent-card-link:focus-visible:before{filter:blur(7px);opacity:1;transform:translate(4px,4px) scale(.985)}@media(hover:hover)and (pointer:fine){.starting-point-cards .card:hover{transform:translateY(-4px);border-color:#14437a61;box-shadow:0 20px 40px #0f2a4b33,0 9px 18px #0f2a4b24,0 4px 8px #1565c021,inset 0 1px #ffffffe6}.starting-point-cards .card:hover:before{filter:blur(8px);opacity:1;transform:translate(5px,5px) scale(.985)}}.hero-image-frame{min-width:0;height:clamp(390px,42vw,520px);margin:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--light);box-shadow:0 16px 36px #123b6326}.hero-image-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 42%}@media(min-width:901px){.hero-with-image{padding-top:clamp(3rem,5vw,4.4rem)}.hero-with-image .hero-grid{grid-template-columns:minmax(0,1.26fr) minmax(470px,.98fr);gap:clamp(1.75rem,3vw,2.6rem);align-items:center}.hero-with-image h1{font-size:clamp(3.65rem,5.2vw,4.15rem)}.hero-with-image .lead{max-width:680px;color:#18262f;font-size:clamp(1.18rem,1.65vw,1.3rem);line-height:1.62}.hero-with-image .trust-line{margin-top:1.9rem;color:var(--navy);font-size:1.06rem}.hero-with-image .hero-image-frame{height:clamp(440px,44vw,550px)}}@media(max-width:900px){.three-up{grid-template-columns:repeat(2,1fr)}.agent-section{grid-template-columns:1fr}.hero-image-frame{height:clamp(380px,70vw,560px)}.hero-with-image .lead{color:var(--text)}.hero-with-image .trust-line{margin-top:1.35rem;font-size:1rem}}@media(max-width:620px){.three-up{grid-template-columns:1fr}.featured-agent{align-items:flex-start;flex-direction:column}.hero-with-image .hero-grid{gap:2rem}.hero-image-frame{height:min(112vw,520px)}.hero-image-frame img{object-position:center 42%}}.hero .eyebrow{font-size:clamp(.9375rem,1.5vw,1rem);font-weight:700}.hero h1{line-height:1.1;font-weight:800}.hero .lead{font-weight:500;opacity:1}@media(max-width:620px){.hero .eyebrow{font-size:.9375rem;margin-bottom:1.35rem}.hero .lead{font-size:1.25rem;line-height:1.6;margin-bottom:1.75rem}.hero .button-row{gap:1rem}}.how-trident-helps{position:relative;padding:80px 0 124px;background:radial-gradient(circle at 18% 45%,rgba(255,255,255,.08),transparent 38%),linear-gradient(135deg,#174f91,#1c5da5 52%,#174b89);box-shadow:inset 0 1px #ffffff1a;clip-path:polygon(0 0,100% 0,100% calc(100% - 44px),0 100%)}.how-trident-helps-split{align-items:center;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:clamp(4.5rem,6vw,6rem)}.how-trident-helps h2{font-size:clamp(1.875rem,4.4vw,3.25rem);font-weight:800;line-height:1.1;max-width:520px;margin-bottom:0}.how-trident-helps-copy{font-size:1.06rem;font-weight:500;line-height:1.62;color:#fffffff0;max-width:500px;margin:0}@media(max-width:900px){.how-trident-helps{padding:64px 0 100px;clip-path:polygon(0 0,100% 0,100% calc(100% - 36px),0 100%)}.how-trident-helps-split{grid-template-columns:1fr;gap:clamp(1.5rem,3vw,2rem)}}@media(max-width:620px){.how-trident-helps{padding:52px 0 80px;clip-path:polygon(0 0,100% 0,100% calc(100% - 28px),0 100%)}.how-trident-helps-split{gap:1.75rem}.how-trident-helps h2{margin-bottom:0}}.services-intro{margin-bottom:2rem;max-width:640px}.services-headline{font-size:clamp(1.75rem,3.8vw,3rem);line-height:1.12;max-width:560px;margin-top:.5rem;margin-bottom:.6rem}.services-lead{font-size:1.0625rem;line-height:1.6;font-weight:500;color:#374151;max-width:560px;margin:0;opacity:1}.services-unified-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;align-items:stretch}.services-image-col{display:flex;flex-direction:column}.services-image-wrap{position:relative;flex:1;min-height:180px;padding-right:14px;padding-bottom:14px}.services-image-wrap:after{content:"";position:absolute;top:12px;left:12px;right:0;bottom:0;border-radius:22px;background:linear-gradient(135deg,#1f6fc2,#174b89);z-index:0}.services-photo{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover;object-position:center 60%;border-radius:22px;border:1px solid rgba(20,67,122,.14);box-shadow:0 24px 50px #0f2a4b29,0 8px 20px #0f2a4b1a}.services-unified-grid .card{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(20,67,122,.18);border-radius:16px;padding:16px 18px;box-shadow:0 10px 24px #0f2a4b14,0 3px 8px #0f2a4b0f}.services-unified-grid .card h3{font-size:1.125rem;color:var(--navy);line-height:1.2;margin-bottom:.35rem}.services-unified-grid .card p{font-size:1rem;line-height:1.55;font-weight:500;color:#374151;opacity:1;margin:0 0 .5rem}.services-card-link{text-decoration:none;color:inherit;transition:transform .21s ease,box-shadow .21s ease,border-color .21s ease}.services-card-link:hover{transform:translateY(-3px);border-color:#14437a52;box-shadow:0 16px 36px #0f2a4b21,0 5px 12px #0f2a4b14}.services-card-link:focus-visible{outline:3px solid #f5b700;outline-offset:3px}.services-card-cta{display:block;margin-top:auto;padding-top:.625rem;font-size:1rem;font-weight:700;color:var(--action);text-decoration:underline;text-decoration-color:#1676b866;text-decoration-thickness:2px;text-underline-offset:.22em;transition:text-decoration-color .2s ease}.services-card-link:hover .services-card-cta,.services-card-link:focus-visible .services-card-cta{text-decoration-color:currentColor}@media(max-width:900px){.services-unified-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.services-unified-grid{grid-template-columns:1fr}.services-image-col{order:99}.services-image-wrap{flex:none;min-height:auto;padding-right:10px;padding-bottom:10px}.services-photo{height:auto;aspect-ratio:4 / 5;max-height:400px}}.hero-edu .hero-grid{grid-template-columns:1fr .92fr;gap:clamp(3rem,4.5vw,3.5rem)}.hero-edu h1{font-size:clamp(2.25rem,5.3vw,4.25rem)}.edu-hero-panel{justify-content:center;padding:0;background:transparent;border:none;box-shadow:none}.edu-panel-wrap{display:flex;flex-direction:column;gap:1.75rem;padding:clamp(2.125rem,3.2vw,2.5rem);background:linear-gradient(145deg,#1676b8,#1563a8 55%,#1256a0);border:1px solid rgba(255,255,255,.22);border-radius:22px;box-shadow:0 24px 52px #0f2a4b42,0 10px 24px #0f2a4b29,inset 0 1px #ffffff4d}.edu-light-intro{display:flex;align-items:center;gap:.75rem}.edu-light-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#ffffff2e;border:1px solid rgba(255,255,255,.3);color:#fff;flex-shrink:0}.edu-light-eyebrow{margin:0;font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;line-height:1.2;color:#fff;opacity:1}.edu-hero-panel h2{font-size:clamp(2rem,2.8vw,2.25rem);font-weight:800;line-height:1.12;color:#fff;margin-top:0;margin-bottom:1rem}.edu-light-body{font-size:1.125rem;font-weight:500;line-height:1.6;color:#fffffff5;margin:0;max-width:560px;opacity:1}.edu-hero-panel .edu-light-topics{display:grid;grid-template-columns:1fr 1fr;gap:.9375rem;list-style:none;padding:0;margin:0}.edu-hero-panel .edu-light-pane{display:flex;align-items:center;gap:.8125rem;background:#fffffff5;border:1px solid rgba(18,63,115,.2);border-radius:14px;padding:1.125rem 1.25rem;min-height:6rem;font-size:1.0625rem;font-weight:700;line-height:1.35;color:#123f73;box-shadow:0 6px 14px #0f2a4b1a,inset 0 1px #fffffff2;margin:0}.edu-pane-icon{display:grid;place-items:center;width:38px;height:38px;min-width:38px;border-radius:10px;background:#e7f2fb;border:1px solid rgba(22,118,184,.28);color:#1565a8;flex-shrink:0}@media(max-width:900px){.hero-edu .hero-grid{grid-template-columns:1fr;gap:2.25rem}}@media(max-width:620px){.edu-panel-wrap{padding:1.625rem 1.5rem}.edu-hero-panel h2{font-size:clamp(1.75rem,6.5vw,1.875rem)}.edu-light-body,.edu-hero-panel .edu-light-pane{font-size:1rem}.edu-hero-panel .edu-light-topics{grid-template-columns:1fr}}.edu-intro-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,5vw,4.5rem);align-items:center}.edu-intro-headline{font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:800;line-height:1.12;margin-top:.5rem;margin-bottom:1rem;color:var(--navy)}.edu-intro-body{font-size:1.0625rem;line-height:1.65;color:var(--text);margin:0}.edu-intro-figure{margin:0}.edu-intro-photo{display:block;width:100%;height:clamp(280px,28vw,400px);object-fit:cover;object-position:center 30%;border-radius:18px;border:1px solid rgba(20,67,122,.12);box-shadow:0 16px 40px #0f2a4b24,0 6px 14px #0f2a4b14}.edu-topic{max-width:680px}.edu-topic h2{font-size:clamp(1.5rem,2.8vw,2.25rem);font-weight:800;line-height:1.12;margin-bottom:1rem;color:var(--navy)}.edu-topic>p{font-size:1.125rem;line-height:1.65;color:var(--text);margin-bottom:1.5rem;opacity:1}.edu-bullets{list-style:none;padding:0;margin:0}.edu-bullets li{position:relative;padding-left:1.625rem;margin-bottom:.875rem;font-size:1.0625rem;line-height:1.55;color:var(--text)}.edu-bullets li:before{content:"—";position:absolute;left:0;color:var(--blue);font-weight:700}.edu-topics-wrapper{background:#eef2f7;padding-top:clamp(3.5rem,5.5vw,5.5rem);padding-bottom:clamp(3.5rem,5.5vw,5.5rem)}.edu-topics-list{display:flex;flex-direction:column;gap:1.5rem}.edu-topic-card{background:#fff;border:1px solid rgba(18,59,99,.1);border-top:4px solid var(--action);border-radius:18px;padding:clamp(1.75rem,3.2vw,2.5rem) clamp(2rem,3.5vw,3rem);box-shadow:0 4px 18px #0f2a4b12,0 1px 4px #0f2a4b0a}.edu-topic-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.375rem}.edu-topic-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--light);border:1px solid rgba(18,59,99,.15);color:var(--navy);flex-shrink:0}.edu-topic-card h2{font-size:clamp(1.375rem,2.4vw,1.75rem);font-weight:800;line-height:1.15;color:var(--navy);margin:0;letter-spacing:-.01em}.edu-topic-card>p{font-size:clamp(1rem,1.35vw,1.125rem);line-height:1.7;color:var(--text);margin:0 0 1.5rem;opacity:1}.edu-topic-card .edu-bullets{list-style:none;padding:0;margin:0}.edu-topic-card .edu-bullets li{position:relative;padding-left:1.5rem;margin-bottom:1rem;font-size:1rem;line-height:1.6;color:var(--text);opacity:1}.edu-topic-card .edu-bullets li:last-child{margin-bottom:0}.edu-topic-card .edu-bullets li:before{content:"";position:absolute;left:0;top:.5em;width:7px;height:7px;border-radius:50%;background:var(--action)}.edu-topic-card .edu-topic-note{margin-top:1.25rem;margin-bottom:0;padding-top:1rem;border-top:1px solid rgba(18,59,99,.08);font-size:.9375rem;line-height:1.65;color:var(--muted)}@media(max-width:620px){.edu-topics-wrapper{padding-top:2.75rem;padding-bottom:2.75rem}.edu-topics-list{gap:1.125rem}.edu-topic-card{padding:1.375rem 1.25rem}.edu-topic-card h2{font-size:1.25rem}.edu-topic-card>p{font-size:1rem;line-height:1.65}}.edu-final-cta{background:radial-gradient(ellipse at 65% 0%,rgba(22,118,184,.13) 0%,transparent 60%),linear-gradient(180deg,#edf4fb,#e4eff9);border-top:1px solid rgba(22,118,184,.14);text-align:center}.edu-final-eyebrow{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);margin:0 0 1.25rem;opacity:1}.edu-final-headline{font-size:clamp(2.25rem,4vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--navy);margin:0 0 1.25rem}.edu-final-body{font-size:1.0625rem;line-height:1.65;color:var(--text);max-width:580px;margin:0 auto 2.5rem;opacity:1}.edu-final-cta .button{min-height:52px;padding-top:.9375rem;padding-bottom:.9375rem;font-size:1rem}@media(max-width:620px){.edu-final-headline{font-size:clamp(1.875rem,8vw,2.25rem)}.edu-final-body{font-size:1rem}.edu-final-cta .button{display:block;width:100%;text-align:center}}@media(max-width:900px){.edu-intro-split{grid-template-columns:1fr;gap:2rem}.edu-intro-photo{height:clamp(240px,55vw,380px)}}@media(max-width:620px){.edu-intro-photo{height:clamp(200px,65vw,320px)}.edu-topic>p{font-size:1rem}.edu-bullets li{font-size:1rem}}@media(min-width:901px){.starting-point-cards{grid-template-columns:repeat(6,1fr)}.starting-point-cards>*:nth-child(-n+3){grid-column:span 2}.starting-point-cards>*:nth-child(n+4){grid-column:span 3}}.services-card-bullets{list-style:none;padding:0;margin:0 0 .625rem}.services-card-bullets li{position:relative;padding-left:1.25rem;margin-bottom:.3rem;font-size:.9375rem;line-height:1.55;color:var(--muted)}.services-card-bullets li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:var(--action)}.annual-review-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2.5rem,5vw,4rem);align-items:center}.annual-review-heading{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.12;color:var(--navy);margin-top:.4rem;margin-bottom:1rem}.annual-review-body{font-size:1.0625rem;line-height:1.65;color:var(--text);margin:0 0 1rem}.annual-review-card{background:#fff;border:1px solid rgba(20,67,122,.14);border-left:4px solid var(--action);border-radius:var(--radius);padding:clamp(1.5rem,3vw,2rem);box-shadow:var(--shadow)}.annual-review-card .edu-bullets{margin-bottom:1.5rem}@media(max-width:900px){.annual-review-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:620px){.annual-review-card{padding:1.375rem 1.25rem}}.coverage-areas-heading{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.12;color:var(--navy);margin-top:.4rem;margin-bottom:.75rem}.coverage-areas-intro{font-size:1.0625rem;line-height:1.65;color:var(--muted);max-width:760px;margin:0 0 2.5rem;opacity:1}.coverage-card-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.25rem}.coverage-card-grid .coverage-card:nth-child(-n+3){grid-column:span 2}.coverage-card-grid .coverage-card:nth-child(n+4){grid-column:span 3}.coverage-card{background:#fff;border:1px solid rgba(18,59,99,.1);border-top:4px solid var(--action);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow);display:flex;flex-direction:column}.coverage-card-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--light);border:1px solid rgba(18,59,99,.15);color:var(--navy);flex-shrink:0;margin-bottom:1rem}.coverage-card h3{font-size:1.125rem;font-weight:800;color:var(--navy);margin-bottom:.625rem;line-height:1.25}.coverage-card>p{font-size:1rem;line-height:1.65;color:var(--text);margin:0 0 1.25rem;opacity:1}.coverage-card .edu-bullets li{padding-left:1.5rem;margin-bottom:.75rem;font-size:.9375rem;line-height:1.6;color:var(--muted)}.coverage-card .edu-bullets li:before{content:"";position:absolute;left:0;top:.5em;width:7px;height:7px;border-radius:50%;background:var(--action)}.edu-hero-panel .edu-light-topics li:last-child:nth-child(odd){grid-column:1 / -1}@media(max-width:900px){.coverage-card-grid{grid-template-columns:repeat(2,1fr)}.coverage-card-grid .coverage-card:nth-child(-n+3),.coverage-card-grid .coverage-card:nth-child(n+4){grid-column:span 1}}@media(max-width:620px){.coverage-card-grid{grid-template-columns:1fr}.edu-hero-panel .edu-light-topics li:last-child:nth-child(odd){grid-column:auto}.coverage-card{padding:1.375rem 1.25rem}}.about-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2.5rem,5vw,4rem);align-items:center}.about-hero-portrait-col{display:flex;flex-direction:column;gap:1.5rem}.about-portrait-wrap{position:relative;padding-right:16px;padding-bottom:16px}.about-portrait-wrap:after{content:"";position:absolute;top:14px;left:12px;right:0;bottom:0;border-radius:24px;background:linear-gradient(135deg,#1f6fc2,#174b89);z-index:0}.about-portrait{position:relative;z-index:1;display:block;width:100%;aspect-ratio:4 / 5;object-fit:cover;object-position:center 30%;border-radius:22px;border:2px solid rgba(22,118,184,.4);box-shadow:0 24px 50px #0f2a4b2e,0 8px 20px #0f2a4b1a}.about-identity-card{background:var(--soft);border:1px solid rgba(20,67,122,.15);border-radius:var(--radius);padding:1.25rem 1.5rem}.about-identity-name{font-size:1.25rem;font-weight:800;color:var(--navy);margin:0 0 .3rem}.about-identity-role{margin:0 0 .2rem;font-size:1rem;line-height:1.5;color:var(--text);opacity:1}.about-identity-license{margin:.6rem 0 .2rem;font-size:.9375rem;font-weight:700;color:var(--navy);opacity:1}.about-identity-service{margin:.4rem 0 0;font-size:.9375rem;line-height:1.5;color:var(--muted);opacity:1}.about-section-headline{max-width:640px;margin-bottom:1rem}.about-approach-intro{font-size:1.125rem;line-height:1.65;max-width:680px;margin:0 0 2.5rem;color:var(--text);opacity:1}.about-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.about-principle-card{background:#fff;border:1px solid rgba(20,67,122,.14);border-top:4px solid var(--action);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow)}.about-principle-card h3{font-size:1.125rem;font-weight:800;color:var(--navy);margin-bottom:.625rem}.about-principle-card p{font-size:1.0625rem;line-height:1.65;color:var(--text);margin:0;opacity:1}.about-what-section h2{margin-bottom:2rem}.about-service-cards .card h3{font-size:1.125rem;color:var(--navy);margin-bottom:.5rem}.about-service-cards .card p{font-size:1.0625rem;line-height:1.65;color:var(--text);opacity:1}.about-trust-inner{text-align:center}.about-trust-band h2{color:#fff;margin-bottom:2.5rem}.about-trust-points{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:left}.about-trust-point{display:flex;gap:1.125rem;align-items:flex-start}.about-trust-icon{display:grid;place-items:center;width:48px;height:48px;min-width:48px;border-radius:50%;background:#ffffff24;border:1px solid rgba(255,255,255,.28);color:#fff;flex-shrink:0}.about-trust-point p{font-size:1.0625rem;line-height:1.65;color:#fffffff2;margin:0;padding-top:.5rem;opacity:1}.about-final-cta{background:linear-gradient(180deg,#edf4fb,#e4eff9);border-top:1px solid rgba(22,118,184,.14);text-align:center}.about-final-cta h2{font-size:clamp(1.875rem,3.5vw,2.75rem);max-width:680px;margin:0 auto 1.25rem}.about-final-cta>.container>p{font-size:1.0625rem;line-height:1.65;max-width:560px;margin:0 auto 2.25rem;color:var(--text);opacity:1}.about-final-cta .button{min-height:52px;padding-top:.9375rem;padding-bottom:.9375rem;font-size:1rem}@media(max-width:900px){.about-hero-grid{grid-template-columns:1fr;gap:2.5rem}.about-principles{grid-template-columns:1fr;gap:1rem}.about-trust-points{grid-template-columns:1fr;gap:1.25rem}}@media(max-width:620px){.about-portrait{max-height:480px}.about-approach-intro{font-size:1rem;margin-bottom:1.75rem}.about-principle-card{padding:1.375rem 1.25rem}.about-principle-card p,.about-trust-point p{font-size:1rem}.about-final-cta .button{display:block;width:100%;text-align:center}}.contact-intro{padding:clamp(2.25rem,4.5vw,3.375rem) 0;background:linear-gradient(135deg,#fff 52%,var(--light))}.contact-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.contact-intro-headline{font-size:clamp(2.25rem,4.5vw,3.5rem);margin-top:.5rem;margin-bottom:1rem}.contact-intro-body{font-size:1.125rem;line-height:1.65;color:var(--text);max-width:440px;margin:0 0 .875rem;opacity:1}.contact-intro-direction{font-size:1rem;line-height:1.55;color:var(--muted);margin:0;opacity:1}.contact-trust-card{background:#fff;border:1px solid rgba(20,67,122,.15);border-left:4px solid var(--action);border-radius:var(--radius);padding:clamp(1.5rem,3vw,2rem);box-shadow:0 8px 24px #0f2a4b14,0 2px 6px #0f2a4b0d}.contact-trust-title{font-size:1.1875rem;font-weight:800;color:var(--navy);margin:0 0 1.125rem;line-height:1.2}.contact-trust-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.contact-trust-list li{position:relative;padding-left:1.625rem;font-size:1.0625rem;line-height:1.55;color:var(--text);opacity:1}.contact-trust-list li:before{content:"✓";position:absolute;left:0;color:var(--action);font-weight:800;line-height:1.55}@media(max-width:900px){.contact-intro-grid{grid-template-columns:1fr;gap:1.75rem}.contact-intro-body{max-width:100%}}@media(max-width:620px){.contact-intro{padding:2rem 0 2.25rem}.contact-intro-body{font-size:1rem;margin-bottom:1.5rem}.contact-trust-list li{font-size:1rem}}.form-section-enhanced{background:var(--soft);padding-bottom:clamp(3.5rem,6vw,5rem)}.form-section-enhanced .form-layout{grid-template-columns:.62fr 1.38fr;gap:clamp(2.5rem,5vw,4rem)}.form-section-enhanced form{position:relative;z-index:1;background:#fff;padding:clamp(1.75rem,3.5vw,2.5rem);border:1px solid rgba(20,67,122,.22);border-radius:20px;box-shadow:0 22px 46px #0f2a4b26,0 8px 18px #0f2a4b1a,0 3px 8px #1565c014}.form-section-enhanced form:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:20px;background:linear-gradient(145deg,#1f6fc247,#174b892e);transform:translate(10px,12px);filter:blur(1px)}.form-section-enhanced .form-grid label,.form-section-enhanced .full{color:var(--navy);font-size:1rem;font-weight:700}.form-section-enhanced legend{color:var(--navy);font-size:1.0625rem;font-weight:800}.form-section-enhanced input,.form-section-enhanced select,.form-section-enhanced textarea{min-height:56px;border:2px solid #7a95a8;font-size:1rem}.form-section-enhanced textarea{min-height:128px}.form-section-enhanced input:hover,.form-section-enhanced select:hover,.form-section-enhanced textarea:hover{border-color:#5a7d96}.form-section-enhanced input:focus,.form-section-enhanced select:focus,.form-section-enhanced textarea:focus{border-color:var(--action);outline:3px solid rgba(22,118,184,.22);outline-offset:0}.form-section-enhanced fieldset{padding-bottom:1.75rem;margin-bottom:1.75rem}.form-section-enhanced fieldset:last-child{padding-bottom:0;margin-bottom:0}.form-section-enhanced .consent{font-size:.9375rem;line-height:1.65;gap:.875rem;margin:1.125rem 0 1.25rem}.form-section-enhanced .consent input{width:26px;min-height:26px;margin-top:3px;flex-shrink:0}.form-safety-note{font-size:.9375rem;line-height:1.6;color:var(--muted);border-left:3px solid rgba(22,118,184,.3);padding-left:.875rem;margin-top:1.25rem;opacity:1}.contact-submit-btn{display:block;width:100%;min-height:56px;font-size:1.0625rem;margin-top:1.375rem}.contact-reassurance{margin:.875rem 0 0;font-size:1rem;line-height:1.6;color:var(--muted);text-align:center;opacity:1}@media(max-width:900px){.form-section-enhanced .form-layout{grid-template-columns:1fr}}@media(max-width:620px){.form-section-enhanced{padding-bottom:2.75rem}.contact-submit-btn{min-height:52px}.form-section-enhanced form:before{transform:translate(6px,8px)}}.city-image-hero{position:relative;min-height:660px;background-color:#0b315a;background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;align-items:center;overflow:hidden}.city-image-hero--texas{background-position:center 46%}.city-image-hero--florida{background-position:center 48%}.city-image-hero--california{background-position:center 45%}.city-image-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#071f3bf2,#071f3be0 30%,#071f3b94 48%,#071f3b33 68%,#071f3b0a)}.city-image-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(0deg,#071f3b6b,#071f3b1f 30%,#071f3b00 52%)}.city-image-hero .container{position:relative;z-index:3}.city-image-hero-inner{max-width:660px;padding:clamp(3.75rem,7vw,5.25rem) 0}.city-image-hero-eyebrow{font-size:.9375rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#b9daf3f5;margin:0 0 1rem;opacity:1}.city-image-hero-headline{font-size:clamp(2.625rem,5.5vw,4.25rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;color:#fff;margin:0 0 1.5rem;max-width:620px}.city-image-hero-body{font-size:clamp(1.0625rem,1.6vw,1.25rem);line-height:1.62;color:#e4f2fcf7;margin:0 0 1rem;max-width:600px;opacity:1}.city-image-hero-local{font-size:1rem;font-weight:600;color:#c3e1f5e6;margin:0 0 1.5rem;opacity:1}.city-image-hero-btns{margin-bottom:1rem;gap:1rem}.city-hero-secondary-btn{background:#ffffff1a;border-color:#ffffffd1;color:#fff}.city-hero-secondary-btn:hover{background:#ffffff38;border-color:#fff;color:#fff}.city-image-hero-trust{font-size:1rem;font-weight:600;color:#c3e1f5e0;margin:0;opacity:1}@media(max-width:900px){.city-image-hero{min-height:600px}.city-image-hero-inner{max-width:520px}}@media(max-width:620px){.city-image-hero{min-height:580px}.city-image-hero--texas{background-size:180% auto;background-position:center 18%}.city-image-hero--florida{background-position:58% center}.city-image-hero--california{background-position:65% 45%}.city-image-hero:before{background:linear-gradient(90deg,#071f3beb,#071f3bdb,#071f3bbd)}.city-image-hero-inner{max-width:100%;padding:3rem 0}.city-image-hero-headline{font-size:clamp(2.25rem,10vw,2.875rem);line-height:1.1}.city-image-hero-body{font-size:1.0625rem}.city-image-hero-btns .button,.city-hero-secondary-btn{display:flex;width:100%;justify-content:center}}@media(min-width:621px){.city-image-hero--florida:before{background:linear-gradient(90deg,#071f3bf2,#071f3bdb 28%,#071f3b85 44%,#071f3b29 62%,#071f3b05)}.city-image-hero--florida .container{padding-left:1.5rem}.city-image-hero--florida .city-image-hero-inner{max-width:720px}.city-image-hero--florida .city-image-hero-headline{font-size:clamp(2.375rem,3.75vw,3.375rem);max-width:680px;text-wrap:balance}.city-image-hero--florida .city-image-hero-body{font-size:clamp(1.125rem,1.5vw,1.25rem);line-height:1.63;color:#ebf6ff;max-width:640px}}.city-image-hero--florida .city-image-hero-btns .button:not(.city-hero-secondary-btn){min-height:54px;padding-inline:2.25rem;font-size:1.0625rem;font-weight:700;box-shadow:0 2px 14px #1676b84d}.city-image-hero--florida .city-image-hero-btns .button:not(.city-hero-secondary-btn):hover{box-shadow:0 4px 18px #1676b873}@media(min-width:621px){.city-image-hero--california:before{background:linear-gradient(90deg,#071f3bf5,#071f3be6 28%,#071f3b9e 44%,#071f3b38 62%,#071f3b08)}.city-image-hero--california:after{background:linear-gradient(0deg,#071f3b8c,#071f3b38 36%,#071f3b00 58%)}.city-image-hero--california .container{padding-left:1.5rem}.city-image-hero--california .city-image-hero-inner{max-width:680px}.city-image-hero--california .city-image-hero-headline{font-size:clamp(2.375rem,3.75vw,3.375rem);max-width:640px;text-wrap:balance}.city-image-hero--california .city-image-hero-body{font-size:clamp(1.125rem,1.5vw,1.25rem);line-height:1.63;color:#ebf6ff;max-width:640px}}.city-image-hero--california .city-image-hero-btns .button:not(.city-hero-secondary-btn){min-height:54px;padding-inline:2.25rem;font-size:1.0625rem;font-weight:700;box-shadow:0 2px 14px #1676b84d}.city-image-hero--california .city-image-hero-btns .button:not(.city-hero-secondary-btn):hover{box-shadow:0 4px 18px #1676b873}.loc-service-area{border-bottom:1px solid rgba(18,59,99,.08)}.loc-service-split{display:grid;grid-template-columns:1fr 1fr;gap:3rem 4rem;align-items:start}.loc-service-left h2{font-size:clamp(1.625rem,2.5vw,2.125rem);font-weight:800;color:var(--navy);line-height:1.2;margin:.5rem 0 0}.loc-service-right{border-left:3px solid var(--action);padding-left:1.75rem}.loc-service-lead{font-size:1.125rem;font-weight:600;color:var(--navy);margin:0 0 .875rem;line-height:1.5}.loc-service-body{font-size:1rem;color:var(--muted);line-height:1.65;margin:0}@media(max-width:720px){.loc-service-split{grid-template-columns:1fr;gap:1.5rem}.loc-service-right{border-left:none;border-top:3px solid var(--action);padding-left:0;padding-top:1.25rem}}.loc-milestones .section-heading{margin-bottom:2.5rem}.loc-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.loc-card{background:#fff;border-radius:var(--radius);border:1px solid rgba(18,59,99,.1);box-shadow:0 2px 8px #123b630f,0 6px 24px #123b630a;padding:1.75rem 1.75rem 1.5rem;display:flex;flex-direction:column;gap:0}.loc-card-icon{width:48px;height:48px;border-radius:12px;background:#1676b81a;color:var(--action);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;flex-shrink:0}.loc-card-title{font-size:1.0625rem;font-weight:700;color:var(--navy);margin:0 0 .625rem;line-height:1.3}.loc-card-body{font-size:.9375rem;color:var(--muted);line-height:1.65;margin:0 0 1.25rem;flex-grow:1}.loc-card-cta{font-size:.9375rem;font-weight:600;color:var(--action);text-decoration:none;margin-top:auto;display:inline-flex;align-items:center;gap:.25rem}.loc-card-cta:hover{color:var(--navy);text-decoration:underline}@media(max-width:840px){.loc-card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.loc-card-grid{grid-template-columns:1fr}.loc-card{padding:1.375rem 1.375rem 1.25rem}}.loc-agent-section{background:var(--soft);border-top:1px solid rgba(18,59,99,.07);border-bottom:1px solid rgba(18,59,99,.07)}.loc-agent-shell{position:relative;display:inline-block;width:100%}.loc-agent-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--navy);border-radius:calc(var(--radius) + 2px);transform:translate(8px,10px);opacity:.12;pointer-events:none}.loc-agent-card{position:relative;background:#fff;border-radius:var(--radius);border:1px solid rgba(18,59,99,.11);box-shadow:0 2px 10px #123b6312,0 8px 32px #123b630d;padding:2.25rem 2.5rem;display:flex;align-items:flex-start;gap:2.25rem}.loc-agent-portrait{flex-shrink:0}.loc-agent-portrait img{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid rgba(22,118,184,.2);display:block}.loc-agent-content{flex:1;min-width:0}.loc-agent-content .eyebrow{margin-bottom:.375rem}.loc-agent-name{font-size:clamp(1.375rem,2vw,1.75rem);font-weight:800;color:var(--navy);margin:0 0 .375rem;line-height:1.2}.loc-agent-meta{font-size:.9375rem;color:var(--muted);margin:0 0 .875rem}.loc-agent-bio{font-size:1rem;color:var(--muted);line-height:1.65;margin:0 0 1.5rem;max-width:540px}@media(max-width:620px){.loc-agent-card{flex-direction:column;gap:1.375rem;padding:1.625rem 1.375rem;align-items:center;text-align:center}.loc-agent-bio{max-width:100%}}.faq-section details{border-bottom:1px solid rgba(18,59,99,.1)}.faq-section details:first-of-type{border-top:1px solid rgba(18,59,99,.1)}.faq-section summary{font-size:1.0625rem;font-weight:600;color:var(--navy);padding:1.125rem 2.25rem 1.125rem 0;cursor:pointer;position:relative;list-style:none;line-height:1.4}.faq-section summary::-webkit-details-marker{display:none}.faq-section summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.375rem;font-weight:400;color:var(--action);line-height:1;transition:transform .18s ease}.faq-section details[open] summary:after{content:"−"}.faq-section details>:not(summary){font-size:1rem;color:var(--muted);line-height:1.7;padding-bottom:1.25rem;margin:0}.form-section-enhanced{background:linear-gradient(160deg,#0d2d4f,#123b63 45%,#1a4d7a)}.form-section-enhanced h2,.form-section-enhanced p,.form-section-enhanced .eyebrow{color:#ebf6fff2}.form-section-enhanced .form-safety-note{color:#ebf6ffb3;font-size:.875rem}.form-section-enhanced form{background:#fff;border-radius:var(--radius);padding:2rem 2rem 1.75rem;box-shadow:0 4px 24px #071f3b47}.form-section-enhanced .contact-submit-btn{background:var(--action);font-size:1.0625rem;font-weight:700;min-height:52px;padding-inline:2.25rem;box-shadow:0 2px 12px #1676b84d}.form-section-enhanced .contact-submit-btn:hover{background:#1260a0;box-shadow:0 4px 18px #1676b86b}.contact-reassurance{font-size:.875rem;color:var(--muted);margin:.75rem 0 0;line-height:1.5}.brand-logo{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0}.brand-logo:focus-visible{outline:4px solid #f5b700;outline-offset:4px;border-radius:4px}.brand-logo-img--horizontal{width:190px;height:auto;object-fit:contain;display:block}.brand-logo-img--mark{width:40px;height:40px;object-fit:contain;display:block}.footer-logo-pill{display:inline-block;background:#fff;border:1px solid rgba(18,59,99,.12);border-radius:8px;padding:9px 16px 9px 12px;margin-bottom:1rem;box-shadow:0 2px 5px #123b630f;line-height:0}.footer-logo-pill .brand-logo-img--horizontal{width:170px}@media(max-width:620px){.brand-logo-img--horizontal{width:160px}.footer-logo-pill .brand-logo-img--horizontal{width:150px}}.agent-card.featured-agent{background:#fff;border:1px solid rgba(18,59,99,.1);border-radius:var(--radius);box-shadow:0 2px 10px #123b6312,0 8px 32px #123b630d;padding:1.75rem 2rem;gap:1.75rem;align-items:center}.agent-card-portrait{flex-shrink:0}.agent-card-portrait img{width:108px;height:108px;border-radius:50%;object-fit:cover;object-position:center top;border:3px solid rgba(22,118,184,.22);display:block}.agent-card-content h3{font-size:1.1875rem;font-weight:800;color:var(--navy);margin:0 0 .375rem;line-height:1.2}.agent-card-content p{font-size:.9375rem;color:var(--muted);line-height:1.55;margin:0 0 .3rem}.agent-card-content p:last-child{margin-bottom:0}@media(max-width:480px){.agent-card.featured-agent{flex-direction:column;align-items:flex-start;gap:1.125rem;padding:1.375rem}}.site-footer{background:none;color:var(--text);padding:0}.footer-main{padding:3.25rem 0 2.25rem;background:var(--light)}.site-footer h2{color:var(--muted);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.875rem}.site-footer a{color:var(--navy);transition:color .15s ease}.site-footer a:hover{color:var(--action)}.footer-tagline{color:var(--text);font-size:.9375rem;line-height:1.6;margin:0;max-width:230px}.footer-strip{background:var(--navy)}.footer-bottom{border-top:none;margin-top:0;padding-top:.875rem;padding-bottom:.875rem;color:#d6e8f5cc}@media(max-width:620px){.footer-main{padding:2.75rem 0 2rem}.footer-bottom{padding-top:.75rem;padding-bottom:.75rem}}.footer-grid .footer-agent-link{margin-top:.875rem;color:var(--muted);font-size:.8125rem}.footer-grid .footer-agent-link:hover{color:var(--navy)}.compliance{padding:.9375rem 0;background:var(--soft);border-top:1px solid var(--border);border-bottom:none}.compliance-inner{display:flex;gap:2.5rem;align-items:flex-start}.compliance-label{display:flex;align-items:flex-start;gap:.4375rem;flex-shrink:0;min-width:232px;padding-top:.05em}.compliance-icon{color:var(--blue);flex-shrink:0;margin-top:.125em}.compliance-label strong{font-size:.84rem;font-weight:750;color:var(--navy);line-height:1.4}.compliance-text{font-size:.84rem;color:var(--muted);line-height:1.6;margin:0}@media(max-width:720px){.compliance-inner{flex-direction:column;gap:.4375rem}.compliance-label{min-width:0}}.about-agent-bio-line{font-size:1rem;line-height:1.65;color:var(--muted);margin:0 0 1.25rem;max-width:640px}.header-phone-link{font-size:.875rem;color:var(--muted);text-decoration:none;white-space:nowrap;transition:color .15s ease}.header-phone-link:hover{color:var(--navy)}.header-phone-link:focus-visible{outline:3px solid #f5b700;outline-offset:3px;border-radius:3px}@media(max-width:900px){.header-phone-link{display:block;font-size:1rem;font-weight:600;color:var(--action);padding:.625rem 0;min-height:44px;line-height:44px}.header-phone-link:hover{color:var(--navy)}}.footer-phone-link{display:block;margin-top:.5rem;font-size:.9375rem;color:var(--navy);text-decoration:none;transition:color .15s ease}.footer-phone-link:hover{color:var(--action)}.footer-phone-link:focus-visible{outline:3px solid #f5b700;outline-offset:3px;border-radius:3px}.contact-phone-alternative{margin-top:.875rem;font-size:.9375rem;color:var(--muted);line-height:1.5}.contact-phone-alternative a{color:var(--action);font-weight:600;text-decoration:none;transition:color .15s ease}.contact-phone-alternative a:hover{color:var(--navy);text-decoration:underline}.contact-phone-alternative a:focus-visible{outline:3px solid #f5b700;outline-offset:2px;border-radius:3px}.loc-agent-call-alt{margin-top:.875rem;font-size:.9375rem;color:var(--muted)}.loc-agent-phone{color:var(--action);font-weight:600;text-decoration:none;transition:color .15s ease}.loc-agent-phone:hover{color:var(--navy);text-decoration:underline}.loc-agent-phone:focus-visible{outline:3px solid #f5b700;outline-offset:2px;border-radius:3px}:root{--header-height: 72px}#medicare-review-form{scroll-margin-top:calc(var(--header-height) + 1rem)}.about-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2.5rem}.about-team-card{display:flex;flex-direction:column}.about-team-portrait{width:100%;aspect-ratio:1 / 1;border-radius:var(--radius);overflow:hidden;background:var(--soft);margin-bottom:1rem}.about-team-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 15%;display:block}.about-team-portrait--placeholder{background:linear-gradient(135deg,#e8eef5,#d4dde8);display:flex;align-items:center;justify-content:center}.about-team-portrait--placeholder svg{width:52px;height:52px;color:#8fa0b5}.about-team-info{flex:1}.about-team-name{font-size:1.0625rem;font-weight:600;color:var(--navy);margin:0 0 .3rem;line-height:1.3}.about-team-states{font-size:.8375rem;color:var(--muted);line-height:1.65;margin:0}@media(max-width:900px){.about-team-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}@media(max-width:480px){.about-team-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.about-team-name{font-size:1rem}}
