@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=DM+Sans:wght@300;400;500;600&display=swap";:root{--color-yellow:#fab500;--color-coral:#ff6b5b;--color-black:#181818;--color-white:#fff;--color-gray-light:#f0f0f0;--color-gray-mid:#e0e0e0;--color-text:#181818;--color-text-muted:#666;--font-heading:"Playfair Display", Georgia, serif;--font-body:"DM Sans", sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--shadow-card:0 2px 12px #00000012;--shadow-card-hover:0 6px 24px #0000001f;--transition:.2s ease;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3{font-family:var(--font-heading);color:var(--color-black);line-height:1.2}h1{font-size:clamp(1.8rem,4vw,2.8rem)}h2{font-size:clamp(1.4rem,3vw,2rem)}h3{font-size:clamp(1.1rem,2vw,1.4rem)}p{color:var(--color-text-muted);font-size:.95rem;line-height:1.7}.exb-container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.exb-page{flex-direction:column;min-height:100vh;display:flex}.exb-main{flex:1}.exb-section{padding:4rem 2rem}.exb-section--white{background:var(--color-white)}.exb-section--gray{background:var(--color-gray-light)}.exb-section--yellow{background:var(--color-yellow);color:var(--color-black)}.exb-section--yellow h1,.exb-section--yellow h2,.exb-section--yellow h3,.exb-section--yellow p{color:var(--color-black)}.exb-header{background:var(--color-white);border-bottom:1px solid var(--color-gray-mid);z-index:100;padding:0 2rem;position:sticky;top:0}.exb-header__inner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:64px;margin:0 auto;display:flex}.exb-header__logo{width:auto;height:40px;display:block}.exb-header__title{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);font-size:.8rem;font-weight:500}.exb-btn{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);border:none;padding:.75rem 1.75rem;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-block}.exb-btn--primary{background:var(--color-yellow);color:var(--color-black)}.exb-btn--primary:hover{background:#e0a200;transform:translateY(-1px);box-shadow:0 4px 12px #fab50059}.exb-btn--dark{background:var(--color-black);color:var(--color-yellow)}.exb-btn--dark:hover{background:#2d2d2d;transform:translateY(-1px)}.exb-btn--outline{color:var(--color-black);border:2px solid var(--color-black);background:0 0}.exb-btn--outline:hover{background:var(--color-black);color:var(--color-white)}.exb-btn-group{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.exb-card{background:var(--color-white);border-radius:var(--radius-md);box-shadow:var(--shadow-card);transition:box-shadow var(--transition), transform var(--transition);padding:2rem}.exb-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.exb-card--gray{background:var(--color-gray-light);box-shadow:none}.exb-card__label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-yellow);margin-bottom:.5rem;font-size:.7rem;font-weight:600;display:inline-block}.exb-card__title{font-family:var(--font-heading);margin-bottom:.75rem;font-size:1.2rem}.exb-grid{gap:1.5rem;display:grid}.exb-grid--2{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.exb-grid--3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.exb-form__group{margin-bottom:1.25rem}.exb-form__label{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text);margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.exb-form__input,.exb-form__select,.exb-form__textarea{width:100%;font-family:var(--font-body);color:var(--color-text);background:var(--color-white);border:1.5px solid var(--color-gray-mid);border-radius:var(--radius-sm);transition:border-color var(--transition);outline:none;padding:.75rem 1rem;font-size:.95rem}.exb-form__input:focus,.exb-form__select:focus,.exb-form__textarea:focus{border-color:var(--color-yellow);box-shadow:0 0 0 3px #fab50026}.exb-likert{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.exb-likert__option{position:relative}.exb-likert__option input[type=radio]{opacity:0;width:0;height:0;position:absolute}.exb-likert__option label{border:1.5px solid var(--color-gray-mid);border-radius:var(--radius-sm);cursor:pointer;width:44px;height:44px;transition:all var(--transition);background:var(--color-white);color:var(--color-text-muted);justify-content:center;align-items:center;font-size:.85rem;font-weight:500;display:flex}.exb-likert__option input:checked+label{background:var(--color-yellow);border-color:var(--color-yellow);color:var(--color-black);font-weight:700}.exb-likert__option label:hover{border-color:var(--color-yellow);color:var(--color-black)}.exb-progress{background:var(--color-gray-mid);border-radius:2px;width:100%;height:4px;margin-bottom:2rem;overflow:hidden}.exb-progress__bar{background:var(--color-yellow);border-radius:2px;height:100%;transition:width .4s}.exb-hero{background:var(--color-white);border-bottom:1px solid var(--color-gray-mid);padding:4rem 2rem 3rem}.exb-hero__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--color-yellow);margin-bottom:.75rem;font-size:.72rem;font-weight:600}.exb-hero__title{font-family:var(--font-heading);color:var(--color-black);max-width:600px;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.2}.exb-hero__subtitle{color:var(--color-text-muted);max-width:520px;margin-top:1rem;font-size:1rem}.exb-section-title{font-family:var(--font-heading);margin-bottom:.5rem}.exb-section-subtitle{color:var(--color-text-muted);margin-bottom:2rem;font-size:.9rem}.exb-accent-line{background:var(--color-yellow);border-radius:2px;width:48px;height:3px;margin:.75rem 0 1.5rem}.exb-badge{background:var(--color-yellow);color:var(--color-black);letter-spacing:.08em;text-transform:uppercase;border-radius:20px;padding:.3rem .8rem;font-size:.72rem;font-weight:600;display:inline-block}.exb-alert{border-radius:var(--radius-sm);margin-bottom:1rem;padding:1rem 1.25rem;font-size:.9rem}.exb-alert--success{color:#1b5e20;background:#f0faf0;border-left:3px solid #2e7d32}.exb-alert--warning{border-left:3px solid var(--color-yellow);color:#7a5500;background:#fffbea}.exb-alert--error{color:#7f0000;background:#fff0f0;border-left:3px solid #c62828}.exb-footer{background:var(--color-black);color:#fff9;text-align:center;letter-spacing:.05em;padding:1.5rem 2rem;font-size:.78rem}.exb-footer a{color:var(--color-yellow);text-decoration:none}.exb-mt-1{margin-top:.5rem}.exb-mt-2{margin-top:1rem}.exb-mt-3{margin-top:1.5rem}.exb-mt-4{margin-top:2rem}.exb-text-center{text-align:center}.exb-text-muted{color:var(--color-text-muted);font-size:.85rem}@media (width<=768px){.exb-section{padding:2.5rem 1rem}.exb-hero{padding:2.5rem 1rem 2rem}.exb-header,.exb-container{padding:0 1rem}.exb-grid--3{grid-template-columns:1fr}.exb-btn-group{flex-direction:column}}
