
:root{
  --cvcp-red:#e30613;
  --cvcp-blue:#0818ff;
  --cvcp-dark:#061021;
  --cvcp-muted:#64748b;
  --cvcp-border:#e5e7eb;
  --cvcp-bg:#f5f7fb;
  --cvcp-shadow:0 16px 44px rgba(15,23,42,.10);
}

.centrivac-checkout-pro-page{background:var(--cvcp-bg)!important;}

.centrivac-checkout-pro-page .entry-content,
.centrivac-checkout-pro-page main,
.centrivac-checkout-pro-page .site-main,
.centrivac-checkout-pro-page .content-area{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}

.centrivac-checkout-pro-page .entry-title{display:none!important;}

.cvcp-shell,.cvcp-shell *{box-sizing:border-box!important;}

.cvcp-shell{
  width:min(980px, calc(100% - 36px))!important;
  max-width:980px!important;
  margin:34px auto 54px!important;
  font-family:inherit!important;
  color:#111827!important;
}

.cvcp-hero-simple{
  background:linear-gradient(135deg,#061021,#0818ff)!important;
  color:#fff!important;
  border-radius:28px!important;
  padding:34px!important;
  box-shadow:var(--cvcp-shadow)!important;
  margin-bottom:26px!important;
}

.cvcp-hero-simple span{
  display:inline-block!important;
  color:#fff!important;
  background:rgba(255,255,255,.12)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  font-weight:900!important;
  font-size:12px!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}

.cvcp-hero-simple h1{
  font-size:clamp(34px,5vw,56px)!important;
  line-height:1!important;
  letter-spacing:-.05em!important;
  margin:16px 0 12px!important;
  color:#fff!important;
}

.cvcp-hero-simple p{
  margin:0!important;
  max-width:760px!important;
  color:rgba(255,255,255,.86)!important;
  font-size:18px!important;
  line-height:1.55!important;
}

.cvcp-checkout-area,.cvcp-shell .woocommerce{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
}

/* Checkout clássico em coluna única */
.cvcp-shell form.checkout{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
}

.cvcp-shell #customer_details,
.cvcp-shell #customer_details .col-1,
.cvcp-shell #customer_details .col-2,
.cvcp-shell #order_review,
.cvcp-shell #order_review_heading{
  width:100%!important;
  max-width:100%!important;
  float:none!important;
  clear:both!important;
  display:block!important;
  margin-left:0!important;
  margin-right:0!important;
}

.cvcp-shell #customer_details .col-1,
.cvcp-shell #customer_details .col-2,
.cvcp-shell #order_review,
.cvcp-shell .woocommerce-checkout-payment,
.cvcp-shell .woocommerce-additional-fields,
.cvcp-shell .woocommerce-billing-fields,
.cvcp-shell .woocommerce-shipping-fields{
  background:#fff!important;
  border:1px solid var(--cvcp-border)!important;
  border-radius:22px!important;
  box-shadow:0 10px 30px rgba(15,23,42,.06)!important;
  padding:24px!important;
  margin:0 0 22px!important;
}

.cvcp-shell #order_review_heading{
  color:var(--cvcp-dark)!important;
  font-size:28px!important;
  font-weight:900!important;
  letter-spacing:-.03em!important;
  margin:28px 0 14px!important;
}

/* WooCommerce Blocks em coluna única */
.cvcp-shell .wc-block-components-sidebar-layout,
.cvcp-shell .wc-block-checkout{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
}

.cvcp-shell .wc-block-components-main,
.cvcp-shell .wc-block-components-sidebar{
  width:100%!important;
  max-width:100%!important;
  display:block!important;
  margin:0 0 22px!important;
  padding:0!important;
  position:static!important;
  top:auto!important;
}

.cvcp-shell .wc-block-components-checkout-step,
.cvcp-shell .wc-block-components-sidebar,
.cvcp-shell .wc-block-components-order-summary,
.cvcp-shell .wc-block-components-totals-wrapper{
  background:#fff!important;
  border:1px solid var(--cvcp-border)!important;
  border-radius:22px!important;
  box-shadow:0 10px 30px rgba(15,23,42,.06)!important;
  padding:24px!important;
  margin:0 0 22px!important;
}

.cvcp-shell h2,.cvcp-shell h3,.cvcp-shell .wc-block-components-title,
.cvcp-shell .woocommerce-billing-fields h3,.cvcp-shell .woocommerce-shipping-fields h3,.cvcp-shell .woocommerce-additional-fields h3{
  color:var(--cvcp-dark)!important;
  font-size:24px!important;
  font-weight:900!important;
  letter-spacing:-.03em!important;
  line-height:1.15!important;
  margin:0 0 18px!important;
}

.cvcp-shell .form-row{margin-bottom:16px!important;clear:none!important;}

.cvcp-shell .form-row label{
  display:block!important;
  position:static!important;
  transform:none!important;
  color:var(--cvcp-dark)!important;
  font-weight:800!important;
  font-size:14px!important;
  margin:0 0 7px!important;
  line-height:1.25!important;
  background:transparent!important;
  white-space:normal!important;
}

.cvcp-shell input[type="text"],.cvcp-shell input[type="email"],.cvcp-shell input[type="tel"],
.cvcp-shell input[type="number"],.cvcp-shell input[type="password"],.cvcp-shell select,.cvcp-shell textarea,
.cvcp-shell .input-text,.cvcp-shell .select2-container--default .select2-selection--single{
  width:100%!important;
  min-height:50px!important;
  height:auto!important;
  border:1px solid #cbd5e1!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#111827!important;
  padding:13px 14px!important;
  font-size:15px!important;
  line-height:1.35!important;
  box-shadow:none!important;
}

.cvcp-shell textarea{min-height:100px!important;}

.cvcp-shell .form-row-first,.cvcp-shell .form-row-last{
  width:calc(50% - 8px)!important;
  float:left!important;
}

.cvcp-shell .form-row-first{margin-right:16px!important;}
.cvcp-shell .form-row-wide{width:100%!important;clear:both!important;}

/* Campos Blocks */
.cvcp-shell .wc-block-components-text-input,
.cvcp-shell .wc-block-components-combobox,
.cvcp-shell .wc-block-components-country-input,
.cvcp-shell .wc-block-components-state-input{
  position:relative!important;
  margin-bottom:16px!important;
  min-height:70px!important;
}

.cvcp-shell .wc-block-components-text-input label,
.cvcp-shell .wc-block-components-combobox label{
  position:absolute!important;
  top:8px!important;
  left:14px!important;
  transform:none!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:800!important;
  color:#475569!important;
  z-index:2!important;
  pointer-events:none!important;
  background:transparent!important;
  max-width:calc(100% - 28px)!important;
  overflow:hidden!important;
  white-space:nowrap!important;
  text-overflow:ellipsis!important;
}

.cvcp-shell .wc-block-components-text-input input,
.cvcp-shell .wc-block-components-combobox input,
.cvcp-shell .wc-block-components-form .wc-block-components-text-input input{
  width:100%!important;
  height:56px!important;
  border:1px solid #cbd5e1!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#111827!important;
  padding:22px 14px 8px 14px!important;
  font-size:15px!important;
  line-height:1.35!important;
  box-shadow:none!important;
}

.cvcp-shell input[type="checkbox"],.cvcp-shell input[type="radio"],
.cvcp-shell .wc-block-components-checkbox__input,.cvcp-shell .wc-block-components-radio-control__input{
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  min-height:18px!important;
  max-width:18px!important;
  max-height:18px!important;
  margin:0 10px 0 0!important;
  padding:0!important;
  flex:0 0 18px!important;
  transform:none!important;
}

.cvcp-shell input[type="radio"],.cvcp-shell .wc-block-components-radio-control__input{border-radius:50%!important;}

.cvcp-shell #payment{
  background:#f8fafc!important;
  border:1px solid var(--cvcp-border)!important;
  border-radius:18px!important;
  padding:12px!important;
}

.cvcp-shell #payment ul.payment_methods{padding:0!important;border:0!important;}

.cvcp-shell #payment ul.payment_methods li,
.cvcp-shell .wc-block-components-radio-control__option{
  background:#fff!important;
  border:1px solid var(--cvcp-border)!important;
  border-radius:14px!important;
  padding:14px!important;
  margin-bottom:10px!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}

.cvcp-shell #payment ul.payment_methods li label,
.cvcp-shell .wc-block-components-radio-control__label{
  font-weight:800!important;
  color:var(--cvcp-dark)!important;
  font-size:15px!important;
  line-height:1.3!important;
  margin:0!important;
}

.cvcp-shell #payment ul.payment_methods li img,
.cvcp-shell .wc-block-components-radio-control__option img{
  max-height:32px!important;
  width:auto!important;
  margin-left:auto!important;
}

.cvcp-shell table.shop_table{
  width:100%!important;
  border:0!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  margin:0 0 18px!important;
}

.cvcp-shell table.shop_table th,.cvcp-shell table.shop_table td{
  border-bottom:1px solid var(--cvcp-border)!important;
  padding:13px 0!important;
  color:#111827!important;
  font-size:14px!important;
  vertical-align:top!important;
}

.cvcp-shell table.shop_table .product-total,.cvcp-shell table.shop_table tfoot td{
  text-align:right!important;
  font-weight:800!important;
}

.cvcp-shell table.shop_table .order-total th,.cvcp-shell table.shop_table .order-total td{
  font-size:20px!important;
  font-weight:900!important;
  color:var(--cvcp-dark)!important;
}

.cvcp-shell #place_order,.cvcp-shell button[type="submit"],.cvcp-shell .button.alt,.cvcp-shell .wc-block-components-button{
  width:100%!important;
  min-height:54px!important;
  background:var(--cvcp-red)!important;
  color:#fff!important;
  border:0!important;
  border-radius:14px!important;
  font-weight:900!important;
  font-size:16px!important;
  padding:0 22px!important;
  margin-top:14px!important;
}

.cvcp-support{
  margin-top:24px!important;
  background:#fff!important;
  border:1px solid var(--cvcp-border)!important;
  border-radius:24px!important;
  box-shadow:0 10px 30px rgba(15,23,42,.06)!important;
  padding:26px!important;
  display:flex!important;
  justify-content:space-between!important;
  gap:24px!important;
  align-items:center!important;
}

.cvcp-support h2{
  color:var(--cvcp-dark)!important;
  font-size:26px!important;
  line-height:1.1!important;
  letter-spacing:-.03em!important;
  margin:0 0 8px!important;
  font-weight:900!important;
}

.cvcp-support p{margin:0!important;color:var(--cvcp-muted)!important;max-width:700px!important;}

.cvcp-support a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#16a34a!important;
  color:#fff!important;
  text-decoration:none!important;
  border-radius:14px!important;
  min-height:50px!important;
  padding:0 22px!important;
  font-weight:900!important;
  white-space:nowrap!important;
}

@media(max-width:768px){
  .cvcp-shell{width:calc(100% - 24px)!important;margin:22px auto 40px!important;}
  .cvcp-hero-simple{border-radius:20px!important;padding:24px!important;}
  .cvcp-hero-simple h1{font-size:34px!important;}
  .cvcp-shell #customer_details .col-1,.cvcp-shell #customer_details .col-2,
  .cvcp-shell #order_review,.cvcp-shell .wc-block-components-checkout-step,
  .cvcp-shell .wc-block-components-sidebar,.cvcp-shell .wc-block-components-order-summary,
  .cvcp-shell .wc-block-components-totals-wrapper{padding:18px!important;border-radius:18px!important;}
  .cvcp-shell .form-row-first,.cvcp-shell .form-row-last{width:100%!important;float:none!important;margin-right:0!important;}
  .cvcp-support{display:block!important;padding:22px!important;border-radius:20px!important;}
  .cvcp-support a{width:100%!important;margin-top:18px!important;}
}
