
.btn-gold {
    background: linear-gradient(135deg, #C9A24D, #9E7C2F);
    color: #0B0C0F;
    font-weight: 600;
    border: none;
}

.btn-gold:hover {
    background: linear-gradient(135deg, #D6B15E, #B08A35);
    color: #0B0C0F !important;
}

.btn-outline-gold {
    border: 1px solid #C9A24D !important;
    color: #C9A24D;
    background: transparent;
}

.btn-outline-gold:hover {
    background: rgba(201,162,77,0.12);
    color: #ffffff;
}

.hero-portrait-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-portrait-frame {
    position: relative;
    padding: 10px;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        rgba(201,162,77,0.35),
        rgba(201,162,77,0.05)
    );
    box-shadow:
        0 30px 80px rgba(0,0,0,0.45),
        0 0 0 1px rgba(201,162,77,0.25);
}

.hero-portrait-img {
    max-width: 420px;
    width: 100%;
    border-radius: 14px;
    filter: grayscale(100%) contrast(1.05);
}

@media (max-width: 768px) {
    .hero-portrait-img {
        max-width: 280px;
    }
}

.hero-portrait-frame::after {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 22px;
    border: 1px solid rgba(201,162,77,0.25);
    pointer-events: none;
}



.hero-section::before {
    content:"";
    position:absolute;
    inset:0;
    background: radial-gradient(60% 70% at 35% 50%, rgba(0,0,0,0.25), transparent);
    pointer-events:none;
}


@keyframes aurora-pulse {
    0%   { filter: drop-shadow(0 0 0 rgba(255,0,255,.35)); }
    60%  { filter: drop-shadow(0 0 18px rgba(255,0,255,.35)); }
    100% { filter: drop-shadow(0 0 0 rgba(255,0,255,.35)); }
}
.power-icon { animation: aurora-pulse 2.4s ease-in-out infinite; }

@media (max-width: 767.98px) {
    #hero-10 .s-52 { font-size: 2rem; line-height: 1.2; }
    #hero-10 .s-20 { font-size: 1rem; }
    #hero-10 .badge { font-size: .85rem; padding: .4rem .6rem; }
    #hero-10 .btn { width: 100%; }
    #hero-10 .hero-10-img { margin-top: 1.25rem; }
}

.trust-light-card{
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
}
.trust-kicker{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: rgba(158,124,47,0.95); /* darker gold for readability */
    margin-bottom: 8px;
}
.trust-title{
    font-size: 15px;
    font-weight: 800;
    color: #111318;
    margin-bottom: 6px;
}
.trust-text{
    font-size: 13px;
    line-height: 1.45;
    color: rgba(17,19,24,0.72);
    margin: 0;
}

.svc-light-card{
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
}
.svc-light-icon{
    width: 44px; height: 44px; border-radius: 12px;
    display:flex; align-items:center; justify-content:center;
    background: rgba(201,162,77,0.12);
    border: 1px solid rgba(201,162,77,0.28);
    margin-bottom: 14px;
}
.svc-light-title{ color:#111318; font-weight: 700; font-size: 18px; margin-bottom: 8px; }
.svc-light-text{ color: rgba(17,19,24,0.72); font-size: 14px; line-height: 1.6; margin-bottom: 14px; }
.svc-light-tags{ display:flex; flex-wrap:wrap; gap:8px; margin-bottom: 16px; }
.svc-light-tag{
    font-size: 12px; color: rgba(17,19,24,0.75);
    padding: 6px 10px; border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.10);
    background: rgba(0,0,0,0.03);
}
.svc-light-link{
    color: rgba(158,124,47,1);
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
}
.svc-light-link:hover{ text-decoration: underline; }

.svc-light-btn-gold{
    width: 100%;
    border-radius: 12px;
    padding: 10px 14px;
    background: linear-gradient(135deg, #C9A24D, #9E7C2F);
    color: #0B0C0F;
    font-weight: 700;
    border: none;
    text-decoration: none;
}
.svc-light-btn-gold:hover{
    background: linear-gradient(135deg, #D6B15E, #B08A35);
    color: #0B0C0F;
}

.local-card{
    background:#fff; border:1px solid rgba(0,0,0,0.08);
    border-radius:20px; padding:18px 18px 16px 18px;
    box-shadow:0 18px 55px rgba(0,0,0,0.06);
}
.local-card-row{
    display:flex; justify-content:space-between; gap:12px;
    padding:10px 0; border-bottom:1px solid rgba(0,0,0,0.06);
    font-size:14px; color:rgba(17,19,24,0.75);
}
.local-card-row:last-child{ border-bottom:none; }
.local-card-row span{ color:rgba(17,19,24,0.55); }
.local-card-row strong{ color:#111318; font-weight:800; text-align:right; }
.local-btn{
    width:100%; border-radius:14px; padding:12px 14px;
    background:linear-gradient(135deg,#C9A24D,#9E7C2F);
    color:#0B0C0F; font-weight:800; border:none; text-decoration:none;
}
.local-btn:hover{ background:linear-gradient(135deg,#D6B15E,#B08A35); color:#0B0C0F; }
.local-note{ font-size:12px; color:rgba(17,19,24,0.60); text-align:center; }

.off-card{
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 18px 55px rgba(0,0,0,0.06);
}
.off-card-focus{
    border-color: rgba(201,162,77,0.22);
    box-shadow: 0 22px 70px rgba(0,0,0,0.08);
}
.off-kicker{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: rgba(158,124,47,0.95);
    margin-bottom: 10px;
}
.off-title{
    font-weight: 800;
    font-size: 16px;
    color: #111318;
    margin-bottom: 12px;
}
.off-list{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}
.off-list span{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(17,19,24,0.74);
    line-height: 1.45;
}
.off-list span::before{
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(201,162,77,0.95);
    box-shadow: 0 0 14px rgba(201,162,77,0.25);
    flex: 0 0 9px;
}
.off-note{
    font-size: 13px;
    color: rgba(17,19,24,0.62);
    line-height: 1.55;
    margin-bottom: 12px;
}
.off-link{
    color: rgba(158,124,47,0.98);
    font-weight: 800;
    text-decoration: none;
    font-size: 13px;
}
.off-link:hover{ text-decoration: underline; }

.off-disclaimer{
    border-radius: 18px;
    padding: 16px 18px;
    background: #F7F5F0;
    border: 1px solid rgba(201,162,77,0.25);
    color: rgba(17,19,24,0.74);
    font-size: 14px;
    line-height: 1.6;
}
.off-disclaimer strong{ color: #111318; }

.off-btn-gold{
    background: linear-gradient(135deg, #C9A24D, #9E7C2F);
    color: #0B0C0F;
    font-weight: 800;
    border: none;
    border-radius: 12px;
    text-decoration: none;
}
.off-btn-gold:hover{
    background: linear-gradient(135deg, #D6B15E, #B08A35);
    color: #0B0C0F;
}

@media (max-width: 768px){
    #offences-section { padding: 70px 0; }
}

/* Callout */
.emg-callout{
    border: 1px solid rgba(201,162,77,0.22);
    background: rgba(201,162,77,0.08);
    border-radius: 16px;
    padding: 16px 16px 14px 16px;
}
.emg-callout-title{
    color: rgba(201,162,77,0.95);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .04em;
    margin-bottom: 6px;
}
.emg-callout-text{
    color: rgba(255,255,255,0.76);
    font-size: 14px;
    line-height: 1.55;
}

/* Buttons */
.emg-btn-gold{
    background: linear-gradient(135deg, #C9A24D, #9E7C2F);
    color: #0B0C0F;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    text-decoration: none;
}
.emg-btn-gold:hover{
    background: linear-gradient(135deg, #D6B15E, #B08A35);
    color: #0B0C0F;
}
.emg-btn-outline{
    border: 1px solid rgba(201,162,77,0.55);
    color: rgba(255,255,255,0.90);
    background: transparent;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
}
.emg-btn-outline:hover{
    background: rgba(201,162,77,0.10);
    color: #ffffff;
}

/* Panel */
.emg-panel{
    border-radius: 22px;
    background: rgba(10,11,15,0.58);
    border: 1px solid rgba(201,162,77,0.16);
    box-shadow: 0 26px 90px rgba(0,0,0,0.55);
    backdrop-filter: blur(7px);
    padding: 18px;
}
.emg-panel-head{
    padding: 8px 6px 16px 6px;
}
.emg-panel-kicker{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: rgba(201,162,77,0.75);
    margin-bottom: 8px;
}
.emg-panel-title{
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    font-size: 18px;
}

/* Tiles */
.emg-tile{
    display: block;
    height: 100%;
    padding: 14px 14px 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(201,162,77,0.14);
    text-decoration: none;
}
.emg-tile:hover{
    border-color: rgba(201,162,77,0.28);
    background: rgba(255,255,255,0.05);
    transform: translateY(-2px);
    transition: all .16s ease;
}
.emg-tile-top{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.emg-dot{
    width: 9px; height: 9px;
    border-radius: 999px;
    background: rgba(201,162,77,0.95);
    box-shadow: 0 0 16px rgba(201,162,77,0.35);
}
.emg-tile-title{
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    font-size: 14px;
}
.emg-tile-text{
    color: rgba(255,255,255,0.72);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.emg-tile-link{
    color: rgba(201,162,77,0.92);
    font-weight: 700;
    font-size: 12px;
}

/* Footer */
.emg-panel-footer{
    margin-top: 14px;
    padding: 14px 10px 6px 10px;
    border-top: 1px solid rgba(201,162,77,0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.emg-footer-note{
    color: rgba(255,255,255,0.60);
    font-size: 13px;
}
.emg-footer-cta{
    color: rgba(201,162,77,0.95);
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}
.emg-footer-cta:hover{
    text-decoration: underline;
}

@media (max-width: 768px){
    #emergency-section { padding: 70px 0; }
}

.proc-card{
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 18px 55px rgba(0,0,0,0.06);
}

.proc-top{
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 14px;
}

.proc-num{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #0B0C0F;
    background: rgba(201,162,77,0.22);
    border: 1px solid rgba(201,162,77,0.40);
}

.proc-title{
    font-weight: 700;
    font-size: 17px;
    color: #111318;
    margin-bottom: 3px;
}

.proc-sub{
    font-size: 13px;
    color: rgba(17,19,24,0.65);
    line-height: 1.4;
}

.proc-list{
    margin: 0;
    padding-left: 18px;
    color: rgba(17,19,24,0.72);
    font-size: 14px;
    line-height: 1.65;
}
.proc-list li{ margin-bottom: 8px; }
.proc-list li:last-child{ margin-bottom: 0; }

.proc-note{
    border-radius: 18px;
    padding: 16px 18px;
    background: #F7F5F0;
    border: 1px solid rgba(201,162,77,0.25);
    color: rgba(17,19,24,0.75);
    font-size: 14px;
    line-height: 1.6;
}
.proc-note strong{ color: #111318; }

.proc-btn-gold{
    background: linear-gradient(135deg, #C9A24D, #9E7C2F);
    color: #0B0C0F;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    text-decoration: none;
}
.proc-btn-gold:hover{
    background: linear-gradient(135deg, #D6B15E, #B08A35);
    color: #0B0C0F;
}

@media (max-width: 768px){
    #process-section { padding: 70px 0; }
}

/* Portrait */
.about-portrait-wrap{
    position: relative;
    border-radius: 22px;
    padding: 12px;
    background: linear-gradient(
        135deg,
        rgba(201,162,77,0.35),
        rgba(201,162,77,0.05)
    );
    box-shadow: 0 30px 90px rgba(0,0,0,0.55);
}
.about-portrait-img{
    width: 100%;
    border-radius: 16px;
    filter: grayscale(100%) contrast(1.05);
}
.about-portrait-caption{
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: rgba(255,255,255,0.55);
}

/* Points */
.about-points{
    display: flex;
    align-items: center;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
}
.about-point{
    padding-left: 22px;
    position: relative;
    color: rgba(255,255,255,0.78);
    font-size: 14px;
    line-height: 1.5;
}
.about-point::before{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(201,162,77,0.95);
    box-shadow: 0 0 14px rgba(201,162,77,0.35);
}

/* HNW */
.about-hnw{
    margin-top: 6px;
    font-size: 14px;
    color: rgba(255,255,255,0.60);
}
.about-hnw strong{
    color: rgba(201,162,77,0.95);
}

/* Buttons */
.about-btn-gold{
    background: linear-gradient(135deg, #C9A24D, #9E7C2F);
    color: #0B0C0F;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    text-decoration: none;
}
.about-btn-gold:hover{
    background: linear-gradient(135deg, #D6B15E, #B08A35);
    color: #0B0C0F;
}
.about-btn-outline{
    border: 1px solid rgba(201,162,77,0.55);
    color: rgba(255,255,255,0.90);
    background: transparent;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
}
.about-btn-outline:hover{
    background: rgba(201,162,77,0.10);
    color: #ffffff;
}

@media (max-width: 768px){
    #about-section{ padding: 70px 0; }
}

.faq-item{
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 18px;
    padding: 0;
    box-shadow: 0 18px 55px rgba(0,0,0,0.06);
    overflow: hidden;
}

.faq-q{
    width: 100%;
    text-align: left;
    padding: 16px 18px;
    border: none;
    background: #FFFFFF;
    color: #111318;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.faq-plus{
    color: rgba(158,124,47,0.95);
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
}

.faq-a{
    padding: 0 18px 16px 18px;
    color: rgba(17,19,24,0.72);
    font-size: 14px;
    line-height: 1.65;
}

/* space between items */
.col-lg-6 .faq-item { margin-bottom: 14px; }
.col-lg-6 .faq-item:last-child { margin-bottom: 0; }

.faq-btn-gold{
    background: linear-gradient(135deg, #C9A24D, #9E7C2F);
    color: #0B0C0F;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    text-decoration: none;
}
.faq-btn-gold:hover{
    background: linear-gradient(135deg, #D6B15E, #B08A35);
    color: #0B0C0F;
}

.faq-bottom{
    border-radius: 18px;
    padding: 16px 18px;
    background: #F7F5F0;
    border: 1px solid rgba(201,162,77,0.25);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.faq-bottom-title{
    font-weight: 500;
    color: #111318;
}
.faq-bottom-links{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.faq-bottom-links a{
    color: rgba(158,124,47,0.98);
    font-weight: 500;
    text-decoration: none;
    font-size: 13px;
}
.faq-bottom-links a:hover{
    text-decoration: underline;
}

@media (max-width: 768px){
    #faq-section { padding: 70px 0; }
}

/* Points */
.cta-points{
    display: grid;
    gap: 10px;
    margin-bottom: 6px;
}
.cta-point{
    padding-left: 22px;
    position: relative;
    color: rgba(255,255,255,0.78);
    font-size: 15px;
    line-height: 1.55;
}
.cta-point::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(201,162,77,0.95);
    box-shadow: 0 0 14px rgba(201,162,77,0.35);
}

/* Buttons */
.cta-btn-gold{
    background: linear-gradient(135deg, #C9A24D, #9E7C2F);
    color: #0B0C0F;
    font-weight: 700;
    border-radius: 12px;
    border: none;
    text-decoration: none;
}
.cta-btn-gold:hover{
    background: linear-gradient(135deg, #D6B15E, #B08A35);
    color: #0B0C0F;
}
.cta-btn-outline{
    border: 1px solid rgba(201,162,77,0.55);
    color: rgba(255,255,255,0.90);
    background: transparent;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
}
.cta-btn-outline:hover{
    background: rgba(201,162,77,0.10);
    color: #ffffff;
}

/* Panel */
.cta-panel{
    border-radius: 22px;
    background: rgba(10,11,15,0.60);
    border: 1px solid rgba(201,162,77,0.18);
    box-shadow: 0 28px 100px rgba(0,0,0,0.60);
    backdrop-filter: blur(7px);
    padding: 18px;
}
.cta-panel-head{
    padding: 8px 6px 16px 6px;
}
.cta-panel-kicker{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: rgba(201,162,77,0.75);
    margin-bottom: 8px;
}
.cta-panel-title{
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    font-size: 18px;
}
.cta-panel-body{
    padding: 6px 6px 12px 6px;
}
.cta-line{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(201,162,77,0.12);
}
.cta-line:last-child{ border-bottom: none; }
.cta-label{
    color: rgba(255,255,255,0.55);
    font-size: 13px;
}
.cta-value{
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
    text-align: right;
}
.cta-value:hover{ text-decoration: underline; }

.cta-panel-footer{
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(201,162,77,0.12);
}
.cta-footer-btn{
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #C9A24D, #9E7C2F);
    color: #0B0C0F;
    font-weight: 700;
    text-decoration: none;
}
.cta-footer-btn:hover{
    background: linear-gradient(135deg, #D6B15E, #B08A35);
    color: #0B0C0F;
}

@media (max-width: 768px){
    #final-cta{ padding: 80px 0; }
}
