[x-cloak] { display: none !important; }
.hero-video { background: #FFF9F2; }
::selection { background: #C65312; color: white; }
.nav-link { font-size: .92rem; font-weight: 700; color: rgba(23,50,77,.72); transition: color .2s ease; }
.nav-link:hover { color: #C65312; }
.hero-header .nav-link { color: rgba(255,255,255,.88); text-shadow: 0 1px 12px rgba(0,0,0,.24); }
.hero-header .nav-link:hover { color: white; }
.mobile-link { display: block; border-radius: .75rem; padding: .8rem 1rem; font-weight: 700; color: #17324D; }
.mobile-link:hover { background: #FFF9F2; }
.button-primary { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; border-radius: 14px; background: #C65312; padding: .95rem 1.35rem; font-weight: 800; color: white; box-shadow: 0 10px 25px rgba(198,83,18,.22); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button-primary:hover { background: #A9440D; transform: translateY(-2px); box-shadow: 0 14px 32px rgba(198,83,18,.3); }
.hero-button { display: inline-flex; min-height: 4.25rem; align-items: center; justify-content: center; gap: 1rem; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: #C65312; padding: 1.15rem 1.75rem 1.15rem 2rem; color: white; font-size: 1.2rem; font-weight: 900; box-shadow: 0 16px 38px rgba(75,27,5,.38), inset 0 1px 0 rgba(255,255,255,.22); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.hero-button:hover { background: #DA641F; transform: translateY(-3px) scale(1.015); box-shadow: 0 20px 45px rgba(75,27,5,.46), inset 0 1px 0 rgba(255,255,255,.25); }
.hero-arrow { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 999px; background: rgba(255,255,255,.16); font-size: 1.25rem; transition: transform .2s ease; }
.hero-button:hover .hero-arrow { transform: translateX(3px); }
.button-primary:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(198,83,18,.35); outline-offset: 3px; }
.eyebrow { margin-bottom: .75rem; font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; color: #2F7D5B; }
.section-title { font-size: clamp(2.15rem, 4vw, 3.5rem); font-weight: 900; line-height: 1.08; letter-spacing: -.035em; color: #17324D; }
.benefit-card { border-radius: 20px; background: white; padding: 2rem; box-shadow: 0 12px 36px rgba(23,50,77,.07); transition: transform .25s ease, box-shadow .25s ease; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(23,50,77,.1); }
.benefit-card h3 { margin-top: 1.4rem; font-size: 1.2rem; font-weight: 800; color: #17324D; }
.benefit-card p { margin-top: .55rem; line-height: 1.65; color: rgba(34,34,34,.62); }
.icon-wrap { display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 14px; background: rgba(47,125,91,.1); color: #2F7D5B; }
.icon-wrap svg { width: 1.5rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.profile-row { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; font-size: .92rem; }
.profile-row dt { color: rgba(255,255,255,.5); }
.profile-row dd { text-align: right; font-weight: 700; }
.recommendation-card { overflow: hidden; border-radius: 20px; background: white; color: #222; box-shadow: 0 18px 40px rgba(0,0,0,.14); transition: transform .25s ease; }
.recommendation-card:hover { transform: translateY(-5px); }
.product-visual { display: grid; min-height: 190px; place-items: center; }
.product-visual svg { width: 7rem; fill: none; stroke: #17324D; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.recommendation-card h3 { margin-top: .25rem; font-size: 1.18rem; font-weight: 900; color: #17324D; }
.recommendation-card p:last-child { margin-top: .55rem; font-size: .92rem; line-height: 1.55; color: rgba(34,34,34,.62); }
.match-badge { display: inline-flex; border-radius: 999px; background: rgba(47,125,91,.1); padding: .35rem .65rem; font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; color: #2F7D5B; }
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.animate-rise { animation: rise .65s ease-out both; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } }
@media (max-width: 639px) { .recommendation-card { display: grid; grid-template-columns: 115px 1fr; } .product-visual { min-height: 100%; } .product-visual svg { width: 4.5rem; } .recommendation-card .p-6 { padding: 1.15rem; } }

.question-panel { margin: 0 auto; max-width: 72rem; padding-bottom: 3rem; }
.question-panel > h1 { max-width: 50rem; color: #17324D; font-size: clamp(2.35rem, 6vw, 4.4rem); font-weight: 900; line-height: 1.06; letter-spacing: -.045em; }
.question-kicker { margin-bottom: 1rem; color: #2F7D5B; font-size: .85rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.question-label { display: block; margin-top: 2.5rem; color: rgba(23,50,77,.65); font-size: 1.05rem; font-weight: 800; }
.question-subtext { margin-top: .85rem; color: rgba(34,34,34,.58); font-size: 1.1rem; font-weight: 600; }
.name-input, .small-input { width: 100%; border: 2px solid rgba(23,50,77,.14); border-radius: 18px; background: white; color: #17324D; font-weight: 800; box-shadow: 0 12px 35px rgba(23,50,77,.06); outline: none; transition: border .2s, box-shadow .2s; }
.name-input { margin-top: .8rem; max-width: 36rem; padding: 1.15rem 1.35rem; font-size: 1.6rem; }
.small-input { padding: 1rem 4rem 1rem 1.2rem; font-size: 1.2rem; }
.name-input:focus, .small-input:focus { border-color: #2F7D5B; box-shadow: 0 0 0 4px rgba(47,125,91,.1); }
.option-grid { display: grid; gap: 1rem; margin-top: 2.25rem; }
.choice-card { position: relative; display: flex; min-height: 8.5rem; flex-direction: column; align-items: flex-start; justify-content: center; border: 2px solid transparent; border-radius: 20px; background: white; padding: 1.4rem; text-align: left; box-shadow: 0 10px 32px rgba(23,50,77,.07); transition: border-color .18s, transform .18s, box-shadow .18s, background .18s; }
.choice-card:hover { transform: translateY(-2px); border-color: rgba(47,125,91,.35); box-shadow: 0 15px 38px rgba(23,50,77,.1); }
.choice-card.selected { border-color: #2F7D5B; background: #F1F8F4; box-shadow: 0 0 0 3px rgba(47,125,91,.09); }
.choice-card.selected::after { content: '✓'; position: absolute; top: .85rem; right: .85rem; display: grid; width: 1.7rem; height: 1.7rem; place-items: center; border-radius: 999px; background: #2F7D5B; color: white; font-size: .8rem; font-weight: 900; }
.choice-card.featured { background: #17324D; color: white; }
.choice-card.featured.selected { border-color: #4FA77F; background: #244D42; }
.choice-card strong { padding-right: 1.5rem; color: #17324D; font-size: 1.15rem; font-weight: 900; }
.choice-card.featured strong { color: white; }
.choice-card > span:last-child:not(.choice-icon) { margin-top: .25rem; color: rgba(34,34,34,.52); font-weight: 600; }
.choice-card.featured > span:last-child { color: rgba(255,255,255,.62); }
.choice-card.horizontal { min-height: 6.5rem; }
.choice-icon { margin-bottom: .65rem; color: #2F7D5B; font-size: 1.45rem; font-weight: 900; }
.choice-card.featured .choice-icon { color: #E9A477; }
.flow-button { display: flex; min-width: 12rem; min-height: 3.8rem; align-items: center; justify-content: center; gap: .75rem; margin-top: 2rem; border-radius: 16px; background: #C65312; padding: 1rem 1.5rem; color: white; font-size: 1.05rem; font-weight: 900; box-shadow: 0 12px 28px rgba(198,83,18,.22); transition: .2s; }
.flow-button:hover { transform: translateY(-2px); background: #A9440D; }
.flow-button:disabled { cursor: not-allowed; opacity: .38; transform: none; }
.builder-spinner { animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (min-width: 640px) { .option-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); } .option-grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); } .option-grid.compact .choice-card { min-height: 7.5rem; } }
@media (min-width: 1024px) { .question-panel { padding-top: 1rem; } .choice-card { min-height: 9.5rem; padding: 1.75rem; } .option-grid { gap: 1.25rem; } .option-grid.two { grid-template-columns: repeat(3,minmax(0,1fr)); } .option-grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); } }
.admin-input { width: 100%; border: 2px solid rgba(23,50,77,.12); border-radius: 16px; background: white; padding: 1rem 1.15rem; color: #17324D; font-size: 1.05rem; font-weight: 700; outline: none; transition: border .2s, box-shadow .2s; }
.admin-input:focus { border-color: #2F7D5B; box-shadow: 0 0 0 4px rgba(47,125,91,.1); }
.admin-stat { min-height: 13rem; border-radius: 24px; background: white; padding: 1.75rem; box-shadow: 0 14px 38px rgba(23,50,77,.07); }
.admin-stat span { color: #2F7D5B; font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.admin-stat strong { display: block; margin-top: 1rem; color: #17324D; font-size: 3.5rem; font-weight: 900; line-height: 1; }
.admin-stat p { margin-top: 1rem; color: rgba(34,34,34,.5); font-weight: 600; line-height: 1.5; }
.admin-sidebar { background: #0B2238; }
.admin-nav { display: flex; min-height: 3.25rem; align-items: center; gap: .9rem; border: 1px solid transparent; border-radius: 15px; padding: .65rem .75rem; color: #FFFFFF; font-weight: 900; white-space: nowrap; transition: background .2s, border-color .2s; }
.admin-nav:hover { border-color: rgba(255,255,255,.14); background: #183A57; color: #FFFFFF; }
.admin-nav.active { border-color: #E77736; background: #C65312; color: #FFFFFF; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
.admin-nav-icon { display: grid; width: 2.25rem; height: 2.25rem; flex: 0 0 auto; place-items: center; border-radius: 11px; background: rgba(255,255,255,.12); color: #FFFFFF; font-size: 1.05rem; font-weight: 900; }
.admin-nav:hover .admin-nav-icon, .admin-nav.active .admin-nav-icon { background: rgba(255,255,255,.18); color: #FFFFFF; }
.admin-nav-icon svg, .kpi-icon svg, .activity-row svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.admin-nav-label { color: #FFFFFF !important; opacity: 1 !important; }
.visitor-kpi { min-height: 14rem; border-radius: 26px; background: white; padding: 1.75rem; box-shadow: 0 14px 38px rgba(23,50,77,.07); }
.visitor-kpi span:first-child { color: rgba(23,50,77,.58); font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.visitor-kpi strong { display: block; margin-top: 1.6rem; color: #17324D; font-size: clamp(2.8rem,5vw,4rem); font-weight: 900; line-height: 1; }
.visitor-kpi p { margin-top: 1rem; color: rgba(34,34,34,.42); font-weight: 700; }
.visitor-kpi p b { color: #2F7D5B; }
.kpi-icon { display: grid; width: 2.6rem; height: 2.6rem; place-items: center; border-radius: 13px; background: rgba(47,125,91,.1); color: #2F7D5B; font-weight: 900; }
.activity-row { display: flex; align-items: center; gap: 1rem; }
.activity-row > span { display: grid; width: 2.5rem; height: 2.5rem; flex: 0 0 auto; place-items: center; border-radius: 12px; background: rgba(255,255,255,.1); color: #E9A477; font-weight: 900; }
.activity-row b, .activity-row small { display: block; }
.activity-row b { font-size: .95rem; }
.activity-row small { margin-top: .2rem; color: rgba(255,255,255,.46); font-weight: 700; }
.activity-light .activity-row > span { background: rgba(47,125,91,.1); color: #2F7D5B; }
.activity-light .activity-row b { color: #17324D; }
.activity-light .activity-row small { color: rgba(34,34,34,.45); }
.admin-table { width: 100%; min-width: 680px; border-collapse: collapse; text-align: left; }
.admin-table th { border-top: 1px solid rgba(23,50,77,.08); border-bottom: 1px solid rgba(23,50,77,.08); background: #FAF7F1; padding: .9rem 2rem; color: rgba(23,50,77,.48); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.admin-table td { border-bottom: 1px solid rgba(23,50,77,.07); padding: 1.15rem 2rem; color: rgba(34,34,34,.62); font-size: .92rem; font-weight: 700; }
.admin-table td:first-child { color: #17324D; font-weight: 900; }
.status-pill { display: inline-flex; border-radius: 999px; padding: .35rem .7rem; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.status-pill.success { background: rgba(47,125,91,.1); color: #2F7D5B; }
.status-pill.neutral { background: rgba(23,50,77,.08); color: #17324D; }
.profile-section { overflow: hidden; border-radius: 28px; background: white; padding: clamp(1.5rem,4vw,3rem); box-shadow: 0 18px 50px rgba(23,50,77,.08); }
.profile-section h2 { color: #17324D; font-size: clamp(2rem,4vw,3rem); font-weight: 900; letter-spacing: -.035em; }
.section-help { margin-top: .75rem; color: rgba(34,34,34,.52); font-size: 1.05rem; font-weight: 600; line-height: 1.6; }
.profile-block { margin-top: 2rem; border: 1px solid rgba(23,50,77,.1); border-radius: 22px; background: #FFFCF8; padding: clamp(1.25rem,3vw,2rem); }
.profile-block h3 { display: flex; align-items: center; gap: .7rem; color: #17324D; font-size: 1.4rem; font-weight: 900; }
.profile-block h3 > span { display: grid; width: 2rem; height: 2rem; place-items: center; border-radius: 10px; background: rgba(47,125,91,.1); color: #2F7D5B; font-size: .85rem; }
.profile-block h3 + p { margin-top: .4rem; color: rgba(34,34,34,.48); font-weight: 600; }
.admin-label { display: block; margin-bottom: .5rem; color: #17324D; font-size: .82rem; font-weight: 900; letter-spacing: .04em; }
.toggle-row { display: flex; align-items: center; gap: .8rem; margin-top: 1.5rem; cursor: pointer; color: #17324D; }
.toggle-row input { position: absolute; opacity: 0; }
.toggle-ui { position: relative; width: 3.2rem; height: 1.8rem; border-radius: 999px; background: #CBD4DA; transition: .2s; }
.toggle-ui::after { content: ''; position: absolute; top: .25rem; left: .25rem; width: 1.3rem; height: 1.3rem; border-radius: 50%; background: white; transition: .2s; }
.toggle-row input:checked + .toggle-ui { background: #2F7D5B; }.toggle-row input:checked + .toggle-ui::after { transform: translateX(1.4rem); }
.field-suffix, .field-prefix { display: flex; overflow: hidden; border: 2px solid rgba(23,50,77,.12); border-radius: 16px; background: white; }
.field-suffix input, .field-prefix input { min-width: 0; flex: 1; padding: 1rem; outline: none; font-weight: 800; }.field-suffix span, .field-prefix span { display: grid; min-width: 3rem; place-items: center; background: #F1EEE8; color: #17324D; font-weight: 900; }
.check-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem; }.check-grid.wide { grid-template-columns: repeat(auto-fit,minmax(140px,1fr)); }
.check-card input { position: absolute; opacity: 0; }.check-card span { display: block; border: 2px solid rgba(23,50,77,.09); border-radius: 14px; background: white; padding: .8rem; color: #17324D; font-weight: 800; text-align: center; cursor: pointer; }.check-card input:checked + span { border-color: #2F7D5B; background: #EFF8F3; color: #2F7D5B; }.check-card.warning input:checked + span { border-color: #C65312; background: #FFF1E9; color: #A9440D; }
.rating-list { margin-top: 1.5rem; }.rating-row { display: flex; flex-direction: column; gap: .8rem; border-bottom: 1px solid rgba(23,50,77,.08); padding: 1rem 0; }.rating-row b { color: #17324D; }.rating-options { display: flex; gap: .4rem; }.rating-options input { position: absolute; opacity: 0; }.rating-options span { display: grid; min-width: 2.7rem; height: 2.7rem; place-items: center; border: 2px solid rgba(23,50,77,.1); border-radius: 12px; background: white; color: #17324D; font-weight: 900; cursor: pointer; }.rating-options input:checked + span { border-color: #2F7D5B; background: #2F7D5B; color: white; }.rating-legend { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; margin-top: 1rem; color: rgba(34,34,34,.4); font-size: .75rem; font-weight: 800; }
.score-chip { border-radius: 12px; background: white; padding: .8rem 1rem; color: #17324D; font-size: .82rem; font-weight: 900; box-shadow: inset 0 0 0 1px rgba(23,50,77,.08); }.score-chip.total { background: #17324D; color: white; }
@media (min-width: 700px) { .rating-row { flex-direction: row; align-items: center; justify-content: space-between; }.rating-options { flex-shrink: 0; } }
.file-input { width: 100%; border-radius: 14px; background: #F7F3EC; padding: .75rem; color: #17324D; font-weight: 800; }
.file-input::file-selector-button { margin-right: .8rem; border: 0; border-radius: 10px; background: #17324D; padding: .65rem .9rem; color: white; font-weight: 900; cursor: pointer; }
.staff-login .admin-input { border-color: rgba(23,50,77,.16); background: #F7EADB; }
.staff-login .admin-input:focus { background: #FFF4E7; }
