/* order-form — extracted from blade inline styles */
/* ── Page & Layout ── */
.po-page { background:linear-gradient(160deg,#f8faff 0%,#f1f5f9 100%); min-height:100vh; padding:32px 0 100px; }
.po-wrap { max-width:1100px; margin:0 auto; padding:0 20px; display:grid; grid-template-columns:1fr 340px; gap:28px; align-items:start; font-family:'Inter',system-ui,-apple-system,sans-serif; }
@media(max-width:940px){ .po-wrap{ grid-template-columns:1fr; } }

/* ── Breadcrumb ── */
.po-breadcrumb { grid-column:1/-1; font-size: 14px; color:#94a3b8; margin-bottom:4px; }
.po-breadcrumb a { color:#94a3b8; text-decoration:none; }
.po-breadcrumb a:hover { color:#14b8a6; }
.po-breadcrumb .sep { margin:0 6px; }

/* ── Cards ── */
.po-form-card { background:#fff; border-radius:24px; padding:36px 40px; box-shadow:0 2px 24px rgba(0,0,0,.07); }
@media(max-width:600px){ .po-form-card{ padding:22px 18px; } }
.po-form-card h1 { font-size:1.5rem; font-weight:900; color:#0f172a; margin:0 0 4px; }
.po-subtitle { color:#64748b; font-size:14px; margin:0 0 22px; }
.po-summary-card { background:#fff; border-radius:24px; padding:24px; box-shadow:0 2px 24px rgba(0,0,0,.07); position:sticky; top:88px; }

/* ── Steps ── */
.step-header { display:flex; align-items:center; gap:10px; margin:26px 0 16px; padding-bottom:10px; border-bottom:1.5px solid #f1f5f9; }
.step-badge { width:26px; height:26px; border-radius:50%; background:linear-gradient(135deg,#14b8a6,#0d9488); color:#fff; font-size: 14px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.step-icon { color:#14b8a6; font-size:15px; }
.step-title { font-size:15px; font-weight:800; color:#0f172a; }

/* ── Form Fields ── */
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media(max-width:600px){ .form-row{ grid-template-columns:1fr; } }
.form-group { margin-bottom:14px; }
.form-group label { display:block; font-size: 14px; font-weight:700; color:#475569; margin-bottom:5px; text-transform:uppercase; letter-spacing:.04em; }
.fc { width:100%; padding:11px 14px; border:1.5px solid #e2e8f0; border-radius:10px; font-size:14px; color:#0f172a; background:#fafbfc; box-sizing:border-box; transition:border-color .15s; font-family:inherit; }
.fc:focus { outline:none; border-color:#14b8a6; background:#fff; }
.req { color:#ef4444; }
.error-banner { background:#fef2f2; border:1px solid #fecaca; border-radius:12px; padding:12px 16px; margin-bottom:18px; color:#b91c1c; font-size: 14px; }
.po-auth-notice { display:flex; align-items:center; gap:12px; background:#f0fdf4; border:1px solid #bbf7d0; border-radius:12px; padding:12px 15px; margin-bottom:18px; }
.po-auth-avatar { width:36px; height:36px; border-radius:50%; background:linear-gradient(135deg,#14b8a6,#0d9488); color:#fff; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.po-auth-notice strong { display:block; font-size: 14px; color:#0f172a; }
.po-auth-notice span { font-size: 14px; color:#64748b; }

/* ── Service Tabs ── */
.svc-tabs { display:flex; gap:6px; flex-wrap:wrap; margin-bottom:14px; }
.svc-tab-btn { padding:7px 14px; border-radius:9px; border:1.5px solid #e2e8f0; background:#f8fafc; color:#475569; font-size: 14px; font-weight:700; cursor:pointer; transition:all .13s; white-space:nowrap; font-family:inherit; }
.svc-tab-btn:hover { border-color:#14b8a6; color:#14b8a6; }
.svc-tab-btn.active { background:#14b8a6; color:#fff; border-color:#14b8a6; }

/* ── Plan Rows ── */
.plan-list { display:flex; flex-direction:column; gap:7px; }
.plan-row { display:flex; align-items:center; gap:10px; background:#f8fafc; border:1.5px solid #e2e8f0; border-radius:11px; padding:10px 13px; transition:border-color .13s; }
.plan-row:hover { border-color:#5eead4; }
.plan-info { flex:1; min-width:0; }
.plan-name { font-size: 14px; font-weight:700; color:#1e293b; }
.plan-desc { font-size: 14px; color:#94a3b8; margin-top:2px; }
.plan-price { font-size: 14px; font-weight:800; color:#475569; white-space:nowrap; text-align:right; }
.plan-price small { font-weight:500; color:#cbd5e1; font-size: 14px; }
.plan-add-btn { flex-shrink:0; padding:7px 13px; background:linear-gradient(135deg,#14b8a6,#0d9488); color:#fff; border:none; border-radius:8px; font-size: 14px; font-weight:800; cursor:pointer; transition:all .13s; white-space:nowrap; font-family:inherit; }
.plan-add-btn:hover { transform:translateY(-1px); box-shadow:0 3px 10px rgba(20,184,166,.3); }
.plan-add-btn.added { background:linear-gradient(135deg,#10b981,#059669); }

/* ── Domain Search in Tab ── */
.dom-search-row { display:flex; gap:8px; margin-bottom:12px; }
.dom-search-row .fc { flex:1; }
.dom-search-btn { flex-shrink:0; padding:11px 16px; background:linear-gradient(135deg,#14b8a6,#0d9488); color:#fff; border:none; border-radius:10px; font-size: 14px; font-weight:700; cursor:pointer; transition:opacity .13s; }
.dom-search-btn:disabled { opacity:.6; cursor:not-allowed; }
.dom-loader { padding:10px; text-align:center; color:#64748b; font-size: 14px; display:none; }
.dom-result-row { display:flex; align-items:center; gap:8px; padding:8px 0; border-bottom:1px solid #f1f5f9; }
.dom-result-row:last-child { border-bottom:none; }
.dom-dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
.dom-dot.available { background:#10b981; }
.dom-dot.taken { background:#ef4444; }
.dom-name { flex:1; font-size: 14px; font-weight:600; color:#1e293b; }
.dom-price { font-size: 14px; font-weight:700; color:#64748b; white-space:nowrap; margin-right:6px; }
.dom-taken { font-size: 14px; color:#cbd5e1; }
.dom-err { color:#ef4444; font-size: 14px; padding:8px 0; }

/* ── Custom Tab ── */
.custom-row { display:grid; grid-template-columns:1fr 140px auto; gap:8px; align-items:end; }
@media(max-width:500px){ .custom-row{ grid-template-columns:1fr; } }

/* ── Cart ── */
.cart-empty-msg { text-align:center; padding:30px 16px; color:#cbd5e1; font-size: 14px; }
.cart-empty-msg i { font-size:28px; display:block; margin-bottom:8px; }
.cart-item { display:flex; align-items:center; gap:8px; padding:9px 0; border-bottom:1px solid #f8fafc; }
.cart-item:last-child { border-bottom:none; }
.cart-item-info { flex:1; min-width:0; }
.cart-item-name { font-size: 14px; font-weight:700; color:#1e293b; }
.cart-item-meta { font-size: 14px; color:#94a3b8; margin-top:1px; }
.cart-item-price { font-size: 14px; font-weight:800; color:#475569; white-space:nowrap; }
.cart-item-remove { flex-shrink:0; width:20px; height:20px; border-radius:50%; background:#fee2e2; border:none; color:#ef4444; font-size: 14px; font-weight:900; cursor:pointer; display:flex; align-items:center; justify-content:center; padding:0; line-height:1; transition:all .12s; }
.cart-item-remove:hover { background:#ef4444; color:#fff; }
.cart-divider { border:none; border-top:1.5px solid #f1f5f9; margin:12px 0 10px; }
.cart-row { display:flex; justify-content:space-between; align-items:center; font-size: 14px; color:#64748b; margin-bottom:5px; }
.cart-row.total { font-weight:800; color:#0f172a; font-size: 14px; }

/* ── Summary Price Box ── */
.po-price-box { background:linear-gradient(135deg,#f0fdfa 0%,#f0fdfa 100%); border-radius:14px; padding:14px 16px; text-align:center; margin:10px 0; border:1px solid #ccfbf1; }
.po-price { font-size:1.9rem; font-weight:900; color:#0f172a; line-height:1; }
.po-price .po-sym { font-size:.9rem; color:#64748b; font-weight:600; }
.po-cycle-text { font-size: 14px; color:#14b8a6; font-weight:700; margin-top:5px; }
/* Static, unlike .po-cycle-text which JS overwrites with the service types — that is how
   the grand total ended up as a bare number labelled "Hosting". */
.po-total-label { font-size: 14px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; color:#5b7c78; margin-bottom:4px; }
.currency-switcher-mini { display:flex; gap:4px; background:#f1f5f9; border-radius:24px; padding:4px; border:1px solid #e2e8f0; margin-bottom:12px; }
.currency-switcher-mini a { flex:1; display:block; text-align:center; text-decoration:none; padding:6px 0; border-radius:20px; font-size: 14px; font-weight:700; cursor:pointer; color:#64748b; transition:all .15s; }
.currency-switcher-mini a.active { background:#fff; color:#0f172a; box-shadow:0 1px 4px rgba(0,0,0,.1); }
/* ── Payment Preview Card (mirrors Pages/order-payment.blade.php's
     .op-pay-card so the pre-checkout preview and the real Fonepay/PayPal
     card injected via AJAX after placing the order look identical — keep
     these in sync with the .op-* / .pp-* / .stripe-* rules there). ── */
.op-pay-card { background:#fff; border-radius:20px; box-shadow:0 1px 4px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.07); overflow:hidden; }
.op-pay-hero { padding:20px 22px 18px; position:relative; overflow:hidden; }
.op-pay-hero.fonepay-hero { background:linear-gradient(135deg,#7f1d1d 0%,#dc2626 100%); }
.op-pay-hero.paypal-hero  { background:linear-gradient(135deg,#1e3a5f 0%,#1553a8 100%); }
.op-pay-hero::before { content:''; position:absolute; right:-24px; top:-24px; width:110px; height:110px; background:rgba(255,255,255,.08); border-radius:50%; }
.op-pay-hero::after { content:''; position:absolute; right:30px; bottom:-30px; width:70px; height:70px; background:rgba(255,255,255,.05); border-radius:50%; }
.op-pay-hero-badge { display:inline-flex; align-items:center; gap:5px; background:rgba(255,255,255,.15); color:rgba(255,255,255,.9) !important; border:1px solid rgba(255,255,255,.2); font-size: 14px; font-weight:800; text-transform:uppercase; letter-spacing:.09em; padding:3px 12px; border-radius:20px; margin-bottom:8px; }
.op-pay-hero-amount { font-size:1.8rem; font-weight:900; color:#fff !important; margin:4px 0 2px; letter-spacing:-.5px; }
.op-pay-hero-label { font-size: 14px; color:rgba(255,255,255,.55); margin:0; }
.op-pay-body { padding:18px 20px; }
.op-qr-wrap { text-align:center; margin-bottom:14px; }
.op-qr-wrap p { font-size: 14px; color:#94a3b8; margin-top:8px; }
#qr-container, #pp-qr-container { display:inline-block; background:#fff; border-radius:14px; padding:12px; box-shadow:0 0 0 5px #fef2f2,0 4px 16px rgba(0,0,0,.1); }
#pp-qr-container { box-shadow:0 0 0 5px #ccfbf1,0 4px 16px rgba(0,0,0,.1); }
.op-or-divider { display:flex; align-items:center; gap:10px; font-size: 14px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:#cbd5e1; margin:14px 0 10px; }
.op-or-divider::before, .op-or-divider::after { content:''; flex:1; height:1px; background:#e2e8f0; }
.op-bank-card { background:#f8fafc; border:1.5px solid #e2e8f0; border-radius:13px; padding:12px 13px; margin:14px 0; }
.op-bank-head { display:flex; align-items:center; gap:10px; margin-bottom:10px; }
.op-bank-title { font-size: 14px; font-weight:800; color:#1e293b; letter-spacing:.01em; }
.op-bank-sub { font-size: 14px; color:#94a3b8; }
.op-bank-row { display:flex; flex-direction:column; align-items:flex-start; gap:3px; padding:8px 0; border-top:1px solid #e9eef5; }
.op-bank-label { font-size: 14px; font-weight:700; color:#94a3b8; text-transform:uppercase; letter-spacing:.06em; }
.op-bank-value { display:flex; align-items:center; justify-content:space-between; gap:10px; width:100%; font-size:14px; font-weight:800; color:#1e293b; }
.op-bank-acct { font-family:monospace; font-size:16px; letter-spacing:.06em; word-break:break-all; }
.op-copy-btn { background:#ccfbf1; color:#0f766e; border:none; border-radius:7px; padding:3px 8px; font-size: 14px; font-weight:700; cursor:pointer; transition:background .15s; }
.op-copy-btn:hover { background:#99f6e4; }
.op-acct-logo { width:38px; height:38px; border-radius:9px; display:flex; align-items:center; justify-content:center; flex-shrink:0; font-weight:900; font-size: 14px; text-align:center; line-height:1.3; color:#fff; }
.op-acct-logo.nic { background:linear-gradient(135deg,#E71B24,#b91c1c); }
.op-steps { list-style:none; padding:0; margin:0; }
.op-steps li { display:flex; gap:11px; align-items:flex-start; padding:8px 0; font-size: 14px; color:#374151; border-bottom:1px solid #f1f5f9; }
.op-steps li:last-child { border-bottom:none; }
.op-step-n { min-width:20px; height:20px; border-radius:50%; background:#dc2626; color:#fff; font-size: 14px; font-weight:700; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px; }
.op-step-n.blue { background:#0f766e; }
.op-sec-footer { display:flex; align-items:center; justify-content:center; gap:16px; flex-wrap:wrap; padding:13px 22px; border-top:1px solid #f1f5f9; font-size: 14px; color:#94a3b8; font-weight:600; }
.op-sec-footer span { display:flex; align-items:center; gap:5px; }
.pp-redirect-notice { display:flex; align-items:center; gap:14px; background:linear-gradient(135deg,#0f172a 0%,#1e3a5f 100%); padding:16px 22px; }
.pp-redirect-icon { width:40px; height:40px; border-radius:12px; background:rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.8); font-size:15px; flex-shrink:0; }
.pp-redirect-title { font-size:14px; font-weight:800; color:#fff; line-height:1.3; }
.pp-redirect-sub { font-size: 14px; color:rgba(255,255,255,.5); margin-top:2px; }
.pp-amount-summary { background:linear-gradient(135deg,#003087 0%,#0070ba 100%); border-radius:14px; padding:16px 20px; margin-bottom:18px; position:relative; overflow:hidden; }
.pp-amount-summary::before { content:''; position:absolute; right:-20px; top:-20px; width:80px; height:80px; background:rgba(255,255,255,.06); border-radius:50%; }
.pp-amount-row { display:flex; justify-content:space-between; align-items:center; }
.pp-amount-label { font-size: 14px; font-weight:600; color:rgba(255,255,255,.6); }
.pp-amount-val { font-size:1.6rem; font-weight:900; color:#fff; letter-spacing:-.5px; }
.pp-amount-cur { font-size: 14px; font-weight:600; color:rgba(255,255,255,.5); margin-left:4px; }
.pp-redirect-btn { display:flex; align-items:center; gap:10px; width:100%; padding:16px 20px; background:linear-gradient(135deg,#0070ba 0%,#003087 100%); color:#fff !important; text-decoration:none !important; border-radius:14px; font-size:1rem; font-weight:800; box-shadow:0 4px 20px rgba(0,112,186,.4); transition:all .2s; margin-bottom:8px; border:none; cursor:pointer; }
.pp-redirect-btn:hover, .pp-redirect-btn:focus, .pp-redirect-btn:active { background:linear-gradient(135deg,#005ea6 0%,#001f60 100%); color:#fff !important; text-decoration:none !important; transform:translateY(-2px); box-shadow:0 8px 28px rgba(0,112,186,.5); }
.pp-redirect-btn-icon { width:34px; height:34px; border-radius:10px; background:rgba(255,255,255,.15); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.pp-redirect-url-note { text-align:center; font-size: 14px; color:#64748b; margin-bottom:4px; display:flex; align-items:center; justify-content:center; gap:5px; }
.pp-brand-header { display:flex; align-items:center; gap:12px; padding:18px 22px 14px; border-bottom:1px solid #e2e8f0; background:#fff; }
.pp-wordmark { width:90px; height:auto; display:block; flex-shrink:0; }
.pp-brand-divider { width:1px; height:24px; background:#e2e8f0; }
.pp-brand-secure { font-size: 14px; font-weight:700; color:#64748b; display:flex; align-items:center; gap:5px; }
.pp-brand-secure i { color:#22c55e; }
.pp-saved-wrap { text-align:center; padding:4px 0 14px; }
.pay-method-tabs { display:flex; gap:8px; margin-bottom:16px; }
.pay-method-tab { flex:1; padding:10px 6px; border-radius:10px; border:2px solid #e2e8f0; background:#f8fafc; cursor:pointer; text-align:center; font-size: 14px; font-weight:700; color:#64748b; transition:all .15s; }
.pay-method-tab.active-pp { border-color:#0070ba; background:#ccfbf1; color:#0070ba; }
.pay-method-tab.active-str { border-color:#635bff; background:#ccfbf1; color:#0d9488; }
.pay-method-tab:hover { border-color:#635bff; background:#ccfbf1; color:#0d9488; }
.pay-method-pane { display:none; }
.pay-method-pane.show { display:block; }
.stripe-hero { background:linear-gradient(135deg,#1a1a2e 0%,#16213e 60%,#0f3460 100%); }
.stripe-btn { display:flex; align-items:center; justify-content:center; gap:10px; width:100%; padding:16px 20px; background:linear-gradient(135deg,#635bff 0%,#0d9488 100%); color:#fff !important; text-decoration:none !important; border:none; border-radius:14px; font-size:1rem; font-weight:800; box-shadow:0 4px 20px rgba(99,91,255,.4); transition:all .2s; cursor:pointer; margin-bottom:8px; }
.stripe-btn:hover, .stripe-btn:focus, .stripe-btn:active { background:linear-gradient(135deg,#0d9488 0%,#115e59 100%); color:#fff !important; transform:translateY(-2px); box-shadow:0 8px 28px rgba(99,91,255,.5); }
.stripe-btn-icon { width:34px; height:34px; border-radius:10px; background:rgba(255,255,255,.15); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.stripe-amount-box { background:linear-gradient(135deg,#042f2e 0%,#115e59 100%); border-radius:14px; padding:16px 20px; margin-bottom:18px; position:relative; overflow:hidden; }
.stripe-amount-box::before { content:''; position:absolute; right:-20px; top:-20px; width:80px; height:80px; background:rgba(255,255,255,.06); border-radius:50%; }
.stripe-amount-label { font-size: 14px; font-weight:600; color:rgba(255,255,255,.6); }
.stripe-amount-val { font-size:1.6rem; font-weight:900; color:#fff; letter-spacing:-.5px; }
.stripe-note { text-align:center; font-size: 14px; color:#64748b; margin-bottom:4px; display:flex; align-items:center; justify-content:center; gap:5px; }

/* ── Cart-ready banner "Skip to Checkout" pill ── */
.skip-checkout-btn { flex-shrink:0; padding:6px 14px; font-size: 14px; font-weight:700; white-space:nowrap; color:#0d9488; background:#fff; border:1.5px solid #99f6e4; border-radius:20px; text-decoration:none; transition:all .15s; }
.skip-checkout-btn:hover { background:#ccfbf1; border-color:#5eead4; color:#0f766e; }

/* ── Submit ── */
.btn-po-submit { width:100%; padding:14px; background:linear-gradient(135deg,#14b8a6,#0d9488); color:#fff; border:none; border-radius:13px; font-size:14px; font-weight:800; cursor:pointer; transition:all .2s; box-shadow:0 4px 14px rgba(20,184,166,.25); font-family:inherit; }
.btn-po-submit:hover:not(:disabled) { transform:translateY(-1px); box-shadow:0 6px 18px rgba(20,184,166,.35); }
.btn-po-submit:disabled { opacity:.45; cursor:not-allowed; transform:none; }

/* ── Mobile Bar ── */
.mobile-total-bar { display:none; position:fixed; bottom:0; left:0; right:0; z-index:100; background:#fff; border-top:1px solid #e2e8f0; padding:12px 20px; box-shadow:0 -4px 16px rgba(0,0,0,.08); align-items:center; justify-content:space-between; gap:12px; }
@media(max-width:940px){ .mobile-total-bar{display:flex;} .po-form-card{padding-bottom:80px;} }
.mobile-total-label { font-size: 14px; color:#64748b; font-weight:600; }
.mobile-total-value { font-size:1.1rem; font-weight:900; color:#0f172a; }
.mobile-total-btn { flex-shrink:0; padding:10px 20px; background:linear-gradient(135deg,#14b8a6,#0d9488); color:#fff; border:none; border-radius:11px; font-size: 14px; font-weight:800; cursor:pointer; box-shadow:0 3px 10px rgba(20,184,166,.3); font-family:inherit; }
.mobile-total-btn:disabled { opacity:.45; cursor:not-allowed; }

/* ── VPS tab note ── */
.tab-note { font-size: 14px; color:#94a3b8; margin-bottom:10px; }

