/* Noche Customer B2B Experience - data-only/static asset */
.nochecx{
  --ink:#0c1512;
  --ink-2:#1a2924;
  --muted:#68746f;
  --paper:#fffdf8;
  --cream:#f7f2e6;
  --cream-2:#efe6d2;
  --gold:#d9b96d;
  --gold-2:#b9892f;
  --line:rgba(12,21,18,.12);
  --shadow:0 24px 70px rgba(12,21,18,.10);
  --radius:28px;
  background:#f8f4ec;
  color:var(--ink);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.nochecx *{box-sizing:border-box;}
.nochecx a{text-decoration:none;}
.nochecx-wrap{max-width:1180px;margin:0 auto;padding-left:18px;padding-right:18px;}
.nochecx-hero{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 18% 20%,rgba(217,185,109,.32),transparent 30%),radial-gradient(circle at 88% 8%,rgba(255,255,255,.08),transparent 26%),linear-gradient(135deg,#07100d 0%,#12211c 54%,#2d3e36 100%);} 
.nochecx-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,16,13,.24),rgba(7,16,13,.03));pointer-events:none;}
.nochecx-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.82fr);gap:42px;align-items:center;padding:74px 0;position:relative;z-index:2;}
.nochecx-eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.08);color:#f7e6bd;border-radius:999px;padding:8px 13px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:850;}
.nochecx-title{font-size:clamp(38px,6.6vw,78px);line-height:.94;letter-spacing:-.058em;font-weight:880;margin:18px 0 18px;}
.nochecx-subtitle{max-width:760px;font-size:clamp(17px,2.05vw,22px);line-height:1.62;color:#dbe5df;margin:0;}
.nochecx-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:28px;}
.nochecx-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;border-radius:17px;padding:14px 19px;font-weight:850;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease;cursor:pointer;}
.nochecx-btn:hover{transform:translateY(-1px);text-decoration:none;}
.nochecx-btn-primary{background:#fff6de;color:#07100d;box-shadow:0 18px 48px rgba(0,0,0,.22);}
.nochecx-btn-primary:hover{background:#fff;color:#000;}
.nochecx-btn-dark{background:#0c1512;color:#fff;box-shadow:0 16px 38px rgba(12,21,18,.16);}
.nochecx-btn-dark:hover{background:#000;color:#fff;}
.nochecx-btn-light{background:#fff;color:var(--ink);border-color:#e6dcc8;}
.nochecx-btn-light:hover{background:#fffaf0;color:#000;}
.nochecx-btn-ghost{background:rgba(255,255,255,.075);border-color:rgba(255,255,255,.22);color:#fff;}
.nochecx-btn-ghost:hover{background:rgba(255,255,255,.14);color:#fff;}
.nochecx-hero-card{background:linear-gradient(180deg,#fffdf8 0%,#fff4da 100%);color:var(--ink);border-radius:34px;padding:28px;border:1px solid rgba(255,255,255,.54);box-shadow:0 28px 90px rgba(0,0,0,.25);}
.nochecx-card-tag{display:inline-flex;align-items:center;gap:7px;background:#0c1512;color:#f4d796;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;}
.nochecx-account-name{font-size:13px;color:#728079;margin-top:3px;}
.nochecx-status{border-radius:22px;padding:15px 16px;margin:18px 0 16px;line-height:1.45;}
.nochecx-status-ok{background:#ecfff4;border:1px solid #ccebd8;color:#143b29;}
.nochecx-status-wait{background:#fff8de;border:1px solid #ead9a8;color:#3a2d0d;}
.nochecx-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px;}
.nochecx-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;}
.nochecx-mini{background:#f7f1e4;border:1px solid #e8dec8;border-radius:20px;padding:14px;}
.nochecx-mini strong{display:block;font-size:13px;margin-bottom:3px;}
.nochecx-mini span{display:block;font-size:12px;color:#69776f;line-height:1.35;}
.nochecx-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:26px;}
.nochecx-proof{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:21px;padding:15px;color:#e6efea;}
.nochecx-proof strong{display:block;color:#fff;font-size:14px;margin-bottom:4px;}
.nochecx-proof span{font-size:13px;color:#cbd9d3;line-height:1.35;}
.nochecx-section{padding:68px 0;}
.nochecx-kicker{color:#8c6d2a;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:850;margin-bottom:10px;}
.nochecx-heading{font-size:clamp(28px,3.55vw,50px);line-height:1.04;letter-spacing:-.04em;font-weight:880;margin:0 0 14px;}
.nochecx-muted{color:var(--muted);}
.nochecx-panel{background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);}
.nochecx-soft{background:linear-gradient(135deg,#fff 0%,#fff7e2 100%);border:1px solid rgba(217,185,109,.28);border-radius:34px;box-shadow:var(--shadow);}
.nochecx-search{background:#0c1512;color:#fff;border-radius:34px;padding:28px;box-shadow:0 25px 75px rgba(12,21,18,.20);}
.nochecx-search input{border:0;border-radius:16px;min-height:54px;padding:0 16px;}
.nochecx-flow-card,.nochecx-action-card,.nochecx-preset-card{height:100%;background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;color:var(--ink);box-shadow:0 14px 42px rgba(12,21,18,.065);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;}
.nochecx-action-card:hover,.nochecx-preset-card:hover{transform:translateY(-3px);box-shadow:0 25px 70px rgba(12,21,18,.11);border-color:rgba(217,185,109,.48);color:var(--ink);}
.nochecx-icon{width:52px;height:52px;border-radius:19px;background:#f4efe2;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px;}
.nochecx-flow-no{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0c1512;color:#f3d990;font-weight:900;margin-bottom:14px;}
.nochecx-chip{display:inline-flex;align-items:center;border-radius:999px;background:#f5f1e8;border:1px solid #e5dccd;color:#25312d;font-weight:800;font-size:12px;padding:7px 10px;margin:4px 4px 0 0;}
.nochecx-form-shell{background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:0 26px 80px rgba(12,21,18,.10);overflow:hidden;}
.nochecx-form-head{background:linear-gradient(135deg,#fffaf0 0%,#fff 100%);border-bottom:1px solid rgba(217,185,109,.25);padding:28px;}
.nochecx-form-body{padding:28px;}
.nochecx-field label{font-weight:850;margin-bottom:8px;color:#16211d;}
.nochecx-field .form-control,.nochecx-field .form-select{min-height:52px;border-radius:16px;border:1px solid #ded8ca;background:#fff;padding:12px 14px;}
.nochecx-field textarea.form-control{min-height:118px;}
.nochecx-helper{font-size:13px;color:#69776f;margin-top:7px;}
.nochecx-required{color:#9b6b16;}
.nochecx-summary{background:#101b17;color:#fff;border-radius:28px;padding:24px;box-shadow:0 24px 70px rgba(12,21,18,.20);position:sticky;top:88px;}
.nochecx-summary .nochecx-muted{color:#cbd8d2;}
.nochecx-clean-list{list-style:none;padding:0;margin:0;}
.nochecx-clean-list li{display:flex;gap:10px;margin:11px 0;color:inherit;}
.nochecx-clean-list li:before{content:"✓";color:#d9b96d;font-weight:900;}
.nochecx-live-summary{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:20px;padding:15px;color:#e4ede8;font-size:14px;line-height:1.45;}
.nochecx-form-status{border-radius:18px;padding:12px 14px;background:#ecfff4;border:1px solid #cbeed9;color:#123a28;font-size:14px;display:none;}
.nochecx-bottom-nav{position:fixed;z-index:1030;left:12px;right:12px;bottom:12px;background:rgba(12,21,18,.95);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px);border-radius:24px;padding:8px;display:none;box-shadow:0 18px 44px rgba(0,0,0,.28);}
.nochecx-bottom-nav a{flex:1;text-align:center;color:#fff;text-decoration:none;font-size:12px;padding:9px 5px;border-radius:16px;}
.nochecx-bottom-nav a:hover{background:rgba(255,255,255,.11);}
.nochecx-mobile-spacer{height:0;}
.nochecx-quote-band{background:#fff;border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);overflow:hidden;}
.nochecx-quote-band-inner{padding:34px;background:linear-gradient(135deg,#fff 0%,#fff7e4 100%);} 
.nochecx-faq{border-top:1px solid #ece3d4;padding:18px 0;}
.nochecx-faq:first-child{border-top:0;}
.nochecx-faq strong{display:block;margin-bottom:5px;}
.nochecx-preset-card{cursor:pointer;text-align:left;width:100%;}
.nochecx-preset-card .nochecx-icon{margin-bottom:14px;}
@media(max-width:991px){
  .nochecx-hero-grid{grid-template-columns:1fr;gap:30px;padding:54px 0;}
  .nochecx-proof-grid{grid-template-columns:1fr;}
  .nochecx-summary{position:relative;top:auto;}
}
@media(max-width:767px){
  .nochecx-section{padding:46px 0;}
  .nochecx-title{letter-spacing:-.04em;}
  .nochecx-actions .nochecx-btn,.nochecx-search .nochecx-btn,.nochecx-form-body .nochecx-btn{width:100%;}
  .nochecx-card-actions,.nochecx-mini-grid{grid-template-columns:1fr;}
  .nochecx-hero-card,.nochecx-panel,.nochecx-soft,.nochecx-form-shell,.nochecx-summary,.nochecx-search{border-radius:24px;}
  .nochecx-form-head,.nochecx-form-body{padding:20px;}
  .nochecx-bottom-nav{display:flex;}
  .nochecx-mobile-spacer{height:84px;}
}
