/*!
 * Creative Zone – Cost Calculator
 * Front-end styles for the [cc_cost_calculator] shortcode.
 */

.ccalc-wrap*,.ccalc-wrap *::before,.ccalc-wrap *::after{box-sizing:border-box;margin:0;padding:0}
.ccalc-wrap{font-family:'Poppins',sans-serif;width:100%;max-width:880px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 8px 48px rgba(22,32,87,.14);overflow:hidden}

/* header */
.ccalc-header{background:linear-gradient(135deg,#162057 0%,#1a3fc4 100%);padding:28px 36px 22px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}
.ccalc-header-deco{position:absolute;right:0;top:0;bottom:0;width:200px;opacity:.15;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 160'%3E%3Crect x='30' y='20' width='140' height='120' rx='12' fill='white' opacity='.6'/%3E%3Crect x='46' y='38' width='108' height='16' rx='4' fill='white'/%3E%3Crect x='46' y='64' width='40' height='12' rx='3' fill='white' opacity='.7'/%3E%3Crect x='96' y='64' width='40' height='12' rx='3' fill='white' opacity='.7'/%3E%3Crect x='46' y='84' width='40' height='12' rx='3' fill='white' opacity='.7'/%3E%3Crect x='96' y='84' width='40' height='12' rx='3' fill='white' opacity='.7'/%3E%3Crect x='46' y='104' width='90' height='14' rx='4' fill='white' opacity='.5'/%3E%3C/svg%3E") no-repeat center/contain}
.ccalc-title{color:#fff;font-size:1.3rem;font-weight:600;line-height:1.4;z-index:1}
.ccalc-title span{color:#93c5fd}

/* step progress */
.ccalc-steps{display:flex;align-items:flex-start;padding:22px 36px 0}
.ccalc-step-col{display:flex;flex-direction:column;align-items:center;flex:1}
.ccalc-step-col:last-child{flex:0}
.ccalc-step-row{display:flex;align-items:center;width:100%}
.ccalc-dot{width:30px;height:30px;border-radius:50%;background:#e2e8f0;border:2.5px solid #e2e8f0;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#94a3b8;flex-shrink:0;transition:all .3s;z-index:1}
.ccalc-dot.active{background:#1a3fc4;border-color:#1a3fc4;color:#fff}
.ccalc-dot.done{background:#1a3fc4;border-color:#1a3fc4;color:#fff}
.ccalc-line{flex:1;height:2.5px;background:#e2e8f0;transition:background .3s;margin:0 -1px}
.ccalc-line.done{background:#1a3fc4}
.ccalc-step-lbl{font-size:.6rem;font-weight:600;color:#94a3b8;margin-top:5px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}
.ccalc-step-lbl.active{color:#1a3fc4}

/* body */
.ccalc-body{padding:28px 36px 32px}
.ccalc-screen{display:none}
.ccalc-screen.active{display:block}

/* grid */
.ccalc-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 28px}
.ccalc-grid .ccalc-span2{grid-column:1/-1}

/* labels */
.ccalc-lbl{display:block;font-size:.8rem;font-weight:600;color:#334155;margin-bottom:7px}
.ccalc-sub{font-size:.75rem;font-weight:400;color:#94a3b8;margin-left:3px}

/* inputs */
.ccalc-select,.ccalc-input{width:100%;padding:11px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-family:'Poppins',sans-serif;font-size:.85rem;color:#1e293b;background:#fff;outline:none;transition:border .2s,box-shadow .2s;appearance:none;-webkit-appearance:none}
.ccalc-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a3fc4' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}
.ccalc-select:focus,.ccalc-input:focus{border-color:#1a3fc4;box-shadow:0 0 0 3px rgba(26,63,196,.09)}
textarea.ccalc-input{min-height:88px;resize:vertical}
.ccalc-input::placeholder{color:#94a3b8}

/* radio pills */
.ccalc-radios{display:flex;flex-wrap:wrap;gap:8px}
.ccalc-radios input[type="radio"]{display:none}
.ccalc-radios label{padding:8px 18px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.82rem;color:#475569;cursor:pointer;transition:all .2s;font-weight:500;user-select:none}
.ccalc-radios input[type="radio"]:checked+label{border-color:#1a3fc4;background:#1a3fc4;color:#fff}
.ccalc-radios label:hover{border-color:#93c5fd}

/* visa stepper */
.ccalc-stepper{display:flex;align-items:center;gap:12px;margin-top:10px}
.ccalc-step-btn{width:32px;height:32px;border-radius:50%;border:none;background:#1a3fc4;color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;line-height:1;flex-shrink:0}
.ccalc-step-btn:hover{background:#162057}
.ccalc-stepper-val{font-size:1.05rem;font-weight:700;color:#1e293b;min-width:22px;text-align:center}

/* phone */
.ccalc-phone-row{display:flex;gap:8px}
.ccalc-phone-row .ccalc-input{flex:1;min-width:0}

/* country-code picker */
.ccalc-cc{position:relative;flex-shrink:0}
.ccalc-cc-btn{display:flex;align-items:center;gap:6px;height:100%;padding:11px 10px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;font-family:'Poppins',sans-serif;font-size:.82rem;color:#1e293b;cursor:pointer;outline:none;transition:border .2s;white-space:nowrap}
.ccalc-cc-btn:focus,.ccalc-cc.is-open .ccalc-cc-btn{border-color:#1a3fc4}
.ccalc-cc-flag{font-size:1rem;line-height:1}
.ccalc-cc-dial{font-weight:500}
.ccalc-cc-caret{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #1a3fc4;margin-left:2px}
.ccalc-cc-pop{display:none;position:absolute;top:calc(100% + 6px);left:0;z-index:30;width:290px;max-width:78vw;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 30px rgba(22,32,87,.16);padding:8px}
.ccalc-cc.is-open .ccalc-cc-pop{display:block}
.ccalc-cc-search{width:100%;padding:8px 10px;border:1.5px solid #e2e8f0;border-radius:8px;font-family:'Poppins',sans-serif;font-size:.8rem;color:#1e293b;outline:none}
.ccalc-cc-search:focus{border-color:#1a3fc4}
.ccalc-cc-list{list-style:none;margin:6px 0 0;padding:0;max-height:230px;overflow-y:auto}
.ccalc-cc-list li{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:7px;font-size:.8rem;color:#1e293b;cursor:pointer}
.ccalc-cc-list li:hover,.ccalc-cc-list li.is-active{background:#eef2ff}
.ccalc-cc-list li[aria-selected="true"]{font-weight:600;color:#1a3fc4}
.ccalc-cc-list .ccalc-cc-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ccalc-cc-list .ccalc-cc-num{color:#64748b;font-size:.76rem}
.ccalc-cc-empty{display:none;padding:10px 8px;font-size:.8rem;color:#94a3b8}
.ccalc-cc.is-empty .ccalc-cc-empty{display:block}

/* nav buttons */
.ccalc-nav{display:flex;justify-content:space-between;align-items:center;margin-top:28px}
.ccalc-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 26px;border-radius:50px;border:none;font-family:'Poppins',sans-serif;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;line-height:1}
.ccalc-btn svg{width:15px;height:15px;flex-shrink:0}
.ccalc-btn-primary{background:#162057;color:#fff}
.ccalc-btn-primary:hover{background:#1a3fc4;transform:translateY(-1px)}
.ccalc-btn-ghost{background:transparent;color:#64748b;border:1.5px solid #e2e8f0}
.ccalc-btn-ghost:hover{border-color:#1a3fc4;color:#1a3fc4}

/* inline error */
.ccalc-err{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:8px;padding:9px 14px;font-size:.78rem;margin-top:10px;display:none}

/* tabs */
.ccalc-tabs{display:flex;border-bottom:2px solid #f1f5f9;margin-bottom:22px}
.ccalc-tab{padding:9px 20px;font-size:.85rem;font-weight:600;color:#94a3b8;cursor:pointer;border-bottom:2.5px solid transparent;margin-bottom:-2px;transition:all .2s}
.ccalc-tab.active{color:#1a3fc4;border-bottom-color:#1a3fc4}
.ccalc-tab-panel{display:none}
.ccalc-tab-panel.active{display:block}

/* summary */
.ccalc-sum-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;background:#f8faff;border-radius:12px;padding:20px 22px;margin-bottom:6px}
.ccalc-sum-grid .ccalc-span2{grid-column:1/-1}
.ccalc-sum-key{font-size:.68rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}
.ccalc-sum-val{font-size:.88rem;font-weight:600;color:#1e293b}

/* calculating */
.ccalc-calc-screen{text-align:center;padding:52px 20px}
.ccalc-spinner{width:60px;height:60px;border:4px solid #e2e8f0;border-top-color:#1a3fc4;border-radius:50%;animation:ccalc-spin 1s linear infinite;margin:0 auto 18px}
@keyframes ccalc-spin{to{transform:rotate(360deg)}}
.ccalc-calc-screen p{font-size:.92rem;color:#64748b;font-weight:500}

/* result cards */
.ccalc-results-hd{margin-bottom:18px}
.ccalc-results-hd h3{font-size:1.1rem;font-weight:700;color:#162057}
.ccalc-results-hd p{font-size:.8rem;color:#64748b;margin-top:3px}
.ccalc-result-cards{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}
.ccalc-rcard{display:flex;align-items:center;justify-content:space-between;padding:15px 20px;border-radius:12px;color:#fff}
.ccalc-rcard-lbl{font-size:.85rem;font-weight:500;opacity:.92}
.ccalc-rcard-price{text-align:right}
.ccalc-rcard-price strong{font-size:1rem;font-weight:700;display:block}
.ccalc-rcard-price small{font-size:.68rem;opacity:.82}
.ccalc-rcard.c-nfz{background:linear-gradient(135deg,#1e54d4 0%,#3b82f6 100%)}
.ccalc-rcard.c-dfz{background:linear-gradient(135deg,#162057 0%,#1a3fc4 100%)}
.ccalc-rcard.c-main{background:linear-gradient(135deg,#0b1330 0%,#162057 100%)}
.ccalc-disclaimer{font-size:.72rem;color:#94a3b8;line-height:1.65;border-top:1px solid #f1f5f9;padding-top:14px}

/* locked / blurred estimate gate */
.ccalc-locked{position:relative;margin-bottom:16px}
.ccalc-locked .ccalc-result-cards{margin-bottom:0;filter:blur(9px);pointer-events:none;user-select:none}
.ccalc-gate{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:12px;background:rgba(248,250,255,.35)}
.ccalc-gate-card{background:#fff;border-radius:16px;box-shadow:0 12px 44px rgba(22,32,87,.22);padding:24px 26px;max-width:420px;text-align:center}
.ccalc-gate-icon{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#162057 0%,#1a3fc4 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.ccalc-gate-icon svg{width:26px;height:26px;color:#fff}
.ccalc-gate-card h4{font-size:1rem;font-weight:700;color:#162057;margin-bottom:8px}
.ccalc-gate-card p{font-size:.82rem;line-height:1.6;color:#475569}
.ccalc-gate-card p strong{color:#1a3fc4;word-break:break-word}

/* responsive */
@media(max-width:640px){
  .ccalc-header{padding:20px 20px 16px}
  .ccalc-title{font-size:1.05rem}
  .ccalc-steps{padding:16px 20px 0}
  .ccalc-body{padding:20px 20px 24px}
  .ccalc-grid{grid-template-columns:1fr;gap:0}
  .ccalc-sum-grid{grid-template-columns:1fr}
  .ccalc-header-deco{width:120px;opacity:.08}
  .ccalc-btn{padding:10px 18px;font-size:.82rem}
  .ccalc-rcard{flex-direction:column;align-items:flex-start;gap:8px}
  .ccalc-rcard-price{text-align:left}
}
