@charset "UTF-8";
:root{--navy:#080e1b;--navy-soft:#121d30;--gold:#d6b779;--paper:#f5f1e8;--white:#fffdf8;--ink:#172338;--muted:#657080;--line:#dcd8ce;--shadow:0 14px 38px #0b14200c;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.45}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #a07931;outline-offset:4px}button{transition:background .16s,transform .16s}button:active:not(:disabled){transform:translateY(1px)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400}h1{font-size:clamp(2.3rem,4.4vw,4.2rem);letter-spacing:-.045em;line-height:1.05;margin-bottom:15px}h2{font-size:1.9rem;line-height:1.15;letter-spacing:-.025em}h3{font-size:1rem;margin:27px 0 13px}p{line-height:1.65}ul{padding-left:23px}li{line-height:1.6;margin-bottom:8px}.layout{min-height:100vh;display:grid;grid-template-columns:270px 1fr}.sidebar{background:var(--navy);color:var(--paper);padding:38px 29px 30px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{object-fit:cover;width:58px;height:58px;border-radius:50%;border:1px solid #d6b77966}.brand strong{display:block;letter-spacing:.15em;font-family:Georgia,serif;font-size:19px;font-weight:400}.brand span{display:block;font-size:8px;letter-spacing:.19em;color:var(--gold);margin-top:7px}.client{margin:39px 0 30px;border-top:1px solid #ffffff1b;padding-top:24px}.client>span{font-size:11px;color:#9eabba;display:block;margin-bottom:9px}.client strong{font-size:15px;font-weight:500;display:block}.client p{font-size:11px;color:#9eabba;margin:8px 0 0}.steps{list-style:none;padding:0;margin:0}.steps li{margin:0}.steps button{display:flex;align-items:center;gap:12px;width:100%;text-align:left;line-height:1.35;background:transparent;border:0;color:#9eabba;font-size:12px;padding:12px 0}.steps button[aria-current]{color:var(--paper)}.steps button:disabled{opacity:.65}.step-number{display:grid;place-items:center;width:29px;height:29px;flex:0 0 29px;font-size:10px;border:1px solid #ffffff26;border-radius:50%;color:#9eabba}.steps button[aria-current] .step-number{background:var(--gold);border-color:var(--gold);color:var(--navy)}.sidebar-footer{margin-top:auto;padding-top:25px}.sidebar-footer p{font-size:11px;line-height:1.7;color:#9eabba}.sidebar-footer a{font-size:10px;color:var(--gold);text-decoration:none;overflow-wrap:anywhere}.workspace{min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center;padding:24px 46px;border-bottom:1px solid var(--line);gap:14px;color:var(--muted);font-size:10px}.preview{display:flex;align-items:center;gap:8px;color:#495564}.preview i{height:6px;width:6px;border-radius:50%;background:#8d7749}main{max-width:1290px;margin:auto;padding:40px 46px 36px;outline:0}.page-heading{max-width:900px}.eyebrow{display:block;color:#93733b;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:17px}.page-heading p{color:var(--muted);font-size:14px;margin-bottom:24px}.progress-track{height:2px;background:#ded9ce;margin-bottom:29px}.progress-track span{display:block;height:100%;background:#b79250;transition:width .3s}.watch-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(235px,.8fr);gap:23px;align-items:stretch}.video-card{background:var(--navy);border:1px solid #d0c8b7;border-radius:10px;overflow:hidden;box-shadow:var(--shadow);min-width:0}.video-card video{width:100%;display:block;aspect-ratio:16/9;background:var(--navy)}.video-bottom{padding:17px 21px;display:flex;justify-content:space-between;align-items:center;gap:12px;color:#a5afbc;font-size:11px}.video-bottom .text-button{color:var(--gold);font-size:12px}.next-card{border:1px solid var(--line);border-radius:10px;background:#ede7da;padding:27px 23px;display:flex;flex-direction:column;align-items:flex-start}.next-card .eyebrow{font-size:9px;margin-bottom:15px}.next-card h2{font-size:1.75rem}.next-card p{font-size:12px;color:#616b78;line-height:1.6}.next-card .button{margin-top:auto;width:100%;font-size:12px;padding:13px 14px}.button{border-radius:5px;border:1px solid transparent;padding:14px 21px;display:inline-flex;align-items:center;justify-content:center;gap:13px;font-size:13px;text-decoration:none;line-height:1.3;min-height:46px;font-weight:500}.primary{color:var(--paper);background:var(--navy);border-color:var(--navy)}.primary:hover{background:#22314a}.secondary{color:var(--ink);background:transparent;border-color:#c8c5be}.secondary:hover{background:#e8e3d8}.compact{padding:10px 13px;font-size:12px;white-space:nowrap}.text-button{background:none;border:0;padding:0;color:#846b3f;font-size:12px;line-height:1.5;text-decoration:none}.text-button:hover{text-decoration:underline}.details{border:1px solid var(--line);border-radius:7px;padding:17px 21px;background:#ffffff38;margin:20px 0}.details summary{font-size:12px;cursor:pointer;line-height:1.5;color:#536070}.details[open] summary{margin-bottom:17px}.details p,.details li{font-size:13px;color:#5d6570;line-height:1.75}.details p:last-child{margin-bottom:0}.source-links{border-top:1px solid var(--line);padding-top:15px;display:flex;flex-wrap:wrap;gap:9px 17px;font-size:11px}.source-links>span:first-child{color:#8a7350}.source-links a{color:#4f6374}.media-error{padding:14px 21px;color:var(--paper);font-size:12px;line-height:1.5}.answer-layout{display:grid;grid-template-columns:minmax(0,1fr) 225px;align-items:start;gap:29px}.answer-card{border:1px solid var(--line);background:var(--white);border-radius:9px;padding:28px;box-shadow:var(--shadow)}.answer-card-heading{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:19px}.answer-card-heading .eyebrow{margin:0}.answer-card h2{font-size:1.85rem;margin-bottom:23px;outline:0}.help-card{padding:24px 0}.help-card p{font-size:12px;color:#687382;line-height:1.8}.help-card strong{font-family:Georgia,serif;font-size:18px;font-weight:400;display:block;margin-bottom:13px}.help-rule{height:1px;background:var(--line);margin:25px 0}.business-card{border:1px solid #d9cdb5;background:#f4efe3;border-radius:6px;padding:19px 21px;margin-bottom:20px}.business-card .eyebrow{font-size:9px;margin-bottom:12px}.business-card strong{font-family:Georgia,serif;font-size:23px;font-weight:400}.business-card p{font-size:12px;line-height:1.6;color:#596777;margin:9px 0 0}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.field{display:block;margin:20px 0}.field>span{display:block;font-size:12px;color:#475566;margin-bottom:9px;line-height:1.4}.field input,.field textarea,.field select{width:100%;border:1px solid #d4d4ce;background:#fffefb;padding:12px;border-radius:5px;font-size:13px;color:var(--ink);line-height:1.5;min-height:46px}.field input::placeholder,.field textarea::placeholder{color:#8b9399;font-size:12px}.field textarea{resize:vertical;min-height:87px}.check{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.6;margin:18px 0;color:#485668}.check input{accent-color:#8d713b;width:17px;height:17px;flex:0 0 17px;margin:2px 0 0}.choices{display:grid;gap:11px;margin:19px 0 23px}.choice{position:relative;display:flex;align-items:center;gap:13px;border:1px solid #d8d7d0;border-radius:6px;padding:16px;cursor:pointer;background:#fffdf8}.choice:hover{border-color:#b49a65}.choice:has(input:checked){border-color:#ac8b4e;background:#f2eddf;box-shadow:inset 3px 0 #ac8b4e}.choice input{accent-color:#896c34;width:17px;height:17px;margin:0;flex:0 0 17px}.choice strong{display:block;font-size:13px;font-weight:500;line-height:1.4}.choice small{display:block;font-size:11px;color:#737c87;line-height:1.55;margin-top:5px}.field-hint{font-size:11px;line-height:1.65;color:#78808a;margin:13px 0}.callout{border-left:3px solid #b3955b;background:#f1ecdf;padding:17px 19px;margin-bottom:24px}.callout strong{font-size:13px;line-height:1.5}.callout p{font-size:12px;color:#697381;line-height:1.7;margin:9px 0 0}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid var(--line);padding-top:23px;margin-top:22px}.voice-box{border-top:1px solid var(--line);padding-top:23px;margin-top:27px}.voice-heading{display:flex;align-items:center;justify-content:space-between;gap:15px}.voice-heading strong{font-size:13px;font-weight:500}.voice-heading p{font-size:11px;color:#78808a;line-height:1.6;margin:8px 0 0}.voice-box .compact span{font-size:12px;color:#aa8748}.voice-box .recording{background:#732b28;color:white;border-color:#732b28}.voice-note{display:grid;grid-template-columns:1fr;gap:12px;border:1px solid #dfddd5;background:#f7f4ec;border-radius:6px;padding:15px;margin:12px 0}.voice-note strong{font-size:12px;font-weight:500}.voice-note small{display:block;font-size:10px;color:#858c95;margin-top:5px}.voice-note audio{max-width:100%;width:100%;height:37px}.note-actions{display:flex;gap:18px}.note-actions button{font-size:11px;border:0;padding:0;background:none;color:#8c703c}.note-actions button:last-child{color:#94615c}#record-status{font-size:12px;color:#9f3c31}.error-text{font-size:12px;line-height:1.6;color:#a83f33;margin:10px 0}.error-text:empty{display:none}.proposal-mini{border:1px solid #d8cdb5;border-radius:7px;background:#f1ecdf;padding:22px;margin-bottom:23px}.proposal-mini>div{display:flex;align-items:center;justify-content:space-between;gap:13px;margin-bottom:20px}.proposal-mini .eyebrow{margin:0}.proposal-mini strong{font-family:Georgia,serif;font-size:31px;font-weight:400;white-space:nowrap}.proposal-mini p{font-size:13px;color:#4e5c6b}.proposal-mini li{font-size:12px;line-height:1.7;color:#637080}.proposal-mini .field-hint{font-size:10px;margin-bottom:0}.review-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 23px;margin:23px 0}.review-grid>div{border-bottom:1px solid var(--line);padding-bottom:18px}.review-grid span{display:block;font-size:10px;color:#858b91;margin-bottom:9px;text-transform:uppercase;letter-spacing:.06em}.review-grid strong{font-size:13px;line-height:1.65;font-weight:500;display:block}.bottom-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:10px;color:#8a9097;padding:16px 46px 27px}.bottom-bar button{color:#8a9097;border:0;background:none;padding:4px 0;font-size:10px}.bottom-bar button:hover{text-decoration:underline}.warning{background:#fff1d0;border:1px solid #b29256;color:#765b2a;font-size:12px;padding:13px;line-height:1.6;border-radius:5px;margin-bottom:20px}.final-heading{max-width:800px}.final-heading h1{font-size:clamp(2.6rem,4.7vw,4.7rem)}.final-heading p{max-width:650px}.local-status{display:flex;gap:13px;align-items:center;background:#e9eddf;border:1px solid #cdd6bb;border-radius:7px;padding:16px 20px;margin:27px 0}.local-status>span{border:1px solid #8b9b6b;color:#6d7b51;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;font-size:14px}.local-status strong{font-size:12px;font-weight:500;color:#576244}.local-status p{font-size:11px;color:#707c5f;margin:5px 0 0}.final-plan{padding:30px;background:var(--white);border:1px solid var(--line);border-radius:9px}.final-plan h2{max-width:700px;font-size:2.2rem;margin-bottom:17px}.plan-priority{font-size:14px;color:#657080}.final-plan .review-grid{margin:27px 0}.pricing-row{display:grid;grid-template-columns:1fr 1fr;background:var(--navy);color:var(--paper);padding:23px 26px;border-radius:7px;gap:25px;margin:27px 0}.pricing-row span{display:block;font-size:10px;color:#b8b9b6;margin-bottom:13px}.pricing-row strong{font-family:Georgia,serif;font-size:33px;font-weight:400;color:var(--gold)}.pricing-row small{font-family:Arial,sans-serif;font-size:12px;color:#b8b9b6;margin-left:5px}.pricing-row p{font-size:10px;margin:8px 0 0;color:#adb5c1}.scope-list li,.final-plan li{font-size:12px;line-height:1.7;color:#5c6977}.download-actions{display:flex;flex-wrap:wrap;gap:12px;margin:27px 0 18px}.download-actions .button{font-size:12px}.final-foot{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:25px 0 0}.final-foot>span{font-size:11px;color:#838992}.loading{max-width:740px;margin:12vh auto;padding:30px}.loading h1{font-size:3rem}.loading p{font-size:15px;color:var(--muted)}.skip-link{position:fixed;top:-80px;left:15px;background:var(--gold);color:var(--navy);padding:14px;z-index:10}.skip-link:focus-visible{top:12px}.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}
@media(min-width:1500px){main{padding-top:50px}.watch-grid{grid-template-columns:minmax(0,2.2fr) minmax(250px,.8fr)}}
@media(max-width:1100px){.layout{grid-template-columns:230px 1fr}.sidebar{padding:28px 22px}.brand img{width:49px;height:49px}.brand strong{font-size:16px}.brand span{font-size:7px}.topbar,main{padding-left:29px;padding-right:29px}.bottom-bar{padding-left:29px;padding-right:29px}.watch-grid{grid-template-columns:1fr}.next-card{display:block;padding:23px}.next-card h2{font-size:1.6rem}.next-card .button{width:auto;margin-top:7px}.next-card p{max-width:560px}.answer-layout{grid-template-columns:1fr}.help-card{padding:0 7px}.help-rule{margin:17px 0}.answer-card{padding:25px}}
@media(max-width:760px){.layout{display:block}.sidebar{height:auto;position:static;padding:17px 22px 0;display:block}.brand{gap:10px}.brand img{height:42px;width:42px}.brand strong{font-size:16px}.brand span{font-size:7px;margin-top:5px}.client{margin:0;padding:0;border:0;position:absolute;top:24px;right:22px;text-align:right;max-width:44%}.client>span{font-size:9px;margin-bottom:6px}.client strong{font-size:11px}.client p{display:none}.steps{display:flex;gap:8px;overflow-x:auto;margin:20px -1px 0;padding-bottom:15px;scrollbar-width:thin}.steps li{flex:1 0 29px}.steps button{padding:0;justify-content:center}.steps button>span:last-child{display:none}.steps .step-number{width:29px;height:29px;font-size:9px}.sidebar-footer{display:none}.topbar{padding:14px 21px;font-size:9px;gap:8px;align-items:flex-start}.topbar #save-status{text-align:right;max-width:40%;font-size:8px;line-height:1.5}.preview{font-size:9px;line-height:1.5;gap:6px}.preview i{flex:0 0 5px;height:5px}main{padding:27px 20px 25px}.eyebrow{font-size:9px;margin-bottom:14px}h1{font-size:2.65rem;line-height:1.03;margin-bottom:15px}.page-heading p{font-size:12px;line-height:1.7;margin-bottom:20px}.progress-track{margin-bottom:21px}.watch-grid{gap:16px}.video-bottom{padding:14px;font-size:10px}.video-bottom .text-button{font-size:11px}.next-card{padding:21px}.next-card h2{font-size:1.6rem;margin-bottom:16px}.next-card p{font-size:12px}.details{padding:15px 17px}.details p{font-size:12px}.answer-card{padding:22px 18px}.answer-card-heading{gap:10px;margin-bottom:20px}.answer-card-heading .text-button{font-size:10px}.answer-card h2{font-size:1.75rem;margin-bottom:22px}.field-grid{grid-template-columns:1fr;gap:0}.field{margin:16px 0}.field input,.field select,.field textarea{font-size:16px}.field input::placeholder,.field textarea::placeholder{font-size:12px}.choice{padding:15px 12px}.choice strong{font-size:12px}.choice small{font-size:11px}.voice-heading{align-items:flex-start;flex-direction:column;gap:13px}.voice-heading p{font-size:11px}.voice-heading .button{font-size:11px}.form-actions{gap:10px}.form-actions .button{font-size:12px;padding:13px 15px}.form-actions .secondary{padding-left:12px;padding-right:12px}.review-grid{gap:17px;grid-template-columns:1fr}.review-grid>div{padding-bottom:15px}.review-grid strong{font-size:12px}.proposal-mini{padding:19px 16px}.proposal-mini strong{font-size:28px}.proposal-mini .eyebrow{font-size:8px}.bottom-bar{padding:8px 21px 23px;font-size:8px;align-items:flex-start}.bottom-bar button{font-size:8px;padding:0;text-align:right}.bottom-bar>span{max-width:53%;line-height:1.5}.final-heading h1{font-size:2.9rem}.local-status{padding:15px}.local-status p{font-size:10px}.final-plan{padding:23px 18px}.final-plan h2{font-size:1.9rem}.pricing-row{padding:20px 17px;gap:19px}.pricing-row strong{font-size:28px}.pricing-row span{font-size:9px;line-height:1.5}.pricing-row p{font-size:9px;line-height:1.6}.pricing-row small{font-size:10px;display:block;margin:4px 0 0}.download-actions{display:grid}.download-actions .button{width:100%}.final-foot{align-items:flex-start;flex-direction:column;gap:17px}.final-foot>span{font-size:10px}.help-card p{font-size:12px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.media-disclosure{color:#adb9cd;font-size:12px;line-height:1.5;padding:10px 20px;margin:0;background:#080e1b}
