/* ????????????????????????????????????????????????????
   domain.css  —  Styles for Home/Domain page
   PDPortal / PublicDial Services
???????????????????????????????????????????????????? */

/* ?? Urgency bar ?? */
.urgency_bar {
    background: linear-gradient(90deg,#e65100,#ff6d00);
    color: #fff; text-align: center; padding: 9px 44px;
    font-size: 13px; font-weight: 600; position: relative;
}
.urgency_bar .ub-dot {
    display: inline-block; width: 8px; height: 8px; background: #fff;
    border-radius: 50%; margin-right: 6px; vertical-align: middle;
    animation: ubPulse 1.3s infinite;
}
@keyframes ubPulse { 0%,100% { opacity: 1; } 50% { opacity: .2; } }
.urgency_bar a { color: #fff; font-weight: 800; text-decoration: underline !important; }
.urgency_bar .ub-close {
    position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
    background: none; border: none; color: #fff; font-size: 18px; cursor: pointer; opacity: .8;
}
.urgency_bar .ub-close:hover { opacity: 1; }

/* ?? Stats strip ?? */
.portal_stats_strip {
    background: linear-gradient(90deg,#1a237e,#283593);
    border-radius: 10px; padding: 22px 30px;
    display: flex; flex-wrap: wrap; gap: 0; margin: 22px 0 6px;
}
.pstat {
  flex: 1; min-width: 110px; text-align: center;
    border-right: 1px solid rgba(255,255,255,.14); padding: 4px 14px;
}
.pstat:last-child { border-right: none; }
.pstat h3 { font-size: 25px; font-weight: 800; color: #ffb300; margin: 0; }
.pstat p  { font-size: 10px; color: rgba(255,255,255,.72); margin: 3px 0 0;
    text-transform: uppercase; letter-spacing: .7px; }

/* ?? Trust bar ?? */
.trust_bar {
    background: #fff; border: 1px solid #e0e3f0; border-radius: 8px;
    padding: 13px 20px; display: flex; flex-wrap: wrap;
    align-items: center; justify-content: space-around;
  gap: 12px; margin: 12px 0 4px;
}
.trust_item { display: flex; align-items: center; gap: 8px; }
.trust_item i { font-size: 18px; color: #1a237e; }
.trust_item .ti-val { font-size: 14px; font-weight: 800; color: #1a237e; line-height: 1.1; }
.trust_item .ti-lbl { font-size: 10px; color: #999; text-transform: uppercase; letter-spacing: .4px; }

/* ?? Industry nav tabs ?? */
.industry_nav {
    display: flex; flex-wrap: wrap; gap: 6px;
    padding: 16px 0 4px; justify-content: center;
}
.ind-tab {
    display: inline-flex; align-items: center; gap: 6px;
    background: #fff; border: 1.5px solid #d0d4e8;
    color: #555; font-size: 11px; font-weight: 700;
    padding: 6px 13px; border-radius: 30px;
    text-decoration: none; transition: all .2s; white-space: nowrap;
}
.ind-tab i { font-size: 12px; color: #1a237e; }
.ind-tab:hover,
.ind-tab.active { background: #1a237e; color: #fff; border-color: #1a237e; }
.ind-tab:hover i,
.ind-tab.active i { color: #ffb300; }

/* ?? Section group divider ?? */
.sec_group_lbl {
    display: flex; align-items: center; gap: 12px;
    margin: 34px 0 0; font-size: 11px; font-weight: 700;
    color: #aaa; text-transform: uppercase; letter-spacing: 2px;
}
.sec_group_lbl::before,
.sec_group_lbl::after { content: ''; flex: 1; height: 1px; background: #e0e3f0; }

/* ?? Pricing table core ?? */
.portal_pricing_section { margin-bottom: 40px; }

.headermain {
    background: linear-gradient(90deg,#1a237e 0%,#283593 100%);
    color: #fff; padding: 11px 16px; border-radius: 6px 6px 0 0;
    font-size: 14px; font-weight: 700; letter-spacing: .4px;
 border-left: 5px solid #e65100; margin-top: 22px;
    display: flex; align-items: center; gap: 10px;
}
.headermain .hm-count {
    margin-left: auto; background: rgba(255,255,255,.18);
    font-size: 10px; padding: 2px 10px; border-radius: 20px;
}

.pricing-table {
    width: 100%; border: 1px solid #d0d4e8;
    border-radius: 0 0 8px 8px; overflow: hidden; margin-bottom: 4px;
}
.table-header,
.table-row {
  display: grid;
  grid-template-columns: 2.2fr 0.85fr 2.8fr 1fr 108px;
    border-bottom: 1px solid #e0e3f0; align-items: center;
}
.table-header {
    background: #e65100; color: #fff;
    font-weight: 700; font-size: 11px;
    letter-spacing: .5px; text-transform: uppercase;
}
.table-header div,
.table-row div { padding: 10px 12px; font-size: 12.5px; }
.table-row:nth-child(even) { background: #f8f9fc; }
.table-row:nth-child(odd)  { background: #fff; }
.table-row:hover { background: #fff8f0; transition: background .18s; }
.table-row div:nth-child(4) { color: #e65100; font-weight: 700; }
.table-header div:last-child,
.table-row div:last-child { text-align: center; padding: 8px; }

/* ?? Feature pills ?? */
.feat-tags { display: flex; flex-wrap: wrap; gap: 3px; }
.feat-tag {
    background: #e8eaf6; color: #1a237e;
    font-size: 10px; font-weight: 600;
    padding: 2px 7px; border-radius: 20px; white-space: nowrap;
}
.feat-tag.orange { background: #fff3e0; color: #e65100; }
.feat-tag.green  { background: #e8f5e9; color: #2e7d32; }

/* ?? Scope badge ?? */
.scope-badge {
    display: inline-block; background: #1a237e; color: #fff;
    font-size: 10px; font-weight: 700;
    padding: 3px 8px; border-radius: 4px; white-space: nowrap;
}
.scope-badge.design   { background: #546e7a; }
.scope-badge.integ    { background: #1565c0; }
.scope-badge.mkt      { background: #e65100; }
.scope-badge.server   { background: #283593; }
.scope-badge.security { background: #2e7d32; }
.scope-badge.domain   { background: #6a1b9a; }
.scope-badge.support  { background: #00838f; }

/* ?? Price pill ?? */
.price-pill { display: inline-flex; flex-direction: column; align-items: center; }
.price-pill .price-amt  { font-size: 13.5px; font-weight: 800; color: #e65100; line-height: 1.2; }
.price-pill .price-note { font-size: 9px; color: #bbb; letter-spacing: .4px; text-transform: uppercase; }

/* ?? Popular row highlight ?? */
.table-row.popular {
    background: linear-gradient(90deg,#fff9f5,#fff3e0) !important;
    border-left: 3px solid #e65100;
}
.popular-tag {
    display: inline-block; background: #e65100; color: #fff;
    font-size: 9px; font-weight: 700; padding: 2px 6px;
    border-radius: 10px; margin-left: 5px; vertical-align: middle;
 text-transform: uppercase; letter-spacing: .3px;
}
.popular-tag.blue  { background: #1a237e; }
.popular-tag.green { background: #2e7d32; }

/* ?? Quote button ?? */
.quote-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 5px;
 background: #1a237e; color: #fff !important; font-size: 11px; font-weight: 700;
    padding: 6px 11px; border-radius: 20px; text-decoration: none !important;
    white-space: nowrap; transition: background .2s, transform .15s;
    cursor: pointer; border: none;
}
.quote-btn:hover { background: #e65100; transform: scale(1.05); }

/* ?? Savings tag ?? */
.save-tag {
    display: inline-block; background: #2e7d32; color: #fff;
  font-size: 9px; font-weight: 700; padding: 2px 6px;
    border-radius: 10px; margin-left: 4px; vertical-align: middle;
    text-transform: uppercase;
}

/* ?? Lead strip ?? */
.lead_strip {
    background: linear-gradient(90deg,#1a237e,#283593 65%,#e65100);
    border-radius: 10px; padding: 22px 30px;
    display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 26px 0;
}
.lead_strip_text { flex: 1; min-width: 200px; }
.lead_strip_text h4 { font-size: 16px; font-weight: 800; color: #fff; margin: 0 0 4px; }
.lead_strip_text p  { font-size: 12px; color: rgba(255,255,255,.82); margin: 0; }
.lead_strip_form { display: flex; gap: 8px; flex-wrap: wrap; }
.lead_strip_form input {
    padding: 9px 13px; border-radius: 6px; border: none;
    font-size: 13px; width: 185px; outline: none;
}
.lead_strip_form button {
    background: #e65100; color: #fff; border: none; border-radius: 6px;
    padding: 9px 18px; font-size: 12px; font-weight: 700;
    cursor: pointer; white-space: nowrap; transition: background .2s;
}
.lead_strip_form button:hover { background: #ff6d00; }

/* ?? Process steps ?? */
.process_strip { background: #fff; padding: 52px 0 42px; }
.process_step { text-align: center; padding: 0 8px; position: relative; }
.process_step::after {
    content: '\2192'; position: absolute; right: -12px; top: 17px;
  font-size: 20px; color: #d0d4e8;
}
.process_step:last-child::after { display: none; }
.pstep_num {
    width: 48px; height: 48px; border-radius: 50%;
    background: linear-gradient(135deg,#1a237e,#283593);
    color: #fff; font-size: 17px; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
 margin: 0 auto 10px;
}
.pstep_num.orange { background: linear-gradient(135deg,#e65100,#ff6d00); }
.process_step h6 { font-size: 12.5px; font-weight: 700; color: #1a237e; margin: 0 0 4px; }
.process_step p  { font-size: 11px; color: #888; margin: 0; line-height: 1.55; }

/* ?? Terms box ?? */
.terms {
    background: #f4f5fb; border-left: 5px solid #1a237e;
    border-radius: 6px; padding: 15px 20px; margin-top: 14px;
}
.terms h3 { font-size: 14px; font-weight: 700; color: #1a237e; margin-bottom: 9px; }
.terms ul { padding-left: 17px; margin: 0; }
.terms ul li { font-size: 12.5px; color: #555; padding: 3px 0; list-style: disc; }

/* ?? Sticky quote widget ?? */
.sticky_quote {
    position: fixed; bottom: 86px; right: 18px;
    background: linear-gradient(135deg,#1a237e,#283593);
    color: #fff; border-radius: 50px; padding: 10px 17px;
  font-size: 12px; font-weight: 700; z-index: 1000;
    box-shadow: 0 5px 20px rgba(26,35,126,.35);
    display: flex; align-items: center; gap: 7px;
    text-decoration: none !important; transition: all .25s;
    animation: sqGlow 2.8s infinite;
}
.sticky_quote:hover {
    background: linear-gradient(135deg,#e65100,#ff6d00);
  transform: scale(1.05); color: #fff !important;
}
@keyframes sqGlow {
    0%,100% { box-shadow: 0 5px 20px rgba(26,35,126,.35); }
    50% { box-shadow: 0 5px 26px rgba(230,81,0,.5); }
}

/* ?? Responsive ?? */
@media (max-width: 992px) {
    .pstat { min-width: 100px; }
}
@media (max-width: 768px) {
    .table-header { display: none; }
    .table-header, .table-row { grid-template-columns: 1fr; }
    .table-row div { border-bottom: 1px solid #eee; }
    .table-row div:last-child { text-align: left; padding: 10px 12px; }
    .quote-btn { width: 100%; justify-content: center; }
    .portal_stats_strip { flex-direction: column; padding: 16px; }
    .pstat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.12); padding: 9px 0; }
    .pstat:last-child { border-bottom: none; }
  .process_step::after { display: none; }
    .lead_strip { flex-direction: column; padding: 18px 14px; }
    .lead_strip_form input,
    .lead_strip_form button { width: 100%; }
    .sticky_quote .sq-txt { display: none; }
    .sticky_quote { border-radius: 50%; width: 48px; height: 48px; padding: 0; justify-content: center; }
    .trust_bar { gap: 10px; }
}
