body {
    background-color: #0a0a0a;
    color: #e0e0e0;
}

/* Enclosing Suite / Folder Frame for Offer Sections */
.suite-enclosure {
    background: #111111;
    border: 1px solid #222;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: inset 0 0 20px rgba(0,0,0,0.6);
}

/* Large Pop Banner at the bottom of the enclosure */
.suite-footer-banner {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #222;
    text-align: center;
}
.btn-suite-pop {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background: #007aff;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 122, 255, 0.3);
    transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
    text-transform: uppercase;
}
.btn-suite-pop:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 122, 255, 0.5);
}

.bento-grid {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column;
    display: -ms-grid; display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 15px;
    margin: 15px 0;
    -webkit-box-align: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; -webkit-align-items: stretch; align-items: stretch;
}
.bento-card {
    background: #161616;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 18px;
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column;
    -webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
    transition: transform 0.2s, border-color 0.2s;
    min-height: 250px;
    overflow: hidden;
}
.bento-card:hover {
    border-color: #555;
}
.bento-card.recommended {
    border: 2px solid #007aff;
    background: #111a2e;
    transform: scale(1.01);
}
.bento-card h4 { 
    margin: 0 0 6px 0; 
    color: #ffffff; 
    font-size: 1.15rem;
}
.bento-card p {
    color: #cccccc;
    line-height: 1.4;
    margin: 0 0 8px 0;
    font-size: 0.92rem;
}
.bento-card ul {
    padding-left: 18px;
    color: #dcdcdc;
    margin: 0 0 10px 0;
    font-size: 0.9rem;
}
.bento-card ul li {
    margin-bottom: 4px;
}
.bento-card .price-container {
    margin-top: auto;
    padding-top: 5px;
}
.bento-card .price { 
    font-size: 24px; 
    font-weight: bold; 
    color: #ffffff; 
    margin: 0 0 3px 0;
}

.punchy-three {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column;
    display: -ms-grid; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.02);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.punchy-three div {
    background: transparent;
    padding: 5px 10px;
    color: #a0a0a0;
    line-height: 1.4;
    font-size: 0.9rem;
}
.punchy-three div strong {
    color: #d0d0d0;
    display: block;
    margin-bottom: 4px;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.premises-alert {
    background: #1a1510;
    border: 1px solid #ff9500;
    color: #ff9500;
    padding: 12px;
    border-radius: 6px;
    margin: 15px 0;
    text-align: center;
    font-size: 0.9rem;
}
.premises-alert b {
    color: #ffffff;
}
.flow-note {
    font-size: 11px;
    color: #ffb74d;
    margin-bottom: 4px;
    font-style: italic;
    display: block;
    line-height: 1.3;
}
.section-disclaimer {
    font-size: 12px;
    color: #a0a0a0;
    background: #111;
    padding: 10px;
    border-radius: 6px;
    margin-top: 15px;
    border-left: 3px solid #555;
    font-style: italic;
}
.btn-book {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    font-size: 0.95rem;
}

/* -----------------------------------------
   CENTRALIZED CSS STYLES TO STOP REPETITION 
   ----------------------------------------- */
.split-promo-layout {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column;
    display: -ms-grid; display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); 
    gap: 15px; 
    -webkit-box-align: stretch; -moz-box-align: stretch; -ms-flex-align: stretch; -webkit-align-items: stretch; align-items: stretch;
}
.stack-column {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; 
    gap: 15px;
}
.bento-card.bundle-deal {
    border: 2px solid #28a745; 
    background: #0c1a10; 
    position: relative; 
    overflow: hidden; 
    padding-top: 0;
}
.bundle-ribbon {
    background: #28a745; 
    color: #fff; 
    text-align: center; 
    font-weight: bold; 
    font-size: 11px; 
    padding: 4px 10px; 
    margin: 0 -18px 12px -18px; 
    letter-spacing: 1px; 
    text-transform: uppercase;
}
.bento-card.premium-hardware {
    border: 1px solid #ff9500; 
    background: #1a1510;
}
.card-price-large {
    font-size: 32px !important;
    color: #fff !important;
}
.card-price-green {
    font-size: 32px !important; 
    color: #28a745 !important; 
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
    -webkit-box-align: baseline; -moz-box-align: baseline; -ms-flex-align: baseline; -webkit-align-items: baseline; align-items: baseline; 
    gap: 8px; 
    margin: 2px 0;
}
.card-strike-price {
    font-size: 16px; 
    color: #ff4d4d; 
    text-decoration: line-through; 
    font-weight: normal;
}
.bento-card ul.check-list {
    list-style-type: '✓ '; 
    padding-left: 5px; 
    margin-top: 10px; 
    font-size: 0.85rem;
}
.bento-card ul.check-list li {
    margin-bottom: 4px;
}
.card-option-footer {
    font-size: 11px; 
    padding-top: 6px; 
    margin-top: 6px;
}
.card-option-footer.dark {
    color: #888; 
    border-top: 1px solid #333;
}
.card-option-footer.light {
    color: #aaa; 
    border-top: 1px dashed rgba(0,122,255,0.3);
}
.terms-grid-box {
    background: #161616; 
    border: 1px solid #333; 
    border-radius: 8px; 
    padding: 20px; 
    margin-top: 20px;
}
.terms-grid-layout {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column;
    display: -ms-grid; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); 
    gap: 15px; 
    font-size: 0.88rem; 
    line-height: 1.4; 
    color: #cccccc;
}
.terms-grid-layout div b {
    display: block; 
    margin-bottom: 4px;
}
.migration-box {
    background: #0f172a; 
    border: 1px solid #007aff; 
    border-radius: 8px; 
    padding: 20px; 
    box-shadow: 0 4px 15px rgba(0, 122, 255, 0.15);
}
.migration-layout {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; 
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; 
    -webkit-box-pack: justify; -moz-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; 
    -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; 
    gap: 15px;
}
.migration-pricing-panel {
    background: rgba(255, 255, 255, 0.03); 
    border: 1px solid #333; 
    border-radius: 6px; 
    padding: 12px 20px; 
    min-width: 240px; 
    box-sizing: border-box;
}

/* Rosette Badge for Bundle Savings */
.rosette-seal {
    display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
    -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center;
    -webkit-box-orient: vertical; -webkit-box-direction: normal; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column;
    background: #dc2626;
    color: #fff;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    font-weight: bold;
    line-height: 1;
    flex-direction: column;
    transform: rotate(15deg);
    border: 2px dashed rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 4px #dc2626, 0 4px 15px 4px rgba(220, 38, 38, 0.5);
    position: absolute;
    right: 20px;
    z-index: 5;
}
.rosette-seal span:first-child {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.rosette-seal span:last-child {
    font-size: 24px;
}