@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;700;900&display=swap");:root{--cream:#FAF8F5;--cream-2:#F5F7F6;--card:#ffffff;--primary:#1F4D5A;--primary-dark:#163843;--primary-soft:#EAF4F2;--brown:#2B2522;--brown-soft:#596967;--peach:#F3C9B1;--peach-2:#FFF1EA;--salmon:#E8A88A;--line:#E7E1DB;--muted:#756F69;--success-bg:#E7F4EF;--success-text:#1F6B58;--warning-bg:#FFF1DF;--warning-text:#9A5A27;--danger-bg:#FFE8E1;--danger-text:#9B321F;--shadow:0 24px 68px rgba(31,77,90,0.13);--shadow-soft:0 14px 38px rgba(31,77,90,0.09);--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--max:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;color:var(--brown);background:radial-gradient(circle at 12% 0,rgba(243,201,177,.62),transparent 34%),radial-gradient(circle at 88% 14%,rgba(31,77,90,.08),transparent 28%),linear-gradient(180deg,var(--cream),var(--cream-2));font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(231,225,219,.95);background:rgba(250,248,245,.9);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{width:min(var(--max),calc(100% - 40px));margin:0 auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{gap:12px;font-weight:900;letter-spacing:-.02em}.brand,.brand-mark{display:inline-flex;align-items:center}.brand-mark{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:white;justify-content:center;font-size:13px;box-shadow:0 10px 24px rgba(31,77,90,.22)}.brand small{display:block;margin-top:2px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:0}.nav{display:flex;align-items:center;gap:22px;color:var(--brown-soft);font-size:14px;font-weight:700}.nav a:hover{color:var(--primary-dark)}.header-actions{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:12px 18px;min-height:42px;color:white;background:var(--primary);font-weight:900;cursor:pointer;box-shadow:0 12px 26px rgba(31,77,90,.18)}.btn:hover{background:var(--primary-dark)}.btn.secondary{background:var(--peach)}.btn.ghost,.btn.secondary{color:var(--primary-dark);box-shadow:none}.btn.ghost{background:rgba(255,255,255,.56);border:1px solid var(--line)}.btn.wide{width:100%}.btn.small{padding:9px 13px;min-height:34px;font-size:13px}.text-link{display:inline-flex;color:var(--primary-dark);font-weight:950;margin-top:auto}.category-card{min-height:230px;display:flex;flex-direction:column;gap:12px}.browse-home #packages,.browse-home .pricing-heavy{display:none}.page-shell{width:min(var(--max),calc(100% - 40px));margin:0 auto;padding:34px 0 80px}.page-shell-safe-top{padding-top:54px}.section-anchor{scroll-margin-top:110px}.hero{display:grid;grid-template-columns:minmax(0,1.18fr) 420px;grid-gap:28px;gap:28px;align-items:stretch}.admin-panel,.card,.hero-card,.hero-panel{background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-soft)}.hero-card{min-height:420px;padding:clamp(34px,5vw,66px);display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative}.hero-card:after{content:"";position:absolute;right:-100px;top:-120px;width:300px;height:300px;border-radius:999px;background:rgba(243,201,177,.36)}.eyebrow{color:var(--primary-dark);text-transform:uppercase;font-size:12px;letter-spacing:.18em;font-weight:950}h1,h2,h3,p{margin-top:0}h1{position:relative;margin-bottom:20px;font-size:clamp(44px,6vw,82px);line-height:.95;letter-spacing:-.075em;max-width:780px}h2{margin-bottom:10px;font-size:clamp(30px,3vw,44px);line-height:1.04;letter-spacing:-.055em}h3{margin-bottom:8px;font-size:21px;letter-spacing:-.035em}p{color:var(--brown-soft);line-height:1.75}.hero-copy{max-width:720px;font-size:17px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.hero-panel{padding:24px;display:flex;flex-direction:column;gap:18px}.search-box{padding:20px;border-radius:24px;background:linear-gradient(180deg,#fff,var(--peach-2));border:1px solid var(--line)}.form-grid{display:grid;grid-gap:12px;gap:12px}.filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.input,.select,.textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--brown);padding:13px 14px;outline:none}.textarea{min-height:110px;resize:vertical}.input:focus,.select:focus,.textarea:focus{border-color:rgba(31,77,90,.58);box-shadow:0 0 0 4px rgba(31,77,90,.1)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px;margin:32px 0}.stat-card{min-height:136px;padding:22px;border:1px solid var(--line);border-radius:var(--radius-lg);background:rgba(255,255,255,.82)}.stat-card .label{color:var(--muted);font-size:13px;font-weight:800}.stat-card strong{display:block;margin:10px 0 4px;font-size:34px;line-height:1;letter-spacing:-.045em}.stat-card small{color:var(--muted)}.section{margin-top:44px}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.section-header p{margin-bottom:0;max-width:640px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px}.grid-2,.grid-3{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px}.card{padding:24px}.candidate-card{display:flex;flex-direction:column;gap:18px;min-height:245px}.avatar-row{display:flex;align-items:center;gap:14px}.avatar{width:48px;height:48px;border-radius:17px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:white;justify-content:center;flex:0 0 auto}.avatar,.badge{display:inline-flex;align-items:center;font-weight:950}.badge{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:6px 9px;font-size:11px;background:var(--peach);color:var(--primary-dark)}.badge.success{background:var(--success-bg);color:var(--success-text)}.badge.warning{background:var(--warning-bg);color:var(--warning-text)}.badge.danger{background:var(--danger-bg);color:var(--danger-text)}.meta-list{display:grid;grid-gap:8px;gap:8px;color:var(--brown-soft);font-size:14px}.meta-list span{display:flex;justify-content:space-between;gap:14px;border-bottom:1px dashed rgba(239,216,202,.9);padding-bottom:8px}.meta-list b{color:var(--brown)}.package-card{display:flex;flex-direction:column;min-height:310px}.price{margin:16px 0 8px;font-size:36px;letter-spacing:-.05em;font-weight:950}.package-card ul{padding-left:19px;color:var(--brown-soft);line-height:1.85;margin:0 0 22px}.package-card .btn{margin-top:auto}.flow-card ol{padding-left:20px;color:var(--brown-soft);line-height:2;margin-bottom:0}.admin-layout{display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:22px;gap:22px}.admin-side{position:-webkit-sticky;position:sticky;top:96px;align-self:start;padding:18px;border:1px solid var(--line);border-radius:var(--radius-xl);background:rgba(255,255,255,.78)}.admin-side a,.admin-side span{display:flex;align-items:center;gap:10px;padding:12px 13px;border-radius:14px;color:var(--brown-soft);font-weight:850}.admin-side span{color:var(--primary-dark);background:var(--peach-2)}.admin-panel{padding:24px;margin-bottom:18px}.admin-title-row,.table-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr auto;grid-gap:14px;gap:14px;align-items:center}.admin-title-row{color:var(--muted);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.12em;padding:14px 0;border-bottom:1px solid var(--line)}.table-row{padding:16px 0;border-bottom:1px solid rgba(239,216,202,.72)}.table-row:last-child{border-bottom:0}.table-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.module-list{display:grid;grid-gap:12px;gap:12px}.module-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;padding:15px;border:1px solid var(--line);border-radius:18px;background:#fff}.number-dot{width:34px;height:34px;border-radius:12px;background:var(--peach);display:inline-flex;align-items:center;justify-content:center;color:var(--primary-dark);font-weight:950}.footer{border-top:1px solid var(--line);background:rgba(250,248,245,.86)}.footer-inner{width:min(var(--max),calc(100% - 40px));margin:0 auto;padding:28px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--muted);font-size:14px}.notice{padding:15px 17px;border-radius:18px;background:var(--peach-2);border:1px solid var(--line);color:var(--brown-soft)}@media (max-width:1050px){.hero{grid-template-columns:1fr}.hero-panel{display:grid;grid-template-columns:1fr 1fr}.filter-grid,.grid-3,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-layout{grid-template-columns:1fr}.admin-side{position:static;display:flex;flex-wrap:wrap;gap:8px}.admin-side a,.admin-side span{width:-moz-fit-content;width:fit-content}}@media (max-width:760px){.header-inner{width:min(100% - 28px,var(--max));flex-wrap:wrap;padding:12px 0}.nav{order:3;width:100%;overflow-x:auto;padding-bottom:2px}.header-actions{margin-left:auto}.page-shell{width:min(100% - 28px,var(--max));padding-top:22px}.hero-card{padding:30px 22px;min-height:0}h1{font-size:45px}.hero-panel{display:grid}.filter-grid,.grid-2,.grid-3,.hero-panel,.stats-grid{grid-template-columns:1fr}.footer-inner,.section-header{align-items:flex-start;flex-direction:column}.admin-title-row{display:none}.table-row{grid-template-columns:1fr;gap:8px;border:1px solid var(--line);border-radius:18px;padding:15px;margin-bottom:12px;background:#fffaf6}.table-actions{justify-content:flex-start}.module-item{grid-template-columns:34px minmax(0,1fr)}.module-item .badge{grid-column:2}}.data-source{margin-top:18px;max-width:680px;background:var(--primary-soft);border-color:rgba(31,77,90,.18)}.data-source.compact{font-size:14px}.action-status{margin:0 0 22px;background:var(--primary-soft);border-color:rgba(31,77,90,.18)}.wide-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px;grid-gap:10px 18px;gap:10px 18px;margin-top:22px}.tag-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.interview-hero .hero-card{min-height:500px}.access-summary{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.form-card,.gate-card{display:grid;grid-gap:14px;gap:14px;padding:20px;border-radius:24px;background:linear-gradient(180deg,#fff,rgba(234,244,242,.58));border:1px solid var(--line)}.form-card h2,.gate-card h2{margin-bottom:0}.form-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:12px;gap:12px}.gate-actions{display:grid;grid-gap:10px;gap:10px;margin-top:4px}.compact-list{gap:10px}.compact-list .module-item{grid-template-columns:34px minmax(0,1fr) auto}.empty-card{text-align:left}@media (max-width:760px){.form-split{grid-template-columns:1fr}.compact-list .module-item{grid-template-columns:34px minmax(0,1fr)}.compact-list .module-item .badge{grid-column:2}}.profile-page .profile-hero{display:grid;grid-template-columns:minmax(0,1.22fr) 410px;grid-gap:28px;gap:28px;align-items:stretch}.profile-main-card{min-height:480px}.profile-title-row{position:relative;z-index:1;display:flex;align-items:center;gap:22px;margin-bottom:20px}.profile-title-row h1{margin-bottom:10px}.profile-avatar{width:74px;height:74px;border-radius:24px;font-size:22px}.compact-tags{margin-top:0}.profile-info-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:24px}.profile-info-grid div{padding:16px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.74)}.profile-info-grid span{display:block;color:var(--muted);font-size:12px;font-weight:850;margin-bottom:8px}.profile-info-grid strong{display:block;color:var(--brown);font-size:16px}.profile-gate-card{gap:16px}.locked-list{display:grid;grid-gap:12px;gap:12px}.locked-list div{padding:16px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff,rgba(234,244,242,.55))}.locked-list span,.locked-list strong{display:block}.locked-list strong{color:var(--primary-dark);margin-bottom:6px}.locked-list span{color:var(--brown-soft);line-height:1.6}.profile-onboarding-card{margin-top:28px}.soft-lead-card{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1fr);grid-gap:24px;gap:24px;align-items:start;background:radial-gradient(circle at 92% 4%,rgba(243,201,177,.34),transparent 28%),rgba(255,255,255,.82)}.muted-note{color:var(--muted);line-height:1.55}@media (max-width:1050px){.profile-page .profile-hero{grid-template-columns:1fr}.profile-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.soft-lead-card{grid-template-columns:1fr}}@media (max-width:760px){.profile-title-row{align-items:flex-start;flex-direction:column}.profile-info-grid{grid-template-columns:1fr}.profile-avatar{width:60px;height:60px;border-radius:20px;font-size:18px}}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.trust-section{scroll-margin-top:110px}.trust-card-grid{align-items:stretch}.trust-card{min-height:245px;display:flex;flex-direction:column;gap:12px;background:radial-gradient(circle at 92% 0,rgba(243,201,177,.22),transparent 32%),rgba(255,255,255,.82)}.trust-card p{margin-bottom:0}.profile-page .action-status{margin-top:0}.profile-gate-card{position:-webkit-sticky;position:sticky;top:96px;align-self:start}@media (max-width:1050px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-gate-card{position:static}}@media (max-width:760px){.grid-4{grid-template-columns:1fr}}.compact-section-header{margin-bottom:16px}.compact-section-header h2{max-width:760px}.trust-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(270px,.34fr);grid-gap:16px;gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:4px 2px 12px;scrollbar-width:thin}.carousel-card{scroll-snap-align:start;min-height:178px;padding:22px}.carousel-card h3{font-size:19px}.carousel-hint{margin:0;color:var(--muted);font-size:13px;font-weight:800}.category-choice-section{margin-top:34px}.category-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.category-choice-card{min-height:190px;display:flex;flex-direction:column;gap:10px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.category-choice-card:hover{transform:translateY(-3px);border-color:rgba(31,77,90,.24);box-shadow:var(--shadow-soft)}.steps-section{margin-top:38px}.stepper-card{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;padding:18px}.stepper-item{position:relative;padding:18px;border-radius:20px;background:linear-gradient(180deg,#fff,rgba(234,244,242,.45));border:1px solid rgba(231,225,219,.9)}.safety-pill span,.stepper-item span{width:30px;height:30px;border-radius:11px;background:var(--peach);color:var(--primary-dark);display:inline-flex;align-items:center;justify-content:center;font-weight:950;margin-bottom:12px}.stepper-item strong{display:block;color:var(--brown);margin-bottom:6px}.stepper-item p{margin:0;font-size:14px;line-height:1.55}.safety-strip{padding:24px;border:1px solid var(--line);border-radius:var(--radius-xl);background:rgba(255,255,255,.68);box-shadow:var(--shadow-soft)}.safety-strip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:14px}.safety-pill{display:grid;grid-template-columns:30px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;padding:14px;border:1px solid rgba(231,225,219,.92);border-radius:18px;background:#fff}.safety-pill span{margin-bottom:0}.safety-pill p{margin:0;font-size:14px;line-height:1.55}.candidate-actions{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:10px;gap:10px;margin-top:auto}.chip-button{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--primary-dark);font-weight:950;padding:11px 14px;cursor:pointer}.chip-button:hover{background:var(--primary-soft)}@media (max-width:1050px){.trust-carousel{grid-auto-columns:minmax(260px,44vw)}.category-choice-grid,.safety-strip-grid,.stepper-card{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.trust-carousel{grid-auto-columns:minmax(260px,82vw)}.candidate-actions,.category-choice-grid,.safety-strip-grid,.stepper-card{grid-template-columns:1fr}}.trust-carousel-shell{display:grid;grid-gap:14px;gap:14px}.carousel-topline{display:flex;align-items:center;justify-content:space-between;gap:14px}.carousel-topline p{margin:0;color:var(--muted);font-size:13px;font-weight:800;line-height:1.5}.carousel-controls{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.carousel-button{width:42px;height:42px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.86);color:var(--primary-dark);font-size:18px;font-weight:950;cursor:pointer;box-shadow:none}.carousel-button:focus-visible,.carousel-button:hover{background:var(--primary);color:#fff;outline:none}.trust-carousel-window{overflow:hidden;width:100%;border-radius:var(--radius-xl)}.trust-carousel-track{display:flex;width:100%;transition:transform .52s ease;will-change:transform}.trust-carousel-slide{min-width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;padding:2px}.trust-carousel-slide .carousel-card{min-height:210px}.carousel-dots{display:inline-flex;justify-content:center;gap:8px;margin-top:2px}.carousel-dot{width:9px;height:9px;border:0;border-radius:999px;background:rgba(31,77,90,.22);cursor:pointer;padding:0}.carousel-dot.active{width:28px;background:var(--primary)}@media (max-width:1050px){.trust-carousel-slide{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.carousel-topline{align-items:flex-start;flex-direction:column}.trust-carousel-slide{grid-template-columns:1fr}.trust-carousel-slide .carousel-card{min-height:190px}}:root{--hm-teal:#1a5c54;--hm-teal-light:#e6f0ef;--hm-teal-mid:#2d8070;--hm-warm:#f5ede4;--hm-warm-dark:#e8d8c8;--hm-text:#1a1a18;--hm-muted:#6b6b65;--hm-border:#e2ddd8;--hm-salmon:#e8836a;--hm-white:#fefcfa}.redesign-site-header{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid var(--hm-border);background:rgba(254,252,250,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.redesign-header-inner{width:100%;max-width:none;min-height:73px;padding:0 48px}.redesign-brand{gap:10px;font-family:DM Sans,sans-serif;font-weight:700;letter-spacing:-.02em}.redesign-brand-mark{width:36px;height:36px;border-radius:10px;background:var(--hm-teal);box-shadow:none;font-size:13px;font-weight:700}.redesign-brand small{font-size:11px}.redesign-brand small,.redesign-nav{color:var(--hm-muted);font-weight:500}.redesign-nav{gap:32px;font-size:14px}.redesign-nav a:hover{color:var(--hm-text)}.redesign-header-actions{gap:12px}.redesign-header-ghost,.redesign-header-primary{min-height:0;padding:9px 18px;border-radius:999px;font-size:14px;font-weight:700;box-shadow:none}.redesign-header-ghost{background:transparent;color:var(--hm-muted);border:1px solid var(--hm-border)}.redesign-header-ghost:hover{color:var(--hm-teal);border-color:var(--hm-teal);background:transparent}.redesign-header-primary{background:var(--hm-teal);color:white}.redesign-header-primary:hover{background:var(--hm-teal-mid)}.redesign-home{font-family:DM Sans,sans-serif;background:var(--hm-white);color:var(--hm-text);line-height:1.6;overflow:hidden}.redesign-home a{text-decoration:none}.redesign-hero{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1fr);padding-top:73px}.redesign-hero-left{padding:80px 64px 80px 48px;display:flex;flex-direction:column;justify-content:center;position:relative}.hero-badge-soft{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;padding:5px 12px;border-radius:999px;background:var(--hm-teal-light);color:var(--hm-teal);font-size:12px;font-weight:700;letter-spacing:.3px;margin-bottom:28px}.hero-badge-soft span{width:6px;height:6px;border-radius:999px;background:var(--hm-teal-mid)}.redesign-headline{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(46px,5.3vw,70px);line-height:1.08;letter-spacing:-.035em;color:var(--hm-text);margin:0 0 24px;max-width:680px;font-weight:400}.redesign-headline em{color:var(--hm-teal-mid);font-style:italic}.redesign-hero-sub{max-width:460px;margin:0 0 44px;color:var(--hm-muted);font-size:17px;font-weight:300;line-height:1.7}.redesign-hero-actions{display:flex;align-items:center;gap:16px;margin-bottom:64px}.btn-hero-redesign{display:inline-flex;align-items:center;justify-content:center;padding:15px 32px;border-radius:999px;background:var(--hm-teal);color:white;font-size:16px;font-weight:700;transition:transform .25s,box-shadow .25s,background .25s}.btn-hero-redesign:hover{background:var(--hm-teal-mid);transform:translateY(-2px);box-shadow:0 8px 24px rgba(26,92,84,.25)}.link-arrow{display:inline-flex;align-items:center;gap:6px;color:var(--hm-muted);font-size:15px;transition:color .2s}.link-arrow span{transition:transform .2s}.link-arrow:hover{color:var(--hm-text)}.link-arrow:hover span{transform:translateX(3px)}.redesign-hero-stats{display:flex;gap:40px;padding-top:40px;border-top:1px solid var(--hm-border)}.redesign-hero-stats strong{display:block;font-family:"DM Serif Display",Georgia,serif;font-size:28px;line-height:1;color:var(--hm-text);font-weight:400;margin-bottom:4px}.redesign-hero-stats span{color:var(--hm-muted);font-size:13px}.redesign-hero-right{position:relative;overflow:hidden;padding:80px 48px 80px 40px;display:flex;flex-direction:column;justify-content:center;background:var(--hm-warm)}.redesign-hero-right:before{content:"";position:absolute;right:-80px;bottom:-80px;width:300px;height:300px;border-radius:999px;background:var(--hm-warm-dark);opacity:.6}.redesign-search-card{position:relative;z-index:1;background:white;border-radius:20px;padding:32px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.redesign-card-label{display:block;margin-bottom:8px;color:var(--hm-muted);font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.redesign-search-card h2{font-family:"DM Serif Display",Georgia,serif;font-size:26px;line-height:1.15;margin:0 0 24px;font-weight:400;letter-spacing:-.02em}.redesign-field{display:block;margin-bottom:14px}.redesign-field span{display:block;margin-bottom:6px;color:var(--hm-muted);font-size:13px}.redesign-field select{width:100%;padding:12px 16px;border:1.5px solid var(--hm-border);border-radius:10px;background:var(--hm-white);color:var(--hm-text);font-family:DM Sans,sans-serif;font-size:15px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%236b6b65' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.redesign-field select:focus{outline:none;border-color:var(--hm-teal)}.btn-search-redesign{display:inline-flex;justify-content:center;width:100%;margin-top:8px;padding:15px;border-radius:10px;background:var(--hm-teal);color:white;font-size:15px;font-weight:700;transition:background .2s}.btn-search-redesign:hover{background:var(--hm-teal-mid)}.redesign-search-note{margin-top:16px;padding:14px;border-radius:10px;background:var(--hm-warm);color:var(--hm-muted);font-size:13px;line-height:1.5}.redesign-search-note strong{color:var(--hm-text)}.redesign-candidate-preview-list{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px;margin-top:20px}.redesign-candidate-preview{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;background:white;box-shadow:0 2px 12px rgba(0,0,0,.05);transition:transform .2s}.redesign-candidate-preview:hover{transform:translateX(4px)}.redesign-candidate-avatar{width:40px;height:40px;border-radius:10px;background:var(--hm-teal);color:white;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex:0 0 auto}.redesign-candidate-avatar.warm{background:#8b6a50}.redesign-candidate-info{min-width:0;display:block}.redesign-candidate-info strong{display:flex;flex-wrap:wrap;align-items:center;gap:6px;color:var(--hm-text);font-size:14px}.redesign-candidate-info small{display:block;margin-top:2px;color:var(--hm-muted);font-size:12px}.mini-badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.mini-badge.verified{background:#e6f5f0;color:#1a7a5a}.mini-badge.review{background:var(--hm-warm);color:#8b6a50}.redesign-section{padding:100px 48px}.redesign-section-inner{max-width:1100px;margin:0 auto}.redesign-section-tag{display:block;margin-bottom:12px;color:var(--hm-teal-mid);font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.redesign-section-title{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(34px,4vw,52px);line-height:1.1;color:var(--hm-text);letter-spacing:-.025em;margin:0 0 16px;font-weight:400}.redesign-section-title.light{color:white;margin-bottom:48px}.redesign-section-sub{max-width:560px;margin:0 0 64px;color:var(--hm-muted);font-size:17px;font-weight:300;line-height:1.7}.redesign-section-sub.compact{margin-bottom:0}.redesign-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}.redesign-step{position:relative;overflow:hidden;border-radius:16px;padding:28px;background:var(--hm-warm)}.redesign-step:nth-child(2n){background:var(--hm-teal-light)}.redesign-step span{display:block;margin-bottom:16px;color:rgba(26,92,84,.16);font-family:"DM Serif Display",Georgia,serif;font-size:48px;line-height:1}.redesign-step h3{margin:0 0 8px;color:var(--hm-text);font-size:16px;font-weight:700;letter-spacing:0}.redesign-step p{margin:0;color:var(--hm-muted);font-size:14px;line-height:1.6}.redesign-categories{padding:80px 48px;background:var(--hm-text)}.redesign-section-tag.muted-light{color:rgba(255,255,255,.52)}.redesign-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.redesign-category-card{display:block;padding:32px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);transition:transform .25s,background .25s,border-color .25s}.redesign-category-card:hover{transform:translateY(-3px);background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2)}.redesign-category-card span{display:inline-block;margin-bottom:20px;padding:4px 10px;border-radius:999px;background:rgba(255,255,255,.1);color:rgba(255,255,255,.65);font-size:11px;font-weight:700}.redesign-category-card h3{margin:0 0 12px;color:white;font-family:"DM Serif Display",Georgia,serif;font-size:28px;font-weight:400;letter-spacing:-.015em}.redesign-category-card p{min-height:74px;margin:0 0 28px;color:rgba(255,255,255,.56);font-size:14px;line-height:1.6}.redesign-category-card strong{color:rgba(255,255,255,.76);font-size:14px}.redesign-category-card:hover strong{color:white}.redesign-trust{padding:100px 48px;background:var(--hm-warm)}.trust-grid-redesign{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:start}.redesign-trust-points{display:flex;flex-direction:column;gap:28px;margin-top:48px}.redesign-trust-point{display:flex;align-items:flex-start;gap:20px}.redesign-trust-point>span{width:32px;height:32px;border-radius:8px;background:var(--hm-teal);color:white;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:13px;font-weight:700}.redesign-trust-point h3{margin:0 0 4px;color:var(--hm-text);font-size:16px;font-weight:700;letter-spacing:0}.redesign-trust-point p{margin:0;color:var(--hm-muted);font-size:14px;line-height:1.6}.redesign-process-card{padding:32px;border-radius:20px;background:white;box-shadow:0 4px 32px rgba(0,0,0,.06)}.redesign-process-card>span{display:block;margin-bottom:20px;color:var(--hm-muted);font-size:14px}.redesign-process-list{display:flex;flex-direction:column}.redesign-process-step{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid var(--hm-border)}.redesign-process-step:last-child{border-bottom:0}.redesign-process-step i{width:10px;height:10px;margin-top:5px;border-radius:999px;background:var(--hm-teal);flex:0 0 auto}.redesign-process-step i.accent{background:var(--hm-salmon)}.redesign-process-step h3{margin:0 0 3px;color:var(--hm-text);font-size:15px;font-weight:700;letter-spacing:0}.redesign-process-step p{margin:0;color:var(--hm-muted);font-size:13px;line-height:1.5}.redesign-home .redesign-candidate-preview-list,.redesign-home .redesign-hero-left>*,.redesign-home .redesign-search-card{animation:redesignFadeUp .7s ease both}.redesign-home .redesign-hero-left>:first-child{animation-delay:.06s}.redesign-home .redesign-hero-left>:nth-child(2){animation-delay:.13s}.redesign-home .redesign-hero-left>:nth-child(3){animation-delay:.2s}.redesign-home .redesign-hero-left>:nth-child(4){animation-delay:.27s}.redesign-home .redesign-hero-left>:nth-child(5){animation-delay:.34s}.redesign-home .redesign-search-card{animation-delay:.22s}.redesign-home .redesign-candidate-preview-list{animation-delay:.32s}@keyframes redesignFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.redesign-hero{grid-template-columns:1fr}.redesign-hero-right{padding:54px 48px 64px}.redesign-hero-left{padding-bottom:56px}.redesign-category-grid,.redesign-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-grid-redesign{grid-template-columns:1fr}}@media (max-width:820px){.redesign-header-inner{padding:10px 20px;min-height:68px;flex-wrap:wrap}.redesign-nav{order:3;width:100%;overflow-x:auto;gap:20px;padding-bottom:2px}.redesign-header-actions{margin-left:auto}.redesign-hero{padding-top:110px}.redesign-categories,.redesign-hero-left,.redesign-hero-right,.redesign-section,.redesign-trust{padding-left:22px;padding-right:22px}.redesign-headline{font-size:46px}.redesign-hero-actions,.redesign-hero-stats{align-items:flex-start;flex-direction:column;gap:18px}.redesign-category-grid,.redesign-steps{grid-template-columns:1fr}.redesign-section{padding-top:74px;padding-bottom:74px}.redesign-categories,.redesign-trust{padding-top:70px;padding-bottom:70px}}@media (max-width:540px){.redesign-header-actions .redesign-header-ghost{display:none}.redesign-hero{grid-template-columns:1fr}.redesign-hero-left{padding-top:46px}.redesign-search-card{padding:24px}}.tier-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border:1px solid var(--hm-teal-light);border-radius:999px;background:var(--hm-teal-light);color:var(--hm-teal);font-size:13px;font-weight:700;box-shadow:none}.tier-dot{width:7px;height:7px;border-radius:999px;background:var(--hm-teal)}.hm-marketplace-page{min-height:100vh;padding-top:73px;background:var(--hm-white);font-family:DM Sans,sans-serif}.hm-marketplace-header{padding:42px 40px 30px;border-bottom:1px solid var(--hm-border);background:radial-gradient(circle at 88% 8%,rgba(26,92,84,.08),transparent 26%),linear-gradient(180deg,var(--hm-white),#f8f6f3)}.hm-marketplace-header-inner{width:min(1200px,100%);margin:0 auto}.hm-marketplace-header h1{margin:8px 0 14px;max-width:820px;font-family:"DM Serif Display",Georgia,serif;font-size:clamp(44px,6vw,76px);font-weight:400;line-height:.96;letter-spacing:-.045em}.hm-marketplace-header p{max-width:680px;color:var(--hm-muted);font-size:16px}.hm-free-banner{position:-webkit-sticky;position:sticky;top:73px;z-index:80;background:#f0f7f6;border-bottom:1px solid var(--hm-teal-light);padding:12px 40px}.hm-free-banner-inner{width:min(1200px,100%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.hm-free-banner-text{display:flex;align-items:center;gap:8px;color:var(--hm-teal);font-size:13px;line-height:1.45}.hm-btn-load-more,.hm-free-banner-cta,.hm-gate-primary,.hm-pricing-button{border:0;cursor:pointer;font-family:DM Sans,sans-serif}.hm-free-banner-cta{padding:8px 16px;border-radius:999px;background:var(--hm-teal);color:#fff;font-size:12px;font-weight:700;white-space:nowrap}.hm-filter-bar{position:-webkit-sticky;position:sticky;top:122px;z-index:70;padding:18px 40px;border-bottom:1px solid var(--hm-border);background:rgba(254,252,250,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hm-filter-bar-inner{width:min(1200px,100%);margin:0 auto;display:flex;align-items:center;gap:10px}.hm-filter-select{min-width:150px;padding:10px 34px 10px 14px;border:1px solid var(--hm-border);border-radius:999px;background:var(--hm-white);color:var(--hm-text);font-size:13px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5l3 3 3-3' stroke='%236b6b65' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.hm-filter-select.active{border-color:var(--hm-teal);background-color:#f0f7f6;color:var(--hm-teal)}.hm-result-count{margin-left:auto;color:var(--hm-muted);font-size:13px;white-space:nowrap}.hm-market-main{width:min(1200px,100% - 80px);margin:0 auto;padding:32px 0 84px}.hm-cand-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));grid-gap:18px;gap:18px}.hm-cand-card{position:relative;overflow:hidden;border:1px solid var(--hm-border);border-radius:18px;background:var(--hm-white);box-shadow:0 4px 22px rgba(26,26,24,.04);transition:transform .2s ease,box-shadow .2s ease}.hm-cand-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(26,26,24,.08)}.hm-card-lock-hint{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(26,26,24,.06);font-size:12px}.hm-source-strip{display:flex;align-items:center;gap:8px;padding:9px 16px;border-bottom:1px solid var(--border-light,#eeebe7);background:#fff}.hm-source-strip.direct{background:#f8f6f3}.hm-source-logo{width:24px;height:24px;border-radius:7px;background:var(--hm-teal);color:white;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:900}.hm-source-info{min-width:0;flex:1 1;display:grid;grid-gap:1px;gap:1px}.hm-source-info small{color:var(--muted-light,#9b9b94);font-size:10px;line-height:1}.hm-source-info strong{color:var(--hm-text);font-size:12px;line-height:1.1}.hm-source-badge{padding:3px 8px;border-radius:999px;background:var(--hm-teal-light);color:var(--hm-teal);font-size:10px;font-weight:800;white-space:nowrap}.hm-card-top{display:flex;align-items:flex-start;gap:14px;padding:20px 20px 16px}.hm-card-avatar,.hm-gate-avatar{width:50px;height:50px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:white;background:var(--hm-teal);font-size:15px;font-weight:900}.hm-card-avatar.avatar-2{background:#8b6a50}.hm-card-avatar.avatar-3{background:#4a5568}.hm-card-avatar.avatar-4{background:#9c5a5a}.hm-card-avatar.avatar-5{background:#4a7c6f}.hm-card-identity{min-width:0;flex:1 1;display:grid;grid-gap:5px;gap:5px}.hm-card-identity strong{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--hm-text);font-size:17px}.hm-card-identity small{color:var(--hm-muted);font-size:13px}.hm-status-badge{padding:3px 8px;border-radius:999px;font-size:11px;font-weight:800}.hm-status-verified{background:#e6f5f0;color:#1a7a5a}.hm-status-new{background:var(--hm-warm);color:#8b6a50}.hm-card-divider{height:1px;margin:0 20px;background:var(--border-light,#eeebe7)}.hm-card-details{display:grid;grid-gap:9px;gap:9px;padding:14px 20px}.hm-card-details span{display:flex;justify-content:space-between;gap:12px;color:var(--hm-muted);font-size:13px}.hm-card-details em{font-style:italic}.hm-card-details strong{color:var(--hm-text);font-weight:800;text-align:right}.hm-card-details strong.available{color:#1a7a5a}.hm-card-details strong.pending{color:#d4892a}.hm-card-tags{display:flex;flex-wrap:wrap;gap:6px;padding:0 20px 15px}.hm-card-tags span{padding:4px 10px;border:1px solid var(--border-light,#eeebe7);border-radius:999px;background:#f8f6f3;color:var(--hm-muted);font-size:11px}.hm-card-footer{display:flex;align-items:center;gap:10px;padding:15px 20px;border-top:1px solid var(--border-light,#eeebe7)}.hm-btn-profile,.hm-btn-save{border:0;cursor:pointer;border-radius:999px;font-weight:800}.hm-btn-save{padding:10px 15px;border:1px solid var(--hm-border);background:transparent;color:var(--hm-muted)}.hm-btn-save.saved{border-color:var(--hm-teal);background:#f0f7f6;color:var(--hm-teal)}.hm-btn-profile{flex:1 1;padding:11px;background:var(--hm-teal);color:white}.hm-btn-profile:hover,.hm-free-banner-cta:hover,.hm-gate-primary:hover{background:var(--hm-teal-mid)}.hm-load-more-wrap{margin-top:40px;text-align:center}.hm-btn-load-more{padding:13px 30px;border:1px solid var(--hm-border);border-radius:999px;background:var(--hm-white);color:var(--hm-text);font-weight:800}.hm-btn-load-more:hover{border-color:var(--hm-teal);color:var(--hm-teal)}.hm-gate-overlay,.hm-pricing-overlay{position:fixed;inset:0;z-index:800;display:flex;align-items:flex-end;justify-content:center;background:rgba(26,26,24,.52);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hm-pricing-overlay{align-items:center}.hm-gate-sheet{position:relative;border-radius:26px 26px 0 0;background:var(--hm-white);overflow:hidden}.hm-gate-close,.hm-pricing-close{position:absolute;top:14px;right:18px;width:32px;height:32px;border:0;border-radius:999px;background:#f8f6f3;color:var(--hm-muted);cursor:pointer;font-size:18px}.hm-gate-handle{width:38px;height:4px;margin:14px auto 0;border-radius:999px;background:var(--hm-border)}.hm-gate-preview{display:flex;align-items:center;gap:14px;padding:20px 28px 0}.hm-gate-avatar{filter:blur(4px)}.hm-gate-preview-info{display:grid;grid-gap:4px;gap:4px}.hm-gate-preview-info strong{color:var(--hm-text);font-size:18px}.hm-gate-preview-info small,.hm-gate-source{color:var(--hm-muted);font-size:13px}.hm-gate-source b{color:var(--hm-text)}.hm-gate-body{display:grid;grid-gap:16px;gap:16px;padding:22px 28px 30px}.hm-gate-unlock{padding:16px;border:1px solid var(--hm-teal-light);border-radius:14px;background:#f0f7f6}.hm-gate-unlock span{display:block;color:var(--hm-teal);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.hm-gate-unlock p{margin:0 0 8px;color:var(--hm-text);font-size:13px;line-height:1.55}.hm-gate-unlock .hm-gate-warning{margin-bottom:0;color:var(--hm-muted)}.hm-gate-plans{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.hm-gate-plan{position:relative;padding:15px;border:1.5px solid var(--hm-border);border-radius:14px;background:#fff;text-align:left;cursor:pointer}.hm-gate-plan.selected{border-color:var(--hm-teal);background:#f0f7f6}.hm-gate-plan b,.hm-gate-plan em,.hm-gate-plan strong{display:block}.hm-gate-plan strong{font-size:14px}.hm-gate-plan b{margin-top:2px;font-size:20px}.hm-gate-plan b small{color:var(--hm-muted);font-size:12px;font-weight:500}.hm-gate-plan em{margin-top:5px;color:var(--hm-muted);font-size:12px;font-style:normal;line-height:1.35}.hm-popular{position:absolute;top:-8px;right:12px;padding:2px 8px;border-radius:999px;font-size:10px}.hm-gate-primary,.hm-popular{background:var(--hm-teal);color:white;font-weight:800}.hm-gate-primary{width:100%;padding:14px;border-radius:14px;font-size:15px}.hm-gate-secondary{text-align:center;color:var(--hm-teal);font-size:13px;font-weight:800}.hm-gate-note{margin:0;color:var(--hm-muted);text-align:center;font-size:12px;line-height:1.5}.hm-pricing-modal{position:relative;width:min(760px,92vw);max-height:min(760px,88vh);overflow:auto;border-radius:22px;background:var(--hm-white);padding:36px}.hm-pricing-modal h2{font-family:"DM Serif Display",Georgia,serif;font-size:32px;font-weight:400;letter-spacing:-.02em}.hm-pricing-modal>p{max-width:560px;color:var(--hm-muted)}.hm-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:28px}.hm-pricing-card{position:relative;display:flex;flex-direction:column;gap:9px;padding:20px;border:1.5px solid var(--hm-border);border-radius:16px;background:#fff}.hm-pricing-card.featured{border-color:var(--hm-teal);box-shadow:0 12px 28px rgba(26,92,84,.1)}.hm-pricing-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);padding:3px 9px;border-radius:999px;background:var(--hm-teal);color:white;font-size:10px;font-weight:800;white-space:nowrap}.hm-pricing-card>span{color:var(--hm-muted);font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.hm-pricing-card h3{margin:0;font-size:18px}.hm-pricing-card strong{color:var(--hm-text);font-size:28px}.hm-pricing-card small{color:var(--hm-muted)}.hm-pricing-card ul{display:grid;grid-gap:7px;gap:7px;padding:0;margin:8px 0 14px;list-style:none;color:var(--hm-text);font-size:13px}.hm-pricing-card li.locked{color:var(--hm-muted)}.hm-pricing-button{display:inline-flex;justify-content:center;margin-top:auto;padding:10px;border:1px solid var(--hm-teal);border-radius:10px;background:transparent;color:var(--hm-teal);font-weight:800}.hm-pricing-button.primary,.hm-pricing-button:hover{background:var(--hm-teal);color:white}.hm-pricing-button:disabled{opacity:.68;cursor:default}.gate-flow-card{background:#f8f6f3}.gate-flow-list{display:grid;grid-gap:14px;gap:14px;margin-top:18px}.gate-flow-list>div{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:16px;gap:16px;padding:16px 0;border-top:1px solid var(--hm-border)}.gate-flow-list span{width:30px;height:30px;border-radius:999px;background:var(--hm-teal);color:#fff;display:inline-flex;justify-content:center;align-items:center;font-weight:900}.gate-flow-list p{margin:4px 0 0}.tier-package-card.featured{border-color:var(--hm-teal);box-shadow:0 16px 38px rgba(26,92,84,.1)}.package-period{margin-top:-4px;font-size:13px}.locked-benefit,.package-period{color:var(--hm-muted)}@media (max-width:1100px){.hm-filter-bar,.hm-free-banner,.hm-marketplace-header{padding-left:24px;padding-right:24px}.hm-market-main{width:min(100% - 48px,1200px)}.hm-filter-bar-inner{flex-wrap:wrap}.hm-result-count{width:100%;margin-left:0}.hm-pricing-grid{grid-template-columns:1fr}}@media (max-width:820px){.tier-pill{order:-1}.hm-marketplace-page{padding-top:112px}.hm-free-banner{top:112px}.hm-free-banner-inner{align-items:flex-start;flex-direction:column}.hm-filter-bar{top:194px}.hm-filter-bar-inner{display:grid;grid-template-columns:1fr}.hm-filter-select{width:100%}.hm-marketplace-header h1{font-size:46px}.hm-gate-plans{grid-template-columns:1fr}}@media (max-width:620px){.hm-market-main{width:min(100% - 28px,1200px)}.hm-cand-grid{grid-template-columns:1fr}.hm-card-footer{flex-direction:column}.hm-btn-profile,.hm-btn-save{width:100%}.hm-pricing-modal{padding:28px 20px}}.auth-gate-card{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid rgba(31,77,90,.16);border-radius:18px;background:linear-gradient(135deg,rgba(240,247,246,.96),rgba(255,255,255,.96))}.auth-gate-card strong{color:var(--deep-teal);font-size:16px}.auth-gate-card ul{padding-left:18px;line-height:1.75}.auth-gate-card ul,.form-note{margin:0;color:var(--brown-soft)}.form-note{font-size:13px}.profile-page-v2933 .profile-worker-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;grid-gap:24px;gap:24px;align-items:start}.profile-worker-card{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:26px;gap:26px;min-height:0;padding:28px}.profile-worker-photo-wrap{display:grid;grid-gap:12px;gap:12px;align-self:start}.profile-photo-placeholder,.profile-worker-photo{width:100%;aspect-ratio:4/5;border-radius:28px;border:1px solid var(--line);overflow:hidden;background:radial-gradient(circle at 78% 12%,rgba(243,201,177,.34),transparent 32%),linear-gradient(180deg,#fff,rgba(234,244,242,.62))}.profile-worker-photo{object-fit:cover;display:block}.profile-photo-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:24px}.profile-photo-placeholder span{width:74px;height:74px;border-radius:22px;display:inline-flex;align-items:center;justify-content:center;background:var(--primary-dark);color:#fff;font-size:24px;font-weight:900}.profile-photo-placeholder strong{color:var(--brown);font-size:18px}.profile-photo-caption,.profile-photo-placeholder small{color:var(--muted);font-size:12px;line-height:1.55}.profile-worker-main{min-width:0}.profile-worker-title-row{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-top:6px}.profile-worker-title-row h1{margin:0 0 12px;font-size:clamp(52px,6vw,86px);line-height:.96}.profile-worker-title-row p{max-width:640px;margin:0;color:var(--brown-soft);font-size:18px;line-height:1.7}.profile-facts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:28px}.profile-facts-grid div{padding:16px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.74)}.profile-facts-grid span{display:block;margin-bottom:6px;color:var(--muted);font-size:12px;font-weight:850}.profile-facts-grid strong{display:block;color:var(--brown);font-size:16px;line-height:1.4}.profile-worker-section{margin-top:24px}.profile-worker-section h2{margin-bottom:12px;font-size:26px}.worker-note-box{padding:18px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,rgba(234,244,242,.48))}.worker-note-box p{margin:0;color:var(--brown-soft)}.profile-access-panel{position:-webkit-sticky;position:sticky;top:98px;display:grid;grid-gap:16px;gap:16px}.profile-access-panel h2{margin-bottom:2px;font-size:36px}.profile-access-panel p{margin:0;color:var(--brown-soft)}.profile-access-list{display:grid;grid-gap:12px;gap:12px}.profile-access-list div{padding:16px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fff,rgba(234,244,242,.55))}.profile-access-list span,.profile-access-list strong{display:block}.profile-access-list strong{color:var(--primary-dark);margin-bottom:6px}.profile-access-list span{color:var(--brown-soft);line-height:1.6}.compact-access-section,.profile-worker-support{margin-top:26px}.profile-page-v2933 .trust-card-grid,.profile-page-v2933 .trust-section{display:none}.interview-page-v2933 .interview-phase-note{margin-top:28px}.interview-page-v2933 .form-note{margin:6px 0 0}.hm-gate-overlay{align-items:center;padding:24px;overflow-y:auto}.hm-gate-sheet{width:min(560px,100%);max-height:calc(100vh - 48px);border-radius:26px;overflow:auto;box-shadow:0 24px 80px rgba(0,0,0,.2)}@media (max-width:1100px){.profile-page-v2933 .profile-worker-layout{grid-template-columns:1fr}.profile-access-panel{position:static}}@media (max-width:880px){.profile-worker-card{grid-template-columns:1fr}.profile-worker-photo-wrap{max-width:360px}.profile-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-worker-title-row{flex-direction:column}}@media (max-width:620px){.profile-facts-grid{grid-template-columns:1fr}.profile-worker-card{padding:22px}.hm-gate-overlay{align-items:flex-end;padding:0}.hm-gate-sheet{border-radius:26px 26px 0 0;max-height:calc(100vh - 24px)}}.redesign-header-login{background:rgba(255,255,255,.72);color:var(--hm-teal);border:1px solid var(--hm-border);box-shadow:none}.redesign-header-login:hover{color:white;background:var(--hm-teal);border-color:var(--hm-teal)}.provider-entry-section{padding:84px 48px 96px;background:linear-gradient(135deg,rgba(230,240,239,.86),rgba(245,237,228,.84))}.provider-entry-card{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:40px;gap:40px;align-items:center;padding:38px;border-radius:24px;background:rgba(254,252,250,.88);border:1px solid var(--hm-border);box-shadow:0 20px 54px rgba(26,92,84,.09)}.provider-entry-card h2{margin:0 0 12px;font-family:"DM Serif Display",Georgia,serif;color:var(--hm-text);font-size:clamp(32px,3.4vw,46px);line-height:1.05;letter-spacing:-.02em;font-weight:400}.provider-entry-card p{max-width:680px;margin:0;color:var(--hm-muted);font-size:16px;line-height:1.75}.provider-entry-actions{display:flex;flex-direction:column;gap:14px;align-items:stretch}.provider-entry-primary{min-height:48px;box-shadow:none}.provider-entry-link{display:inline-flex;justify-content:center;color:var(--hm-teal);font-weight:800;font-size:14px}.provider-entry-link:hover{color:var(--hm-teal-mid)}.footer-inner-rich{align-items:center}.footer-brand-block{display:flex;flex-direction:column;gap:4px}.footer-brand-block span{max-width:620px}.footer-links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:14px;font-weight:800;color:var(--primary-dark)}.footer-links a{padding:8px 12px;border-radius:999px;border:1px solid transparent}.footer-links a:hover{border-color:var(--line);background:rgba(255,255,255,.72)}@media (max-width:980px){.provider-entry-card{grid-template-columns:1fr}.provider-entry-actions{max-width:420px}}@media (max-width:760px){.redesign-header-login{display:inline-flex}.provider-entry-section{padding:56px 20px 72px}.provider-entry-card{padding:26px}.footer-inner-rich{align-items:flex-start}.footer-links{justify-content:flex-start}}@media (max-width:560px){.redesign-header-actions{gap:8px}.redesign-header-login,.redesign-header-primary{padding:8px 12px;font-size:12px}}.provider-dashboard-page{background:linear-gradient(135deg,#FAF8F5,#ffffff 45%,#F3F8F5)}.provider-hero-section{padding-top:56px}.provider-hero-card{display:flex;flex-direction:column;gap:14px;min-height:280px;justify-content:center}.provider-hero-card h1{font-size:clamp(42px,5vw,76px);line-height:.95;max-width:760px}.provider-hero-card p{max-width:720px;color:#5E5A54}.provider-status-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.pill-label,.soft-pill{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;border-radius:999px;background:#F3C9B1;color:#163843;font-weight:800;font-size:12px;padding:8px 12px}.provider-checklist,.provider-info-list{display:grid;grid-gap:12px;gap:12px;margin-top:18px}.provider-info-list div{display:flex;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px dashed rgba(22,56,67,.18)}.provider-info-list span{color:#6b6a66;font-style:italic}.provider-info-list strong{text-align:right}.provider-review-card p{color:#5E5A54}.provider-checklist div{display:grid;grid-template-columns:auto 1fr auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid rgba(22,56,67,.14);border-radius:16px;padding:14px;background:#fff}.provider-checklist strong{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#E4F2ED;color:#0F4A38}.provider-checklist em{font-style:normal;font-weight:800;color:#8A4A30;font-size:12px}.provider-next-card{display:grid;grid-template-columns:1fr auto;grid-gap:20px;gap:20px;align-items:center}.provider-next-card p{max-width:760px;color:#5E5A54}@media (max-width:760px){.provider-checklist div,.provider-info-list div,.provider-next-card{grid-template-columns:1fr}.provider-info-list strong{text-align:left}}.profile-replacement-policy{margin:22px 0;border-color:rgba(15,74,56,.22);background:linear-gradient(135deg,rgba(228,242,237,.82),rgba(255,255,255,.94))}.watermark-preview-card{position:relative;overflow:hidden;border:1px dashed rgba(15,74,56,.26);border-radius:18px;padding:16px 18px;background:linear-gradient(135deg,rgba(228,242,237,.42),rgba(255,255,255,.94));display:grid;grid-gap:5px;gap:5px;color:var(--hm-text)}.watermark-preview-card:before{content:"customer@halombak.id · Halo Mbak";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transform:rotate(-14deg);font-size:20px;font-weight:800;color:rgba(15,74,56,.08);pointer-events:none;white-space:nowrap}.watermark-preview-card small,.watermark-preview-card span,.watermark-preview-card strong{position:relative;z-index:1}.watermark-preview-card span{color:var(--hm-muted);font-size:12px}.watermark-preview-card strong{font-size:15px}.watermark-preview-card small{color:var(--hm-muted);line-height:1.55}.hm-gate-warning{border-left:3px solid var(--hm-teal);padding-left:12px}.tier-package-card.featured{border-color:rgba(15,74,56,.62);box-shadow:0 24px 64px rgba(15,74,56,.12)}.tier-package-card.featured:before{content:"Paling praktis";display:inline-flex;width:-moz-fit-content;width:fit-content;margin-bottom:10px;border-radius:999px;background:var(--hm-teal);color:white;font-size:12px;font-weight:900;padding:6px 12px}.hm-filter-bar-inner.checkbox-layout{align-items:flex-start;flex-wrap:wrap}.hm-check-filter-group{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:4px;border:1px solid var(--hm-border);border-radius:16px;background:var(--hm-white)}.hm-check-filter-group label{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:999px;color:var(--hm-muted);font-size:12px;font-weight:800;cursor:pointer}.hm-check-filter-group input{accent-color:var(--hm-teal)}.hm-check-filter-group label:has(input:checked){background:#f0f7f6;color:var(--hm-teal)}.hm-favorite-link{border:1px solid var(--hm-border);border-radius:999px;padding:10px 14px;background:var(--hm-white);color:var(--hm-teal);font-size:13px;font-weight:900;text-decoration:none;white-space:nowrap}.favorite-page-section{display:grid;grid-gap:28px;gap:28px}.favorite-empty-card{width:min(720px,100%);margin:0 auto;text-align:center}.favorite-grid .hm-btn-profile{text-align:center;text-decoration:none}@media (max-width:820px){.hm-check-filter-group{width:100%}.hm-favorite-link{text-align:center}}