:root{
  --ink:#203747;--brand:#2f4d63;--brand-dark:#203b4f;--brand-soft:#eef3f6;
  --bg:#fbfcfd;--white:#fff;--muted:#687987;--line:#dfe7ec;--shadow:0 24px 70px rgba(35,59,75,.13);
  --radius:22px;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
a{color:inherit}img{max-width:100%;display:block}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(251,252,253,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,231,236,.85)}
.nav{min-height:82px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;text-decoration:none}.brand img{width:285px;height:auto}.nav-links{display:flex;gap:25px;margin-left:auto;align-items:center}.nav-links a{text-decoration:none;font-size:14px;color:#486070;font-weight:600}.nav-links a:hover{color:var(--brand-dark)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 21px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:700;border:1px solid transparent;transition:.2s ease;cursor:pointer}.btn-primary{background:var(--brand);color:#fff;box-shadow:0 10px 28px rgba(47,77,99,.23)}.btn-primary:hover{background:var(--brand-dark);transform:translateY(-1px)}.btn-outline{background:#fff;border-color:var(--line);color:var(--brand-dark)}.btn-outline:hover{border-color:#aabdc9}.hero{padding:76px 0 68px;overflow:hidden;background:radial-gradient(circle at 18% 10%,#eef5f8 0,transparent 34%),linear-gradient(180deg,#fff 0,#f7fafb 100%)}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:54px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:#e7eff4;color:var(--brand-dark);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--brand)}h1{font-size:clamp(42px,5.4vw,72px);line-height:1.04;letter-spacing:-.045em;margin:20px 0 23px;color:#183245}.lead{font-size:clamp(18px,2vw,21px);color:#5d7180;max-width:650px;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-note{font-size:13px;color:#72838e;margin-top:18px}.hero-media{position:relative}.hero-media:before{content:"";position:absolute;inset:7% -8% -7% 12%;background:#dce8ee;border-radius:34px;transform:rotate(3deg)}.hero-media img{position:relative;border-radius:28px;box-shadow:var(--shadow);aspect-ratio:3/2;object-fit:cover}.mini-card{position:absolute;left:-34px;bottom:28px;z-index:2;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px;box-shadow:0 18px 50px rgba(35,59,75,.18);max-width:245px}.mini-card strong{display:block;font-size:14px;margin-bottom:3px}.mini-card span{font-size:12px;color:var(--muted)}
.section{padding:92px 0}.section.alt{background:#f0f5f7}.section-head{max-width:760px;margin-bottom:38px}.section h2{font-size:clamp(31px,4vw,46px);letter-spacing:-.035em;line-height:1.12;margin:0 0 14px}.section-head p{font-size:18px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:29px;box-shadow:0 10px 35px rgba(35,59,75,.05)}.card-icon{width:44px;height:44px;border-radius:13px;background:var(--brand-soft);display:grid;place-items:center;color:var(--brand);font-weight:900;margin-bottom:18px}.card h3{margin:0 0 8px;font-size:19px}.card p{margin:0;color:var(--muted);font-size:15px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;counter-reset:step}.step{padding-top:18px;border-top:2px solid #cad9e1;counter-increment:step}.step:before{content:counter(step,decimal-leading-zero);display:block;font-weight:800;font-size:13px;color:var(--brand);margin-bottom:11px}.step h3{margin:0 0 8px;font-size:18px}.step p{margin:0;color:var(--muted);font-size:14px}.cta{background:var(--brand-dark);color:#fff;border-radius:30px;padding:52px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.cta h2{margin:0 0 9px;color:#fff;font-size:35px}.cta p{margin:0;color:#ccd9e0;max-width:710px}.cta .btn-primary{background:#fff;color:var(--brand-dark);box-shadow:none}.legal-note{padding:20px 0 0;color:#71838f;font-size:12px}.site-footer{padding:38px 0;border-top:1px solid var(--line);background:#fff}.footer-grid{display:flex;gap:30px;align-items:center}.footer-brand img{width:230px}.footer-text{font-size:13px;color:var(--muted);margin-left:auto;text-align:right}.footer-links{display:flex;gap:16px;justify-content:flex-end;margin-top:6px}.footer-links a{font-size:13px;color:var(--brand-dark)}
.legal-page{min-height:100vh;background:#f6f9fa}.legal-hero{padding:54px 0 22px}.legal-shell{background:#fff;border:1px solid var(--line);border-radius:24px;padding:44px;box-shadow:0 14px 40px rgba(35,59,75,.06);margin-bottom:60px}.legal-shell h1{font-size:42px;margin:0 0 14px}.legal-shell h2{font-size:22px;margin:34px 0 8px}.legal-shell h3{font-size:17px;margin:24px 0 6px}.legal-shell p,.legal-shell li{color:#526875;font-size:15px}.legal-shell ul{padding-left:22px}.legal-shell .meta{font-size:13px;color:#7a8b95}.legal-shell a{color:var(--brand);text-underline-offset:3px}.back{font-size:14px;font-weight:700;text-decoration:none;color:var(--brand)}
@media(max-width:900px){.nav-links a:not(.btn){display:none}.brand img{width:225px}.hero{padding-top:45px}.hero-grid{grid-template-columns:1fr}.hero-media{margin-top:8px}.mini-card{left:14px}.cards{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr}.cta{grid-template-columns:1fr;padding:38px}.footer-grid{align-items:flex-start;flex-direction:column}.footer-text{margin-left:0;text-align:left}.footer-links{justify-content:flex-start}}
@media(max-width:620px){.wrap{width:min(var(--max),calc(100% - 28px))}.nav{min-height:70px;gap:10px}.brand img{width:190px}.nav-links{gap:8px}.nav-links .btn-outline{display:none}.nav-links .btn{padding:0 13px;min-height:40px}.hero-grid{gap:28px}h1{font-size:43px}.hero-media:before{display:none}.hero-media img{border-radius:20px}.mini-card{position:static;margin-top:12px;max-width:none}.section{padding:68px 0}.cards,.steps{grid-template-columns:1fr}.cta{border-radius:22px;padding:30px}.legal-shell{padding:26px 20px;border-radius:18px}.legal-shell h1{font-size:34px}}

/* Public authentication */
.auth-page{min-height:100vh;background:#f4f7f9;overflow-x:hidden}.auth-layout{min-height:100vh;display:grid;grid-template-columns:minmax(430px,46%) 1fr;background:#fff}.auth-panel{display:flex;flex-direction:column;justify-content:center;padding:48px clamp(34px,6vw,90px);position:relative}.auth-panel-register{padding-top:34px;padding-bottom:34px}.auth-logo{display:block;width:min(360px,82%);margin:0 0 42px}.auth-logo img{width:100%;height:auto}.auth-card{width:min(100%,520px)}.auth-kicker{margin:0 0 7px;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:800;color:#6f8290}.auth-card h1{font-size:clamp(34px,4vw,48px);margin:0 0 10px;letter-spacing:-.035em}.auth-sub{margin:0 0 25px;color:#6c7d88;font-size:15px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:4px;border:1px solid var(--line);background:#f4f7f8;border-radius:12px;margin-bottom:22px}.auth-tab{appearance:none;border:0;background:transparent;border-radius:9px;padding:10px 13px;font:inherit;font-size:13px;font-weight:750;color:#6d7d88;cursor:pointer}.auth-tab.active{background:#fff;color:var(--brand-dark);box-shadow:0 1px 6px rgba(32,55,71,.10)}.auth-form{display:grid;gap:15px}.auth-form label{display:grid;gap:6px;font-size:13px;font-weight:700;color:#334d5d}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text]{width:100%;height:47px;border:1px solid #d9e2e7;border-radius:10px;padding:0 13px;background:#fff;color:#203747;font:inherit;font-size:14px;outline:0;transition:.18s}.auth-form input:focus{border-color:#7591a3;box-shadow:0 0 0 3px rgba(47,77,99,.10)}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-submit{width:100%;margin-top:3px}.auth-submit:disabled{opacity:.55;cursor:wait}.auth-message{min-height:18px;font-size:13px;font-weight:650;color:#627681}.auth-message.error{color:#a63232}.auth-message.success{color:#2d6b52}.auth-switch{font-size:14px;color:#6f808b;margin:22px 0 0;text-align:center}.auth-switch a,.auth-legal a,.check-line a{color:var(--brand-dark);font-weight:750;text-underline-offset:3px}.auth-legal{margin:20px auto 0;max-width:480px;text-align:center;color:#88969e;font-size:11px;line-height:1.5}.link-button{border:0;background:none;color:var(--brand);padding:0;justify-self:start;font:inherit;font-size:12px;font-weight:750;cursor:pointer}.check-line{display:grid!important;grid-template-columns:18px 1fr;align-items:start;gap:9px!important;font-weight:500!important;color:#5c6f7b!important;font-size:12px!important;line-height:1.5}.check-line input{width:16px;height:16px;margin:2px 0 0;accent-color:var(--brand)}.auth-visual{position:relative;min-height:100vh;background:#e8edf0;overflow:hidden}.auth-visual:after{content:"";position:absolute;inset:0;box-shadow:inset 20px 0 50px rgba(20,45,60,.08);pointer-events:none}.auth-visual img{width:100%;height:100%;object-fit:cover;object-position:center}.auth-visual:before{content:"IHT360assistent";position:absolute;z-index:2;right:34px;bottom:30px;background:rgba(255,255,255,.82);backdrop-filter:blur(10px);padding:8px 12px;border-radius:9px;color:#28485c;font-weight:800;font-size:12px;letter-spacing:.02em}
@media(max-width:950px){.auth-layout{grid-template-columns:1fr}.auth-panel{padding:38px 28px}.auth-card{margin:auto}.auth-logo{width:280px;margin:0 auto 34px}.auth-visual{display:none}}
@media(max-width:560px){.auth-row{grid-template-columns:1fr}.auth-panel{padding:30px 20px}.auth-logo{width:235px;margin-bottom:26px}.auth-card h1{font-size:36px}}
.auth-topline{display:flex;align-items:flex-start;justify-content:flex-start;width:min(100%,520px);margin-bottom:42px}
.auth-topline .auth-logo{margin-bottom:0}
.auth-language{display:flex;align-items:center;justify-content:center;gap:10px;color:#7b8992;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.auth-language select{height:38px;min-width:122px;border:1px solid #d9e2e7;border-radius:9px;background:#fff;padding:0 30px 0 10px;color:#334d5d;font:inherit;font-size:12px;font-weight:650;text-transform:none;letter-spacing:0;outline:0}
.auth-language select:focus{border-color:#7591a3;box-shadow:0 0 0 3px rgba(47,77,99,.10)}
@media(max-width:560px){.auth-topline{align-items:center;margin-bottom:30px}.auth-topline .auth-logo{margin-bottom:0}.auth-language select{min-width:105px}}

.auth-language-footer{width:min(100%,520px);margin-top:22px;padding-top:16px;border-top:1px solid #e8edf1;display:flex;justify-content:center}.auth-language-footer .auth-language select{height:34px;min-width:118px;background:#f8fafb;border-color:#e1e8ec;color:#526672}.auth-language-footer .auth-language select:focus{background:#fff}

.auth-language-footer{margin-top:22px;display:flex;justify-content:center}.auth-language-flags{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap}.auth-lang-flag{appearance:none;width:36px;height:32px;border:1px solid #d9e2e7;border-radius:9px;background:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:19px;line-height:1;cursor:pointer;transition:.15s;box-shadow:0 1px 2px rgba(15,23,42,.03)}.auth-lang-flag:hover{transform:translateY(-1px);border-color:#9aafbc}.auth-lang-flag.active{border-color:#0c506f;box-shadow:0 0 0 2px rgba(12,80,111,.12)}.auth-lang-label{font-size:11px;color:#8a99a2;margin-right:4px}
