.elementor-21072 .elementor-element.elementor-element-fa0a475{padding:20px 20px 20px 20px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-21072 .elementor-element.elementor-element-66c7b7a{text-align:start;}.elementor-21072 .elementor-element.elementor-element-dd9d0eb{text-align:end;}.elementor-21072 .elementor-element.elementor-element-d6706c2f > .elementor-container{max-width:960px;}.elementor-21072 .elementor-element.elementor-element-d6706c2f{padding:60px 20px 60px 20px;}:root{--page-title-display:none;}/* Start custom CSS */:root {
      --blue: #1D5EFF;
      --blue-dark: #1447B3;
      --blue-light: #EBF0FD;
      --blue-mid: #3B72EE;
      --text: #111827;
      --text-secondary: #6B7280;
      --text-light: #9CA3AF;
      --border: #E5E7EB;
      --border-focus: #1A56DB;
      --bg: #F3F6FB;
      --card: #ffffff;
      --error: #D94D6D;
      --error-bg: #FEF2F2;
      --success: #16A34A;
      --success-bg: #F0FDF4;
      --gold: #F59E0B;
      --radius: 10px;
      --radius-sm: 10px !important;
    }
    #app{margin-top: 40px}
    /* Header */
    .header {
      text-align: center;
      margin-bottom: 32px;
    }

    /* Card */
    .card {
      background: var(--card);
      margin: 0 auto;
      border-radius: 16px;
      box-shadow: 0 1px 3px rgba(0,0,0,.07), 0 8px 32px rgba(26,86,219,.07);
      padding: 36px 40px;
      width: 100%; 
      max-width: 480px;
      animation: slideUp .35s ease;
    }
    @keyframes slideUp {
      from { opacity: 0; transform: translateY(14px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* Progress */
    .progressBarBox{width: 480px;margin:0 auto}
    .progress-bar {
      height: 6px; border-radius: 99px;
      background: #D2DFFF;
      margin-bottom: 10px;
      overflow: hidden;
    }
    .progressBarBox p:last-child{
      color:#2A323D;
      margin:0;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .progress-bar .seg {
      height: 100%; border-radius: 99px;
      background: var(--blue);
      transition: width .4s ease;
    }

    /* Titles */
    .card-title { font-size: 28px; font-weight: 700; color: var(--text); letter-spacing: -.4px; margin-bottom: 6px; }
    .card-subtitle { font-size: 14px; color: var(--text-secondary); margin-bottom: 24px; line-height: 1.5; }
    .card-subtitle a { color: var(--blue); text-decoration: none; font-weight: 500; }
    .card-subtitle a:hover { text-decoration: underline; }

    /* Step label */
    .step-label { font-size: 14px; font-weight: 600; color: #707A87; letter-spacing: .6px; text-transform: uppercase; margin-bottom: 0px !important; }

    /* Form */
    .form-group { margin-bottom: 16px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    label { display: block; font-size: 13px; font-weight: 500; color: var(--text); margin-bottom: 6px; }
    input, select {
      width: 100%; padding: 11px 14px;
      border: 1.5px solid var(--border) !important;
      border-radius: var(--radius-sm) !important;
      font-size: 14px; color: var(--text);
      background-color: rgba(76, 85, 98, 0.04) !important;
      outline: none;
      transition: border-color .2s, box-shadow .2s !important;
      appearance: none !important;
    }
    input::placeholder, select option[value=""] { color: var(--text-light); }
    input:focus, select:focus {
      border-color: var(--border-focus) !important;
      box-shadow: 0 0 0 3px rgba(26,86,219,.12) !important;
    }
    input.error, select.error { border-color: var(--error)!important; }
    input.error:focus, select.error:focus { box-shadow: 0 0 0 3px rgba(220,38,38,.12)!important; }
    .error-msg { font-size: 12px; color: var(--error)!important; margin-top: 5px; display: flex; align-items: center; gap: 4px; }
    .IptRadio{width: auto;position: absolute;right: 15px;top: 55px;border: none !important;background: #fff !important;padding: 7px !important;border: 1px solid #707A87 !important;}
    .selected .IptRadio{border: 5px solid #1D5EFF !important; padding: 5px !important}
    #f-card-num{background: url(https://portal-bucket.azureedge.net/wp-content/sites/330/2026/05/card-bg.png);background-repeat: no-repeat;background-position: 274px 14px}
    .error-msg::before { font-size: 11px; }
    .help-text { font-size: 12px; color: var(--text-secondary); margin-top: 5px; display: flex; align-items: center; gap: 4px; }
    .help-text.ok { color: var(--success)!important; }
    /*.help-text::before { content: '🔒'; font-size: 11px; }*/

    /* Password hints */
    .pw-hints { margin-top: 10px; display: flex; flex-direction: column; gap: 4px; }
    .pw-hint { font-size: 12px; color: var(--text-secondary); display: flex; align-items: center; gap: 6px; }
    /*.pw-hint.met { color: var(--success); }*/
    .pw-hint .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex-shrink: 0; }

    /* Select wrapper */
    .select-wrapper { position: relative; }
    .select-wrapper::after {
      content: '';
      position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
      width: 0; height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid var(--text-secondary);
      pointer-events: none;
    }

    /* Toggle password */
    .input-wrapper { position: relative; }
    .input-wrapper input { padding-right: 42px; }
    .toggle-pw {
      position: absolute; right: 12px; top: 27px; transform: translateY(-50%);
      cursor: pointer; color: var(--text-secondary); font-size: 16px;
      user-select: none; transition: color .2s;
    }
    .toggle-pw:hover { color: var(--text); }

    /* Buttons */
    .btn {
      width: 100%; 
      padding: 20px;
      border-radius: 30px;
      font-size: 15px; font-weight: 600;
      cursor: pointer; border: none;
      transition: all .2s; display: flex; align-items: center; justify-content: center; gap: 8px;
    }
    .btn-primary {
      background: var(--blue); color: #fff;
    }
    .btn-primary:hover { background: var(--blue-dark); }
    .btn-primary:active { transform: scale(.98); }
    .btn-primary:disabled { background: #93B4F5; cursor: not-allowed; transform: none; }
    .btn-outline {
      background: transparent; color: var(--text-secondary);
      border: 1.5px solid var(--border);
      margin-top: 10px;
    }
    .btn-outline:hover { background: var(--bg); }
    #btn-painel{
      max-width: 200px;
      margin: 0 auto;
    }
    .btn-cupom{
      background-color: #E1E4E7;
      color:#707A87;
      font-family: "Plus Jakarta Sans", Sans-serif;
      font-size: 14px;
      font-weight: 700;
      border-radius: 100px 100px 100px 100px;
      padding: 18px 24px 18px 24px;
    }
    .btn-cupom:hover{
        background: #1D5EFF;
        color: #fff;
    }
    #cupom{
        width: 69%;
        margin-right: 20px;
    }

    /* Terms */
    .terms { font-size: 12px; color: var(--text-secondary); text-align: center; margin-top: 16px; line-height: 1.6; }
    .terms a { color: var(--blue); text-decoration: none; }
    .terms a:hover { text-decoration: underline; }

    /* Loading spinner */
    @keyframes spin { to { transform: rotate(360deg); } }
    .spinner {
      width: 18px; height: 18px;
      border: 2px solid rgba(255,255,255,.4);
      border-top-color: white;
      border-radius: 50%;
      animation: spin .7s linear infinite;
    }

    /* Plan cards */
    .plans { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 20px; }
    .plan-card {
      border: 2px solid var(--border);
      border-radius: var(--radius);
      padding: 18px 16px;
      cursor: pointer;
      position: relative;
      transition: all .2s;
      background: #fff;
    }
    .plan-card:hover { border-color: var(--blue-mid); }
    .plan-card.selected { border-color: var(--blue); background: var(--blue-light); }
    .plan-badge {
      position: absolute; top: -10px; right: 0; transform: translateX(-50%);
      background: #D2DFFF; color: #1D5EFF; font-size: 11px; font-weight: 700;
      padding: 2px 10px; border-radius: 99px; white-space: nowrap; letter-spacing: .3px;
    }
    .plan-name { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
    .plan-price { font-size: 22px; font-weight: 800; color: var(--text); }
    .plan-price span { font-size: 13px; font-weight: 400; color: var(--text-secondary); }
    .plan-period { font-size: 12px; color: var(--text-secondary); margin-top: 2px; }

    /* Benefits */
    .benefits { margin: 0 0 20px; }
    .benefit-item { display: flex; align-items: flex-start; gap: 10px; padding: 0; font-size: 14px; color: var(--text); /*border-bottom: 1px solid var(--border);*/ }
    .benefit-item:last-child { border-bottom: none; }
    .benefit-item .icon { color: var(--blue); font-size: 16px; flex-shrink: 0; margin-top: 1px; }

    /* Why not premium */
    .why-not-premium { border: 1.5px solid #DBEFF4; border-radius: var(--radius-sm); overflow: hidden; margin-bottom: 20px; margin-top:20px}
    .why-not-premium-body {background:#2FA9C80A ;padding: 14px 16px; font-size: 13px; color: var(--text-secondary); line-height: 1.6;}
    .why-not-premium-body h6{color: #0E4C59;font-size: 13px;font-weight: 700;}
    .why-not-premium-body p{color: #0E4C59;font-size: 12px;}
    .why-not-premium-body svg{margin-bottom: -4px;margin-right: 6px;}

    /* Payment tabs */
    .pay-tabs { display: flex; gap: 8px; margin-bottom: 20px; }
    .pay-tab {
      flex: 1; padding: 9px 12px;
      border-bottom: 2px solid #E1E4E7;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      font-size: 13px; font-weight: 600;
      cursor: pointer; background: #fff; color: var(--text-secondary);
      transition: all .2s; text-align: center;
    }
    .pay-tab:hover{background: #fff;color: var(--text-secondary);border-bottom: 2px solid #E1E4E7;}
    .pay-tab.active { border-color: var(--blue);}

    /* Summary box */
    .summary-box {
      background: var(--bg); border-radius: var(--radius-sm);
      border: 1.5px solid var(--border);
      padding: 16px; margin-bottom: 20px;
    }
    .summary-title { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
    .summary-row { display: flex; justify-content: space-between; font-size: 13px; color: var(--text-secondary); padding: 4px 0; }
    .summary-row.total { font-weight: 700; color: var(--text); border-top: 1px solid var(--border); margin-top: 6px; padding-top: 10px; }

    /* Select parcelas */
    .parcelas-dropdown {
      position: absolute; top: calc(100% + 4px); left: 0; right: 0;
      background: #fff; border: 1.5px solid var(--border);
      border-radius: var(--radius-sm); z-index: 100;
      box-shadow: 0 8px 24px rgba(0,0,0,.12);
      max-height: 220px; overflow-y: auto;
    }
    .parcela-option {
      padding: 10px 14px; font-size: 13px; cursor: pointer;
      transition: background .15s;
    }
    .parcela-option:hover { background: var(--blue-light); }
    .parcela-option.selected { color: var(--blue); font-weight: 600; }
    .select-parcelas-wrapper { position: relative; }

    /* Security badge */
    .security-badge { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-secondary); margin-bottom: 16px; }

    /* Success screen */
    .success-title { font-size: 21px; font-weight: 700; text-align: center; margin-bottom: 8px; }
    .success-sub { font-size: 14px; color: var(--text-secondary); text-align: center; line-height: 1.6; margin-bottom: 28px; }

    /* Processing overlay */
    .processing-overlay {
      position: fixed; inset: 0; background: rgba(0,0,0,.55);
      display: flex; align-items: center; justify-content: center;
      z-index: 999;
      animation: fadeIn .2s ease;
    }
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
    .processing-card {
      background: #fff; border-radius: 14px; padding: 40px 36px;
      text-align: center; max-width: 320px; width: 90%;
    }
    .processing-spinner {
      width: 48px; height: 48px;
      border: 3px solid var(--blue-light);
      border-top-color: var(--blue);
      border-radius: 50%;
      animation: spin 1s linear infinite;
      margin: 0 auto 16px;
    }
    .processing-title { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
    .processing-sub { font-size: 13px; color: var(--text-secondary); }

    /* Boleto screen */
    .boleto-code {
      background: var(--bg); border: 1.5px dashed var(--border);
      border-radius: var(--radius-sm); padding: 14px 16px;
      font-family: monospace; font-size: 12px; color: var(--text);
      word-break: break-all; margin-bottom: 12px; line-height: 1.7;
    }
    .boleto-detail { font-size: 13px; color: var(--text-secondary); margin-bottom: 4px; }
    .boleto-detail strong { color: var(--text); }

    /* Pix screen */
    .card-pix { max-width: 800px; }
    .logo { display: flex; align-items: center; gap: 10px; margin-bottom: 32px; }
    .logo-icon { width: 44px; height: 44px; border: 2px solid #1D5EFF; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
    .title { font-size: 17px; font-weight: 700; color: #111827; margin-bottom: 8px; }
    .description { font-size: 14px; color: #6B7280; margin: 0 0 24px; line-height: 1.6; }
    .steps { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
    .step { display: flex; align-items: center; gap: 12px; }
    .step-number { min-width: 28px; height: 28px; border-radius: 50%; border: 1px solid #1D5EFF; background: #DFE7F5; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 600; color: var(--blue); flex-shrink: 0; }
    .step-text { font-size: 13px; color: #374151; margin: 0 !important; line-height: 1.55; padding-top: 0px; }
    .pix-box { background: #F3F6FB; border: 1.5px solid #E5E7EB; border-radius: 10px; padding: 13px 16px; font-size: 13px; font-family: monospace; color: #111827; margin-bottom: 12px; word-break: break-all; }
    .btn-copy { width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 20px; border-radius: 30px; border: 1.5px solid #1D5EFF; background: transparent; color: #1D5EFF; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.2s; margin-bottom: 16px; }
    .btn-copy:hover { background: #EBF0FD; }
    .timer { font-size: 12px; color: #6B7280; margin: 0; }
    .qr-container { display: flex; align-items: center; justify-content: center; }
    .qr-box { background: #fff; border-radius: 14px; display: inline-block; }
    .qr-box img { display: block; max-width: 100%; height: auto; }

    /* Pix screen — responsive only */
    @media (max-width: 680px) {
      .card-pix { padding: 24px 20px; }
      .card-pix .grid {
        grid-template-columns: 1fr;
        gap: 28px;
      }
      /* Move QR code above the steps on mobile */
      .card-pix .qr-container { order: -1; }
      .card-pix .grid { display: flex; flex-direction: column; }
      .card-pix .qr-box img { max-width: 200px; margin: 0 auto; }
      .card-pix .logo img { max-width: 160px; height: auto; }
    }

    @media (max-width: 400px) {
      .card-pix { padding: 20px 16px; }
      .card-pix .title { font-size: 15px; }
      .card-pix .qr-box img { max-width: 160px; }
    }


    /* CNPJ hint */
    .demo-hint {
      font-size: 11px; color: var(--blue); background: var(--blue-light);
      padding: 6px 10px; border-radius: 6px; margin-top: 6px;
      display: flex; align-items: center; gap: 5px;
    }

    /* Divider */
    hr { border: none; border-top: 1px solid var(--border); margin: 16px 0; }

    /* Single plan (CNAE not found) */
    .plan-single {
      border: 2px solid var(--blue);
      border-radius: var(--radius);
      padding: 20px; margin-bottom: 20px; background: var(--blue-light);
      position: relative;
    }
    .plan-single .plan-name { font-size: 18px; font-weight: 800; color: var(--blue); margin-bottom: 4px; }
    .plan-single .plan-price { font-size: 28px; font-weight: 900; color: var(--text); }

    /* Responsive */
    @media (max-width: 520px) {
      .card { padding: 28px 22px; }
      .progressBarBox{width: 100%}
      .plans { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
    }

    /* Address form */
    .form-grid-3 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .form-grid-full { grid-column: 1 / -1; }/* End custom CSS */