.aftel-funnel{max-width:720px;margin:0 auto;padding:24px 20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;}
.aftel-funnel h2{font-size:1.25em;margin:1.2em 0 0.5em;color:#1a1a2e;}
.aftel-address-field{display:flex;gap:12px;margin-bottom:16px;}
.aftel-address-field input{flex:1;padding:10px 12px;border:1px solid #ccd0d4;border-radius:6px;font-size:1em;}
.aftel-address-field button{padding:10px 20px;background:#00d4ff;color:#1a1a2e;border:none;border-radius:6px;font-weight:600;cursor:pointer;white-space:nowrap;}
.aftel-suggestions{border:1px solid #ccd0d4;border-radius:6px;margin-bottom:16px;max-height:200px;overflow-y:auto;background:#fff;}
.aftel-sug-item{padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0;}
.aftel-sug-item:hover{background:#f0f8ff;}
.aftel-success{background:#e6ffed;border:1px solid #b7eb8f;border-radius:6px;padding:16px;margin-bottom:16px;color:#135200;}
.aftel-warning{background:#fff7e6;border:1px solid #ffd591;border-radius:6px;padding:16px;margin-bottom:16px;color:#873800;}
.aftel-error{color:#cf1322;}
.aftel-selected-address{font-size:.9em;color:#666;margin-bottom:12px;}
.aftel-plan-table{width:100%;border-collapse:collapse;margin-bottom:16px;}
.aftel-plan-table td,.aftel-plan-table th{border:1px solid #e8e8e8;padding:8px 12px;}
.aftel-plan-table th{background:#f8f9fa;text-align:left;}
.aftel-plan-select-btn,.aftel-router-select-btn{padding:6px 16px;background:#00d4ff;color:#1a1a2e;border:none;border-radius:4px;cursor:pointer;font-weight:600;font-size:.9em;}
.aftel-plan-select-btn:hover,.aftel-router-select-btn:hover{background:#00b8e6;}
.aftel-summary{background:#f0f8ff;border:1px solid #bae7ff;border-radius:6px;padding:16px;margin-bottom:16px;}
.aftel-form{margin-bottom:16px;}
.aftel-form label{display:block;margin-top:12px;font-weight:600;}
.aftel-form input,.aftel-form select{width:100%;padding:8px 12px;border:1px solid #ccd0d4;border-radius:6px;font-size:1em;margin-top:4px;}
.aftel-form .aftel-help{font-size:.85em;color:#666;margin-top:4px;}
.aftel-required{color:#cf1322;}
.aftel-consent{margin-top:16px;}.aftel-consent label{font-weight:400;}
.aftel-form-btn{padding:10px 24px;background:#00d4ff;color:#1a1a2e;border:none;border-radius:6px;font-weight:600;cursor:pointer;margin-top:16px;}
.aftel-form-btn:hover{background:#00b8e6;}
.aftel-test-note{background:#fffbe6;border:1px solid #ffe58f;border-radius:6px;padding:12px;margin-top:12px;}
.aftel-debug{font-size:.8em;color:#999;margin-top:4px;}

/* === NEW: Card-based plan & router selector === */
/* Speed tier cards */
.aftel-tier-card{background:#fff;border:1px solid #e8ecf1;border-radius:10px;margin-bottom:10px;overflow:hidden;transition:border-color .15s}
.aftel-tier-card:hover{border-color:#b8d4f0}
.aftel-tier-card.aftel-tier-selected{border-color:#1890ff;box-shadow:0 0 0 2px rgba(24,144,255,.12)}
.aftel-tier-header{padding:12px 14px;background:#fafbfc;border-bottom:1px solid #f0f2f5;display:flex;align-items:center;justify-content:space-between;gap:8px}
.aftel-tier-speed{font-weight:700;font-size:1em}
.aftel-tier-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#f0f2f5}
.aftel-data-option{background:#fff;padding:14px 10px;text-align:center;cursor:pointer;transition:background .12s;border:none;font-family:inherit;font-size:inherit;width:100%}
.aftel-data-option:hover{background:#f0f8ff}
.aftel-data-option.aftel-selected{background:#e6f7ff;position:relative}
.aftel-data-option.aftel-selected::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:#1890ff;border-radius:0 0 2px 2px}
.aftel-data-allowance{font-weight:600;font-size:.9em;display:block;margin-bottom:3px}
.aftel-data-price{font-size:1.05em;font-weight:700;color:#1890ff;display:block}
.aftel-data-price small{font-size:.68em;color:#666;font-weight:400}

/* Badges */
.aftel-badge{font-size:.7em;padding:2px 8px;border-radius:12px;font-weight:600;white-space:nowrap}
.aftel-badge-popular{background:#fff7e6;color:#ad6800;border:1px solid #ffd591}
.aftel-badge-recommended{background:#e6f7ff;color:#0050b3;border:1px solid #91d5ff}

/* Show more / fewer */
.aftel-show-more-btn{width:100%;padding:10px;background:#fff;border:1px dashed #ccd0d4;border-radius:8px;color:#666;font-size:.88em;cursor:pointer;font-family:inherit;margin-bottom:10px;transition:all .15s}
.aftel-show-more-btn:hover{background:#fafbfc;border-color:#1890ff;color:#1890ff}
.aftel-extra-tiers{display:none}
.aftel-extra-tiers.aftel-open{display:block}

/* Router cards */
.aftel-router-card{background:#fff;border:1px solid #e8ecf1;width:100%;font-family:inherit;text-align:left;border-radius:10px;padding:14px;margin-bottom:8px;cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .15s}
.aftel-router-card:hover{border-color:#b8d4f0}
.aftel-router-card.aftel-router-selected{border-color:#1890ff;box-shadow:0 0 0 2px rgba(24,144,255,.12)}
.aftel-router-icon{font-size:1.4em;flex-shrink:0}
.aftel-router-info{flex:1;min-width:0}
.aftel-router-name{font-weight:600;font-size:.92em}
.aftel-router-desc{font-size:.8em;color:#666;margin-top:2px}
.aftel-router-price{font-weight:700;font-size:.95em;color:#1890ff;text-align:right;white-space:nowrap}
.aftel-router-once{font-size:.68em;color:#999;font-weight:400;display:block}
.aftel-router-radio{width:18px;height:18px;border-radius:50%;border:2px solid #ccd0d4;flex-shrink:0;transition:all .12s}
.aftel-router-selected .aftel-router-radio{border-color:#1890ff;background:#1890ff;box-shadow:inset 0 0 0 4px #fff}

/* Order summary */
.aftel-order-summary{background:#fff;border:1px solid #d9e2ef;border-radius:12px;padding:18px 20px;box-shadow:0 3px 12px rgba(20,60,110,.06);margin-top:20px}
.aftel-order-summary h3{font-size:.95em;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #e8ecf1}
.aftel-summary-row{display:flex;justify-content:space-between;align-items:baseline;padding:5px 0;font-size:.9em}
.aftel-summary-label{color:#555}
.aftel-summary-value{font-weight:600;text-align:right}
.aftel-summary-sub{display:flex;justify-content:space-between;font-size:.78em;color:#999;padding:0 0 6px}
.aftel-summary-divider{margin:8px 0;border:none;border-top:1px solid #e8ecf1}
.aftel-summary-total{font-size:1em;font-weight:700}
.aftel-summary-total .aftel-summary-value{color:#135200}
.aftel-summary-then{font-size:.8em;color:#666;text-align:right;margin-top:2px;margin-bottom:6px}
.aftel-cta-btn{width:100%;padding:12px;background:#1890ff;color:#fff;border:none;border-radius:8px;font-size:1em;font-weight:700;cursor:pointer;transition:background .15s}
.aftel-cta-btn:hover{background:#096dd9}
.aftel-cta-btn:disabled{background:#ccd0d4;cursor:not-allowed;color:#999}

/* Mobile summary toggle */
.aftel-summary-toggle{display:none;width:100%;padding:12px 16px;background:#1890ff;color:#fff;border:none;border-radius:8px;font-size:.95em;font-weight:600;cursor:pointer;text-align:left;position:fixed;bottom:0;left:0;right:0;z-index:100}
.aftel-toggle-arrow{float:right;transition:transform .2s}
.aftel-summary-toggle.aftel-open .aftel-toggle-arrow{transform:rotate(180deg)}

@media(max-width:600px){
  .aftel-address-field{flex-direction:column}.aftel-address-field button{width:100%}
  .aftel-funnel{padding:12px 10px 80px}
  .aftel-tier-options{grid-template-columns:repeat(3,1fr)}
  .aftel-data-option{padding:10px 6px}
  .aftel-data-allowance{font-size:.82em}
  .aftel-data-price{font-size:.95em}
  .aftel-order-summary{display:block;position:static;border-radius:12px;margin-top:16px;box-shadow:0 3px 12px rgba(20,60,110,.06)}
  .aftel-summary-toggle{display:none!important}
  .aftel-router-card{padding:12px 10px}
  .aftel-router-icon{font-size:1.2em}
}

@media(min-width:900px){
  .aftel-funnel{max-width:960px;display:grid;grid-template-columns:1fr 280px;gap:20px;align-items:start}
  .aftel-funnel > *{grid-column:1}
  .aftel-order-summary{grid-column:2;grid-row:1/20;position:sticky;top:12px;margin-top:0}
  .aftel-funnel > p:last-child{grid-column:1/-1}
}

/* T23 defensive override: keep summary in normal flow so it cannot cover router cards. */
#aftel-selection-summary.aftel-order-summary{
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  top: auto !important;
  z-index: auto !important;
  width: auto !important;
  max-height: none !important;
  overflow: visible !important;
  display: block !important;
}
#aftel-summary-toggle{display:none!important;}

/* T24 responsive/mobile polish — CSS only; no fixed overlay summary. */
.aftel-funnel{box-sizing:border-box;}
.aftel-funnel *{box-sizing:border-box;}
.aftel-funnel h2{line-height:1.25;}
.aftel-address-field input,.aftel-address-field button,
.aftel-data-option,.aftel-router-card,.aftel-cta-btn,.aftel-show-more-btn{min-height:44px;}
.aftel-address-field input:focus,.aftel-data-option:focus-visible,.aftel-router-card:focus-visible,
.aftel-show-more-btn:focus-visible,.aftel-cta-btn:focus-visible{outline:3px solid rgba(24,144,255,.28);outline-offset:2px;}
.aftel-tier-card,.aftel-router-card,.aftel-order-summary{box-shadow:0 2px 8px rgba(20,60,110,.04);}
.aftel-tier-card.aftel-tier-selected,.aftel-router-card.aftel-router-selected{box-shadow:0 0 0 2px rgba(24,144,255,.14),0 4px 14px rgba(20,60,110,.06);}
.aftel-selected-address{line-height:1.45;}
.aftel-success{line-height:1.45;}

@media(max-width:899px){
  .aftel-funnel{max-width:720px;display:block;padding-left:16px;padding-right:16px;}
  .aftel-order-summary{margin-top:18px;margin-bottom:20px;}
  .aftel-router-card{align-items:flex-start;}
  .aftel-router-price{padding-top:2px;}
}

@media(max-width:600px){
  .aftel-funnel{padding:14px 12px 28px;}
  .aftel-funnel h2{font-size:1.18em;margin-top:1.05em;}
  .aftel-address-field{gap:10px;}
  .aftel-address-field input,.aftel-address-field button{font-size:16px;}
  .aftel-tier-header{padding:12px;align-items:flex-start;flex-direction:column;}
  .aftel-badge{align-self:flex-start;}
  .aftel-tier-options{grid-template-columns:repeat(3,minmax(0,1fr));}
  .aftel-data-option{padding:12px 6px;line-height:1.2;}
  .aftel-data-allowance{font-size:.8em;}
  .aftel-data-price{font-size:.92em;}
  .aftel-router-card{gap:10px;padding:14px 12px;}
  .aftel-router-name{font-size:.95em;line-height:1.3;}
  .aftel-router-desc{font-size:.82em;line-height:1.35;}
  .aftel-summary-row,.aftel-summary-sub{gap:12px;}
  .aftel-summary-value{max-width:58%;}
  .aftel-cta-btn{font-size:.98em;padding:13px 12px;}
}

@media(max-width:420px){
  .aftel-funnel{padding-left:10px;padding-right:10px;}
  .aftel-tier-options{grid-template-columns:1fr;gap:1px;}
  .aftel-data-option{text-align:left;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:12px;}
  .aftel-data-allowance{margin:0;font-size:.92em;}
  .aftel-data-price{font-size:.98em;white-space:nowrap;}
  .aftel-router-card{display:grid;grid-template-columns:auto 1fr auto;align-items:start;}
  .aftel-router-price{grid-column:2 / 4;text-align:left;margin-top:4px;}
  .aftel-router-radio{grid-column:3;grid-row:1;}
  .aftel-order-summary{padding:16px 14px;}
  .aftel-summary-row{font-size:.88em;}
  .aftel-summary-sub{font-size:.76em;}
  .aftel-summary-value{max-width:62%;}
}

/* T25A — reduce theme page banner whitespace above the order funnel. */
/* Targets the order page (page-id-281) only; other pages unchanged. */
.page-id-281 .inner_banner_wrapper{padding-top:80px!important;padding-bottom:40px!important;}
.page-id-281 .inner_banner_wrapper h2,.page-id-281 .inner_banner_wrapper h1{margin-top:0;margin-bottom:0.35em;}
@media(max-width:600px){
  .page-id-281 .inner_banner_wrapper{padding-top:50px!important;padding-bottom:28px!important;}
}

/* T25 — customer details form polish */
.aftel-details-form .aftel-form-row{display:flex;gap:16px;}
.aftel-details-form .aftel-form-row-2col .aftel-form-field{flex:1;min-width:0;}
.aftel-details-form .aftel-form-field{margin-bottom:16px;}
.aftel-details-form .aftel-form-field label{display:block;margin-bottom:5px;font-weight:600;font-size:.92em;color:#333;}
.aftel-details-form input[type="text"],
.aftel-details-form input[type="email"],
.aftel-details-form input[type="tel"],
.aftel-details-form select{width:100%;padding:10px 12px;border:1px solid #ccd0d4;border-radius:6px;font-size:1em;line-height:1.4;transition:border-color .15s,box-shadow .15s;background:#fff;}
.aftel-details-form input:focus,
.aftel-details-form select:focus{border-color:#1890ff;box-shadow:0 0 0 3px rgba(24,144,255,.12);outline:none;}
.aftel-details-form input.aftel-input-error{border-color:#cf1322;box-shadow:0 0 0 3px rgba(207,19,34,.08);}
.aftel-details-form input.aftel-input-error:focus{border-color:#cf1322;box-shadow:0 0 0 3px rgba(207,19,34,.14);}
.aftel-field-error{display:none;color:#cf1322;font-size:.82em;margin-top:4px;line-height:1.35;}
.aftel-consent.aftel-form-field{margin-top:4px;}
.aftel-consent.aftel-form-field label{font-weight:400;display:flex;align-items:flex-start;gap:8px;cursor:pointer;}
.aftel-consent.aftel-form-field input[type="checkbox"]{width:18px;height:18px;margin-top:1px;flex-shrink:0;accent-color:#1890ff;}
.aftel-details-form .aftel-help{display:block;font-size:.8em;color:#888;margin-top:3px;}
.aftel-details-form select{padding:10px 12px;appearance:auto;}

@media(max-width:600px){
  .aftel-details-form .aftel-form-row-2col{flex-direction:column;gap:0;}
  .aftel-details-form .aftel-form-row-2col .aftel-form-field{margin-bottom:14px;}
  .aftel-details-form input{font-size:16px;}
  .aftel-consent.aftel-form-field label{align-items:flex-start;}
}

/* T25c — order confirmation step */
.aftel-confirmation-box{text-align:center;padding:32px 24px;background:#fff;border:1px solid #e8ecf1;border-radius:12px;box-shadow:0 3px 14px rgba(20,60,110,.06);}
.aftel-confirmation-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#e6ffed;color:#135200;font-size:1.6em;margin-bottom:16px;}
.aftel-confirmation-box h2{font-size:1.3em;margin:0 0 8px;color:#135200;}
.aftel-confirmation-box > p{color:#555;margin:0 0 20px;font-size:.95em;}
.aftel-confirmation-details{background:#f8f9fa;border-radius:8px;padding:14px 18px;margin-bottom:20px;text-align:left;}
.aftel-confirmation-details p{margin:0;}
.aftel-confirmation-ref{font-family:monospace;font-size:1em;background:#e6f7ff;padding:2px 8px;border-radius:4px;color:#0050b3;word-break:break-all;}
.aftel-confirmation-next{text-align:left;margin-bottom:16px;}
.aftel-confirmation-next h3{font-size:1em;margin:0 0 8px;}
.aftel-confirmation-next ol{margin:0;padding-left:22px;color:#444;font-size:.92em;line-height:1.6;}
.aftel-confirmation-contact{font-size:.88em;color:#888;margin:0;}
.aftel-confirmation-contact a{color:#1890ff;}

@media(max-width:600px){
  .aftel-confirmation-box{padding:24px 16px;}
  .aftel-confirmation-icon{width:48px;height:48px;font-size:1.4em;}
}
/* ===================================================================
   Confirmation Page - Polished GUI Redesign
   =================================================================== */

.aftel-cf-hero{background:linear-gradient(135deg,#e6ffed 0,#f0fdf4 50%,#f8fafc 100%);border-bottom:1px solid #b7eb8f;text-align:center;padding:48px 24px 40px;margin:-12px -12px 0}
.aftel-cf-hero-inner{max-width:560px;margin:0 auto}
.aftel-cf-hero-icon{margin-bottom:20px;display:inline-block}
.aftel-cf-hero-icon svg{display:block}
.aftel-cf-hero-title{font-size:1.65em;font-weight:700;color:#135200;margin:0 0 10px;letter-spacing:-.3px;line-height:1.25}
.aftel-cf-hero-subtitle{font-size:1.02em;color:#4d7c3b;margin:0 0 10px;line-height:1.5;max-width:480px;margin-left:auto;margin-right:auto}
.aftel-cf-hero-email{display:block;font-size:.88em;color:#6b9e5a;margin:0;font-style:italic}
.aftel-cf-content{max-width:640px;margin:0 auto;padding:28px 0 12px}
.aftel-cf-card{background:#fff;border:1px solid #e8ecf1;border-radius:12px;padding:24px 28px;margin-bottom:16px;box-shadow:0 1px 3px rgba(16,24,40,.04),0 1px 2px rgba(16,24,40,.06);transition:box-shadow .2s ease}
.aftel-cf-card:hover{box-shadow:0 4px 16px rgba(16,24,40,.08)}
.aftel-cf-card__header{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.aftel-cf-card__icon{flex-shrink:0;opacity:.75}
.aftel-cf-card__header h3{font-size:1.02em;font-weight:700;color:#1a1a2e;margin:0}
.aftel-cf-card__hint{font-size:.8em;color:#9ca3af;margin:12px 0 0;line-height:1.5;font-style:italic}
.aftel-cf-card--ref{background:linear-gradient(135deg,#f8f9fb,#f0f4ff);border-color:#d6e4ff}
.aftel-cf-ref-row{display:flex;align-items:center;gap:12px;margin-bottom:6px;flex-wrap:wrap;padding-right:4px}
.aftel-cf-ref-value{font-family:"SF Mono","Cascadia Code",Consolas,Monaco,monospace;font-size:1.2em;font-weight:700;background:#fff;border:1px solid #d6e4ff;padding:10px 18px;border-radius:8px;color:#0050b3;letter-spacing:.6px;word-break:break-all;flex:1;min-width:180px;box-shadow:inset 0 1px 2px rgba(0,80,179,.04)}
.aftel-cf-copy-msg{display:block;font-size:.78em;color:#135200;margin:6px 0 0;font-weight:500;min-height:1.2em}
.aftel-cf-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 22px;border-radius:8px;font-size:.92em;font-weight:600;text-decoration:none;cursor:pointer;transition:all .15s ease;border:none;line-height:1.4;white-space:nowrap}
.aftel-cf-btn--copy{background:#0050b3;color:#fff;padding:10px 20px;flex-shrink:0}
.aftel-cf-btn--copy:hover{background:#003d8c;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,80,179,.25)}
.aftel-cf-btn--primary{background:#1890ff;color:#fff}
.aftel-cf-btn--primary:hover{background:#096dd9;transform:translateY(-1px);box-shadow:0 4px 12px rgba(24,144,255,.3);color:#fff}
.aftel-cf-btn--outline{background:#fff;color:#1a1a2e;border:1.5px solid #d1d5db}
.aftel-cf-btn--outline:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}
.aftel-cf-stepper{padding:4px 0}
.aftel-cf-step{display:flex;align-items:flex-start;position:relative;padding-bottom:18px}
.aftel-cf-step:last-child{padding-bottom:0}
.aftel-cf-step__marker{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#9ca3af;border:2px solid #e5e7eb;font-size:.78em;font-weight:700;z-index:1;margin-right:14px;transition:all .3s ease}
.aftel-cf-step--done .aftel-cf-step__marker{background:#135200;border-color:#135200;box-shadow:0 0 0 4px rgba(19,82,0,.1)}
.aftel-cf-step__connector{position:absolute;left:15px;top:32px;width:2px;height:calc(100% - 32px);background:#e5e7eb;z-index:0}
.aftel-cf-step--done .aftel-cf-step__connector{background:#b7eb8f}
.aftel-cf-step:last-child .aftel-cf-step__connector{display:none}
.aftel-cf-step__text{padding-top:4px;flex:1;min-width:0}
.aftel-cf-step__text strong{display:block;font-size:.95em;color:#374151;margin-bottom:3px;font-weight:600;transition:color .3s ease}
.aftel-cf-step--done .aftel-cf-step__text strong{color:#135200}
.aftel-cf-step__text span{display:block;font-size:.84em;color:#9ca3af;line-height:1.45;transition:color .3s ease}
.aftel-cf-step--done .aftel-cf-step__text span{color:#6b9e5a}
.aftel-cf-summary{margin:0}
.aftel-cf-summary__row{display:flex;justify-content:space-between;align-items:baseline;padding:10px 0;border-bottom:1px solid #f3f4f6;gap:16px}
.aftel-cf-summary__row:last-child{border-bottom:none;padding-bottom:0}
.aftel-cf-summary__row dt{font-size:.88em;color:#6b7280;font-weight:500;flex-shrink:0}
.aftel-cf-summary__row dd{font-size:.92em;font-weight:600;color:#1f2937;text-align:right;word-break:break-word;margin:0}
.aftel-cf-summary__price{color:#0050b3!important}
.aftel-cf-card--support{text-align:center;background:#fafbfc;border-color:#e5e7eb}
.aftel-cf-card--support .aftel-cf-card__header{justify-content:center}
.aftel-cf-card--support p{color:#4b5563;font-size:.92em;margin:0 0 18px;line-height:1.5}
.aftel-cf-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
@media(max-width:640px){
  .aftel-cf-hero{padding:36px 16px 32px;margin:-8px -8px 0}
  .aftel-cf-hero-icon svg{width:56px;height:56px}
  .aftel-cf-hero-title{font-size:1.35em}
  .aftel-cf-hero-subtitle{font-size:.95em}
  .aftel-cf-content{padding:20px 4px 8px}
  .aftel-cf-card{padding:18px 16px;border-radius:10px}
  .aftel-cf-ref-value{font-size:1.05em;padding:8px 14px;min-width:0}
  .aftel-cf-btn{padding:9px 16px;font-size:.88em}
  .aftel-cf-step__marker{width:28px;height:28px;font-size:.72em;margin-right:10px}
  .aftel-cf-step__connector{left:13px;top:28px}
  .aftel-cf-actions{flex-direction:column;align-items:stretch}
  .aftel-cf-actions .aftel-cf-btn{justify-content:center}
}


/* T27 — order page UX copy, hero and trust callouts */
.page-id-281 .inner_banner_wrapper{display:none!important;}
.aftel-funnel{color:#1a1a2e;}
.aftel-order-hero{grid-column:1/-1;background:linear-gradient(135deg,#e6f7ff 0%,#f8fbff 55%,#ffffff 100%);border:1px solid #b7ddff;border-radius:18px;padding:34px 34px 30px;margin:0 0 18px;box-shadow:0 8px 28px rgba(0,80,179,.08);}
.aftel-order-kicker{margin:0 0 8px;color:#0050b3;font-size:.82em;font-weight:700;text-transform:uppercase;letter-spacing:.08em;}
.aftel-order-hero h1{margin:0 0 12px;color:#063b78;font-size:2rem;line-height:1.15;letter-spacing:-.02em;}
.aftel-order-hero-copy{max-width:760px;margin:0;color:#36536f;font-size:1.04em;line-height:1.6;}
.aftel-hero-callouts{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;}
.aftel-hero-callouts span{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #d6e9ff;border-radius:999px;padding:8px 12px;font-size:.88em;font-weight:600;color:#174a7c;}
.aftel-hero-callouts span::before{content:'✓';display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#e6ffed;color:#135200;font-size:.78em;font-weight:800;}
.aftel-trust-row{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 18px;}
.aftel-trust-row>div{background:#fff;border:1px solid #e1eaf5;border-radius:12px;padding:14px 14px 13px;box-shadow:0 2px 8px rgba(20,60,110,.04);}
.aftel-trust-row strong{display:block;color:#063b78;font-size:.9em;margin-bottom:4px;}
.aftel-trust-row span{display:block;color:#596b80;font-size:.78em;line-height:1.4;}
.aftel-stepper{grid-column:1/-1;list-style:none;margin:0 0 22px;padding:0;display:flex;justify-content:space-between;gap:10px;counter-reset:none;}
.aftel-step-item{flex:1;display:flex;align-items:center;gap:8px;position:relative;color:#6b7280;font-size:.86em;}
.aftel-step-item::before{display:none!important;content:none!important;}
.aftel-step-item:not(:last-child)::after{content:'';position:absolute;left:34px;right:-6px;top:14px;height:2px;background:#e5edf7;z-index:0;}
.aftel-step-circle{position:relative;z-index:1;width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f3f7fb;border:2px solid #d7e4f2;color:#5e7288;font-weight:700;font-size:.86em;flex-shrink:0;}
.aftel-step-label{position:relative;z-index:1;background:#fff;padding-right:6px;font-weight:600;}
.aftel-step-circle.aftel-step-active{background:#0050b3;border-color:#0050b3;color:#fff;box-shadow:0 0 0 4px rgba(0,80,179,.10);}
.aftel-step-label.aftel-step-active{color:#0050b3;}
.aftel-step-circle.aftel-step-completed{background:#135200;border-color:#135200;color:#fff;}
.aftel-step-circle.aftel-step-completed::before{content:'✓';font-size:.85em;}
.aftel-step-circle.aftel-step-completed{font-size:0;}
.aftel-step-label.aftel-step-completed{color:#135200;}
.aftel-step-help,.aftel-funnel-step>p{color:#4b5d70;line-height:1.55;}
.aftel-plan-unavailable-badge{display:inline-block;margin-left:4px;padding:1px 5px;border-radius:999px;background:#fff7e6;border:1px solid #ffd591;color:#ad6800;font-size:.72em;font-weight:700;vertical-align:middle;}
.aftel-plan-unavailable-note{display:block;margin-top:6px;line-height:1.3;color:#6b7280;}
.aftel-select-plan-copy{display:block;margin-top:6px;font-size:.72em;color:#4b5d70;font-weight:600;}
.aftel-data-option.aftel-selected .aftel-select-plan-copy{color:#0050b3;}
.aftel-payment-note{grid-column:1/-1;text-align:center;color:#596b80;font-size:.92em;margin:20px 0 0;}
.aftel-summary-total .aftel-summary-value{color:#135200;}
@media(max-width:899px){.aftel-order-hero{padding:28px 24px}.aftel-trust-row{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:600px){.aftel-order-hero{padding:24px 18px;border-radius:14px}.aftel-order-hero h1{font-size:1.55rem}.aftel-order-hero-copy{font-size:.96em}.aftel-hero-callouts{gap:8px}.aftel-hero-callouts span{font-size:.82em;padding:7px 10px}.aftel-trust-row{grid-template-columns:1fr;gap:10px}}


/* T28 — final order UX polish */
.aftel-address-helper{margin:-8px 0 16px;color:#667085;font-size:.86em;line-height:1.4;}
.aftel-empty-state{background:#f8fafc;border:1px dashed #d6e4f0;border-radius:10px;padding:14px 16px;color:#5b6b7d;margin:0 0 14px;}
.aftel-summary-note{margin:12px 0 14px;padding:12px 13px;background:#f0f8ff;border:1px solid #cfe8ff;border-radius:8px;color:#35506b;font-size:.84em;line-height:1.45;}
.aftel-payment-helper{margin:8px 0 0;color:#667085;font-size:.84em;line-height:1.4;}
.aftel-submit-payment-note{text-align:left;margin:12px 0 0;padding:12px 13px;background:#f8fafc;border:1px solid #e1eaf5;border-radius:8px;}
.aftel-order-summary .aftel-summary-row{padding:7px 0;}
@media(max-width:600px){.aftel-stepper{flex-wrap:wrap;gap:12px}.aftel-step-item{flex:0 0 calc(50% - 8px)}.aftel-step-item:not(:last-child)::after{display:none}}


/* T29 — Redtrain specialist reassurance */

.aftel-redtrain-order-note{margin:10px 0 16px;padding:12px 13px;background:#f6f8fb;border:1px solid #e1eaf5;border-left:4px solid #0050b3;border-radius:8px;color:#35506b;font-size:.88em;line-height:1.45;}


/* AFTEL order CTA brand polish 2026-06-25 */
.aftel-address-field button,
.aftel-form-btn,
.aftel-plan-select-btn,
.aftel-router-select-btn,
.aftel-cta-btn {
  background: #d9342b !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(217,52,43,.18);
}
.aftel-address-field button:hover,
.aftel-form-btn:hover,
.aftel-plan-select-btn:hover,
.aftel-router-select-btn:hover,
.aftel-cta-btn:hover,
.aftel-address-field button:focus-visible,
.aftel-form-btn:focus-visible,
.aftel-plan-select-btn:focus-visible,
.aftel-router-select-btn:focus-visible,
.aftel-cta-btn:focus-visible {
  background: #bf2d25 !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(217,52,43,.24);
}
.aftel-address-field button:disabled,
.aftel-form-btn:disabled,
.aftel-plan-select-btn:disabled,
.aftel-router-select-btn:disabled,
.aftel-cta-btn:disabled {
  background: #9aa8b7 !important;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}



/* T30 — responsive order trust polish */
.aftel-hero-callouts{align-items:flex-start;}
.aftel-hero-callouts span{white-space:normal;text-align:left;}
@media(max-width:600px){.aftel-hero-callouts{display:grid;grid-template-columns:1fr;}.aftel-redtrain-order-note{font-size:.86em}.aftel-address-helper{margin-top:0}}

/* T31 — details-to-payment spacing and Stripe reassurance polish */
#aftel-details-save-btn{margin-top:14px;margin-bottom:0;}
#aftel-details-save-msg.aftel-message{margin-top:12px;margin-bottom:6px;}
#aftel-payment-divider,
#aftel-submit-divider{border:0;border-top:1px solid #e5edf5;margin:16px 0 10px;}
#aftel-step-payment{padding-bottom:34px;}
#aftel-step-payment h2{margin-top:0;margin-bottom:8px;}
#aftel-step-payment>p{margin:0 0 14px;max-width:620px;}
#aftel-collect-payment-btn{margin-top:8px;margin-bottom:0;}
.aftel-payment-helper.aftel-stripe-reassurance{background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%);border:1px solid #dce7f3;border-radius:14px;box-shadow:0 8px 22px rgba(20,60,110,.06);color:#33465c;font-size:.9em;line-height:1.45;margin:16px 0 8px;padding:16px 18px;}
.aftel-stripe-reassurance__top{align-items:center;display:flex;gap:13px;justify-content:space-between;}
.aftel-stripe-lock{align-items:center;background:#eef6ff;border:1px solid #cfe2f5;border-radius:12px;color:#0050b3;display:inline-flex;flex:0 0 auto;height:42px;justify-content:center;width:42px;}
.aftel-stripe-reassurance__top strong{color:#1a2a3b;display:block;font-size:1.02em;margin-bottom:2px;}
.aftel-stripe-reassurance__top span:not(.aftel-stripe-lock):not(.aftel-stripe-badge){color:#4f6175;display:block;}
.aftel-stripe-badge{align-items:center;background:#302f45;border-radius:8px;color:#fff;display:inline-flex;flex:0 0 auto;gap:4px;line-height:1;padding:10px 12px;white-space:nowrap;}
.aftel-stripe-badge small{color:#fff;font-size:.72em;font-weight:600;opacity:.9;}
.aftel-stripe-badge b{font-size:1.28em;letter-spacing:-.04em;}
.aftel-card-brand-row{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:14px 0 0;padding:0;}
.aftel-card-brand-row li{background:#fff;border:1px solid #d9e3ef;border-radius:8px;box-shadow:0 1px 2px rgba(16,24,40,.04);color:#1d3348;font-size:.76em;font-weight:800;letter-spacing:.02em;line-height:1;padding:8px 11px;}
.aftel-funnel{padding-bottom:54px;}
@media(max-width:600px){#aftel-details-save-msg.aftel-message{margin-bottom:20px}#aftel-payment-divider,#aftel-submit-divider{margin:28px 0 20px}.aftel-stripe-reassurance__top{align-items:flex-start;flex-wrap:wrap}.aftel-stripe-badge{margin-left:55px}.aftel-card-brand-row li{font-size:.72em;padding:7px 9px}.aftel-funnel{padding-bottom:44px}}
