:root {
  --bg:#f6f8fb;
  --surface:#ffffff;
  --ink:#001950;
  --muted:#52617a;
  --line:#d8dee8;
  --accent:#008c96;
  --accent-soft:#e5f5f5;
  --signal:#be001e;
  --signal-soft:#fbe8ec;
  --ok:#17643b;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.6 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
a{color:var(--accent)}
.site-header{max-width:var(--max);margin:auto;padding:22px 26px;display:flex;justify-content:space-between;gap:30px;align-items:center}
.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:var(--ink)}
.brand-mark{width:46px;height:46px;border-radius:14px;background:linear-gradient(#fff,#fff) padding-box,conic-gradient(var(--accent) 0 42%,var(--signal) 42% 54%,var(--ink) 54% 100%) border-box;border:3px solid transparent;color:var(--ink);display:grid;place-items:center;font-weight:900;letter-spacing:-.04em;box-shadow:0 5px 16px #00195016}
.brand-copy strong{display:flex;align-items:baseline;font-size:20px;line-height:1;letter-spacing:-.025em;color:var(--ink)}
.brand-copy .brand-accent,.footer-brand .brand-accent{color:var(--accent)}
.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:12px;margin-top:5px;letter-spacing:.02em}
nav{display:flex;gap:20px;flex-wrap:wrap}nav a{text-decoration:none;color:var(--muted);font-size:14px}nav a[aria-current=page],nav a:hover{color:var(--ink)}
nav a[aria-current=page]{box-shadow:inset 0 -2px 0 var(--accent)}
main{max-width:var(--max);margin:auto;padding:32px 26px 90px}
.hero{padding:78px 0 60px;display:grid;grid-template-columns:1.3fr .7fr;gap:52px;align-items:end}
.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800;color:var(--accent)}
h1{font-size:clamp(42px,7vw,78px);line-height:1.02;letter-spacing:-.045em;margin:.15em 0 .35em;color:var(--ink)}
h2{font-size:clamp(28px,4vw,44px);line-height:1.08;letter-spacing:-.03em;margin:.2em 0 .5em;color:var(--ink)}
h3{font-size:21px;margin:.2em 0 .5em}
.lead{font-size:21px;color:var(--muted);max-width:790px}
.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.button,button{appearance:none;border:0;border-radius:9px;background:var(--ink);color:white;padding:12px 18px;text-decoration:none;font-weight:700;cursor:pointer}
.button:hover,button:hover{background:var(--accent)}
.button.secondary{background:white;color:var(--ink);border:1px solid var(--line)}
.section{padding:54px 0;border-top:1px solid var(--line)}
.section-head{max-width:800px;margin-bottom:28px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid.two{grid-template-columns:repeat(2,1fr)}
.card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:24px}
.card p{color:var(--muted)}
.badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:800}
.status{display:inline-flex;padding:5px 9px;border-radius:999px;background:#e9f5ed;color:var(--ok);font-size:12px;font-weight:800}
.definition{display:grid;grid-template-columns:180px 1fr;gap:22px;padding:18px 0;border-bottom:1px solid var(--line)}
.definition strong{font-size:14px}.definition div{color:var(--muted)}
.notice{background:var(--accent-soft);padding:22px;border-radius:12px;border-left:4px solid var(--accent)}
.partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.partner-card{min-height:126px;background:white;border:1px solid var(--line);border-radius:12px;padding:20px;display:flex;flex-direction:column;justify-content:space-between}
.partner-card span{text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:800;color:var(--muted)}
.partner-card strong{font-size:23px;line-height:1.05;color:var(--ink)}
.partner-note{font-size:13px;color:var(--muted);max-width:880px;margin-top:16px}
.verify-box,.form-card{background:white;border:1px solid var(--line);border-radius:14px;padding:28px;max-width:820px}
.form-intro{border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:24px}
.form-intro h2{font-size:32px}
.contact-channels{background:white;border:1px solid var(--line);border-radius:14px;padding:24px}
.contact-channels div+div{border-top:1px solid var(--line);margin-top:16px;padding-top:16px}
.contact-channels span{display:block;text-transform:uppercase;letter-spacing:.1em;font-size:11px;font-weight:800;color:var(--muted);margin-bottom:4px}
.contact-channels a{font-size:18px;font-weight:700;text-decoration:none}
.contact-channels small{display:block;color:var(--muted);margin-top:4px}
label{display:block;font-weight:700;margin:0 0 16px}
input,select,textarea{width:100%;margin-top:7px;border:1px solid #bbc5ca;border-radius:8px;padding:12px;font:inherit;background:white}
input:focus,select:focus,textarea:focus{outline:3px solid var(--accent-soft);border-color:var(--accent)}
textarea{min-height:150px;resize:vertical}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.form-grid .wide{grid-column:1/-1}
.privacy-check{display:flex;gap:10px;align-items:flex-start;font-weight:500}
.privacy-check input{width:auto;margin-top:5px}
.alert{padding:16px;border-radius:9px;margin-bottom:18px;background:var(--signal-soft);border-left:4px solid var(--signal)}
.success{background:#e7f5ec;border-left-color:var(--ok)}
.site-footer{max-width:var(--max);margin:auto;border-top:1px solid var(--line);padding:42px 26px 26px;display:grid;grid-template-columns:1.35fr .9fr .9fr .9fr;gap:34px;color:var(--muted)}
.site-footer a{color:var(--muted)}
.footer-brand strong{font-size:20px;color:var(--ink)}
.footer-heading{display:block;color:var(--ink);font-size:13px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.footer-links{display:flex;flex-direction:column;gap:7px}
.footer-links a,.link-button{font-size:14px}
.link-button{background:none;color:var(--muted);padding:0;text-decoration:underline;text-align:left}
.footer-bottom{grid-column:1/-1;border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:12px}
.cookie-panel{position:fixed;left:20px;right:20px;bottom:20px;max-width:920px;margin:auto;background:var(--ink);color:white;border-radius:14px;padding:22px;box-shadow:0 18px 60px #0004;display:flex;justify-content:space-between;gap:28px;z-index:99;border-top:4px solid var(--signal)}
.cookie-panel[hidden]{display:none}
.cookie-panel p{margin:.4em 0 6px;color:#dce3e7;max-width:620px}
.cookie-panel a{color:white}
.cookie-actions{display:flex;gap:10px;align-items:center;flex-shrink:0}
.cookie-actions button{background:white;color:var(--ink)}

.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.service-card{position:relative;background:white;border:1px solid var(--line);border-radius:16px;padding:28px;min-height:310px}
.service-card h3{font-size:27px;line-height:1.12;max-width:430px}
.service-card>p:not(.eyebrow){color:var(--muted);max-width:560px}
.service-card ul{padding-left:20px;margin:18px 0 0;color:var(--ink)}
.service-card li{margin:6px 0}
.service-number{position:absolute;right:22px;top:18px;font-size:42px;font-weight:800;color:#e4e9f0}
.service-teaser-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.service-teaser{display:flex;flex-direction:column;justify-content:space-between;min-height:118px;padding:18px;background:white;border:1px solid var(--line);border-radius:12px;text-decoration:none}
.service-teaser span{font-size:12px;color:var(--accent);font-weight:800}
.service-teaser strong{font-size:18px;color:var(--ink)}
.service-teaser:hover{border-color:var(--accent);transform:translateY(-1px)}

.elite-signal{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:end;background:linear-gradient(135deg,var(--ink),#082a63);color:white;border-radius:16px;padding:36px;margin-top:18px}
.elite-signal h2,.elite-signal .eyebrow{color:white}
.elite-signal p{color:#dfe7f3;max-width:800px}
.elite-signal .button{background:white;color:var(--ink)}

.language-switcher{justify-self:end;align-self:start;background:white;border:1px solid var(--line);border-radius:12px;padding:12px 14px;display:flex;gap:10px;align-items:center}
.language-switcher span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}
.language-switcher a{text-decoration:none;font-weight:800;color:var(--muted)}
.language-switcher a[aria-current=page]{color:var(--ink);box-shadow:inset 0 -2px 0 var(--accent)}

.elite-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.elite-card{background:white;border:1px solid var(--line);border-radius:14px;padding:26px}
.elite-card h3{font-size:24px}
.elite-card p{color:var(--muted)}
.feature-panel{background:white;border:1px solid var(--line);border-radius:16px;padding:30px}
.feature-panel h2{font-size:34px}
.feature-panel p{color:var(--muted)}
.agency-panel{border-top:4px solid var(--accent)}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.process-grid article{background:white;border:1px solid var(--line);border-radius:14px;padding:24px}
.process-grid article>span{display:inline-block;color:var(--signal);font-weight:900;font-size:13px;letter-spacing:.08em}
.process-grid p{color:var(--muted)}

@media(max-width:900px){
  .partner-grid{grid-template-columns:repeat(2,1fr)}
  .site-footer{grid-template-columns:1fr 1fr}
  .service-teaser-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:850px){
  .site-header{display:block}
  .site-header nav{margin-top:18px}
  .hero{grid-template-columns:1fr}
  .grid,.grid.two,.form-grid,.service-grid,.elite-grid,.process-grid{grid-template-columns:1fr}
  .form-grid .wide{grid-column:auto}
  .definition{grid-template-columns:1fr;gap:4px}
  .cookie-panel{display:block}
  .cookie-panel[hidden]{display:none}
  .cookie-actions{margin-top:15px}
  .elite-signal{grid-template-columns:1fr}
  .language-switcher{justify-self:start}
}
@media(max-width:620px){
  .partner-grid,.site-footer,.service-teaser-grid{grid-template-columns:1fr}
  .footer-bottom{display:block}
  .footer-bottom span{display:block;margin-top:6px}
  .service-card{padding:22px}
}

.header-right{display:flex;flex-direction:column;align-items:flex-end;gap:9px}
.global-language{display:flex;gap:8px;align-items:center}
.global-language a{font-size:11px;font-weight:800;letter-spacing:.08em;text-decoration:none;color:var(--muted);padding:2px 4px}
.global-language a[aria-current=page]{color:var(--ink);box-shadow:inset 0 -2px 0 var(--accent)}
@media(max-width:850px){.header-right{align-items:flex-start;margin-top:14px}.global-language{margin-bottom:4px}}

.site-footer{display:block}
.footer-primary{display:grid;grid-template-columns:1.35fr .9fr .9fr .9fr;gap:34px}
.product-strip{margin-top:30px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:12px;align-items:stretch}
.product-strip-intro{padding:14px 8px 14px 0;display:flex;flex-direction:column;justify-content:center}
.product-strip-intro span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--accent)}
.product-strip-intro strong{color:var(--ink);font-size:18px;line-height:1.25;margin-top:3px}
.product-mini{display:flex;gap:12px;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:13px 14px;text-decoration:none}
.product-mini:hover{border-color:var(--accent)}
.product-mini>span:last-child{display:flex;flex-direction:column}
.product-mini strong{color:var(--ink);font-size:14px}
.product-mini small{color:var(--muted);font-size:12px;line-height:1.35;margin-top:2px}
.product-code{width:38px;height:38px;border-radius:9px;background:var(--ink);color:white;display:grid;place-items:center;font-size:11px;font-weight:900;letter-spacing:.05em;flex:0 0 auto}
.site-footer .footer-bottom{margin-top:18px}
@media(max-width:900px){.footer-primary{grid-template-columns:1fr 1fr}.product-strip{grid-template-columns:1fr 1fr}.product-strip-intro{grid-column:1/-1}}
@media(max-width:620px){.footer-primary,.product-strip{grid-template-columns:1fr}.product-strip-intro{grid-column:auto}}

.not-found{min-height:62vh;padding:70px 0;display:grid;grid-template-columns:.45fr 1fr;gap:42px;align-items:center}
.not-found-code{font-size:clamp(110px,18vw,220px);font-weight:900;line-height:.8;letter-spacing:-.08em;color:#e5e9f0}
.not-found-copy{max-width:760px}
.not-found-copy h1{font-size:clamp(40px,6vw,70px)}
.audit-quote{margin-top:26px;padding:18px 20px;background:var(--accent-soft);border-left:4px solid var(--accent);border-radius:10px;color:var(--ink);font-weight:700}
@media(max-width:850px){.not-found{grid-template-columns:1fr;gap:10px}.not-found-code{font-size:110px}}

.verify-language{justify-self:end;align-self:start;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:13px 15px;display:flex;gap:9px;align-items:center;flex-wrap:wrap}
.verify-language span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--muted);margin-right:4px}
.verify-language a{text-decoration:none;font-size:12px;font-weight:800;color:var(--muted);padding:2px 3px}
.verify-language a[aria-current=page]{color:var(--ink);box-shadow:inset 0 -2px 0 var(--accent)}
@media(max-width:850px){.verify-language{justify-self:start}}


.ops-pill-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.ops-pill-row span{display:inline-flex;padding:7px 10px;border-radius:999px;background:var(--surface);border:1px solid var(--line);font-size:12px;font-weight:800;color:var(--ink)}
.ops-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ops-benefit-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:24px;min-height:230px}
.ops-benefit-card>span{display:inline-block;font-size:12px;font-weight:900;color:var(--accent);letter-spacing:.08em;margin-bottom:28px}
.ops-benefit-card h3{font-size:20px}
.ops-benefit-card p{color:var(--muted)}
.ops-preview-section{overflow:hidden}
.ops-preview-stage{position:relative;min-height:560px;background:linear-gradient(135deg,#eef3f8,#f9fbfd);border:1px solid var(--line);border-radius:22px;padding:42px 44px 36px}
.ops-desktop{position:relative;width:min(78%,860px);background:#fff;border:1px solid #cfd7e3;border-radius:16px;box-shadow:0 24px 70px #00195018;overflow:hidden;animation:opsRise 8s ease-in-out infinite}
.ops-window-bar{height:44px;background:#f4f6f9;border-bottom:1px solid var(--line);display:flex;gap:7px;align-items:center;padding:0 14px}
.ops-window-bar>span{width:9px;height:9px;border-radius:50%;background:#c5ced9}
.ops-window-bar strong{margin-left:8px;font-size:12px;color:var(--muted)}
.ops-window-body{display:grid;grid-template-columns:150px 1fr;min-height:360px}
.ops-side{background:var(--ink);color:white;padding:24px 18px;display:flex;flex-direction:column;gap:15px}
.ops-side strong{font-size:25px}
.ops-side span{font-size:12px;color:#c8d3e5}
.ops-dashboard{padding:24px}
.ops-dashboard-top{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.ops-dashboard-top div{padding:14px;background:#f8fafc;border:1px solid var(--line);border-radius:10px}
.ops-dashboard-top small,.ops-recommendation small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.07em}
.ops-dashboard-top strong{display:block;margin-top:5px;font-size:15px}
.ops-recommendation{margin-top:20px;padding:22px;background:var(--accent-soft);border-radius:12px;border-left:4px solid var(--accent)}
.ops-recommendation strong{display:block;font-size:22px;margin:3px 0}
.ops-recommendation span{font-size:13px;color:var(--muted)}
.ops-route-lines{display:grid;gap:9px;margin-top:20px}
.ops-route-lines i{display:block;height:10px;border-radius:99px;background:#edf1f5}
.ops-route-lines i:nth-child(1){width:82%}.ops-route-lines i:nth-child(2){width:64%}.ops-route-lines i:nth-child(3){width:74%}.ops-route-lines i:nth-child(4){width:48%}
.ops-phone{position:absolute;right:7%;width:190px;background:#0d1730;border:7px solid #0d1730;border-radius:28px;box-shadow:0 24px 55px #0019502a;overflow:hidden;animation:opsFloat 7s ease-in-out infinite}
.ops-phone-a{top:55px}.ops-phone-b{right:23%;bottom:30px;width:165px;animation-delay:-2.3s}
.ops-phone-top{background:#0d1730;color:#dce5f4;text-align:center;font-size:10px;padding:7px 4px}
.ops-phone-screen{background:white;min-height:330px;padding:18px 14px}
.ops-phone-screen>small{display:block;color:var(--accent);font-weight:800;font-size:10px;text-transform:uppercase;letter-spacing:.05em}
.ops-phone-screen>strong{display:block;font-size:18px;line-height:1.15;margin:8px 0 20px}
.ops-mobile-card{padding:14px;background:#f6f8fb;border:1px solid var(--line);border-radius:11px;display:flex;flex-direction:column;gap:4px}
.ops-mobile-card b{font-size:13px}.ops-mobile-card span{font-size:11px;color:var(--muted)}.ops-mobile-card em{font-size:10px;color:var(--ok);font-style:normal;font-weight:800}
.ops-mobile-button{margin-top:16px;background:var(--ink);color:white;text-align:center;padding:10px;border-radius:9px;font-size:11px;font-weight:800}
.ops-phone-screen.compact{min-height:270px}
.ops-task-line{display:flex;gap:9px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}
.ops-task-line span{width:8px;height:8px;border-radius:50%;background:var(--accent)}.ops-task-line b{font-size:11px}
.ops-connect-section{display:grid;grid-template-columns:1fr .9fr;gap:54px;align-items:center}
.ops-connect-copy>p:not(.eyebrow){color:var(--muted)}
.ops-connector-map{position:relative;min-height:390px;background:radial-gradient(circle at center,#e5f5f5 0,#f8fbfc 48%,#fff 72%);border:1px solid var(--line);border-radius:20px}
.ops-hub,.ops-node{position:absolute;display:grid;place-items:center;text-align:center;background:white;border:1px solid var(--line);box-shadow:0 12px 28px #00195012}
.ops-hub{width:112px;height:112px;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--ink);color:white;font-weight:900;font-size:22px;z-index:3}
.ops-hub small{font-size:11px;color:#c8d3e5}
.ops-node{min-width:104px;padding:11px 13px;border-radius:10px;font-size:12px;font-weight:800;color:var(--ink);animation:opsPulse 6s ease-in-out infinite}
.node-a{left:8%;top:14%}.node-b{right:8%;top:14%;animation-delay:-1s}.node-c{right:4%;bottom:14%;animation-delay:-2s}.node-d{left:6%;bottom:14%;animation-delay:-3s}.node-e{left:50%;top:8%;transform:translateX(-50%);animation-delay:-4s}
.ops-connector-map:before,.ops-connector-map:after{content:"";position:absolute;left:50%;top:50%;width:68%;height:1px;background:#bfd9dc;transform:translate(-50%,-50%) rotate(24deg)}
.ops-connector-map:after{transform:translate(-50%,-50%) rotate(-28deg)}
@keyframes opsRise{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes opsFloat{0%,100%{transform:translateY(0) rotate(1deg)}50%{transform:translateY(-10px) rotate(-1deg)}}
@keyframes opsPulse{0%,100%{box-shadow:0 12px 28px #00195012}50%{box-shadow:0 14px 34px #008c9628}}
@media(prefers-reduced-motion:reduce){.ops-desktop,.ops-phone,.ops-node{animation:none}}
@media(max-width:980px){.ops-benefit-grid{grid-template-columns:repeat(2,1fr)}.ops-preview-stage{min-height:700px}.ops-desktop{width:100%}.ops-phone-a{top:auto;bottom:25px;right:8%}.ops-phone-b{right:34%;bottom:18px}.ops-connect-section{grid-template-columns:1fr}.ops-connector-map{min-height:360px}}
@media(max-width:650px){.ops-benefit-grid{grid-template-columns:1fr}.ops-preview-stage{padding:18px;min-height:760px}.ops-window-body{grid-template-columns:1fr}.ops-side{display:none}.ops-dashboard-top{grid-template-columns:1fr}.ops-phone-a{right:8px}.ops-phone-b{left:8px;right:auto}.ops-connector-map{min-height:430px}.node-a{left:4%;top:12%}.node-b{right:4%;top:12%}.node-c{right:4%;bottom:12%}.node-d{left:4%;bottom:12%}}


.ops-bridge-flow{background:linear-gradient(145deg,#f8fbfc,#eef6f6);border:1px solid var(--line);border-radius:20px;padding:28px}
.ops-bridge-row{display:grid;grid-template-columns:1fr auto 110px auto 1fr;gap:14px;align-items:center}
.ops-bridge-endpoint,.ops-bridge-core,.ops-bridge-examples>div{background:white;border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:0 10px 24px #0019500d}
.ops-bridge-endpoint small,.ops-bridge-examples small{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:10px;color:var(--accent);font-weight:900}
.ops-bridge-endpoint strong,.ops-bridge-examples strong{display:block;color:var(--ink);margin:4px 0}
.ops-bridge-endpoint span,.ops-bridge-examples span{display:block;color:var(--muted);font-size:12px}
.ops-bridge-core{background:var(--ink);color:white;text-align:center;padding:22px 10px;animation:opsBridgePulse 6s ease-in-out infinite}
.ops-bridge-core strong{display:block;font-size:25px}.ops-bridge-core span{font-size:11px;color:#c8d3e5}
.ops-bridge-arrow{font-size:24px;font-weight:900;color:var(--accent);text-align:center}
.ops-bridge-return{text-align:center;margin:18px 0 20px;padding:10px 12px;border-radius:999px;background:var(--accent-soft);color:var(--ink);font-size:12px;font-weight:800}
.ops-bridge-examples{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@keyframes opsBridgePulse{0%,100%{box-shadow:0 10px 24px #00195018}50%{box-shadow:0 16px 36px #008c9630}}
@media(prefers-reduced-motion:reduce){.ops-bridge-core{animation:none}}
@media(max-width:760px){
  .ops-bridge-row{grid-template-columns:1fr;gap:10px}
  .ops-bridge-arrow{transform:rotate(90deg)}
  .ops-bridge-core{max-width:180px;width:100%;justify-self:center}
  .ops-bridge-examples{grid-template-columns:1fr}
}

.verify-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:24px;align-items:start}
.verify-scanner-card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:28px}
.verify-scanner-card h2{font-size:28px}
.verify-scanner-card>p:not(.eyebrow),.verify-scan-manual{color:var(--muted)}
.verify-video-wrap{position:relative;overflow:hidden;border-radius:14px;background:#071326;aspect-ratio:4/5;margin:18px 0}
.verify-video-wrap video{display:block;width:100%;height:100%;object-fit:cover}
.verify-scan-frame{position:absolute;inset:20%;border:3px solid #fff;border-radius:14px;box-shadow:0 0 0 999px #00195055;pointer-events:none}
.verify-scan-status{min-height:1.6em;font-size:14px;font-weight:700}
.verify-scan-status[data-state="error"]{color:var(--signal)}
.verify-scan-status[data-state="success"]{color:var(--ok)}
.verify-scan-status[data-state="ready"]{color:var(--accent)}
.verify-scanner .actions{margin-top:12px}
.verify-scan-manual{font-size:13px;margin-top:16px}
@media(max-width:850px){.verify-layout{grid-template-columns:1fr}.verify-scanner-card{order:-1}}

.verify-credential{background:white;border:1px solid var(--line);border-radius:16px;padding:26px;box-shadow:0 12px 32px #0019500c}
.verify-credential-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--line)}
.verify-brand-lockup{display:flex;flex-direction:column;gap:7px;align-items:flex-start}
.verify-brand-lockup img{display:block;max-width:190px;max-height:52px;object-fit:contain;object-position:left center}
.verify-brand-lockup>strong{font-size:25px;line-height:1}
.verify-brand-lockup>span{font-size:12px;color:var(--ok);font-weight:800}
.verify-person{display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:center;padding:24px 0}
.verify-person-photo{width:112px;height:138px;border-radius:12px;object-fit:cover;border:1px solid var(--line);background:#f5f7fa}
.verify-person small,.verify-context-grid small{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:900;color:var(--muted)}
.verify-person h2{font-size:31px;margin:3px 0}
.verify-role{font-weight:800;color:var(--accent);margin:.2em 0 .8em}
.verify-context-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.verify-context-grid>div{background:#f8fafc;border:1px solid var(--line);border-radius:12px;padding:16px}
.verify-context-grid strong{display:block;margin-top:5px}
.verify-partner-logo{display:block;max-width:140px;max-height:38px;object-fit:contain;object-position:left center;margin:7px 0}
.verify-scope{padding-top:24px}
.verify-scope h3{font-size:21px}
.verify-scope ul{padding-left:20px}
.verify-scope li{margin:7px 0}
.verify-scope .notice{margin-top:20px}
@media(max-width:620px){
  .verify-credential{padding:20px}
  .verify-credential-head{display:block}
  .verify-credential-head .status{margin-top:14px}
  .verify-person{grid-template-columns:88px 1fr;gap:15px}
  .verify-person-photo{width:88px;height:112px}
  .verify-person h2{font-size:25px}
  .verify-context-grid{grid-template-columns:1fr}
}

.skip-link{position:fixed;left:16px;top:12px;z-index:9999;padding:10px 14px;border-radius:8px;background:#fff;color:var(--ink);font-weight:800;text-decoration:none;box-shadow:0 8px 24px #00195026;transform:translateY(-180%);transition:transform .15s ease}
.skip-link:focus{transform:translateY(0)}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid #008c96;outline-offset:3px}
button,.button,input,select,textarea{touch-action:manipulation}
@media(max-width:620px){button,.button{min-height:44px}}


.ops-decision-section{position:relative}
.ops-decision-visual{background:linear-gradient(145deg,#f8fbfc,#eef5f8);border:1px solid var(--line);border-radius:22px;padding:28px}
.ops-decision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.ops-decision-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:24px;overflow:hidden;min-height:300px}
.ops-decision-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:var(--accent)}
.ops-decision-card.route-card:before{background:var(--signal)}
.ops-decision-card.mobility-card:before{background:linear-gradient(90deg,var(--ink),var(--accent))}
.ops-decision-icon{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:900;margin-bottom:20px}
.route-card .ops-decision-icon{background:var(--signal-soft);color:var(--signal)}
.mobility-card .ops-decision-icon{background:#edf1f7;color:var(--ink)}
.ops-decision-card h3{font-size:23px}
.ops-decision-card p{color:var(--muted)}
.ops-mini-calendar{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:22px}
.ops-mini-calendar i{height:30px;border-radius:8px;background:#eef2f5;border:1px solid #dde4ea}
.ops-mini-calendar i:nth-child(2),.ops-mini-calendar i:nth-child(5){background:var(--accent-soft);border-color:#b9dcdf}
.ops-route-map{position:relative;height:92px;margin-top:20px}
.ops-route-map>i{position:absolute;left:11%;right:12%;top:47%;height:3px;background:linear-gradient(90deg,var(--signal),var(--accent));transform:rotate(-7deg);border-radius:99px}
.route-node{position:absolute;width:16px;height:16px;border:4px solid white;border-radius:50%;background:var(--ink);box-shadow:0 0 0 2px var(--accent);z-index:2}
.route-a{left:8%;top:58%}.route-b{left:36%;top:30%}.route-c{left:66%;top:46%}.route-d{right:7%;top:18%;background:var(--signal);box-shadow:0 0 0 2px var(--signal)}
.ops-mobility-profile{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}
.ops-mobility-profile span{display:inline-flex;align-items:center;justify-content:center;min-width:62px;padding:9px 10px;border-radius:999px;background:#eef2f7;color:var(--ink);font-size:11px;font-weight:900;letter-spacing:.05em}
.ops-mobility-profile span:nth-child(2){background:var(--accent-soft);color:var(--accent)}
.ops-mobility-profile span:nth-child(3){background:var(--ink);color:#fff}
.ops-next-action{margin-top:16px;background:var(--ink);color:white;border-radius:16px;padding:20px 22px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}
.ops-next-action .badge{background:#ffffff16;color:white;border:1px solid #ffffff2e}
.ops-next-action strong{font-size:17px;line-height:1.35}
.ops-next-arrow{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--accent);font-size:22px;font-weight:900}
@media(max-width:850px){.ops-decision-grid{grid-template-columns:1fr}.ops-next-action{grid-template-columns:1fr auto}.ops-next-action .badge{grid-column:1/-1}}
@media(max-width:520px){.ops-decision-visual{padding:16px}.ops-next-action{display:block}.ops-next-arrow{margin-top:14px}}


/* Preview-only concept hooks: hidden in the production/default theme. */
.concept-only{display:none!important}


/* Verify release visual */
.verify-hero-side{display:flex;flex-direction:column;gap:14px;align-items:stretch}
.verify-visual-card{background:linear-gradient(180deg,#fff,#f5f8fb);border:2px solid #2da9ff;border-radius:22px;overflow:hidden;box-shadow:0 18px 48px #00195022;color:var(--ink)}
.verify-visual-head{display:flex;align-items:center;gap:13px;padding:16px 18px;background:linear-gradient(90deg,#001950,#0b3f7a);color:#fff}
.verify-visual-mm{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:3px solid #38a9ff;box-shadow:inset 0 0 0 2px #be001e66;font-weight:900;letter-spacing:-.04em}
.verify-visual-head>span:last-child{display:flex;flex-direction:column}
.verify-visual-head strong{font-size:23px;line-height:1}
.verify-visual-head strong span{color:#2da9ff}
.verify-visual-head small{margin-top:5px;font-size:10px;letter-spacing:.12em;color:#d6e4f2}
.verify-visual-body{display:grid;grid-template-columns:1fr 110px;gap:18px;align-items:center;padding:22px;position:relative}
.verify-visual-body:before{content:"";position:absolute;left:0;top:18px;width:8px;height:74px;border-radius:0 8px 8px 0;background:linear-gradient(180deg,#ff8b1f,#ffb34e)}
.verify-visual-kicker{display:block;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#1475c9}
.verify-visual-body h2{font-size:26px;margin:6px 0 8px;color:#0b315f}
.verify-visual-body p{margin:0 0 14px;color:#5d7187;font-size:14px}
.verify-visual-status{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;color:#31506e}
.verify-visual-status i{width:9px;height:9px;border-radius:50%;background:#14b97d;box-shadow:0 0 0 4px #14b97d1f}
.verify-visual-qr{background:#fff;border:2px solid #2da9ff;border-radius:15px;padding:10px;text-align:center}
.verify-visual-qr>div{aspect-ratio:1;background:conic-gradient(from 90deg,#0d315f 25%,#fff 0 50%,#0d315f 0 75%,#fff 0) 0 0/14px 14px;box-shadow:inset 0 0 0 6px #fff}
.verify-visual-qr strong{display:block;margin-top:5px;font-size:10px;color:#0d315f;letter-spacing:.08em}
@media(max-width:850px){.verify-hero-side{align-items:stretch}.verify-visual-card{max-width:620px}.verify-visual-body{grid-template-columns:1fr 96px}}
@media(max-width:520px){.verify-visual-body{grid-template-columns:1fr}.verify-visual-qr{width:110px}.verify-visual-head strong{font-size:20px}.verify-visual-body h2{font-size:22px}}


/* V1 final visual system: Verify-inspired light brand language */
:root{
  --accent:#176fd1;
  --accent-soft:#eaf3ff;
  --signal:#ff8b1f;
  --signal-soft:#fff1e5;
  --ok:#0b9b69;
  --brand-blue:#176fd1;
  --brand-blue-bright:#2da9ff;
  --brand-orange:#ff8b1f;
  --brand-green:#0b9b69;
  --line:#d9e4ef;
}

body{
  background:linear-gradient(180deg,#fbfdff 0,#f6f8fb 45%,#f8fafc 100%);
}

.site-header{
  position:relative;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #e2eaf2;
  box-shadow:0 8px 28px #0019500a;
}

.brand-mark{
  border-radius:50%;
  background:
    linear-gradient(#fff,#fff) padding-box,
    conic-gradient(var(--brand-blue) 0 67%,var(--brand-orange) 67% 82%,var(--brand-green) 82% 100%) border-box;
  color:var(--ink);
  box-shadow:0 6px 18px #176fd11a;
}

.brand-copy .brand-accent,
.footer-brand .brand-accent{color:var(--brand-blue)}

nav a[aria-current=page],
.global-language a[aria-current=page]{box-shadow:inset 0 -2px 0 var(--brand-blue)}

.button,button{
  background:linear-gradient(135deg,#0e5fbe,var(--brand-blue));
  box-shadow:0 8px 22px #176fd11f;
}
.button:hover,button:hover{background:linear-gradient(135deg,var(--brand-blue),#258ee9)}
.button.secondary{
  background:#fff;
  border:1px solid #b9cee4;
  color:var(--ink);
  box-shadow:none;
}

.eyebrow{color:var(--brand-blue)}
.badge{
  background:#eaf3ff;
  color:var(--brand-blue);
}
.status{
  background:#e9f8f2;
  color:var(--brand-green);
}

.card,
.service-card,
.partner-card,
.verify-box,
.form-card,
.contact-channels,
.feature-panel,
.elite-card,
.process-grid article,
.verify-scanner-card{
  background:#fff;
  border-color:#d9e4ef;
  box-shadow:0 12px 34px #0019500a;
}

.notice{
  background:linear-gradient(135deg,#f6fbff,#fff);
  border:1px solid #d7e6f4;
  border-left:5px solid var(--brand-orange);
  box-shadow:0 12px 30px #0019500a;
}

.section-head:before{
  content:"";
  display:block;
  width:56px;
  height:4px;
  border-radius:999px;
  margin-bottom:16px;
  background:linear-gradient(90deg,var(--brand-blue) 0 58%,var(--brand-orange) 58% 78%,var(--brand-green) 78%);
}

/* Homepage hero with local, brand-safe audit/office visual */
.home-hero{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:92px max(26px,calc((100vw - var(--max))/2 + 26px)) 78px;
  min-height:560px;
  align-items:center;
  overflow:hidden;
  border-top:1px solid #e4edf5;
  border-bottom:1px solid #d9e5f0;
  background:
    linear-gradient(90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.95) 34%,
      rgba(255,255,255,.75) 54%,
      rgba(255,255,255,.20) 78%,
      rgba(255,255,255,.08) 100%),
    url("/public/media/hero-audit-office.svg") center/cover no-repeat;
}

.home-hero:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 16%,rgba(45,169,255,.12),transparent 18%),
    radial-gradient(circle at 68% 70%,rgba(255,139,31,.08),transparent 20%);
}

.home-hero>div{
  position:relative;
  z-index:1;
}

.home-hero h1{
  max-width:760px;
  text-shadow:0 2px 0 #fff;
}

.home-hero .lead{
  max-width:690px;
  color:#40556d;
}

.home-hero .hero-standard-notice{
  background:rgba(255,255,255,.90);
  backdrop-filter:blur(8px);
  border-left-color:var(--brand-orange);
}

/* Stronger coloured eye-catchers without turning the site dark */
.service-teaser{
  position:relative;
  overflow:hidden;
  border-color:#d9e5f0;
  box-shadow:0 10px 26px #0019500b;
}
.service-teaser:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:5px;
  background:var(--brand-blue);
}
.service-teaser:nth-child(2):before{background:var(--brand-orange)}
.service-teaser:nth-child(3):before{background:var(--brand-green)}
.service-teaser:nth-child(4):before{background:#001950}
.service-teaser:nth-child(2) span{color:var(--brand-orange)}
.service-teaser:nth-child(3) span{color:var(--brand-green)}

.grid>.card,
.grid.two>.card{
  position:relative;
  overflow:hidden;
}
.grid>.card:before,
.grid.two>.card:before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:var(--brand-blue);
}
.grid>.card:nth-child(2):before,
.grid.two>.card:nth-child(2):before{background:var(--brand-orange)}
.grid>.card:nth-child(3):before{background:var(--brand-green)}

.partner-card{
  border-top:3px solid var(--brand-blue);
}
.partner-card:nth-child(2){border-top-color:var(--brand-orange)}
.partner-card:nth-child(3){border-top-color:var(--brand-green)}
.partner-card:nth-child(4){border-top-color:#001950}

.product-code{
  background:linear-gradient(145deg,#0f5fb7,var(--brand-blue));
}
.product-mini:nth-of-type(2) .product-code{
  background:linear-gradient(145deg,#ff9c3c,var(--brand-orange));
}
.product-mini:nth-of-type(3) .product-code{
  background:linear-gradient(145deg,#18ad7c,var(--brand-green));
}

/* OPS: blue / orange / green as functional accents */
.ops-decision-grid .ops-decision-card:nth-child(1):before{background:var(--brand-blue)}
.ops-decision-grid .ops-decision-card:nth-child(2):before{background:var(--brand-orange)}
.ops-decision-grid .ops-decision-card:nth-child(3):before{background:var(--brand-green)}
.ops-decision-grid .ops-decision-card:nth-child(2) .ops-decision-icon{
  background:#fff1e5;color:var(--brand-orange)
}
.ops-decision-grid .ops-decision-card:nth-child(3) .ops-decision-icon{
  background:#e9f8f2;color:var(--brand-green)
}
.ops-recommendation{
  background:#eef6ff;
  border-left-color:var(--brand-blue);
}
.ops-next-action{
  background:linear-gradient(135deg,#073b72,#176fd1);
}
.ops-next-arrow{background:var(--brand-orange)}

/* Footer carries the same small three-colour signature */
.site-footer{
  background:linear-gradient(180deg,#fff,#f8fbfd);
}
.footer-bottom{
  position:relative;
}
.footer-bottom:before{
  content:"";
  position:absolute;
  top:-19px;
  left:0;
  width:86px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--brand-blue) 0 58%,var(--brand-orange) 58% 78%,var(--brand-green) 78%);
}

@media(max-width:850px){
  .home-hero{
    width:100vw;
    margin-left:calc(50% - 50vw);
    padding:58px 20px 54px;
    min-height:auto;
    background:
      linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,255,255,.88)),
      url("/public/media/hero-audit-office.svg") 68% center/cover no-repeat;
  }
  .home-hero .hero-standard-notice{
    margin-top:10px;
  }
}


/* Service visual system */
.service-grid{grid-template-columns:repeat(3,1fr)}
.service-card-visual{
  min-height:390px;
  display:flex;
  flex-direction:column;
  padding:30px;
  border-top:4px solid var(--brand-blue);
}
.service-card-visual .service-icon{
  width:76px;
  height:76px;
  border-radius:22px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  background:#eaf3ff;
  color:var(--brand-blue);
}
.service-card-visual .service-icon svg{
  width:42px;
  height:42px;
}
.service-card-visual .eyebrow{margin-bottom:4px}
.service-card-visual h3{
  font-size:24px;
  line-height:1.14;
  max-width:100%;
  margin-bottom:12px;
}
.service-card-visual>p:not(.eyebrow){margin-top:0}
.service-card-visual ul{
  margin-top:auto;
  padding-top:20px;
}
.service-card-visual li::marker{color:var(--brand-blue)}

.service-card-visual.service-tone-2{border-top-color:var(--brand-orange)}
.service-card-visual.service-tone-2 .service-icon{background:#fff1e5;color:var(--brand-orange)}
.service-card-visual.service-tone-2 li::marker{color:var(--brand-orange)}

.service-card-visual.service-tone-3{border-top-color:var(--brand-green)}
.service-card-visual.service-tone-3 .service-icon{background:#e9f8f2;color:var(--brand-green)}
.service-card-visual.service-tone-3 li::marker{color:var(--brand-green)}

.service-card-visual.service-tone-4{border-top-color:#001950}
.service-card-visual.service-tone-4 .service-icon{background:#edf2f7;color:#001950}
.service-card-visual.service-tone-4 li::marker{color:#001950}

.service-card-visual:last-child{
  background:
    linear-gradient(145deg,#fff 0,#f8fbff 68%,#eef6ff 100%);
  border:2px solid #b9d7f3;
  border-top:4px solid var(--brand-blue);
}
.service-card-visual:last-child .service-number{color:#c9dcee}

/* Home gets only the icon addition, not the full service-card treatment */
.service-teaser{
  gap:12px;
}
.service-teaser-icon{
  width:48px;
  height:48px;
  border-radius:15px;
  display:grid!important;
  place-items:center;
  background:#eaf3ff;
  color:var(--brand-blue)!important;
  align-self:flex-start;
}
.service-teaser-icon svg{width:27px;height:27px}
.service-teaser.service-tone-2 .service-teaser-icon{background:#fff1e5;color:var(--brand-orange)!important}
.service-teaser.service-tone-3 .service-teaser-icon{background:#e9f8f2;color:var(--brand-green)!important}
.service-teaser.service-tone-4 .service-teaser-icon{background:#edf2f7;color:#001950!important}

@media(max-width:1050px){
  .service-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .service-grid{grid-template-columns:1fr}
  .service-card-visual{min-height:auto}
}


/* Elite Shopper V1 visual */
.elite-hero{align-items:center}
.elite-hero-copy{max-width:760px}
.elite-hero-graphic{
  position:relative;
  min-height:360px;
  border-radius:28px;
  background:
    radial-gradient(circle at 28% 22%,#ffffff 0 7%,transparent 8%),
    linear-gradient(145deg,#f7fbff,#eef5fb);
  border:1px solid #d7e4ef;
  box-shadow:0 18px 48px #00195012;
  overflow:hidden;
}
.elite-hero-graphic:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,transparent 0 48%,#176fd10b 48% 49%,transparent 49% 100%),
    linear-gradient(0deg,transparent 0 48%,#176fd10b 48% 49%,transparent 49% 100%);
}
.elite-orbit{
  position:absolute;
  border:1px solid #bfd6eb;
  border-radius:50%;
}
.elite-orbit-a{width:260px;height:260px;left:50%;top:50%;transform:translate(-50%,-50%)}
.elite-orbit-b{width:190px;height:190px;left:50%;top:50%;transform:translate(-50%,-50%);border-color:#dce8f3}
.elite-graphic-core{
  position:absolute;
  left:50%;top:50%;
  transform:translate(-50%,-50%);
  width:145px;height:145px;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:#fff;
  border:2px solid #176fd1;
  box-shadow:0 16px 36px #00195018;
  z-index:2;
}
.elite-core-mark{
  width:44px;height:44px;border-radius:50%;
  display:grid;place-items:center;
  color:#001950;font-weight:900;
  border:3px solid #176fd1;
  box-shadow:inset 0 0 0 2px #ff8b1f55;
  margin-bottom:8px;
}
.elite-graphic-core strong{font-size:16px;color:#001950}
.elite-graphic-core small{font-size:10px;color:#52617a}
.elite-graphic-card{
  position:absolute;
  min-width:132px;
  padding:12px 14px;
  border-radius:14px;
  background:#fff;
  box-shadow:0 12px 30px #00195012;
  border:1px solid #d8e5ef;
  z-index:3;
}
.elite-graphic-card span{
  display:block;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  margin-bottom:4px;
}
.elite-graphic-card strong{font-size:13px;color:#001950}
.elite-graphic-blue{left:7%;top:18%;border-left:5px solid #176fd1}
.elite-graphic-blue span{color:#176fd1}
.elite-graphic-orange{right:6%;top:28%;border-left:5px solid #ff8b1f}
.elite-graphic-orange span{color:#ff8b1f}
.elite-graphic-green{left:20%;bottom:10%;border-left:5px solid #0b9b69}
.elite-graphic-green span{color:#0b9b69}

.elite-login-section{padding-top:28px}
.elite-login-card{
  display:flex;
  justify-content:space-between;
  gap:28px;
  align-items:center;
  padding:28px 30px;
  border-radius:18px;
  background:linear-gradient(135deg,#ffffff,#f6faff);
  border:1px solid #cddfed;
  border-left:5px solid #176fd1;
  box-shadow:0 14px 34px #0019500d;
}
.elite-login-card h2{font-size:30px;margin:.25em 0 .35em}
.elite-login-card p{margin:0;color:var(--muted);max-width:680px}
.elite-login-card button[disabled]{
  opacity:.72;
  cursor:not-allowed;
  flex:0 0 auto;
}
.elite-grid .elite-card:nth-child(1){border-top:4px solid #176fd1}
.elite-grid .elite-card:nth-child(2){border-top:4px solid #ff8b1f}
.elite-grid .elite-card:nth-child(3){border-top:4px solid #0b9b69}
.elite-grid .elite-card:nth-child(4){border-top:4px solid #001950}
@media(max-width:850px){
  .elite-hero-graphic{min-height:330px}
  .elite-login-card{display:block}
  .elite-login-card button{margin-top:18px}
}
@media(max-width:520px){
  .elite-hero-graphic{min-height:300px}
  .elite-graphic-card{min-width:110px;padding:10px}
  .elite-graphic-blue{left:3%;top:14%}
  .elite-graphic-orange{right:3%;top:31%}
  .elite-graphic-green{left:10%;bottom:8%}
}


/* R1.1 Little Backoffice */
.backoffice-login-hero,.backoffice-dashboard-hero{align-items:center}
.backoffice-login-mark{
  width:210px;height:210px;border-radius:50%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:linear-gradient(145deg,#fff,#eef6ff);
  border:2px solid var(--brand-blue);
  box-shadow:0 20px 50px #00195014;
  position:relative;overflow:hidden
}
.backoffice-login-mark:before{
  content:"";position:absolute;inset:18px;border-radius:50%;
  border:1px solid #c8dcf0
}
.backoffice-login-mark span{
  width:62px;height:62px;border-radius:50%;
  display:grid;place-items:center;font-weight:900;color:#001950;
  border:3px solid var(--brand-blue);
  box-shadow:inset 0 0 0 2px #ff8b1f55;
  z-index:1
}
.backoffice-login-mark strong{margin-top:10px;font-size:18px;z-index:1}
.backoffice-login-card{max-width:560px}
.backoffice-module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.backoffice-module{
  min-height:150px;padding:22px;border-radius:16px;background:#fff;
  border:1px solid #d8e5ef;box-shadow:0 12px 30px #0019500b;
  display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden
}
.backoffice-module:before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--brand-blue)
}
.backoffice-module:nth-child(2):before{background:var(--brand-orange)}
.backoffice-module:nth-child(3):before{background:var(--brand-green)}
.backoffice-module:nth-child(4):before{background:#001950}
.backoffice-module:nth-child(5):before{background:var(--brand-blue)}
.backoffice-module:nth-child(6):before{background:var(--brand-orange)}
.backoffice-module>span{position:absolute;right:18px;top:14px;color:#dce7f1;font-size:30px;font-weight:900}
.backoffice-module strong{font-size:20px;color:#001950}
.backoffice-module small{margin-top:4px;color:var(--muted)}
.backoffice-dashboard-hero form{margin:0}
@media(max-width:850px){.backoffice-module-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.backoffice-module-grid{grid-template-columns:1fr}.backoffice-login-mark{width:160px;height:160px}}


/* R1.1 operational dashboard + Elite feed */
.backoffice-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.backoffice-stat-grid article{
  background:#fff;border:1px solid #d8e5ef;border-radius:14px;padding:20px;
  box-shadow:0 10px 26px #0019500a
}
.backoffice-stat-grid span{display:block;font-size:32px;font-weight:900;color:#001950;line-height:1}
.backoffice-stat-grid strong{display:block;margin-top:8px;font-size:13px;color:var(--muted)}
.backoffice-module{text-decoration:none;color:inherit}
.backoffice-module:hover{border-color:#b9d7f3;transform:translateY(-1px)}
.backoffice-table-wrap{overflow:auto;border:1px solid #d8e5ef;border-radius:16px;background:#fff}
.backoffice-table{width:100%;border-collapse:collapse;min-width:900px}
.backoffice-table th,.backoffice-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #edf2f6;font-size:14px}
.backoffice-table th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:#f8fbfd}
.backoffice-table tr:last-child td{border-bottom:0}
.elite-feed-list{display:grid;gap:18px}
.elite-feed-post{
  background:#fff;border:1px solid #d8e5ef;border-radius:18px;padding:26px;
  box-shadow:0 12px 30px #0019500b;position:relative;overflow:hidden
}
.elite-feed-post:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--brand-blue)}
.elite-feed-post.is-pinned:before{background:var(--brand-orange)}
.elite-feed-post h2{font-size:28px;margin:.35em 0}
.elite-feed-post>p{color:var(--muted);max-width:880px}
.elite-feed-meta{display:flex;gap:8px;flex-wrap:wrap}
.elite-feed-details{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0}
.elite-feed-details span{display:flex;flex-direction:column;min-width:150px;padding:10px 12px;border-radius:10px;background:#f7fafc;border:1px solid #e3ebf2}
.elite-feed-details strong{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.elite-feed-post>small{display:block;margin-top:18px;color:#8a98a8}
@media(max-width:900px){.backoffice-stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.backoffice-stat-grid{grid-template-columns:1fr}}


/* Compact private footer + contact inbox */
.backoffice-footer{
  max-width:var(--max);
  margin:auto;
  padding:18px 26px 22px;
  border-top:1px solid var(--line);
}
.backoffice-footer-inner{
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  color:var(--muted);
  font-size:12px;
}
.backoffice-footer-inner strong{color:var(--ink)}
.backoffice-filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}
.backoffice-contact-message{
  background:#fff;
  border:1px solid #d8e5ef;
  border-left:5px solid var(--brand-blue);
  border-radius:16px;
  padding:28px;
  box-shadow:0 12px 30px #0019500b;
}
.backoffice-contact-message h2{font-size:30px}
.backoffice-contact-message p{white-space:normal;color:var(--ink);max-width:900px}


/* Elite invitation / activation */
.backoffice-token-output{
  min-height:118px;
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:13px;
  line-height:1.5;
  background:#f8fbfd;
}


/* Elite profile + activation feedback */
.field-hint{display:block;margin-top:6px;color:var(--muted);font-size:12px;font-weight:500}
.field-error{
  margin:-2px 0 16px;
  padding:10px 12px;
  border-radius:8px;
  background:var(--signal-soft);
  border-left:4px solid var(--signal);
  color:var(--signal);
  font-weight:700;
}
.backoffice-request-history{margin-top:28px;padding-top:20px;border-top:1px solid var(--line)}
.backoffice-request-history>div{
  display:grid;
  grid-template-columns:120px 120px 1fr;
  gap:12px;
  padding:10px 0;
  border-bottom:1px solid #edf2f6;
}
.backoffice-request-history span{color:var(--muted)}
.backoffice-request-history small{color:#8a98a8}
@media(max-width:620px){
  .backoffice-request-history>div{grid-template-columns:1fr}
}


/* Semantic status colors: green=ok, amber=open, red=problem, blue=informational */
.status--ok{background:#e8f7ef;color:#08784f;border:1px solid #bfe8d5}
.status--warn{background:#fff5df;color:#9a6300;border:1px solid #f3d698}
.status--danger{background:#fdebec;color:#a62432;border:1px solid #f0bcc2}
.status--info{background:#eaf3ff;color:#176fd1;border:1px solid #c8dcf5}
.status--neutral{background:#eef2f6;color:#52617a;border:1px solid #d8e0e8}


/* ATLAS manual address fallback disclosure */
.atlas-manual-toggle-wrap{margin-top:4px}
.atlas-manual-fields{
  margin-top:4px;
  padding:18px;
  border:1px dashed var(--line);
  border-radius:12px;
  background:#fafbfd;
}
.atlas-manual-fields[hidden]{display:none}


/* Elite profile — compact profile character */
.elite-profile-heading{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  margin-bottom:18px;
}
.elite-profile-heading h2{margin:.05em 0 0;font-size:30px}
.elite-profile-heading .eyebrow{margin:0}
.elite-profile-form{display:grid;gap:14px}
.elite-profile-block{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:14px;
  padding:16px 18px 18px;
}
.elite-profile-block-head{
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:12px;
}
.elite-profile-block-head>span{
  width:30px;height:30px;border-radius:9px;
  display:grid;place-items:center;
  background:var(--ink);color:white;
  font-size:11px;font-weight:900;
}
.elite-profile-block-head strong{display:block;font-size:15px;color:var(--ink)}
.elite-profile-block-head small{display:block;font-size:11px;color:var(--muted);margin-top:1px}
.elite-profile-grid,
.elite-address-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 12px;
}
.elite-profile-form label{
  margin:0;
  font-size:13px;
  color:var(--ink);
}
.elite-profile-form input,
.elite-profile-form select,
.elite-profile-form textarea{
  margin-top:5px;
  padding:9px 10px;
  min-height:40px;
  font-size:14px;
  border-radius:8px;
}
.elite-profile-form textarea{min-height:74px}
.elite-compact-textarea{min-height:74px!important}
.field-inline-note{font-size:11px;color:var(--muted);font-weight:500}
.elite-profile-form .field-hint{font-size:11px;line-height:1.35;margin-top:4px}
.elite-profile-actions{
  display:flex;
  justify-content:flex-end;
  padding-top:2px;
}
.elite-profile-actions button{padding:10px 16px}
.atlas-manual-toggle-wrap{margin-top:2px}
.atlas-manual-toggle-wrap .button{
  background:#eef1f4;
  border:1px solid #d2d8df;
  color:#445064;
  padding:8px 11px;
  font-size:12px;
  box-shadow:none;
}
.atlas-manual-toggle-wrap .button:hover{
  background:#e4e8ed;
  border-color:#c5ccd4;
  color:var(--ink);
}
.atlas-manual-fields{
  margin-top:2px;
  padding:13px;
  background:#f3f5f7;
  border:1px dashed #cbd2da;
}
@media(max-width:700px){
  .elite-profile-grid,.elite-address-grid{grid-template-columns:1fr}
  .elite-profile-heading{align-items:center}
}


/* R1.2 credential issuance */
.credential-order-card{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  text-align:left;
  gap:6px;
  min-height:190px;
}
.credential-order-card>span{
  align-self:flex-start;
}
.credential-order-card .credential-order-action{
  margin-top:auto;
  width:100%;
  padding:9px 11px;
  font-size:12px;
  border-radius:8px;
}
.credential-admin-orders-head{margin-top:28px}


/* R1.2 Verify credential certificate layout */
.credential-certificate-list{display:grid;gap:14px}
.credential-certificate{
  background:#fff;
  border:1px solid #dde3ea;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,25,80,.05);
}
.credential-certificate-summary{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  padding:18px 20px;
}
.credential-certificate-mark{
  width:48px;height:48px;border-radius:13px;
  display:grid;place-items:center;
  background:var(--ink);color:white;
  font-weight:900;font-size:13px;letter-spacing:.08em;
}
.credential-certificate-main h3{margin:8px 0 10px;font-size:22px}
.credential-certificate-topline{
  display:flex;gap:8px;align-items:center;flex-wrap:wrap;
}
.credential-certificate-meta{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px 16px;
}
.credential-certificate-meta span{min-width:0}
.credential-certificate-meta strong{
  display:block;
  font-size:13px;
  color:var(--ink);
  overflow-wrap:anywhere;
}
.credential-certificate-meta small{
  display:block;
  margin-top:2px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:var(--muted);
}
.credential-certificate-toggle{white-space:nowrap}
.credential-certificate-details{
  border-top:1px solid #e5e9ef;
  padding:18px 20px 20px;
  background:#f8fafc;
}
.credential-certificate-details[hidden]{display:none}
.credential-certificate-detail-head{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
  margin-bottom:18px;
}
.credential-certificate-detail-head h4{margin:3px 0 0;font-size:18px}
.credential-output-section{
  border-top:1px solid #e0e6ed;
  padding-top:16px;
}
.credential-output-section-head{margin-bottom:10px}
.credential-output-section-head strong{display:block}
.credential-output-section-head small{display:block;color:var(--muted);margin-top:2px}
.credential-output-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.credential-output-option{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border:1px solid #e0e5eb;
  border-radius:10px;
  background:white;
}
.credential-output-option strong{display:block;font-size:13px}
.credential-output-option small{display:block;color:var(--muted);font-size:11px;margin-top:2px}
.credential-output-option .button{
  flex:0 0 auto;
  padding:7px 9px;
  font-size:11px;
}
@media(max-width:760px){
  .credential-certificate-summary{grid-template-columns:40px minmax(0,1fr)}
  .credential-certificate-mark{width:40px;height:40px}
  .credential-certificate-toggle{grid-column:1/-1;width:100%}
  .credential-certificate-meta{grid-template-columns:repeat(2,minmax(0,1fr))}
  .credential-certificate-detail-head{display:block}
  .credential-service-actions{margin-top:12px}
  .credential-output-grid{grid-template-columns:1fr}
}


/* R1.2 Verify credential editor */
.credential-service-heading{
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:flex-start;
}
.credential-service-heading>div{max-width:760px}
.credential-editor{display:grid;gap:14px}
.credential-editor-section{
  padding:16px 18px;
  border:1px solid #e1e6ec;
  border-radius:12px;
  background:#f8fafc;
}
.credential-editor-head{
  display:flex;
  gap:10px;
  align-items:center;
  margin-bottom:12px;
}
.credential-editor-head>span{
  width:30px;height:30px;border-radius:9px;
  display:grid;place-items:center;
  background:var(--ink);color:#fff;
  font-size:11px;font-weight:900;
}
.credential-editor-head strong{display:block;color:var(--ink)}
.credential-editor-head small{display:block;color:var(--muted);font-size:11px;margin-top:1px}
.credential-asset-state{display:grid;gap:8px;margin-top:14px}
.credential-asset-state>div{
  display:flex;justify-content:space-between;gap:12px;align-items:center;
  padding:8px 0;border-bottom:1px solid #e8edf2;
}
.credential-asset-state>div:last-child{border-bottom:0}
@media(max-width:760px){
  .credential-service-heading{display:block}
  .credential-service-heading>.button{margin-top:12px;width:100%}
}


/* R1.2 credential asset manager */
.credential-asset-manager{display:grid;gap:10px;margin-bottom:16px}
.credential-asset-item{
  display:grid;
  grid-template-columns:minmax(180px,1fr) minmax(0,2fr);
  gap:14px;
  align-items:center;
  padding:12px 14px;
  border:1px solid #e1e6ec;
  border-radius:10px;
  background:#fff;
}
.credential-asset-item>div:first-child strong{display:block;color:var(--ink)}
.credential-asset-item>div:first-child small{display:block;color:var(--muted);font-size:11px;margin-top:2px;overflow-wrap:anywhere}
.credential-asset-upload{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(180px,.7fr) auto;
  gap:8px;
  align-items:center;
}
.credential-asset-upload input[type="file"]{margin:0;padding:7px;background:#f8fafc}
.credential-asset-upload input:not([type="file"]){margin:0}
.credential-asset-upload button{white-space:nowrap}
.credential-asset-actions{display:flex;gap:8px;justify-content:flex-end;align-items:center}
.credential-asset-actions form{margin:0}
.credential-scope-form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  align-items:end;
}
.credential-scope-form select{margin:0}
@media(max-width:760px){
  .credential-asset-item{grid-template-columns:1fr}
  .credential-asset-upload{grid-template-columns:1fr}
  .credential-asset-actions{justify-content:flex-start;flex-wrap:wrap}
  .credential-scope-form{grid-template-columns:1fr}
}


/* R1.2 credential activation gate */
.credential-activation-card{border:1px solid #dfe5eb}
.credential-integrity-block{
  padding:14px 16px;
  border:1px solid #ead9a8;
  border-radius:10px;
  background:#fffaf0;
}
.credential-integrity-block strong{display:block;margin-bottom:7px}
.credential-integrity-block ul{margin:0;padding-left:20px}
.credential-integrity-block li{margin:3px 0;font-size:13px}
.credential-activate-form{margin-top:14px}


/* R1.2 credential lifecycle */
.credential-lifecycle-actions{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.credential-lifecycle-actions form{margin:0}
@media(max-width:760px){
  .credential-lifecycle-actions{display:grid;grid-template-columns:1fr}
  .credential-lifecycle-actions button{width:100%}
}


/* R1.2 credential fulfilment */
.credential-wallet-readiness{
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
}
.credential-output-list-actions{
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
}
.credential-output-transition{
  display:grid;
  grid-template-columns:minmax(180px,1fr) minmax(220px,1fr) auto;
  gap:10px;
  align-items:center;
  padding:12px 0;
  border-bottom:1px solid #e7ebf0;
}
.credential-output-transition:last-child{border-bottom:0}
.credential-output-transition strong{display:block;color:var(--ink)}
.credential-output-transition small{display:block;color:var(--muted);margin-top:2px}
.credential-output-transition input{margin:0}
.credential-wallet-issues{margin:10px 0 0;padding-left:20px}
.credential-wallet-issues li{margin:4px 0}
@media(max-width:760px){
  .credential-output-list-actions{width:100%;justify-content:flex-start}
  .credential-output-transition{grid-template-columns:1fr}
  .credential-output-transition button{width:100%}
}


/* R1.2 Apple Wallet technical preview */
.wallet-preview-card{
  min-height:360px;
  padding:20px;
  border-radius:20px;
  background:#001950;
  color:#fff;
  box-shadow:0 12px 28px rgba(0,25,80,.18);
}
.wallet-preview-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:28px;
}
.wallet-preview-top span{font-weight:800}
.wallet-preview-top small{opacity:.7}
.wallet-preview-primary small,
.wallet-preview-fields small{
  display:block;
  font-size:10px;
  letter-spacing:.08em;
  opacity:.7;
  margin-bottom:3px;
}
.wallet-preview-primary strong{
  display:block;
  font-size:20px;
  line-height:1.2;
}
.wallet-preview-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:24px;
}
.wallet-preview-fields strong{display:block;line-height:1.2}
.wallet-preview-qr{
  display:flex;
  gap:12px;
  align-items:flex-end;
  margin-top:24px;
}
.wallet-preview-qr [data-wallet-qr-target]{
  padding:6px;
  border-radius:8px;
  background:#fff;
}
.wallet-preview-qr small{opacity:.8}
.credential-wallet-mapping{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 18px;
}
.credential-wallet-mapping>div{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  border-bottom:1px solid #e7ebf0;
}
.credential-wallet-mapping>div.wide{grid-column:1 / -1}
.credential-wallet-mapping span{text-align:right;overflow-wrap:anywhere}
@media(max-width:760px){
  .wallet-preview-fields{grid-template-columns:1fr}
  .credential-wallet-mapping{grid-template-columns:1fr}
  .credential-wallet-mapping>div.wide{grid-column:auto}
}


/* Backoffice mobile PWA shell */
.backoffice-app-shell{background:#f4f7fb}
.backoffice-app-header{
  position:sticky;
  top:0;
  z-index:40;
  min-height:64px;
  background:rgba(255,255,255,.96);
  backdrop-filter:saturate(150%) blur(14px);
  border-bottom:1px solid var(--line);
}
.backoffice-app-nav{display:flex;gap:8px;align-items:center}
.backoffice-app-nav a{
  text-decoration:none;
  color:var(--ink);
  font-weight:800;
  font-size:13px;
  padding:9px 11px;
  border-radius:9px;
}
.backoffice-app-nav a:hover{background:#eef4fa}
.backoffice-install-hint{padding-top:0;padding-bottom:0}
.backoffice-install-hint .notice{margin:0}

@media(max-width:700px){
  .backoffice-app-shell .site-header{
    padding:10px 14px;
    gap:10px;
  }
  .backoffice-app-shell .brand-copy small{font-size:9px}
  .backoffice-app-shell .brand-mark{width:38px;height:38px}
  .backoffice-app-nav a{padding:8px;font-size:12px}
  .backoffice-app-shell .hero{
    padding-top:34px;
    padding-bottom:26px;
  }
  .backoffice-app-shell .hero h1{font-size:clamp(32px,10vw,46px)}
  .backoffice-app-shell .section{padding-top:22px;padding-bottom:22px}
  .backoffice-app-shell .form-card,
  .backoffice-app-shell .card,
  .backoffice-app-shell .backoffice-contact-message{padding:18px}
  .backoffice-app-shell .backoffice-module{
    min-height:112px;
    padding:18px;
  }
  .backoffice-app-shell .backoffice-module>span{
    top:10px;
    right:14px;
    font-size:24px;
  }
  .backoffice-app-shell .backoffice-stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .backoffice-app-shell .backoffice-stat-grid article{padding:16px}
  .backoffice-app-shell .backoffice-stat-grid span{font-size:28px}
  .backoffice-app-shell .backoffice-table-wrap{
    margin-left:-6px;
    margin-right:-6px;
    border-radius:12px;
  }
  .backoffice-app-shell button,
  .backoffice-app-shell .button{
    min-height:44px;
  }
  .backoffice-app-shell input,
  .backoffice-app-shell select,
  .backoffice-app-shell textarea{
    font-size:16px;
  }
  .backoffice-app-shell .backoffice-footer{padding-bottom:max(22px,env(safe-area-inset-bottom))}
}
@media(max-width:420px){
  .backoffice-app-shell .backoffice-stat-grid{grid-template-columns:1fr 1fr}
  .backoffice-app-nav a:last-child{display:none}
}
@media(display-mode:standalone){
  .backoffice-app-header{padding-top:max(10px,env(safe-area-inset-top))}
}


/* Contact risk guidance */
.contact-risk-reasons{
  margin:8px 0 16px;
  padding-left:18px;
  color:var(--muted);
  font-size:12px;
}
.contact-risk-reasons li{margin:3px 0}


/* Public form anti-abuse */
.turnstile-wrap{display:flex;align-items:center;min-height:70px;margin:2px 0 10px}
@media(max-width:420px){.turnstile-wrap{overflow-x:auto}}


/* Contact work queue */
.backoffice-contact-search{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  gap:10px;
  align-items:end;
  margin-bottom:14px;
}
.backoffice-contact-search label{margin:0}
.backoffice-contact-search label>span{
  display:block;
  margin-bottom:5px;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted);
}
.backoffice-contact-search input{margin:0}
.backoffice-table tr.contact-row--done td{
  background:#f1f3f5;
  color:#6b7280;
}
.backoffice-table tr.contact-row--done a{color:#566070}
.backoffice-table tr.contact-row--archived td{
  background:#eceff2;
  color:#7a838f;
}
@media(max-width:700px){
  .backoffice-contact-search{grid-template-columns:1fr}
  .backoffice-contact-search button,
  .backoffice-contact-search .button{width:100%}
}


/* Compact backoffice administration */
.backoffice-app-shell main{padding-top:18px;padding-bottom:44px}
.backoffice-app-shell .backoffice-dashboard-hero{
  padding:22px 0 18px;
  display:block;
}
.backoffice-app-shell .backoffice-dashboard-hero h1{
  font-size:34px;
  line-height:1.05;
  margin:.08em 0 .18em;
}
.backoffice-app-shell .backoffice-dashboard-hero .lead{
  font-size:14px;
  line-height:1.45;
  max-width:820px;
  margin:0;
}
.backoffice-app-shell .backoffice-dashboard-hero .actions{margin-top:12px}
.backoffice-app-shell .section{padding:24px 0}
.backoffice-app-shell .section-head{margin-bottom:16px}
.backoffice-app-shell .section-head h2{font-size:27px}
.backoffice-app-shell .backoffice-module-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.backoffice-app-shell .backoffice-module{
  min-height:96px;
  padding:14px 15px;
  border-radius:10px;
  box-shadow:none;
  position:relative;
}
.backoffice-app-shell .backoffice-module>span{
  position:static;
  display:block;
  margin-bottom:8px;
  font-size:10px;
  font-weight:900;
  color:var(--muted);
  letter-spacing:.08em;
}
.backoffice-app-shell .backoffice-module>strong{
  display:block;
  font-size:15px;
  line-height:1.2;
}
.backoffice-app-shell .backoffice-module>small{
  display:block;
  margin-top:4px;
  font-size:11px;
  line-height:1.3;
  color:var(--muted);
}
.backoffice-module-count{
  position:absolute;
  top:12px;
  right:12px;
  min-width:26px;
  height:26px;
  padding:0 7px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:#eef2f6;
  color:var(--ink);
  font-size:12px;
  font-weight:900;
}
.backoffice-app-shell .form-card,
.backoffice-app-shell .card,
.backoffice-app-shell .backoffice-contact-message{
  padding:16px 18px;
  border-radius:10px;
  box-shadow:none;
}
.backoffice-app-shell .backoffice-table-wrap{border-radius:10px}
.backoffice-app-shell .backoffice-table th,
.backoffice-app-shell .backoffice-table td{padding:9px 11px;font-size:12px}
.backoffice-app-shell .backoffice-table th{font-size:10px}
.backoffice-app-shell input,
.backoffice-app-shell select,
.backoffice-app-shell textarea{
  padding:8px 9px;
  min-height:38px;
  border-radius:7px;
}
.backoffice-app-shell .button,
.backoffice-app-shell button{
  padding:9px 12px;
  font-size:12px;
}
.compact-inline-form{margin:0}
.compact-inline-form button{white-space:nowrap}
.compact-admin-form{max-width:860px}
.credential-photo-permission{
  display:flex!important;
  align-items:flex-start;
  gap:9px;
  padding:10px 12px;
  background:#eef8f2;
  border:1px solid #c9e7d5;
  border-radius:8px;
}
.credential-photo-permission input{
  width:18px;
  height:18px;
  min-height:0!important;
  margin:2px 0 0!important;
}
.credential-photo-permission span{display:block}
.verify-photo-permission{
  display:flex;
  align-items:center;
  gap:8px;
  margin:14px 0;
  padding:10px 12px;
  border-radius:10px;
  background:#e8f7ef;
  border:1px solid #bfe8d5;
  color:#08784f;
}
.verify-photo-permission svg{width:20px;height:20px;flex:0 0 auto}

@media(max-width:960px){
  .backoffice-app-shell .backoffice-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .backoffice-app-shell main{padding-top:8px}
  .backoffice-app-shell .backoffice-dashboard-hero{padding:18px 0 14px}
  .backoffice-app-shell .backoffice-dashboard-hero h1{font-size:30px}
  .backoffice-app-shell .section{padding:18px 0}
  .backoffice-app-shell .backoffice-module{min-height:88px;padding:13px}
  .backoffice-app-shell .backoffice-module-grid{gap:8px}
  .backoffice-module-count{top:10px;right:10px}
}
@media(max-width:430px){
  .backoffice-app-shell .backoffice-module-grid{grid-template-columns:1fr 1fr}
}


/* Elite credential identity + project workflow */
.elite-photo-layout{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:18px;
  align-items:start;
}
.elite-photo-preview,
.admin-member-photo,
.project-request-person img{
  width:128px;
  height:160px;
  border-radius:10px;
  overflow:hidden;
  background:#eef2f6;
  border:1px solid #d8e0e8;
}
.elite-photo-preview img,
.admin-member-photo img,
.project-request-person img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.elite-photo-placeholder{
  width:128px;
  height:160px;
  display:grid;
  place-items:center;
  text-align:center;
  color:var(--muted);
  font-size:12px;
}
.project-request-person{
  display:flex;
  gap:14px;
  align-items:center;
}
.project-request-person img{
  width:76px;
  height:96px;
}
.credential-master-identity{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-bottom:12px;
}
.credential-master-identity>div{
  padding:10px 12px;
  border:1px solid #e1e6ec;
  border-radius:8px;
  background:#f8fafc;
}
.credential-master-identity small{
  display:block;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted);
}
.credential-master-identity strong{
  display:block;
  margin-top:3px;
}
.credential-project-assets{margin:18px 0}
.project-logo-preview{
  height:90px;
  display:flex;
  align-items:center;
  margin:10px 0;
  padding:8px;
  border:1px solid #e1e6ec;
  border-radius:8px;
  background:#fff;
}
.project-logo-preview img{
  max-width:100%;
  max-height:72px;
  object-fit:contain;
}
@media(max-width:700px){
  .elite-photo-layout{grid-template-columns:1fr}
  .credential-master-identity{grid-template-columns:1fr}
}


/* Agency master business card */
.agency-master-card{
  display:grid;
  grid-template-columns:minmax(240px,.8fr) minmax(0,1.5fr);
  gap:18px;
  align-items:stretch;
}
.agency-master-identity,
.agency-master-facts{
  border:1px solid #e1e6ec;
  border-radius:10px;
  background:#fff;
  padding:16px;
}
.agency-master-identity{
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  gap:14px;
  align-items:center;
}
.agency-master-logo{
  width:96px;
  height:96px;
  border:1px solid #e1e6ec;
  border-radius:10px;
  background:#f8fafc;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.agency-master-logo img{
  max-width:84px;
  max-height:84px;
  object-fit:contain;
}
.agency-logo-placeholder{
  font-size:11px;
  color:var(--muted);
  text-align:center;
}
.agency-master-identity h2{
  margin:0 0 4px;
  font-size:22px;
}
.agency-master-identity p{margin:4px 0}
.agency-master-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.agency-master-facts>div{
  padding:10px 12px;
  border:1px solid #edf0f3;
  border-radius:8px;
  background:#f8fafc;
}
.agency-master-facts .wide{grid-column:1/-1}
.agency-master-facts small{
  display:block;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted);
  margin-bottom:4px;
}
.agency-master-facts strong{
  display:block;
  font-size:13px;
  overflow-wrap:anywhere;
}
.agency-logo-form{margin:0}
.agency-logo-or{
  margin:14px 0;
  text-align:center;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--muted);
}
.agency-project-list{
  display:grid;
  gap:8px;
}
.agency-project-list>a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:1px solid #e1e6ec;
  border-radius:8px;
  text-decoration:none;
  color:inherit;
  background:#fff;
}
.agency-project-list small{
  display:block;
  margin-top:2px;
  color:var(--muted);
}
@media(max-width:800px){
  .agency-master-card{grid-template-columns:1fr}
}
@media(max-width:600px){
  .agency-master-identity{grid-template-columns:74px minmax(0,1fr)}
  .agency-master-logo{width:74px;height:74px}
  .agency-master-logo img{max-width:64px;max-height:64px}
  .agency-master-facts{grid-template-columns:1fr}
  .agency-master-facts .wide{grid-column:auto}
}
