/* Caixa Fechada — Solicitar Catálogo. Módulo isolado. */
body.cf-catalog-request-page{background:#fff !important;}
body.cf-catalog-request-page .cf-page-title,
body.cf-catalog-request-page .entry-title,
body.cf-catalog-request-page .page-title,
body.cf-catalog-request-page .site-footer,
body.cf-catalog-request-page footer{display:none !important;}

.cf-catalog-request{position:relative;width:100%;max-width:760px;margin:26px auto 42px;box-sizing:border-box;}
.cf-catalog-request-head{
    display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;
    margin:0 0 16px;padding:24px 28px;border-radius:18px;
    background:linear-gradient(135deg,#ff5a00 0%,#ff9a1f 50%,#ff6500 100%);
    box-shadow:0 14px 30px rgba(255,96,0,.20);color:#fff;text-align:center;
}
.cf-catalog-head-kicker{
    display:inline-flex !important;align-items:center;justify-content:center;min-height:30px;margin:0 auto 13px;padding:0 16px;
    border:1px solid rgba(255,255,255,.78);border-radius:999px;background:rgba(150,45,0,.12);
    color:#fff !important;font-size:11px;line-height:1;font-weight:900;letter-spacing:.055em;white-space:nowrap;
}
.cf-catalog-request-head h1{margin:0 auto 9px !important;color:#fff !important;font-size:32px;line-height:1.08;font-weight:900;letter-spacing:-.02em;text-align:center;}
.cf-catalog-request-head p{max-width:560px;margin:0 auto !important;color:#fff !important;font-size:15px;line-height:1.45;font-weight:500;text-align:center;}

.cf-catalog-request-form{padding:22px 24px;border:1px solid #ece4de;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(74,35,0,.08);}
.cf-catalog-request-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.cf-catalog-request-full{grid-column:1/-1;}
.cf-catalog-request-field{display:block;margin:0;}
.cf-catalog-request-field>span,.cf-catalog-request-group legend{display:block;margin:0 0 7px;padding:0;color:#27221f;font-size:13px;line-height:1.2;font-weight:800;}
.cf-catalog-request-field input{width:100%;height:46px;margin:0;padding:0 12px;box-sizing:border-box;border:1px solid #ddd3cc;border-radius:8px;background:#fff;color:#222;font-size:14px;box-shadow:none;}
.cf-catalog-request-field input:focus{outline:3px solid rgba(255,112,0,.12);border-color:#ff7600;}
.cf-catalog-request-group{margin:18px 0 0;padding:0;border:0;}
.cf-catalog-request-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;}
.cf-catalog-request-options-3{grid-template-columns:repeat(3,minmax(0,1fr));}
.cf-catalog-request-options label{position:relative;margin:0;cursor:pointer;}
.cf-catalog-request-options input{position:absolute;opacity:0;pointer-events:none;}
.cf-catalog-request-options span{min-height:44px;padding:9px 12px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;border:1px solid #e2d2c6;border-radius:8px;background:#fffaf6;color:#2a2521;font-size:13px;font-weight:800;text-align:center;}
.cf-catalog-request-options input:checked+span{border-color:#ff7600;background:#fff1e7;color:#d95700;box-shadow:0 0 0 2px rgba(255,118,0,.09);}

.cf-catalog-wholesale-notice{display:flex;flex-direction:column;gap:2px;margin:0 0 10px;padding:10px 12px;border:1px solid #ffd4b3;border-radius:9px;background:#fff8f2;text-align:center;}
.cf-catalog-wholesale-notice strong{color:#d85b00;font-size:12px;font-weight:900;}
.cf-catalog-wholesale-notice span{color:#5d5149;font-size:11px;font-weight:700;}
.cf-catalog-request-warning[hidden]{display:none !important;}
.cf-catalog-request-warning{margin:12px 0 0;padding:13px 14px;border:1px solid #e0a83d;border-radius:9px;background:#fff6d9;color:#604600;}
.cf-catalog-request-warning strong{display:block;margin-bottom:3px;font-size:13px;}
.cf-catalog-request-warning p{margin:0;font-size:12px;line-height:1.45;color:#604600;}

.cf-catalog-request-submit{width:100%;min-height:52px;margin:22px 0 0;padding:12px 18px;border:0;border-radius:10px;background:linear-gradient(135deg,#ff950f 0%,#ff6a00 58%,#ff5a00 100%);color:#fff !important;-webkit-text-fill-color:#fff !important;font-size:14px;line-height:1.15;font-weight:900;text-align:center;box-shadow:0 9px 20px rgba(255,106,0,.25);cursor:pointer;}
.cf-catalog-request-submit:hover,.cf-catalog-request-submit:focus{color:#fff !important;-webkit-text-fill-color:#fff !important;filter:brightness(1.03);}
.cf-catalog-request-submit[disabled]{opacity:.48;cursor:not-allowed;filter:none;}
.cf-catalog-request-error{min-height:18px;margin:7px 0 0;color:#b42318;font-size:12px;text-align:center;}

html.cf-catalog-modal-open,body.cf-catalog-modal-open{overflow:hidden !important;}
.cf-catalog-modal[hidden]{display:none !important;}
.cf-catalog-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:18px;box-sizing:border-box;opacity:0;transition:opacity .18s ease;}
.cf-catalog-modal.is-open{opacity:1;}
.cf-catalog-modal-backdrop{position:absolute;inset:0;background:rgba(12,12,12,.66);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);}
.cf-catalog-modal-dialog{position:relative;z-index:1;width:min(780px,100%);max-height:calc(100vh - 36px);overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.28);transform:translateY(10px) scale(.985);transition:transform .18s ease;}
.cf-catalog-modal.is-open .cf-catalog-modal-dialog{transform:translateY(0) scale(1);}
.cf-catalog-modal-scroll{max-height:calc(100vh - 36px);overflow:auto;-webkit-overflow-scrolling:touch;padding:12px 14px 18px;box-sizing:border-box;}
.cf-catalog-modal .cf-catalog-request{margin:0 auto;}
.cf-catalog-modal-close{position:absolute;z-index:3;top:18px;right:20px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.60);border-radius:50%;background:rgba(20,20,20,.78);color:#fff !important;font:700 30px/1 Arial,sans-serif;cursor:pointer;}
.cf-catalog-modal-close:hover{background:#111;}

.cf-catalog-page-close{position:absolute;z-index:4;top:10px;right:10px;width:34px;height:34px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(70,20,0,.25);color:#fff !important;font:400 28px/1 Arial,sans-serif;cursor:pointer;}

@media(max-width:767px){
    .cf-catalog-request{margin:14px auto 28px;padding:0 12px;}
    .cf-catalog-request-head{padding:19px 14px;border-radius:15px;}
    .cf-catalog-head-kicker{min-height:27px;margin-bottom:11px;padding:0 12px;font-size:9px;}
    .cf-catalog-request-head h1{font-size:24px !important;}
    .cf-catalog-request-head p{max-width:92%;font-size:12px;line-height:1.4;}
    .cf-catalog-request-form{padding:16px 14px;border-radius:12px;}
    .cf-catalog-request-grid{grid-template-columns:1fr;gap:12px;}
    .cf-catalog-request-full{grid-column:auto;}
    .cf-catalog-request-options-3{grid-template-columns:1fr;}
    .cf-catalog-request-options span{min-height:44px;font-size:12px;}
    .cf-catalog-modal{align-items:flex-end;padding:0;}
    .cf-catalog-modal-dialog{width:100%;max-height:92vh;border-radius:18px 18px 0 0;transform:translateY(24px);}
    .cf-catalog-modal-scroll{max-height:92vh;padding:10px 8px 18px;}
    .cf-catalog-modal .cf-catalog-request{padding:0 4px 8px;}
    .cf-catalog-modal-close{top:17px;right:18px;width:34px;height:34px;font-size:27px;}
    .cf-catalog-page-close{top:8px;right:18px;width:30px;height:30px;font-size:24px;}
}
