 /* ===== GLOBAL STYLES ===== */
 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 body {
     font-family: "proxima-nova", sans-serif;
     /* background-color: #F3F5F7; */
     line-height: 1.6;
     color: #333;
 }

 .scaffold-container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
 }

 /* Mobile */
 @media (max-width: 768px) {
     .scaffold-container {
         padding: 0 15px;
     }
 }

 /* ===== TABLE OF CONTENTS NAVIGATION ===== */
 .atlas-menu {
     background: white;
     border-bottom: 1px solid #e2e8f0;
     position: sticky;
     top: 0;
     z-index: 1000;
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
     overflow-x: auto;
 }

 .guide-navbar__box {
     display: flex;
     align-items: center;
     gap: 30px;
     padding: 12px 20px;
     max-width: 1200px;
     margin: 0 auto;
 }

 .guide-menu__caption {
     font-weight: 600;
     color: #259bfe;
     min-width: 120px;
     font-size: 14px;
 }

 .guide-menu__set {
     display: flex;
     gap: 20px;
     flex: 1;
     margin: 0;
     padding: 0;
     list-style: none;
     overflow-x: auto;
     -ms-overflow-style: none;
     scrollbar-width: none;
 }

 .guide-menu__set::-webkit-scrollbar {
     display: none;
 }

 .beacon-navbar__node a {
     color: #64748b;
     text-decoration: none;
     font-size: 14px;
     padding: 6px 12px;
     border-radius: 4px;
     transition: all 0.3s ease;
     white-space: nowrap;
     border: 1px solid transparent;
 }

 .beacon-navbar__node a:hover {
     background-color: #f1f5f9;
     color: #259bfe;
     border-color: #259bfe;
 }

 .beacon-menu__rail {
     width: 100%;
     height: 3px;
     background-color: #e2e8f0;
     margin-top: 3px;
 }

 .beacon-trail__meter {
     height: 100%;
     background: #259bfe;
     width: 0%;
     transition: width 0.3s ease;
 }

 /* Mobile */
 @media (max-width: 768px) {
     .guide-navbar__box {
         gap: 15px;
         padding: 10px 15px;
     }

     .guide-menu__caption {
         min-width: 80px;
         font-size: 12px;
     }

     .guide-menu__set {
         gap: 10px;
     }

     .beacon-navbar__node a {
         font-size: 12px;
         padding: 4px 8px;
     }
 }

 /* ===== HERO SECTION ===== */
 .arctic-banner {
     background-image: url('/images/background-1.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     min-height: 50vh;
     display: flex;
     align-items: center;
     position: relative;
     color: white;
 }

 .frost-showcase__scrim {
     position: absolute;
     inset: 0;
     background-color: rgba(0, 0, 0, 0.6);
 }

 .aurora-showcase__matrix {
     position: relative;
     z-index: 10;
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 40px;
     align-items: center;
     padding: 10px 0px;
 }

 .frost-banner__content h1 {
     font-size: 3rem;
     font-weight: 700;
     margin-bottom: 20px;
     line-height: 1.2;
 }

 .frost-banner__content p {
     font-size: 1.1rem;
     margin-bottom: 20px;
     opacity: 0.9;
 }

 .frost-showcase__cta {
     display: flex;
     gap: 20px;
     align-items: center;
 }

 .action-start {
     background-color: #259bfe;
     color: white;
     padding: 15px 30px;
     text-decoration: none;
     font-size: 1.1rem;
     font-weight: 600;
     transition: all 0.3s ease;
     display: inline-flex;
     align-items: center;
     gap: 10px;
 }

 .action-start:hover {
     background-color: #1e7ae4;
     transform: translateY(-2px);
 }

 .action-info {
     border: 2px solid white;
     color: white;
     padding: 13px 28px;
     text-decoration: none;
     font-size: 1.1rem;
     font-weight: 600;
     transition: all 0.3s ease;
     display: inline-flex;
     align-items: center;
     gap: 10px;
 }

 .action-info:hover {
     background-color: white;
     color: #333;
 }

 .icefall-masthead__image img {
     max-width: 100%;
     height: auto;
     filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.3));
 }

 /* Mobile */
 @media (max-width: 768px) {
     .arctic-banner {
         min-height: 60vh;
         padding: 40px 0;
     }

     .aurora-showcase__matrix {
         grid-template-columns: 1fr;
         gap: 30px;
         text-align: center;
     }

     .frost-banner__content h1 {
         font-size: 2.5rem;
         margin-bottom: 15px;
     }

     .frost-banner__content p {
         font-size: 1.1rem;
         margin-bottom: 25px;
     }

     .frost-showcase__cta {
         flex-direction: column;
         gap: 15px;
         width: 100%;
     }

     .action-start,
     .action-info {
         width: 100%;
         justify-content: center;
         padding: 12px 20px;
         font-size: 1rem;
     }
 }

 /* Casino Listing Section */

 .gaming-hub {
     margin-top: 40px
 }

.gaming-hub h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #259bfe;
}

 .lounge-roll ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }

 .lounge-roll li {
     margin: 0;
     padding: 0;
 }

 .lounge-roll p {
     margin: 0;
 }

 .lounge-roll {
     margin-top: 2rem;
 }

 .salon-panel {
     display: flex;
 }

 .lounge-block__peek,
 .salon-panel__main {
     height: 100%;
 }

 .lounge-block__peek {
     width: 100%;
     padding: 10px;
     border-radius: 32px;
     position: relative;
     display: flex;
     align-items: center;
     overflow: hidden;
 }

 .lounge-block__peek::after {
     content: "";
     position: absolute;
     right: 0px;
     top: 0;
     bottom: 0;
     width: 2px;
     background-image: repeating-linear-gradient(to bottom,
             #ffffff 0px,
             #ffffff 10px,
             transparent 10px,
             transparent 15px);
 }

 .salon-panel__label {
     position: absolute;
     left: 20px;
     top: -16px;
     z-index: 2;
 }

 .lounge-tile__mark-box {
     padding: 12px;
     min-width: 100%;
     max-width: 100%;
     border-radius: 24px;
     overflow: hidden;
     position: relative;
     max-width: 232px;
     height: 132px;
     display: flex;
     justify-content: center;
     background-color: #ffffff;
 }

 .room-panel__emblem {
     width: auto;
     height: auto;
     margin: auto;
     max-width: 100%;
     max-height: 100%;
     object-fit: contain;
 }

 .salon-panel__main {
     display: flex;
     padding: 18px 0;
 }

 .lounge-panel__rank {
     width: 35.5%;
 }

 .lounge-tile__meta {
     width: 37.5%;
 }

 .salon-tile__controls {
     width: 27%;
 }

 .salon-panel__main {
     border-radius: 32px;
 }

 .lounge-tile__zone {
     padding: 0 24px;
     position: relative;
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
 }

 .lounge-tile__zone:not(:last-child):after {
     content: "";
     position: absolute;
     right: 0;
     top: 0;
     bottom: 0;
     width: 2px;
     background-image: repeating-linear-gradient(to bottom,
             #ffffff 0px,
             #ffffff 10px,
             transparent 10px,
             transparent 15px);
 }

 .lounge-panel__chip {
     background-color: rgba(37, 155, 254, 0.08);
     color: #259bfe;
     max-width: fit-content;
     padding: 2px 12px;
     line-height: 1.5;
     border-radius: 12px;
     font-weight: 700;
     font-size: 16px;
     max-height: fit-content;
     margin-bottom: 0 !important;
 }

 .lounge-block__rank-box {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .salon-block__deals {
     margin-top: 8px;
     padding: 6px 16px;
     background-color: rgba(37, 155, 254, 0.08);
     border-radius: 12px;
     overflow: hidden;
     position: relative;
 }

 .salon-block__deals::before {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     width: 4px;
     height: 100%;
     background-color: #259bfe;
     opacity: 0.3;
 }

 .salon-block__deals p {
     font-weight: 600;
     font-size: 14px;
     line-height: 1.5;
     margin: 0 !important;
 }

 .salon-block__deals p b,
 .salon-block__deals p strong {
     font-weight: 700;
     font-size: 16px;
     color: #259bfe;
 }

 .lounge-block__specs {
     padding: 16px 24px !important;
     font-size: 16px;
     font-weight: 600;
     position: relative;
     border-top-right-radius: 24px;
     border-bottom-right-radius: 24px;
     border-top-left-radius: 8px;
     border-bottom-left-radius: 8px;
     background-color: rgba(255, 255, 255, 1);
     overflow: hidden;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .lounge-block--one .lounge-block__specs {
     background-color: rgba(37, 155, 254, 0.04);
 }

 .salon-roll--no-bg .lounge-block--one .lounge-block__specs {
     background-color: rgba(255, 255, 255, 1);
 }

 .lounge-block__specs::before {
     position: absolute;
     width: 4px;
     left: 0;
     content: "";
     top: 0;
     height: 100%;
     background-color: #259bfe;
 }

 .room-panel__copy {
     position: relative;
     padding-left: 36px;
     line-height: 1.33;
     padding-top: 2px;
     padding-bottom: 2px;
 }

 .lounge-block__mark {
     display: block;
     position: absolute;
     left: 0;
     top: 0;
 }

 .room-tile__item:not(:first-child) {
     margin-top: 16px;
 }

 .room-tile__item {
     padding-left: 0 !important;
     margin-bottom: 0 !important;
 }

 .room-tile__item::before {
     content: none !important;
     display: none !important;
 }

 .salon-panel__btn {
     text-decoration: none !important;
     outline: none;
     width: 100%;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
     line-height: 1.5;
     padding: 13px 13px;
     border-radius: 24px;
     font-size: 16px;
     font-weight: 700;
     transition: 0.3s ease-in-out;
     white-space: nowrap;
 }

 .salon-panel__btn:not(:first-child) {
     margin-top: 8px;
 }

 .room-tile__action--solid {
     background-color: #259bfe;
     color: #ffffff !important;
     border: 1px solid #259bfe;
 }

 .salon-panel__control--alt {
     color: #000000 !important;
     background-color: transparent;
     border: 1px solid #259bfe;
 }

 .salon-panel__btn:hover {
     color: #000000 !important;
     background-color: rgba(255, 255, 255, 1);
     box-shadow: 0px 0px 13px 3px rgba(37, 155, 254, 0.15);
 }

 .salon-panel__btn:active {
     transform: scale(0.95);
 }

 .room-tile__btn-symbol {
     margin-right: 12px;
 }

 .salon-panel__id {
     position: absolute;
     color: #ffffff;
     background: #259bfe;
     line-height: 1.5;
     border-radius: 12px;
     max-height: fit-content;
     font-size: 17px;
     font-weight: 700;
     left: 0;
     top: 6px;
     width: 37px;
     text-align: center;
 }

 .salon-panel__ring {
     --percent: 80;
     --hue: 210;
     width: 48px;
     height: 48px;
     border-radius: 50%;
     background: conic-gradient(#259bfe calc(var(--percent) * 1%),
             var(--bg) 0);
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: bold;
     color: #000000;
     font-size: 16px;
     padding: 5px;
     background-color: #e6f3ff;
 }

 .salon-panel__ring span {
     min-width: 40px;
     min-height: 40px;
     background-color: var(--bg, #fff);
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .tier-100 {
     --percent: 100;
     --bg: #d6f0ff;
 }

 .score-95 {
     --percent: 95;
     --bg: #e0f4ff;
 }

 .lounge-block--one .lounge-block__peek,
 .lounge-block--one .salon-panel__main {
     background: #e6f3ff;
 }

 .salon-panel:not(:last-child) {
     margin-bottom: 24px;
 }

 .room-block__track {
     border-radius: 36px;
     padding: 3px;
     background: #c7e7ff;
 }

 .room-block__track:nth-child(1) {
     width: 22%;
     max-width: 256px;
     margin-right: -8px;
 }

 .room-block__track:nth-child(2) {
     width: 78%;
     width: calc(78% + 8px);
 }

 .room-block__track {
     background: #e6f3ff;
 }

 .room-block__track:nth-child(2) {
     background: #e6f3ff;
 }

 .lounge-block--one .room-block__track {
     background: #259bfe;
 }

 .lounge-block--one .room-block__track:nth-child(2) {
     background: #4db8ff;
 }

 .room-tile__track-inset {
     position: relative;
 }

 .salon-panel--variant-2 .lounge-panel__chip {
     position: absolute;
     z-index: 2;
     right: 20px;
     transform: translateY(-40%);
     background-color: rgba(237, 237, 237, 1);
 }

 .salon-panel--variant-2.casino-listing__card--1 .lounge-panel__chip {
     color: #ffffff;
     background: #259bfe;
 }

 .salon-panel--variant-2 .lounge-panel__rank.casino-listing__content-item {
     flex-direction: row;
     justify-content: space-between;
     align-items: center;
 }

 .salon-panel--variant-2 .salon-block__deals {
     max-height: fit-content;
     width: 100%;
     margin-left: 24px;
     margin-top: 0;
 }

 .salon-panel--variant-2 .salon-panel__ring {
     width: 80px;
     height: 80px;
     min-width: 80px;
     min-height: 80px;
 }

 .salon-panel--variant-2 .salon-panel__ring span {
     min-width: 70px;
     min-height: 70px;
     font-size: 20px;
 }

 @media (min-width: 1025px) {
     .salon-panel--variant-2 .lounge-panel__rank {
         width: 42%;
     }

     .salon-panel--variant-2 .lounge-tile__meta {
         width: 31.5%;
     }

     .salon-panel--variant-2 .salon-tile__controls {
         width: 26%;
     }
 }

 .salon-panel--variant-2 .salon-block__deals p {
     font-size: 16px;
 }

 .salon-panel--variant-2 .salon-block__deals p b,
 .salon-panel--variant-2 .salon-block__deals p strong {
     font-size: 18px;
 }

 .salon-panel--variant-2 .lounge-block__specs::before {
     content: none;
     display: none;
 }

 .lounge-block__specs {
     margin-bottom: 0 !important;
 }

 .salon-panel--variant-2 .lounge-block__specs {
     background: transparent !important;
     padding: 0 !important;
 }

 @media (max-width: 1024px) {
     .salon-panel {
         flex-direction: column;
     }

     .room-block__track:nth-child(1) {
         margin-right: 0;
         margin-bottom: -8px;
         width: 100%;
         max-width: 100%;
     }

     .room-block__track:nth-child(2) {
         width: 100%;
     }

     .salon-panel__main {
         flex-direction: column;
     }

     .lounge-block__peek {
         padding: 12px;
         padding-bottom: 21px;
     }

     .salon-panel__main {
         padding: 0 18px;
     }

     .lounge-tile__zone {
         padding: 20px 0;
         width: 100%;
     }

     .salon-tile__controls {
         flex-direction: row;
         justify-content: space-between;
         align-items: center;
     }

     .salon-panel__btn {
         width: 100%;
     }

     .salon-panel {
         width: 50%;
     }
 }

 @media (max-width: 767px) {
     .salon-panel {
         width: 100%;
     }
 }





 /* ===== GAME INFO SECTION ===== */
 .segment-summary {
     padding: 20px 0;
     background-color: white;
 }

 .intro__layout {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
     align-items: center;
 }

 .segment-summary h1 {
     font-size: 3rem;
     font-weight: 700;
     margin-bottom: 10px;
     color: #259bfe;
 }

.segment-summary h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #259bfe;
}

.segment-summary h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #259bfe;
}
 @media (max-width: 768px) {
     .segment-summary h2 {
         font-size: 1.75rem;
         margin-bottom: 12px;
     }
     
     .segment-summary h3 {
         font-size: 1.25rem;
         margin-bottom: 12px;
     }
 }

 .segment-summary p {
     font-size: 1.1rem;
     margin-bottom: 10px;
     color: #555;
 }

 .intro__figure img,
 .features__top img {
     max-width: 100%;
     height: auto;
     margin: 0 auto;
     display: block;
     border-radius: 10px;
     ;
 }

 /* Mobile */
 @media (max-width: 768px) {
     .segment-summary {
         padding: 20px 0;
     }

     .intro__layout {
         grid-template-columns: 1fr;
         gap: 40px;
     }

    .segment-summary h2 {
        font-size: 1.75rem;
        margin-bottom: 12px;
    }

     .segment-summary p {
         font-size: 1rem;
     }
 }

 /* ===== FEATURES SECTION ===== */
 .block-notables {
     background-image: url('/images/blu-background-square-1.jpg');
     background-size: cover;
     background-position: center;
     padding: 80px 0;
     position: relative;
     color: white;
 }

 .notables__veil {
     position: absolute;
     inset: 0;
     background-color: rgba(37, 155, 254, 0.85);
 }

 .notables__main {
     position: relative;
     z-index: 10;
 }

.features__top {
    margin-bottom: 60px;
}

.features__top h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.features__top p {
    font-size: 1rem;
    opacity: 0.9;
    margin-bottom: 10px;
    text-align: left;
}

 .features__grid {
     list-style: none;
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 30px;
     margin-bottom: 60px;
 }

 .features__node {
     background-color: rgba(255, 255, 255, 0.1);
     padding: 30px;
     text-align: center;
 }

.features__node h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
}

 .features__node p {
     opacity: 0.9;
 }

 .highlight-delta {
     display: grid;
 }

.highlight-delta h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

 .highlight-delta ul,
 highlight-fury ol,
 .segment-summary ul,
 .segment-summary ol {
     margin-left: 20px;
     text-align: left;
 }


 .highlight-delta p {
     font-size: 1.1rem;
     margin-bottom: 20px;
     opacity: 0.9;
     text-align: left;
 }

 .notables__note {
     background-color: rgba(255, 255, 255, 0.2);
     padding: 20px;
     font-weight: 600;
 }

 .highlight-delta img {
     max-width: 100%;
     height: auto;
     margin: 0 auto;
     display: block;
 }

 /* Mobile */
 @media (max-width: 768px) {
     .block-notables {
         padding: 50px 0;
     }

    .features__top h2 {
        font-size: 1.75rem;
    }

     .features__top p {
         font-size: 1rem;
     }

     .features__grid {
         grid-template-columns: 1fr;
         gap: 20px;
         margin-bottom: 40px;
     }

     .features__node {
         padding: 20px;
     }

     .highlight-delta {
         grid-template-columns: 1fr;
         gap: 30px;
     }

    .highlight-delta h3 {
        font-size: 1.25rem;
    }

     .highlight-delta p {
         font-size: 1rem;
     }
 }

 /* ===== PLAY SECTION ===== */
 .block-play {
     background-image: url('/images/background-1.webp');
     background-size: cover;
     background-position: center;
     padding: 60px 0;
     position: relative;
     text-align: center;
     color: white;
 }

 .launch__scrim {
     position: absolute;
     inset: 0;
     background-color: rgba(0, 0, 0, 0.7);
 }

 .begin__main {
     position: relative;
     z-index: 10;
 }

.block-play h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

 .block-play p {
     font-size: 1.2rem;
     margin-bottom: 30px;
     opacity: 0.9;
 }

 .play__controls {
     display: flex;
     gap: 20px;
     justify-content: center;
     margin-bottom: 30px;
 }

 .action-sample {
     background-color: #259bfe;
     color: white;
     padding: 15px 30px;
     text-decoration: none;
     font-size: 1.1rem;
     font-weight: 600;
     transition: all 0.3s ease;
 }

 .action-sample:hover {
     background-color: #1e7ae4;
 }

 .action-paid {
     background-color: white;
     color: #259bfe;
     padding: 15px 30px;
     text-decoration: none;
     font-size: 1.1rem;
     font-weight: 600;
     transition: all 0.3s ease;
 }

 .action-paid:hover {
     background-color: #f8f9fa;
 }

 .play__seals {
     display: flex;
     justify-content: center;
     gap: 30px;
     font-size: 0.9rem;
     opacity: 0.8;
 }

 /* Mobile */
 @media (max-width: 768px) {
     .block-play {
         padding: 40px 0;
     }

    .block-play h2 {
        font-size: 1.75rem;
    }

     .block-play p {
         font-size: 1rem;
         margin-bottom: 25px;
     }

     .play__controls {
         flex-direction: column;
         align-items: center;
         gap: 15px;
     }

     .action-sample,
     .action-paid {
         width: 100%;
         max-width: 300px;
         padding: 12px 20px;
         font-size: 1rem;
     }

     .play__seals {
         flex-direction: column;
         gap: 10px;
         font-size: 0.8rem;
     }
 }

 /* ===== FOOTER ===== */
 .page-footer {
     background-color: #1a202c;
     color: white;
     padding: 50px 0 30px;
 }

 .base__layout {
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;
     gap: 40px;
     margin-bottom: 40px;
 }

 .footer__logo {
     color: #259bfe;
     font-size: 1.5rem;
     font-weight: 700;
     margin-bottom: 20px;
 }

 .footer__logo img {
     height: 40px;
     width: auto;
 }

 .end__summary {
     color: #a0aec0;
     margin-bottom: 20px;
 }

 .footer__channels {
     display: flex;
     gap: 15px;
 }

 .footer__channels a {
     color: #a0aec0;
     font-size: 1.2rem;
     transition: color 0.3s ease;
 }

 .footer__channels a:hover {
     color: white;
 }

 .base__segment h3 {
     font-size: 1.1rem;
     font-weight: 600;
     margin-bottom: 20px;
 }

 .base__nav {
     list-style: none;
 }

 .base__nav li {
     margin-bottom: 10px;
 }

 .base__nav a {
     color: #a0aec0;
     text-decoration: none;
     transition: color 0.3s ease;
 }

 .base__nav a:hover {
     color: white;
 }

 .footer__seals {
     display: flex;
     flex-wrap: wrap;
     gap: 15px;
 }

 .crest {
     display: inline-block;
     transition: opacity 0.3s ease;
 }

 .crest:hover {
     opacity: 0.8;
 }

 .seal__image {
     height: 30px;
     width: auto;
 }

 .end__foot {
     border-top: 1px solid #4a5568;
     padding-top: 30px;
     text-align: center;
     color: #a0aec0;
     font-size: 0.9rem;
 }

 /* Mobile */
 @media (max-width: 768px) {
     .page-footer {
         padding: 40px 0 20px;
     }

     .base__layout {
         grid-template-columns: 1fr;
         gap: 30px;
     }

     .footer__logo {
         text-align: center;
         font-size: 1.3rem;
     }

     .end__summary {
         text-align: center;
     }

     .footer__channels {
         justify-content: center;
     }

     .base__segment h3 {
         text-align: center;
         margin-bottom: 15px;
     }

     .base__nav {
         text-align: center;
     }

     .footer__seals {
         justify-content: center;
         gap: 10px;
     }

     .seal__image {
         height: 25px;
     }
 }

 /* ===== FAQ SECTION ===== */
 .segment-help {
     background: #ffffff;
     padding: 80px 0;
     position: relative;
     overflow: hidden;
 }

 .segment-help::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: linear-gradient(45deg, #f8fafc 25%, transparent 25%),
         linear-gradient(-45deg, #f8fafc 25%, transparent 25%),
         linear-gradient(45deg, transparent 75%, #f8fafc 75%),
         linear-gradient(-45deg, transparent 75%, #f8fafc 75%);
     background-size: 20px 20px;
     background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
     opacity: 0.3;
     z-index: 1;
 }

 .help__section {
     position: relative;
     z-index: 2;
 }

 .help__title {
     text-align: center;
     margin-bottom: 60px;
 }

.help__title h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
    text-shadow: none;
}

 .help__title p {
     font-size: 1.1rem;
     color: #64748b;
     max-width: 600px;
     margin: 0 auto;
 }

 .queries__grid {
     max-width: 800px;
     margin: 0 auto;
 }

 .help__entry {
     background: #ffffff;
     border-radius: 16px;
     margin-bottom: 24px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
     border: 2px solid #e2e8f0;
     overflow: hidden;
     transition: all 0.3s ease;
 }

 .help__entry:hover {
     transform: translateY(-4px);
     box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
     border-color: #3b82f6;
 }

 .help__q {
     padding: 28px 32px;
     background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
     color: white;
     cursor: default;
     position: relative;
 }

 .help__q::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     height: 3px;
     background: linear-gradient(90deg, #f59e0b, #ef4444, #8b5cf6);
 }

 .help__q h3 {
     font-size: 1.25rem;
     font-weight: 600;
     margin: 0;
     line-height: 1.4;
 }

 .help__a {
     padding: 28px 32px;
     background: #fafafa;
     position: relative;
 }

 .help__a::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     height: 1px;
     background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
 }

 .help__a p {
     font-size: 1rem;
     line-height: 1.7;
     color: #374151;
     margin: 0;
 }

 /* Mobile */
 @media (max-width: 768px) {
     .segment-help {
         padding: 60px 0;
     }

    .help__title h2 {
        font-size: 1.75rem;
    }

     .help__title p {
         font-size: 1rem;
     }

     .help__q {
         padding: 24px 28px;
     }

     .help__q h3 {
         font-size: 1.1rem;
     }

     .help__a {
         padding: 24px 28px;
     }

     .help__a p {
         font-size: 0.95rem;
     }
 }

 table {
     width: 100%;
     border-collapse: collapse;
     border-spacing: 0;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
     font-size: 15px;
 }

 table th {
     background: linear-gradient(90deg, #93c5fd, #67e8f9, #f0abfc);
     color: #1e293b;
     font-weight: 600;
     padding: 12px;
     text-align: left;
     border: 1px solid #e2e8f0;
 }

 table td {
     background-color: #ffffff;
     padding: 12px;
     border: 1px solid #e2e8f0;
     transition: background-color 0.2s ease;
 }

 table tr:nth-child(even) td {
     background-color: #f9fbff;
 }

 table tr:hover td {
     background-color: #eef6ff;
 }

 table p {
     margin: 0 !important;
 }

.highlight-delta table p {
    color: #000;
}

/* Table styles for blue background section */
.block-notables table {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.block-notables table th {
    background: linear-gradient(90deg, #1e40af, #3b82f6, #60a5fa);
    color: #ffffff;
    font-weight: 600;
    padding: 12px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.block-notables table td {
    background-color: rgba(255, 255, 255, 0.9);
    color: #1e293b;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: background-color 0.2s ease;
}

.block-notables table tr:nth-child(even) td {
    background-color: rgba(255, 255, 255, 0.8);
}

.block-notables table tr:hover td {
    background-color: rgba(255, 255, 255, 0.95);
}

.block-notables table p {
    margin: 0 !important;
    color: #1e293b !important;
}
 @media (max-width: 768px) {
     table {
         overflow-x: auto;
         display: block;
     }
 }