:root{--fr-slate: #34495e;--fr-dusty-blue: #7189a1;--fr-mist: #dfe8f0;--fr-ivory: #faf6ef;--fr-terracotta: #c97963;--fr-cta: #ad543f;--fr-cta-hover: #9f4938;--fr-cta-active: #914233;--fr-blush: #e8b5a7;--fr-charcoal: #2e3540;--fr-white: #ffffff;--fr-font-heading: "Lora", Georgia, serif;--fr-font-body: "DM Sans", Arial, sans-serif;--fr-radius-card: 18px;--fr-shadow-card: 0 12px 35px rgba(52, 73, 94, .12);--fr-content-width: 1160px;--fr-reading-width: 740px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--fr-ivory);color:var(--fr-charcoal);font-family:var(--fr-font-body);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{color:var(--fr-slate);font-family:var(--fr-font-heading);font-weight:600;line-height:1.2}p{max-width:68ch}a{color:var(--fr-cta);text-decoration:underline;text-underline-offset:3px}a:hover{color:var(--fr-cta-hover)}.fr-btn{min-height:56px;padding:0 26px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--fr-cta);color:var(--fr-ivory);font-family:var(--fr-font-body);font-size:16px;font-weight:700;line-height:1;text-align:center;text-decoration:none;cursor:pointer;transition:background .15s ease,transform .1s ease}.fr-btn:hover{background:var(--fr-cta-hover);transform:translateY(-1px)}.fr-btn:active{background:var(--fr-cta-active);transform:translateY(0)}.fr-btn:focus-visible{outline:3px solid var(--fr-mist);outline-offset:2px;box-shadow:0 0 0 5px var(--fr-slate)}.fr-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.fr-btn--secondary{background:transparent;color:var(--fr-cta);border:2px solid var(--fr-cta);min-height:52px}.fr-btn--secondary:hover{background:var(--fr-mist);transform:translateY(-1px)}.fr-btn--ghost{background:transparent;color:var(--fr-slate);min-height:48px}.fr-btn--ghost:hover{background:var(--fr-mist)}.fr-card{border-radius:var(--fr-radius-card);background:var(--fr-white);box-shadow:var(--fr-shadow-card);padding:40px}.fr-container{width:min(calc(100% - 40px),var(--fr-content-width));margin-inline:auto}.fr-section{padding:88px 0}.fr-section--tight{padding:56px 0}.fr-section--mist{background:var(--fr-mist)}.eyebrow{font-family:var(--fr-font-body);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fr-terracotta);margin-bottom:16px}.lead{font-size:20px;line-height:1.55;color:var(--fr-slate)}.text-center{text-align:center}.text-center p{margin-inline:auto}.fr-divider{width:48px;height:3px;background:var(--fr-terracotta);border-radius:2px;margin:24px 0}.fr-divider--center{margin-inline:auto}.fr-progress{width:100%;height:6px;background:var(--fr-mist);border-radius:999px;overflow:hidden}.fr-progress__fill{height:100%;background:var(--fr-cta);border-radius:999px;transition:width .4s ease}.fr-label{display:block;font-weight:500;color:var(--fr-slate);margin-bottom:10px;font-size:16px}.fr-input,.fr-select,.fr-textarea{width:100%;padding:14px 18px;border:2px solid var(--fr-mist);border-radius:12px;background:var(--fr-white);color:var(--fr-charcoal);font-family:var(--fr-font-body);font-size:16px;line-height:1.4;transition:border-color .15s;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.fr-input:focus,.fr-select:focus,.fr-textarea:focus{border-color:var(--fr-dusty-blue)}.fr-textarea{min-height:120px;resize:vertical}.fr-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237189a1' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:44px;cursor:pointer}.fr-field{margin-bottom:20px}.fr-option{display:flex;align-items:flex-start;gap:14px;padding:18px 22px;border:2px solid var(--fr-mist);border-radius:14px;background:var(--fr-white);cursor:pointer;transition:border-color .15s,background .15s;text-align:left;width:100%;font-family:var(--fr-font-body);font-size:16px;color:var(--fr-charcoal)}.fr-option:hover{border-color:var(--fr-dusty-blue);background:var(--fr-mist)}.fr-option.selected{border-color:var(--fr-cta);background:#fdf3f0}.fr-option__radio{width:22px;height:22px;min-width:22px;border:2px solid var(--fr-dusty-blue);border-radius:50%;margin-top:2px;display:flex;align-items:center;justify-content:center;transition:border-color .15s}.fr-option.selected .fr-option__radio{border-color:var(--fr-cta);background:var(--fr-cta)}.fr-option__radio:after{content:"";width:8px;height:8px;border-radius:50%;background:var(--fr-white);opacity:0;transition:opacity .15s}.fr-option.selected .fr-option__radio:after{opacity:1}.fr-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:700;letter-spacing:.05em}.fr-badge--score{background:var(--fr-slate);color:var(--fr-ivory)}.fr-badge--well-prepared{background:#3a7d5e;color:#fff}.fr-badge--gaps{background:#c47a2b;color:#fff}.fr-badge--vulnerable{background:#b84040;color:#fff}.fr-badge--likely-detective{background:#7a2b2b;color:#fff}.score-circle{width:140px;height:140px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-inline:auto;color:var(--fr-white)}.score-circle--well-prepared{background:#3a7d5e}.score-circle--gaps{background:#c47a2b}.score-circle--vulnerable{background:#b84040}.score-circle--detective{background:#7a2b2b}.gap-card{border-left:4px solid var(--fr-terracotta);padding:16px 20px;background:var(--fr-white);border-radius:0 12px 12px 0;box-shadow:0 4px 16px #34495e14}.gap-card__title{font-family:var(--fr-font-heading);font-size:18px;font-weight:600;color:var(--fr-slate);margin-bottom:6px}.gap-card__desc{font-size:15px;color:var(--fr-dusty-blue)}.step-item{display:flex;gap:20px;align-items:flex-start;text-align:left}.step-item__num{width:40px;height:40px;min-width:40px;border-radius:50%;background:var(--fr-cta);color:var(--fr-ivory);font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center}.step-item__content h3{font-size:20px;margin-bottom:6px}.step-item__content p{font-size:16px;color:var(--fr-dusty-blue)}.site-footer{background:var(--fr-slate);color:var(--fr-mist);padding:48px 0 32px;font-size:15px}.site-footer__inner{display:flex;flex-direction:column;gap:24px}.site-footer__brand{font-family:var(--fr-font-heading);font-size:22px;color:var(--fr-ivory)}.site-footer__brand span{color:var(--fr-terracotta)}.site-footer__links{display:flex;gap:24px;flex-wrap:wrap}.site-footer__links a{color:var(--fr-mist);text-decoration:none}.site-footer__links a:hover{color:var(--fr-ivory);text-decoration:underline}.site-footer__company{font-size:13px;color:var(--fr-dusty-blue);max-width:52ch;line-height:1.5}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;font-size:13px;color:var(--fr-dusty-blue)}.site-header{background:var(--fr-ivory);padding:20px 0;border-bottom:1px solid var(--fr-mist);position:sticky;top:0;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.site-header__logo{font-family:var(--fr-font-heading);font-size:22px;font-weight:600;color:var(--fr-slate);text-decoration:none}.site-header__logo span{color:var(--fr-terracotta)}.site-header__nav{display:flex;gap:24px;align-items:center}.site-header__nav a{font-size:15px;font-weight:500;color:var(--fr-slate);text-decoration:none}.site-header__nav a:hover{color:var(--fr-cta)}.reassurance{background:var(--fr-mist);padding:14px 0;text-align:center;font-size:14px;color:var(--fr-dusty-blue)}.reassurance__items{display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.reassurance__item{display:flex;align-items:center;gap:8px}.reassurance__item svg{color:var(--fr-terracotta);flex-shrink:0}@media (max-width: 640px){body{font-size:17px}.fr-card{padding:28px 22px}.fr-section{padding:56px 0}.fr-btn{width:100%}.fr-container{width:min(calc(100% - 32px),var(--fr-content-width))}.score-circle{width:120px;height:120px}.site-header__nav{gap:16px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.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}
