*{box-sizing:border-box;margin:0;padding:0;}
.page-signup-expert{min-height:100vh;font-family:'Inter',system-ui,sans-serif;color:#1a1a1a;background:#fff;display:flex;}
.page-signup-expert button{cursor:pointer;border:none;background:none;font-family:inherit;}
.page-signup-expert input, .page-signup-expert select, .page-signup-expert textarea{font-family:inherit;}

/* ========== LEFT PANEL ========== */
.page-signup-expert .left{width:45%;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;}

/* Carousel */
.page-signup-expert .carousel-slide{position:absolute;inset:0;background-size:cover;background-position:center top;opacity:0;transition:opacity 1s ease-in-out;will-change:opacity;}
.page-signup-expert .carousel-slide.active{opacity:1;}
.page-signup-expert .left-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.2) 0%,rgba(0,0,0,.35) 40%,rgba(0,0,0,.75) 100%);z-index:1;}

/* Content */
.page-signup-expert .left-content{position:relative;z-index:2;padding:32px 28px 24px;text-align:center;width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;}
.page-signup-expert .left-logo{font-family:'Playfair Display',Georgia,serif;font-size:22px;font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-.3px;}
.page-signup-expert .left-logo span{color:#E5D4A0;}

/* Tagline */
.page-signup-expert .left-tagline{font-family:'Playfair Display',Georgia,serif;font-size:20px;font-weight:700;color:#fff;line-height:1.2;}
.page-signup-expert .left-tagline i{font-style:italic;color:#E5D4A0;font-weight:400;}
.page-signup-expert .left-tagline-sub{font-size:12px;color:rgba(255,255,255,.45);margin-top:6px;margin-bottom:18px;letter-spacing:.2px;}

/* Profile sections */
.page-signup-expert .profiles-wrap{width:100%;margin-bottom:14px;display:flex;flex-direction:column;gap:10px;}

/* EXPERTS block */
.page-signup-expert .expert-section{width:100%;padding:10px 12px 12px;border-radius:10px;background:rgba(232,204,110,.23);border:1px solid rgba(232,204,110,.38);}
.page-signup-expert .expert-section-header{margin-bottom:6px;}
.page-signup-expert .expert-label{font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:#E5D4A0;margin-bottom:2px;}
.page-signup-expert .expert-desc{font-size:10px;color:rgba(255,255,255,.9);line-height:1.4;font-variant:small-caps;letter-spacing:.3px;}
.page-signup-expert .expert-desc i{font-style:italic;color:rgba(255,255,255,.65);font-variant:normal;}
.page-signup-expert .roles-grid{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;margin-top:8px;}
.page-signup-expert .role-pill{padding:5px 12px;border-radius:100px;font-size:11px;font-weight:600;color:#fff;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);backdrop-filter:blur(6px);transition:all .4s ease;white-space:nowrap;}
.page-signup-expert .role-pill.highlight{border-color:rgba(232,204,110,.6);color:#E5D4A0;background:rgba(232,204,110,.15);box-shadow:0 0 12px rgba(232,204,110,.15);}

/* Segments — H2 + grid (mirrors signup-talent / signup-recruiter) */
.page-signup-expert .segments-section{width:100%;margin-top:36px;margin-bottom:14px;}
.page-signup-expert .segments-title{font-size:20px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#fff;text-align:center;margin:0 0 24px;font-family:'Inter',system-ui,sans-serif;}
.page-signup-expert .segments-title span{color:#D4A843;}
.page-signup-expert .seg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;width:100%;box-sizing:border-box;}
.page-signup-expert .seg-card{width:100%;border-radius:14px;background:rgba(232,204,110,.12);border:1px solid rgba(232,204,110,.32);box-shadow:0 4px 18px rgba(0,0,0,.35);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:default;backdrop-filter:blur(6px);}
.page-signup-expert .seg-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.5);border-color:rgba(232,204,110,.55);}
.page-signup-expert .seg-card-img{position:relative;width:100%;height:120px;background-size:cover;background-position:center;}
.page-signup-expert .seg-card-badge{position:absolute;left:8px;bottom:8px;background:rgba(26,26,26,.85);color:#E5D4A0;font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;padding:3px 8px;border-radius:4px;border:1px solid rgba(232,204,110,.35);}
.page-signup-expert .seg-card-name{padding:10px 12px 12px;color:#fff;font-size:12px;font-weight:600;line-height:1.3;text-align:center;letter-spacing:.2px;}
@media (max-width:600px){
  .page-signup-expert .seg-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
}

/* Hook phrase */
.page-signup-expert .left-hook{font-size:11px;color:rgba(255,255,255,.55);text-align:center;line-height:1.5;margin-bottom:14px;}
.page-signup-expert .left-hook b{color:rgba(232,204,110,.85);}

/* Carousel dots & role label */
.page-signup-expert .carousel-dots{display:flex;gap:5px;justify-content:center;margin-top:10px;}
.page-signup-expert .cdot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer;transition:all .3s;}
.page-signup-expert .cdot.active{background:#E5D4A0;width:14px;border-radius:3px;}
.page-signup-expert .carousel-role{position:absolute;bottom:20px;left:20px;z-index:3;}
.page-signup-expert .carousel-role-inner{display:flex;align-items:center;gap:7px;background:rgba(0,0,0,.45);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.15);padding:6px 12px;border-radius:100px;}
.page-signup-expert .carousel-role-dot{width:6px;height:6px;border-radius:50%;background:#E5D4A0;flex-shrink:0;}
.page-signup-expert .carousel-role-text{font-size:11px;font-weight:600;color:#fff;opacity:0;transition:opacity .4s ease;}
.page-signup-expert .carousel-role-text.visible{opacity:1;}

/* ========== RIGHT PANEL (FORM) ========== */
.page-signup-expert .right{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;}
.page-signup-expert .form-wrap{width:100%;max-width:420px;}
.page-signup-expert .form-badge{display:inline-flex;align-items:center;gap:4px;font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#B8975A;padding:5px 12px;border-radius:100px;background:rgba(184,151,90,.06);border:1px solid rgba(184,151,90,.1);margin-bottom:16px;}
.page-signup-expert .form-h{font-family:'Playfair Display',Georgia,serif;font-size:26px;font-weight:700;margin-bottom:4px;}.form-h i{font-style:italic;color:#B8975A;font-weight:400;}
.page-signup-expert .form-sub{font-size:11px;color:#888;margin-bottom:24px;}

/* Progress */
.page-signup-expert .progress{display:flex;gap:4px;margin-bottom:20px;}
.page-signup-expert .prog{flex:1;height:4px;border-radius:2px;background:rgba(0,0,0,.05);}
.page-signup-expert .prog.done{background:linear-gradient(90deg,#B8975A,#C9A96E);}
.page-signup-expert .prog.current{background:linear-gradient(90deg,#B8975A,#E5D4A0);box-shadow:0 0 6px rgba(184,151,90,.25);}

/* Fields */
.page-signup-expert .fg{margin-bottom:14px;}
.page-signup-expert .fl{display:block;font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#999;margin-bottom:4px;}
.page-signup-expert .fi{width:100%;padding:11px 14px;border-radius:9px;border:1.5px solid rgba(0,0,0,.06);font-size:12px;outline:none;transition:border .15s;}.fi:focus{border-color:#C9A96E;}
.page-signup-expert .fi::placeholder{color:#ccc;}
.page-signup-expert .fi-select{appearance:none;color:#555;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 12px center/14px no-repeat;}
.page-signup-expert .fi-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;}

/* SSO */
.page-signup-expert .sso{display:flex;gap:8px;margin-bottom:16px;}
.page-signup-expert .sso-btn{flex:1;padding:10px;border-radius:9px;border:1.5px solid rgba(0,0,0,.06);font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .15s;color:#555;}.sso-btn:hover{border-color:#B8975A;color:#B8975A;}
.page-signup-expert .divider{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-size:9px;color:#ccc;font-weight:600;}
.page-signup-expert .divider::before, .page-signup-expert .divider::after{content:'';flex:1;height:1px;background:rgba(0,0,0,.05);}

/* Type pills */
.page-signup-expert .type-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px;}
.page-signup-expert .tp{padding:9px 16px;border-radius:100px;border:1.5px solid rgba(0,0,0,.05);font-size:10px;font-weight:600;color:#777;cursor:pointer;transition:all .15s;}
.page-signup-expert .tp:hover{border-color:rgba(184,151,90,.2);}
.page-signup-expert .tp.sel{border-color:#B8975A;background:rgba(184,151,90,.06);color:#8C6D34;}

/* Engagement pills */
.page-signup-expert .eng-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px;}
.page-signup-expert .ep{padding:9px 16px;border-radius:100px;border:1.5px solid rgba(0,0,0,.05);font-size:10px;font-weight:600;color:#777;cursor:pointer;transition:all .15s;}
.page-signup-expert .ep:hover{border-color:rgba(184,151,90,.2);}
.page-signup-expert .ep.sel{border-color:#B8975A;background:rgba(184,151,90,.06);color:#8C6D34;}

/* Buttons */
.page-signup-expert .btn-next{width:100%;padding:13px;border-radius:10px;font-size:12px;font-weight:700;transition:all .2s;margin-top:8px;}
.page-signup-expert .btn-next.on{background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);color:#fff;box-shadow:0 3px 14px rgba(150,120,62,.2);text-shadow:0 1px 1px rgba(0,0,0,.08);}.btn-next.on:hover{transform:translateY(-1px);}
.page-signup-expert .btn-next.off{background:#e8e4dc;color:#b0a898;}
.page-signup-expert .btn-back{font-size:10px;font-weight:600;color:#888;margin-top:10px;display:block;text-align:center;}.btn-back:hover{color:#B8975A;}
.page-signup-expert .login-link{font-size:10px;color:#888;text-align:center;margin-top:16px;}.login-link b{color:#B8975A;cursor:pointer;}

/* Success */
.page-signup-expert .success{text-align:center;animation:fadeUp .5s ease both;}
.page-signup-expert .suc-check{width:56px;height:56px;border-radius:50%;background:#1B7A4E;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:26px;color:#fff;}
.page-signup-expert .suc-h{font-family:'Playfair Display',serif;font-size:24px;font-weight:700;margin-bottom:6px;}.suc-h i{font-style:italic;color:#B8975A;font-weight:400;}
.page-signup-expert .suc-sub{font-size:11px;color:#888;line-height:1.6;margin-bottom:20px;}
.page-signup-expert .suc-steps{display:flex;flex-direction:column;gap:8px;text-align:left;margin-bottom:20px;}
.page-signup-expert .suc-step{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;background:#FAFAFA;}
.page-signup-expert .suc-step-n{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#B8975A,#C9A96E);color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0;}
.page-signup-expert .suc-step-text{font-size:10px;font-weight:600;}.suc-step-desc{font-size:8px;color:#999;}

/* Toggle switch */
.page-signup-expert .toggle-wrap{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:9px;border:1.5px solid rgba(0,0,0,.06);margin-bottom:14px;cursor:pointer;}
.page-signup-expert .toggle-label{font-size:11px;font-weight:600;color:#555;flex:1;}
.page-signup-expert .toggle-sub{font-size:8px;color:#999;font-weight:400;}
.page-signup-expert .toggle{width:38px;height:20px;border-radius:10px;background:#ddd;position:relative;transition:background .2s;flex-shrink:0;}
.page-signup-expert .toggle.active{background:linear-gradient(90deg,#B8975A,#C9A96E);}
.page-signup-expert .toggle::after{content:'';width:16px;height:16px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.15);}
.page-signup-expert .toggle.active::after{transform:translateX(18px);}

@keyframes fadeUp{from{opacity:0;transform:translateY(12px);}to{opacity:1;transform:none;}}
@media(max-width:768px){.left{display:none;}.right{padding:24px;}}

.page-signup-expert .hub-link:hover{background:rgba(201,165,74,.25);border-color:rgba(201,165,74,.4);color:#E5D4A0;}
.page-signup-expert .hub-link-dot{width:6px;height:6px;border-radius:50%;background:#D4BC7A;}

/* Sign in CTA top of form */
.page-signup-expert .signin-cta{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;border-radius:100px;background:linear-gradient(135deg,rgba(184,151,90,.06),rgba(232,204,110,.04));border:1.5px solid rgba(184,151,90,.18);margin-bottom:20px;}
.page-signup-expert .signin-cta-text{font-size:11px;font-weight:600;color:#666;}
.page-signup-expert .signin-cta-btn{font-size:11px;font-weight:800;color:#8C6D34;padding:7px 14px;border-radius:100px;background:#fff;border:1.5px solid rgba(184,151,90,.25);cursor:pointer;transition:all .15s;text-decoration:none;display:inline-flex;align-items:center;gap:4px;white-space:nowrap;}
.page-signup-expert .signin-cta-btn:hover{background:linear-gradient(135deg,#C4A559 0%,#D4BC7A 40%,#E5D4A0 70%,#EFE2B8 100%);color:#fff;border-color:transparent;transform:translateY(-1px);box-shadow:0 4px 14px rgba(184,145,42,.3);}

/* ─── CGU + pricing notice (audit fix) ─── */
.page-signup-expert .cgu-row{display:flex;align-items:flex-start;gap:8px;margin:14px 0 10px;font-size:10.5px;line-height:1.5;color:#555;}
.page-signup-expert .cgu-row input[type="checkbox"]{margin-top:2px;flex:0 0 auto;accent-color:#B8975A;width:14px;height:14px;cursor:pointer;}
.page-signup-expert .cgu-row a{color:#8C6D34;font-weight:600;text-decoration:underline;}
.page-signup-expert .pricing-notice{margin:8px 0 14px;padding:10px 12px;border-radius:9px;background:rgba(184,151,90,.05);border:1px solid rgba(184,151,90,.14);font-size:10.5px;line-height:1.5;color:#6B5A38;}
.page-signup-expert .pricing-notice b{color:#8C6D34;}
.page-signup-expert .pricing-notice a{color:#8C6D34;font-weight:700;text-decoration:underline;margin-left:4px;}
.page-signup-expert .btn-next.off{cursor:not-allowed;}
