/* 132.0 - Mijn Van Hameren login/registratie redesign */
:root{
  --vh-account-blue:#008acb;
  --vh-account-dark:#083d63;
  --vh-account-deep:#004b87;
  --vh-account-ink:#13384f;
  --vh-account-muted:#667f8e;
  --vh-account-line:#d9e7ee;
  --vh-account-soft:#f3f8fb;
}
.customer-page{background:linear-gradient(180deg,#f7fafc 0,#eef4f7 100%)!important;color:var(--vh-account-ink)!important}
.customer-header--account{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.97)!important;border-bottom:1px solid #dfe9ee!important;box-shadow:0 8px 24px rgba(17,59,82,.05)!important;backdrop-filter:blur(10px)}
.customer-header--account .customer-header__inner{max-width:1240px!important;min-height:76px;padding:10px 24px!important;display:flex;align-items:center;gap:18px}
.customer-brand--account{display:flex;align-items:center;gap:15px;text-decoration:none!important;color:var(--vh-account-ink)!important;min-width:0}
.customer-brand__logo{display:flex;align-items:center;width:228px;max-width:36vw;height:50px;overflow:hidden}
.customer-brand__logo img{display:block;width:100%!important;max-width:none!important;height:auto!important}
.customer-brand__copy{display:flex;flex-direction:column;gap:1px;padding-left:14px;border-left:1px solid #d7e6ed;line-height:1.15}
.customer-brand__copy small{font-size:.69rem;letter-spacing:.12em;font-weight:950;color:#6d8795}
.customer-brand__copy strong{font-size:1rem;color:var(--vh-account-deep);font-weight:950}
.customer-header__actions{display:flex;align-items:center;margin-left:auto}
.customer-back--account{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid #bfd6e1;border-radius:10px;background:#fff;color:var(--vh-account-deep)!important;font-size:.88rem;font-weight:900;text-decoration:none;box-shadow:0 3px 10px rgba(15,65,90,.04)}
.customer-back--account:hover{border-color:#8ec5dd;background:#f5fbfd;color:#006cae!important}
.customer-header--account .vh-vat-toggle--portal{margin-left:auto!important;margin-right:0!important}
.customer-header--account .vh-vat-toggle--portal + .customer-header__actions{margin-left:0}

.customer-main--account{max-width:1240px!important;padding:34px 24px 64px!important}
.customer-account-shell{display:grid;gap:22px}
.customer-hero--account{max-width:none!important;margin:0!important;text-align:left!important;display:grid;grid-template-columns:220px minmax(0,1fr);grid-template-areas:"brand copy" "brand trust";column-gap:34px;row-gap:17px;align-items:center;position:relative;overflow:hidden;padding:28px 34px!important;border:1px solid #cfe3ec!important;border-radius:22px!important;background:linear-gradient(105deg,#ffffff 0%,#f4fbfe 68%,#e8f6fc 100%)!important;color:var(--vh-account-ink)!important;box-shadow:0 16px 40px rgba(18,64,88,.07)!important}
.customer-hero--account:after{content:"";position:absolute;right:-80px;top:-115px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(0,138,203,.12),rgba(0,138,203,0) 70%);pointer-events:none}
.customer-hero__brandmark{grid-area:brand;align-self:stretch;display:flex;align-items:center;justify-content:center;padding:20px 22px;border-radius:17px;background:#fff;border:1px solid #d8e7ee;box-shadow:0 8px 22px rgba(24,76,102,.06)}
.customer-hero__brandmark img{display:block;width:100%;height:auto}
.customer-hero-copy{grid-area:copy;position:relative;z-index:1}
.customer-hero-copy>span{display:block;margin-bottom:7px!important;color:var(--vh-account-blue)!important;font-size:.72rem!important;letter-spacing:.13em!important;font-weight:950!important}
.customer-hero-copy h1{margin:0 0 9px!important;color:#073a5d!important;font-size:clamp(2rem,3.1vw,3rem)!important;line-height:1.04!important;letter-spacing:-.045em!important}
.customer-hero-copy p{max-width:760px;margin:0!important;color:#547181!important;font-size:1.02rem!important;line-height:1.58!important}
.customer-hero__trust{grid-area:trust;display:flex;flex-wrap:wrap;gap:9px 18px;position:relative;z-index:1}
.customer-hero__trust span{display:inline-flex;align-items:center;color:#28546d!important;font-size:.8rem!important;letter-spacing:0!important;font-weight:850!important}
.customer-app--account{max-width:none!important;width:100%!important;margin:0!important}

.customer-auth-message{max-width:none;margin:0 0 16px!important;border:1px solid #cfe9da}
.customer-auth-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px;align-items:start}
.customer-auth-card{position:relative;overflow:hidden;min-width:0;padding:26px 28px;border:1px solid var(--vh-account-line);border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(18,62,84,.065)}
.customer-auth-card--existing{border-top:4px solid var(--vh-account-deep)}
.customer-auth-card--new{border-top:4px solid var(--vh-account-blue)}
.customer-auth-card__head{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:start;margin-bottom:22px}
.customer-auth-step{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:#e8f5fb;color:#0077b2;font-size:.82rem;font-weight:950}
.customer-auth-card--existing .customer-auth-step{background:#eaf1f6;color:#004b87}
.customer-auth-kicker{display:block;margin:1px 0 5px;color:#6d8795;font-size:.69rem;font-weight:950;letter-spacing:.1em}
.customer-auth-card__head h2{margin:0 0 7px;color:#0a3e61;font-size:1.65rem;line-height:1.1;letter-spacing:-.025em}
.customer-auth-card__head p{margin:0;color:#69808e;font-size:.91rem;line-height:1.52}
.customer-auth-form{display:grid;gap:0}
.customer-auth-card label,.customer-inline-form label{display:grid;gap:7px;margin:0 0 13px;color:#173d55;font-size:.86rem;font-weight:900}
.customer-auth-card input,.customer-inline-form input{box-sizing:border-box;width:100%;min-height:49px;padding:12px 13px;border:1px solid #c6d9e2;border-radius:11px;background:#fbfdfe;color:#17384b;font:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}
.customer-auth-card input:focus,.customer-inline-form input:focus{outline:none;border-color:#4aaed7;background:#fff;box-shadow:0 0 0 4px rgba(0,138,203,.11)}
.customer-button--primary{min-height:50px;border:0!important;border-radius:11px!important;background:linear-gradient(180deg,#079bd6,#008acb)!important;color:#fff!important;font-size:.95rem!important;font-weight:950!important;box-shadow:0 8px 17px rgba(0,110,170,.17)!important}
.customer-button--primary:hover{background:linear-gradient(180deg,#008ec8,#007bb5)!important;transform:translateY(-1px)}
.customer-auth-links{display:flex;justify-content:space-between;gap:12px;margin-top:13px;padding-bottom:19px;border-bottom:1px solid #e7eef2}
.customer-auth-links a,.customer-auth-links button{appearance:none;border:0;background:none;padding:0;color:#006fa8;text-decoration:none;font:inherit;font-size:.78rem;font-weight:900;cursor:pointer}
.customer-auth-links a:hover,.customer-auth-links button:hover{text-decoration:underline}
.customer-auth-benefits{display:grid;gap:8px;margin:17px 0 0;padding:0;list-style:none}
.customer-auth-benefits li{position:relative;padding-left:24px;color:#536f7f;font-size:.8rem;font-weight:750;line-height:1.42}
.customer-auth-benefits li:before{content:"✓";position:absolute;left:0;top:-1px;display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#eaf7ef;color:#197646;font-size:.67rem;font-weight:950}

.customer-new-options{display:grid;gap:11px}
.customer-new-option{appearance:none;display:grid;grid-template-columns:44px minmax(0,1fr);grid-template-areas:"icon copy" "icon action";gap:4px 12px;width:100%;padding:15px 16px;border:1px solid #d2e3eb;border-radius:14px;background:#fbfdfe;text-align:left;color:#163d55;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}
.customer-new-option:hover{transform:translateY(-1px);border-color:#9fd0e3;background:#f6fcfe;box-shadow:0 8px 18px rgba(19,70,94,.06)}
.customer-new-option.active{border-color:#4baed5;background:#eef9fd;box-shadow:0 0 0 3px rgba(0,138,203,.08)}
.customer-new-option__icon{grid-area:icon;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e8f5fb;color:#007db8;font-size:1rem;font-weight:950}
.customer-new-option>span:nth-child(2){grid-area:copy;display:grid;gap:2px;min-width:0}
.customer-new-option strong{font-size:.92rem;color:#0f405e}
.customer-new-option small{color:#6b8190;font-size:.75rem;line-height:1.4;font-weight:650}
.customer-new-option b{grid-area:action;color:#0079b2;font-size:.75rem;font-weight:950}
.customer-activate-panel{margin-top:15px;padding-top:15px;border-top:1px solid #e3edf2}
.customer-activate-panel[hidden]{display:none!important}
.customer-inline-form{padding:0!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
.customer-inline-form__head{margin:0 0 16px}
.customer-inline-form__head>span{display:inline-block;margin-bottom:4px;color:#0082bd;font-size:.68rem;font-weight:950;letter-spacing:.09em;text-transform:uppercase}
.customer-inline-form__head h3{margin:0 0 5px;color:#103f5c;font-size:1.18rem}
.customer-inline-form__head p{margin:0;color:#6b8190;font-size:.8rem;line-height:1.48}
.customer-inline-form .customer-details{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.customer-inline-form .customer-details label{margin-bottom:13px}
.customer-business-note{display:grid;grid-template-columns:auto 1fr;gap:7px 12px;margin-top:17px;padding:13px 14px;border:1px solid #dceaf0;border-radius:12px;background:#f5fafc}
.customer-business-note strong{color:#0b496d;font-size:.79rem}
.customer-business-note span{color:#637d8d;font-size:.76rem;line-height:1.45}
.customer-note{color:#6b8190!important;font-size:.74rem!important;line-height:1.45!important}

.customer-account-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:22px;border:1px solid #dbe8ee;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 9px 26px rgba(18,62,84,.045)}
.customer-account-benefits>div{display:grid;grid-template-columns:40px minmax(0,1fr);grid-template-rows:auto auto;column-gap:11px;padding:17px 18px;border-right:1px solid #e5edf1}
.customer-account-benefits>div:last-child{border-right:0}
.customer-account-benefits span{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#edf8fc;color:#007fb9;font-size:.74rem;font-weight:950}
.customer-account-benefits strong{align-self:end;color:#153f58;font-size:.8rem}
.customer-account-benefits small{align-self:start;margin-top:2px;color:#748996;font-size:.71rem;line-height:1.35}

.customer-is-authenticated .customer-hero--account{grid-template-columns:180px minmax(0,1fr);grid-template-areas:"brand copy" "brand trust"}
.customer-is-authenticated .customer-hero__trust{display:none}
.customer-is-authenticated .customer-app--account{overflow:visible}
.customer-is-authenticated .customer-dashboard{max-width:none!important;width:100%!important;margin:0!important;transform:none!important}

.customer-footer{max-width:1240px;margin:0 auto;padding:22px 24px 28px!important;border-top:1px solid #dbe6eb;color:#6b8290!important;font-size:.78rem}
.customer-footer a{color:#0079af!important;text-decoration:none}

@media(max-width:980px){
  .customer-header--account .customer-header__inner{padding-inline:18px!important}
  .customer-brand__copy{display:none}
  .customer-main--account{padding:24px 18px 50px!important}
  .customer-hero--account{grid-template-columns:170px minmax(0,1fr);column-gap:24px;padding:24px!important}
  .customer-auth-grid{gap:16px}
  .customer-auth-card{padding:22px}
  .customer-account-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
  .customer-account-benefits>div:nth-child(2){border-right:0}
  .customer-account-benefits>div:nth-child(-n+2){border-bottom:1px solid #e5edf1}
}
@media(max-width:760px){
  .customer-header--account{position:relative}
  .customer-header--account .customer-header__inner{min-height:66px;padding:8px 14px!important;gap:8px;flex-wrap:wrap}
  .customer-brand--account{flex:1 1 auto}
  .customer-brand__logo{width:170px;max-width:48vw;height:42px}
  .customer-header--account .vh-vat-toggle--portal{order:3;margin:0!important}
  .customer-header__actions{margin-left:auto}
  .customer-back--account{min-height:38px;padding:0 11px;font-size:.77rem}
  .customer-main--account{padding:14px 14px 42px!important}
  .customer-account-shell{gap:14px}
  .customer-hero--account,.customer-is-authenticated .customer-hero--account{grid-template-columns:1fr;grid-template-areas:"brand" "copy" "trust";gap:15px;padding:19px!important;border-radius:17px!important}
  .customer-hero__brandmark{width:185px;max-width:68%;padding:13px 16px;justify-self:start}
  .customer-hero-copy h1{font-size:clamp(1.75rem,9vw,2.35rem)!important}
  .customer-hero-copy p{font-size:.91rem!important;line-height:1.5!important}
  .customer-hero__trust{gap:7px 12px}
  .customer-hero__trust span{font-size:.73rem!important}
  .customer-auth-grid{grid-template-columns:1fr;gap:14px}
  .customer-auth-card{padding:20px 17px;border-radius:16px;scroll-margin-top:12px}
  .customer-auth-card__head{grid-template-columns:40px 1fr;gap:11px;margin-bottom:18px}
  .customer-auth-step{width:38px;height:38px;border-radius:11px}
  .customer-auth-card__head h2{font-size:1.42rem}
  .customer-auth-links{flex-direction:column;align-items:flex-start;gap:8px}
  .customer-inline-form .customer-details{grid-template-columns:1fr;gap:0}
  .customer-business-note{grid-template-columns:1fr;gap:3px}
  .customer-account-benefits{grid-template-columns:1fr;margin-top:14px}
  .customer-account-benefits>div{border-right:0!important;border-bottom:1px solid #e5edf1!important}
  .customer-account-benefits>div:last-child{border-bottom:0!important}
  .customer-is-authenticated .customer-hero__trust{display:none}
  .customer-footer{padding:18px 14px 24px!important;text-align:center}
}
@media(max-width:420px){
  .customer-brand__logo{width:145px}
  .customer-back--account{font-size:.72rem;padding-inline:9px}
  .customer-header--account .vh-vat-toggle--portal{width:max-content}
  .customer-hero__brandmark{width:160px}
  .customer-auth-card{padding:18px 15px}
  .customer-new-option{grid-template-columns:38px 1fr;padding:13px}
  .customer-new-option__icon{width:36px;height:36px}
}


/* 135.0 - introblok verwijderd, compactere accountstart */
.customer-account-shell--compact{display:block!important}
.customer-main--account{padding-top:24px!important}
.customer-app--account{margin-top:0!important}
