.se-site{
  --cyan:#00A7CB;--cyan-d:#0089A8;--navy:#08374B;--navy2:#0E4A63;
  --ink:#16323D;--muted:#5B7079;--line:#E2EAED;--tint:#EEF9FC;--gold:#C8A24B;
  font-family:"Public Sans",system-ui,Segoe UI,Roboto,sans-serif;color:var(--ink);line-height:1.55;
}
.se-site *{box-sizing:border-box}
.se-site a{color:var(--cyan-d);text-decoration:none}
.se-site h1,.se-site h2,.se-site h3{color:var(--navy);font-weight:800;line-height:1.15}

.se-util{background:var(--navy);color:#bcd4dd;font-size:11px;letter-spacing:.4px;display:flex;justify-content:space-between;padding:8px 24px;flex-wrap:wrap;gap:6px}
.se-util a{color:#fff}
.se-head{display:flex;align-items:center;justify-content:space-between;padding:13px 24px;border-bottom:1px solid var(--line);background:#fff;flex-wrap:wrap;gap:10px}
.se-logo{display:flex;align-items:center;gap:12px}
.se-logo-img{height:50px;width:auto;border-radius:9px;display:block}
.se-logo-sub{font-weight:800;color:var(--navy);font-size:18px;letter-spacing:.2px}
.se-logo-mark{width:34px;height:34px;border-radius:9px;background:var(--cyan);display:inline-block}
.se-logo-tx{font-weight:800;color:var(--navy);font-size:17px}.se-logo-tx em{font-style:normal;color:var(--muted);font-weight:500}
.se-nav{display:flex;align-items:center;gap:16px;font-size:13.5px;color:#34505C;font-weight:500;flex-wrap:wrap}
.se-nav a{color:#34505C}.se-nav a:hover{color:var(--cyan-d)}
.se-apply{background:var(--cyan);color:#fff!important;padding:8px 16px;border-radius:6px;font-weight:600}
.se-main{background:#fff;min-height:40vh}
.se-container{max-width:1080px;margin:0 auto;padding:0 24px}
.se-foot{background:var(--navy);color:#9fbac4;padding:26px 24px;font-size:13px}
.se-foot a{color:#cfe0e7}
.se-fcols{max-width:1080px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;align-items:center}

.se-hero{background:var(--tint);padding:46px 0}
.se-hero .grid{display:grid;grid-template-columns:1.35fr .65fr;gap:26px;align-items:center}
.se-eyebrow{font-size:12px;letter-spacing:1.5px;color:var(--cyan-d);font-weight:700;margin-bottom:10px}
.se-h1{font-size:36px;line-height:1.12;font-weight:800;color:var(--navy);margin:0}
.se-lead{color:#46606B;font-size:16px;line-height:1.55;margin:14px 0 20px;max-width:520px}
.se-btn{display:inline-block;background:var(--cyan);color:#fff !important;padding:12px 22px;border-radius:6px;font-weight:700;text-decoration:none}
.se-site a.se-btn,.se-site button.se-btn{color:#fff !important;background:var(--cyan)}
.se-btn:hover,.se-site a.se-btn:hover{background:var(--cyan-d);color:#fff !important}
.se-btn-out{display:inline-block;border:1.5px solid var(--navy);color:var(--navy) !important;padding:11px 22px;border-radius:6px;font-weight:600;text-decoration:none}
.se-site a.se-btn-out{color:var(--navy) !important}
.se-btn-out:hover,.se-site a.se-btn-out:hover{background:var(--navy);color:#fff !important}

.se-seal{width:160px;height:160px;border-radius:50%;border:3px solid var(--navy);display:grid;place-items:center;background:#fff;margin:0 auto}
.se-seal .inner{width:132px;height:132px;border-radius:50%;border:1.5px solid var(--cyan);display:grid;place-items:center;text-align:center;padding:6px}
.se-seal .st{font-size:10px;letter-spacing:1.5px;color:var(--navy);font-weight:700}
.se-seal .chk{width:36px;height:36px;border-radius:50%;background:var(--cyan);color:#fff;display:grid;place-items:center;margin:6px auto;font-size:20px}
.se-seal .sa{font-size:11px;letter-spacing:1px;color:var(--cyan-d);font-weight:700}
.se-seal .sy{font-size:8px;letter-spacing:1px;color:var(--gold);font-weight:700;margin-top:2px}

.se-strip{background:var(--navy);color:#cfe0e7;font-size:13px;letter-spacing:.5px;text-align:center;padding:13px 24px}
.se-strip b{color:#fff}

.se-section{padding:40px 0}
.se-section h2{font-size:24px;margin:0 0 16px}
.se-section p{color:#3d535c;font-size:15px}
.se-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.se-pcardx{border:1px solid var(--line);border-radius:10px;padding:18px}
.se-pcardx .i{color:var(--cyan);font-size:24px}
.se-pcardx h3{font-weight:700;color:var(--navy);margin:8px 0 4px;font-size:16px}
.se-pcardx p{font-size:13.5px;color:var(--muted);margin:0}
.se-band{background:var(--tint)}

.se-news{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.se-news .item{border:1px solid var(--line);border-radius:10px;padding:14px;color:var(--ink);display:block}
.se-news .item:hover{border-color:var(--cyan)}
.se-news .src{font-size:11px;color:var(--cyan-d);font-weight:700}
.se-news .ttl{font-size:13.5px;margin-top:5px;color:var(--ink)}
.se-news .dt{font-size:11px;color:var(--muted);margin-top:6px}

/* app pages (platform) */
.se-wrap{max-width:920px;margin:30px auto;padding:28px;background:#fff;border:1px solid var(--line);border-radius:14px}
.se-wrap *{box-sizing:border-box}
.se-wrap h2{font-size:1.5rem;color:var(--navy);margin:.2em 0 .4em}
.se-wrap h3{font-size:1.15rem;color:var(--navy)}
.se-wrap a{color:var(--cyan-d)}
.se-wrap hr{border:0;border-top:1px solid var(--line);margin:20px 0}
.se-wrap input,.se-wrap select,.se-wrap textarea{font:inherit;width:100%;padding:10px 12px;border:1px solid #cfdbe0;border-radius:8px;background:#fff;color:var(--ink)}
.se-wrap input:focus,.se-wrap select:focus,.se-wrap textarea:focus{outline:none;border-color:var(--cyan);box-shadow:0 0 0 3px rgba(0,167,203,.15)}
.se-wrap label{font-size:.9rem;color:var(--muted)}
.se-wrap button{font:inherit;font-weight:600;cursor:pointer;border:1px solid var(--cyan);background:#fff;color:var(--cyan-d);padding:10px 18px;border-radius:8px}
.se-wrap button:hover{background:var(--tint)}
.se-wrap table{width:100%;border-collapse:collapse;margin:8px 0}
.se-wrap th{text-align:left;color:var(--muted);font-weight:600;font-size:.82rem;padding:9px 8px;border-bottom:2px solid var(--line)}
.se-wrap td{padding:9px 8px;border-bottom:1px solid var(--line);font-size:.92rem}
.se-card{display:block;border:1px solid var(--line);border-radius:12px;padding:14px 16px;margin:10px 0;background:#fff}
.se-card:hover{border-color:var(--cyan)}
.se-cert{background:#e6f6fa;border:1px solid #bfe6f0;border-radius:12px;padding:14px 16px;margin:14px 0}
.se-grade{display:inline-block;background:var(--navy);color:#fff;border-radius:22px;padding:8px 20px;font-weight:700;margin:10px 0}
.se-pcard{border:1px solid #bfe6f0;border-radius:16px;padding:24px;background:#f5fcfe}
.se-result{border:1px solid var(--line);border-radius:14px;padding:18px;margin-top:14px;background:#fff}
.se-cta{display:inline-block;background:var(--cyan);color:#fff;font-weight:600;padding:11px 20px;border-radius:8px;margin:8px 0}
.se-cta:hover{background:var(--cyan-d);color:#fff}
.se-muted{color:var(--muted)}
.se-err{color:#a32d2d;background:#fcecec;border:1px solid #f0c4c4;border-radius:10px;padding:10px 12px}
.se-chk{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px 16px;margin:12px 0}
.se-chk .se-code{color:var(--cyan-d);font-weight:700}
.se-chk .se-q{font-size:.9rem;color:#444;margin:2px 0 6px}
.se-chk .se-ans{font-size:.86rem;margin:4px 0}
.se-controls{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:10px}
.se-controls select,.se-controls input{width:auto}
.se-controls .v-note{flex:1;min-width:150px}
.se-ev-yes{font-size:.84rem;color:var(--cyan-d)}
.se-ev-no{font-size:.84rem;color:#a87b1d}
.se-bar{display:flex;gap:10px;justify-content:flex-end;align-items:center;margin:6px 0 12px}
.se-bar .se-msg{margin-right:auto;color:var(--cyan-d);font-size:.9rem}

@media(max-width:760px){
  .se-hero .grid,.se-pillars,.se-news{grid-template-columns:1fr}
  .se-h1{font-size:28px}
  .se-wrap{margin:0;border-radius:0;padding:18px 16px}
  .se-controls{flex-direction:column;align-items:stretch}
  .se-controls select,.se-controls input,.se-controls button{width:100%}
}

/* institutional footer v2 */
.se-foot{background:#08374B;color:#9fc0cc;padding:42px 22px 22px;margin-top:48px;font-size:14px;line-height:1.5}
.se-foot a{color:#cfe6ee;text-decoration:none;transition:color .15s}
.se-foot a:hover{color:#fff}
.se-foot-grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:30px}
.se-foot-word{color:#fff;font-weight:800;font-size:18px;letter-spacing:.2px}
.se-foot-word span{color:#00A7CB}
.se-foot-brand p{margin:10px 0;color:#9fc0cc}
.se-foot-contact{font-size:13px;line-height:1.7}
.se-foot-contact a{color:#cfe6ee}
.se-foot-col h4{color:#fff;font-size:12px;letter-spacing:.6px;text-transform:uppercase;margin:0 0 12px;font-weight:700}
.se-foot-col a{display:block;padding:5px 0;color:#9fc0cc;font-size:13.5px}
.se-foot-partners{max-width:1080px;margin:28px auto 0;border-top:1px solid #14506a;padding-top:16px;font-size:12.5px;color:#86a6b2;line-height:1.65}
.se-foot-partners b{color:#cfe6ee;font-weight:600}
.se-foot-bottom{max-width:1080px;margin:12px auto 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:12px;color:#6f93a0}
@media(max-width:820px){.se-foot-grid{grid-template-columns:1fr 1fr}.se-foot-brand{grid-column:1 / -1}}
@media(max-width:520px){.se-foot-grid{grid-template-columns:1fr}}

/* news cards v2 (REST + images) */
.se-news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}
.se-nc{display:flex;flex-direction:column;background:#fff;border:1px solid #E2EAED;border-radius:12px;overflow:hidden;text-decoration:none;transition:box-shadow .16s,transform .16s,border-color .16s}
.se-nc:hover{box-shadow:0 10px 26px rgba(8,55,75,.10);transform:translateY(-2px);border-color:#bfe0ea}
.se-nc-img{height:158px;background-size:cover;background-position:center;background-color:#eef2f4}
.se-nc-noimg{display:flex;align-items:center;justify-content:center;background:#08374B}
.se-nc-noimg span{color:#cfe6ee;font-weight:800;letter-spacing:.4px;font-size:15px;text-align:center;padding:0 12px}
.se-nc-b{padding:14px 16px 16px;display:flex;flex-direction:column;gap:9px;flex:1}
.se-nc-src{align-self:flex-start;font-size:10.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:3px 10px;border-radius:999px;color:#fff}
.se-nc-src--gmj{background:#08374B}
.se-nc-src--she{background:#00A7CB}
.se-nc-t{font-size:15.5px;line-height:1.36;color:#16323D;margin:0;font-weight:600;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.se-nc-d{font-size:12.5px;color:#5B7079;margin-top:auto}
.se-news-all{color:#00A7CB;text-decoration:none;font-weight:600;font-size:14px}
.se-news-all:hover{text-decoration:underline}

/* references list */
.se-refs{font-size:13.5px;color:#3a4a52;line-height:1.55;padding-left:22px;margin:6px 0 0}
.se-refs li{margin:6px 0}
.se-container sup{color:#00A7CB;font-size:.72em;font-weight:700}

/* about page design */
.se-lead{font-size:18px;line-height:1.6;color:#34505c;margin:0 0 6px}
.se-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px;margin:18px 0 6px}
.se-stat{background:#eef9fc;border:1px solid #d4ecf3;border-radius:12px;padding:16px}
.se-stat .num{font-size:26px;font-weight:800;color:#00A7CB;line-height:1.1}
.se-stat .lbl{font-size:12.5px;color:#5B7079;margin-top:6px;line-height:1.4}
.se-callout{background:#eef9fc;border:1px solid #d4ecf3;border-radius:12px;padding:16px 18px;margin:14px 0}
.se-callout--muted{background:#f5f8fa;border-color:#e2eaed}
.se-callout p{margin:0}
.se-partners-row{display:flex;flex-wrap:wrap;gap:10px;margin:12px 0 4px}
.se-pchip{display:inline-flex;align-items:center;padding:8px 14px;border:1px solid #cfe0e7;border-radius:999px;background:#fff;color:#08374B;font-weight:600;font-size:13.5px;text-decoration:none;transition:.15s}
.se-pchip:hover{border-color:#00A7CB;color:#00A7CB;background:#f3fbfd}

/* registration / login form */
.se-steps{margin:12px 0 4px;padding-left:20px;color:#34505c;font-size:14px;line-height:1.55}
.se-steps li{margin:6px 0}
.se-form{display:grid;gap:14px;max-width:520px;margin-top:12px}
.se-field{display:grid;gap:4px}
.se-field label{font-weight:600;color:#16323D;font-size:14px}
.se-help{font-size:12.5px;color:#5B7079;line-height:1.45;margin:0}
.se-form input{padding:11px 13px;border:1px solid #cfd8dc;border-radius:8px;font-size:14px;width:100%;background:#fff;color:#16323D}
.se-form input:focus{outline:none;border-color:#00A7CB;box-shadow:0 0 0 3px rgba(0,167,203,.15)}
.se-form button{padding:12px;border:1px solid #00A7CB;background:#00A7CB;color:#fff;border-radius:8px;font-weight:700;font-size:15px;cursor:pointer;transition:.15s}
.se-form button:hover{background:#0094b5;border-color:#0094b5}

/* form selects */
.se-form select{padding:11px 13px;border:1px solid #cfd8dc;border-radius:8px;font-size:14px;width:100%;background:#fff;color:#16323D}
.se-form select:focus{outline:none;border-color:#00A7CB;box-shadow:0 0 0 3px rgba(0,167,203,.15)}
/* organisations register */
.se-orggrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}
.se-orgcard{display:block;background:#fff;border:1px solid #E2EAED;border-radius:12px;padding:15px 16px;text-decoration:none;transition:.15s}
.se-orgcard:hover{border-color:#bfe0ea;box-shadow:0 8px 22px rgba(8,55,75,.08)}
.se-orgcard-h{display:flex;align-items:center;justify-content:space-between;gap:8px}
.se-orgcard-name{font-weight:700;color:#16323D;font-size:15.5px}
.se-orgcard-meta{color:#5B7079;font-size:13px;margin-top:4px}
.se-orgcard-badges{margin-top:10px;display:flex;gap:6px;flex-wrap:wrap;align-items:center}
.se-orgcard-cert{font-size:11.5px;color:#5B7079}
.se-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.3px;padding:3px 9px;border-radius:999px}
.se-badge--acc{background:#fdf3da;color:#8a6a1f;border:1px solid #ecd9a6}
.se-badge--reg{background:#eef2f4;color:#5B7079;border:1px solid #dde6ea}
.se-badge--medical{background:#08374B;color:#fff}
.se-badge--nonmedical{background:#00A7CB;color:#fff}
.se-badge--other{background:#eef2f4;color:#5B7079}
.se-reg-controls{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:16px}
.se-reg-search{flex:1;min-width:220px;padding:10px 13px;border:1px solid #cfd8dc;border-radius:8px;font-size:14px}
.se-reg-tabs{display:inline-flex;border:1px solid #d4ecf3;border-radius:8px;overflow:hidden}
.se-reg-tabs button{border:0;background:#fff;color:#34505c;padding:8px 12px;font-size:13px;cursor:pointer}
.se-reg-tabs button.on{background:#00A7CB;color:#fff}

/* contract document + expert console */
.se-contract-doc{max-height:240px;overflow:auto;background:#fff;border:1px solid #d4ecf3;border-radius:8px;padding:12px 14px;font-size:13px;color:#34505c;line-height:1.55;margin:10px 0}
.se-tbl{width:100%;border-collapse:collapse;font-size:14px}
.se-tbl th{text-align:left;color:#5B7079;font-weight:600;border-bottom:1px solid #E2EAED;padding:7px 8px}
.se-tbl td{padding:7px 8px;border-bottom:1px solid #eef2f4;color:#16323D}
.se-mini{display:inline-block;padding:5px 11px;border:1px solid #00A7CB;color:#00A7CB;border-radius:7px;text-decoration:none;font-size:12.5px}
.se-mini:hover{background:#00A7CB;color:#fff}
.se-ok{color:#1a8f5a;font-weight:600}

/* org face page + cabinet edit */
.se-face-head{display:flex;gap:16px;align-items:center;margin-bottom:8px}
.se-face-logo{height:64px;width:64px;object-fit:cover;border-radius:12px;border:1px solid #E2EAED}
.se-map{width:100%;height:300px;border:0;border-radius:12px;margin:6px 0 4px}
.se-staff{list-style:none;padding:0;margin:6px 0;display:grid;gap:6px}
.se-staff li{padding:8px 12px;background:#f5f8fa;border-radius:8px;font-size:14px;color:#16323D}
.se-edit{margin:14px 0;border:1px solid #E2EAED;border-radius:10px;padding:10px 14px;background:#fbfdfe}
.se-edit summary{cursor:pointer;font-weight:600;color:#08374B}
.se-edit textarea{padding:10px 12px;border:1px solid #cfd8dc;border-radius:8px;font-size:14px;width:100%;font-family:inherit}

/* hero cta row */
.se-cta-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
