:root{
    --navy:#132f46;
    --navy-dark:#10283d;
    --gold:#d4a13b;
    --gold-light:#efc76f;
    --cream:#faf8f3;
    --text:#0f2740;
}

body{
    font-family:'Montserrat',sans-serif;
    color:var(--text);
    overflow-x:hidden;
}

/* TOP BAR */

.top-bar{
    background:#10283d;
    color:#fff;
    font-size:13px;
    padding:10px 0;
    font-weight:500;
}

.top-bar i{
    margin-right:4px;
}

.top-bar strong{
    font-weight:800; 
}

/* HEADER */

.main-header{
    background:#fff;
    box-shadow:0 2px 15px rgba(0,0,0,.05);
    position:relative;
    z-index:100;
}
	
/* Desktop only */

     .main-header{
        position:sticky;
        top:0;
        z-index:9999;
        background:#fff;
        transition:all .3s ease;
    }

    body{
        padding-top:0px; /* header height */
    }


	
.gold-sell{
    color:#d4a13b;
    font-size:18px;

    text-shadow:
        0 0 1px currentColor,
        0 0 1px currentColor;
}	

.navbar{
	border-bottom: 1px solid var(--gold);
    min-height:72px;
	 background:
        linear-gradient(
            90deg,
            rgba(248,244,236,.30) 50%
        ),

        radial-gradient(
            circle at 85% 50%,
            rgba(239,199,111,.65),
            rgba(239,199,111,.15) 45%,
            transparent 70%
        ),

        url('/images/sell-your-gold.jpg');

    background-size:cover;
    background-position:left center;
    background-repeat:no-repeat;
}
	
.navbar-nav{
    gap:4px;
}	

.navbar-brand{
    font-size:17px;
    font-weight:800;
}

.navbar-brand:hover{
    color:var(--text);
}

.navbar-brand span{
    color:#c18c2c;
}

.logo-coin{
    width:30px;
    height:30px;
    border-radius:50%;
    background:radial-gradient(circle at 30% 30%, #f7da8b, #c48b2b);
    box-shadow:inset 0 0 0 2px rgba(255,255,255,.3);
}
	
.navbar-brand .logo-coin{
    float: left;
	width:28px;
    height:28px;
	margin-right: 8px;
}	

.nav-link{
    color:#111;
    font-weight:600;
    padding:12px 15px !important;
    border-radius:10px;
    transition:all .25s ease;
}

.nav-link:hover{
    background:#f4ede2;
    color:var(--text);
}

.nav-link.active{
    background:#f2eadc;
	border: 1px solid var(--gold-light);
}

.nav-link.active:hover{
    background:#e9deca;
}

.phone-link{
    font-size:14px;
    font-weight:800;
    padding-left:16px;
}

.phone-link a { 
	color: #0B0036;
	text-decoration: none;
} 

.phone-link a:hover { 
	color: #00479B
} 
	
.gold-sell { color:var(--gold); }	

.phone-link i{
    color:var(--gold);
    margin-right:6px;
}

.btn-gold{
    background:linear-gradient(to bottom,#efc76f,#d4a13b);
    border:none;
    color:#2b1d00;
    font-weight:800;
    border-radius:14px;
    padding:14px 26px;
    transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
    box-shadow:0 10px 25px rgba(212,161,59,.25);
}

.btn-gold:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 35px rgba(212,161,59,.35);
    filter:brightness(1.05);
    color:#2b1d00;
}

.btn-outline-light{
    border-width:2px;
    font-weight:700;
    transition:all .25s ease;
}

.btn-outline-light:hover{
    background:#fff;
    color:var(--text);
    transform:translateY(-2px);
}

/* HERO */

.hero{
    position:relative;
    overflow:hidden;
    min-height:650px;
    padding:90px 0;
    background:
        radial-gradient(circle at 85% 15%, rgba(255,215,140,.12) 0%, rgba(255,215,140,0) 30%),
        radial-gradient(circle at 75% 30%, rgba(65,120,180,.18) 0%, rgba(65,120,180,0) 45%),
        linear-gradient(135deg, #10263b 0%, #153552 35%, #1a4468 65%, #173f61 100%);
}

.hero::after{
    content:"";
    position:absolute;
    right:-200px;
    top:-100px;
    width:700px;
    height:700px;
    background:radial-gradient(circle, rgba(228,196,125,.18) 0%, rgba(228,196,125,.06) 35%, transparent 70%);
}

.hero-content{
    position:relative;
    z-index:2;
}

.hero h1{
    color:#fff;
    font-weight:900;
    font-size:clamp(42px,4vw,60px);
    line-height:1.1;
    margin-bottom:25px;
}

h1 { color: #10283d;
    font-size: clamp(34px, 3vw, 48px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 18px; }

.hero h1 span{
    color:var(--gold-light);
}

.hero p{
    color:#f6f0e7;
    font-size:1.35rem;
    line-height:1.6;
    max-width:620px;
}

.hero-points ul{
    list-style:none;
    padding:0;
    margin:30px 0;
}

.hero-points li{
    color:#fff;
    font-size:1.15rem;
    margin-bottom:18px;
    position:relative;
    padding-left:32px;
}

.hero-points li::before{
    content:"";
    width:18px;
    height:18px;
    position:absolute;
    left:0;
    top:5px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23efc76f' viewBox='0 0 16 16'%3E%3Cpath d='M16 2L6 15 0 9l2-2 4 4L14 0z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-size:contain;
}

.hero-buttons{
    margin-top:35px;
}

.hero-buttons .btn{
    padding:16px 28px;
}

.trustpilot-row{
    margin-top:35px;
    color:#fff;
    font-size:15px;
}

.trustpilot-row i{
    color:#ffc64b;
}

/* FORM CARD */

.pack-card{
    background:#faf8f3;
    border-radius:20px;
    padding:30px;
    box-shadow:0 30px 60px rgba(0,0,0,.25);
    position:relative;
    z-index:2;
}

.pack-card::before{
    content:"";
    position:absolute;
    inset:-20px;
    z-index:-1;
    background:radial-gradient(circle, rgba(255,214,133,.18) 0%, rgba(255,214,133,0) 70%);
    filter:blur(30px);
}

.free-badge{
    display:inline-block;
    background:#dff7e9;
    color:#008847;
    font-weight:800;
    font-size:13px;
    padding:7px 12px;
    border-radius:8px;
    margin-bottom:15px;
}

.e-message{
    display:inline-block;
    background: #CA3B3D;
    color:#fff;
    font-weight:800;
    font-size:13px;
    padding:7px 12px;
    border-radius:8px;
    margin-bottom:15px;
}

.pack-card h3{
    font-weight:800;
    margin-bottom:6px;
}

.pack-card p{
    font-size:14px;
    color:#666;
}

.step-dots{
    text-align:center;
    margin:20px 0;
}

.step-dots span{
    width:9px;
    height:9px;
    display:inline-block;
    border-radius:50%;
    background:#e4d6b6;
    margin:0 3px;
}

.step-dots span.active{
    background:var(--gold);
}

.form-label{
    font-size:13px;
    font-weight:600;
    margin-bottom:6px;
}

.form-control{
    height:46px;
    border-radius:10px;
    border:1px solid #dcccae;
}

.form-control:focus{
    border-color:var(--gold);
    box-shadow:0 0 0 .2rem rgba(212,161,59,.15);
}

.pack-card .btn-gold{
    width:100%;
    margin-top:15px;
    padding:15px;
}

.valuer{
    border-top:1px solid #e5d8bc;
    margin-top:20px;
    padding-top:20px;
    display:flex;
    gap:15px;
    align-items:center;
    font-size:13px;
}

.valuer-photo{
    width:50px;
    height:50px;
    flex-shrink:0;

    border-radius:50%;
    border:1px solid #d1a24f;

    background:url('/images/gold-valuer.jpg') center center;
    background-size:cover;
    background-repeat:no-repeat;

    overflow:hidden;
}

.valuer strong{
    display:block;
    color:var(--text);
}

.container p a { color:#130073; }

/* LARGE DESKTOP */
@media(min-width:2000px){
	.navbar-brand{
		font-size:22px;
		font-weight:800;
	}
	
	.logo-coin{
		width:38px !important;
		height:38px !important;
	}
}


/* MID DESKTOP */
@media(max-width:1450px){
	
	.nav-link{
        font-size: 12px;
		padding: 8px !important;
    }
	
}





/* MOBILE */

@media(max-width:991px){

	
	.navbar-nav .nav-item a {
		font-size: 16px !important;
	}
	
	.real-people-section {
		padding-top: 30px !important;
	}
	
	.real-people-section .row {
		margin-right: 0px;
		padding-left: 20px;
	}
	
	
	.mobilepadtop {
		padding-top: 20px;
	}
	
	.mobno {
		display: none;
	}
	
	.navbar-expand-lg {
		padding-top: 10px !important;
	}
	
	.navbar{
        padding-top:15px !important;
        padding-bottom:10px;
        align-items:flex-start;
    }
	
	
	
    .top-bar{
        font-size:12px;
        text-align:center;
    }

    .navbar-collapse{
        margin-top:20px;
        background:white;
        padding:15px;
        border-radius:16px;
        box-shadow:0 15px 40px rgba(0,0,0,.08);
    }

    .nav-link{
        padding:14px 16px !important;
        margin-bottom:4px;
    }

    .nav-link:hover{
        background:#f5f1e9;
        padding-left:22px !important;
    }

    .phone-link{
        padding:15px 16px;
    }

    .navbar-nav .btn-gold{
        width:100%;
        margin-top:8px;
        text-align:center;
    }

    .hero{
        padding:30px 0;
    }

    .hero h1{
        font-size:42px;
    }

    .hero p{
        font-size:1.1rem;
    }

    .hero-points li{
        font-size:1rem;
    }

    .pack-card{
        margin-top:30px;
    }
}

@media(max-width:575px){

    .hero h1{
        font-size:36px;
    }

    .hero-buttons .btn{
        width:100%;
    }

    .pack-card{
        padding:22px;
    }

    .form-row-mobile .col-6{
        width:100%;
    }
}
	
	
/*    TRUST PILLS   */
.trust-pill-section{
    background:#fbfaf7;
    padding:26px 0 30px;
    border-bottom:1px solid #eee6d8;
}

.trust-pill-wrap{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:16px;
    width:100%;
}

.trust-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:50px;
    padding:0 22px;
    border:1px solid #e3d3b8;
    border-radius:10px;
    background:#fffdf8;
    color:var(--text);
    font-size:14px;
    font-weight:800;
    white-space:nowrap;
    box-shadow:0 4px 14px rgba(15,39,64,.03);
}

.trust-pill i{
    font-size:15px;
    color:#0f2740;
}

.trust-pill:hover{
    border-color:var(--gold);
    transform:translateY(-2px);
    box-shadow:0 10px 22px rgba(15,39,64,.08);
}

@media(max-width:767px){

    .trust-pill-section{
        padding:22px 0;
    }

    .trust-pill-wrap{
        display:grid;
        grid-template-columns:1fr;
        gap:10px;
    }

    .trust-pill{
        width:100%;
        justify-content:flex-start;
        min-height:48px;
        padding:0 18px;
        font-size:13px;
    }

}	

	
	
	
/*    TRUST PHOTO AREA   */	
.real-people-section{
    background:#f8f4ec;
    padding:100px 0;
}

.real-people-section .container{
    max-width:1400px;
}

.section-tag{
    color:#c48b2b;
    font-weight:800;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.real-people-section h2{
    font-size:clamp(36px,3vw,58px);
    line-height:1.1;
    font-weight:900;
    color:#0f2740;
    margin-bottom:28px;
}

.real-people-section p{
    font-size:1.2rem;
    line-height:1.8;
    color:#5f6670;
    margin-bottom:28px;
}

.divider-line{
    width:90px;
    height:2px;
    background:#e2d5ba;
    margin:35px 0;
}

/* IMAGE */

.valuer-image-wrapper{
    position:relative;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.valuer-image-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* CCTV BADGE */

.cctv-badge{
    position:absolute;
    left:40px;
    bottom:40px;

    background:#fff;
    border-radius:18px;

    padding:18px 22px;

    display:flex;
    align-items:center;
    gap:16px;

    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.cctv-icon{
    width:58px;
    height:58px;
    border-radius:50%;
    border:2px solid #e3c98b;

    display:flex;
    align-items:center;
    justify-content:center;
}

.cctv-icon i{
    color:#c48b2b;
    font-size:24px;
}

.cctv-badge strong{
    color:#0f2740;
    font-size:18px;
}

.cctv-badge{
    font-size:16px;
    color:#5f6670;
}

/* BUTTON */

.real-people-section .btn-gold{
    min-width:220px;
    padding:16px 32px;
}

/* MOBILE */
 
@media(max-width:991px){

    .real-people-section{
        padding:70px 0;
    }

    .real-people-section h2{
        font-size:38px;
    }

    .real-people-section p{
        font-size:1rem;
    }

    .cctv-badge{
        left:20px;
        right:20px;
        bottom:20px;
        padding:15px;
    }

    .cctv-badge strong{
        font-size:16px;
    }
}

@media(max-width:575px){

    .real-people-section h2{
        font-size:32px;
    }

    .section-tag{
        font-size:12px;
    }

    .cctv-badge{
        position:relative;
        left:auto;
        right:auto;
        bottom:auto;
        margin-top:-20px;
        width:calc(100% - 30px);
        margin-left:auto;
        margin-right:auto;
    }
}	
	
	
	
	
	
/*  3 tiles section  */
	
.steps-section{
	border-top:1px solid #eee2cf;
    position:relative;
    overflow:hidden;
    padding:100px 0;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(212,161,59,.40) 0%,
            rgba(212,161,59,.22) 20%,
            rgba(212,161,59,.10) 40%,
            transparent 70%
        ),

        linear-gradient(
            180deg,
            #fffdf8 0%,
            #fbf6ec 45%,
            #f6eddc 100%
        );
}
	
	
	

.steps-section .container{
    max-width:1180px;
}

.steps-heading{
    max-width:1280px;
    margin:0 auto 25px;
}

.steps-heading h2{
    font-size:clamp(34px,3vw,48px);
    line-height:1.1;
    font-weight:900;
    color:var(--text);
    margin-bottom:18px;
}

.steps-heading p{
    font-size:1.1rem;
    line-height:1.7;
    color:#5f6670;
}

.step-card{
    position:relative;
    background:#fff;
    border:1px solid #eadcc4;
    border-radius:22px;
    padding:34px;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(15,39,64,.05);
    transition:all .25s ease;
}

.step-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(239,199,111,.16), rgba(255,255,255,0) 45%);
    opacity:0;
    transition:opacity .25s ease;
}

.step-card:hover{
    transform:translateY(-6px);
    border-color:#d9b86a;
    box-shadow:0 28px 65px rgba(15,39,64,.11);
}

.step-card:hover::before{
    opacity:1;
}

.step-card-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:28px;
    position:relative;
    z-index:2;
}

.step-number{
    width:72px;
    height:72px;
    border-radius:18px;

    background:#f4efe6;
    border:1px solid #e5d7bc;

    color:#10283d;
    font-size:30px;
    font-weight:900;

    display:flex;
    align-items:center;
    justify-content:center;
}

.step-icon{
    width:72px;
    height:72px;
    border-radius:18px;

    background:linear-gradient(
        135deg,
        rgba(239,199,111,.25),
        rgba(239,199,111,.08)
    );

    color:#c48b2b;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:32px;

    border:1px solid rgba(212,161,59,.25);
}

.step-card h3{
    font-size:21px;
    font-weight:900;
    color:var(--text);
    margin-bottom:14px;
    position:relative;
    z-index:2;
}

.step-card p{
    font-size:1rem;
    line-height:1.75;
    color:#5f6670;
    margin:0;
    position:relative;
    z-index:2;
}

.steps-cta{
    min-width:330px;
    padding:16px 32px;
}

@media(max-width:991px){
    .steps-section{
        padding:70px 0;
    }
}

@media(max-width:575px){
    .step-card{
        padding:26px;
    }

    .steps-cta{
        width:100%;
        min-width:0;
    }
}	
	

/* 6 tiles area */
	
.why-section{
    position:relative;
    overflow:hidden;
    padding:105px 0;
    background:
        radial-gradient(circle at 85% 10%, rgba(239,199,111,.18), transparent 34%),
        radial-gradient(circle at 15% 90%, rgba(67,120,180,.18), transparent 36%),
        linear-gradient(135deg, #10263b 0%, #153552 45%, #1a4468 100%);
}

.why-section::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size:44px 44px;
    opacity:.35;
}

.why-section .container{
    position:relative;
    z-index:2;
    max-width:1180px;
}

.why-heading{
    max-width:760px;
    margin:0 auto 28px;
}

.why-heading h2{
    color:#fff;
    font-size:clamp(34px,3vw,48px);
    line-height:1.1;
    font-weight:900;
    margin-bottom:18px;
}

.why-heading p{
    color:#dce7f1;
    font-size:1.1rem;
    line-height:1.7;
}

.why-section .section-tag{
    color:var(--gold-light);
}

.why-card{
    position:relative;
    overflow:hidden;
    background:rgba(255,253,248,.96);
    border:1px solid rgba(255,255,255,.28);
    border-radius:22px;
    padding:32px 30px 30px 34px;
    box-shadow:0 24px 60px rgba(0,0,0,.18);
    transition:all .25s ease;
}

.why-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    background:linear-gradient(180deg, #efc76f, #d4a13b);
}

.why-card::after{
    content:"";
    position:absolute;
    right:-45px;
    top:-45px;
    width:120px;
    height:120px;
    border-radius:50%;
    background:rgba(239,199,111,.13);
    transition:all .25s ease;
}

.why-card:hover{
    transform:translateY(-6px);
    box-shadow:0 34px 75px rgba(0,0,0,.26);
}

.why-card:hover::after{
    transform:scale(1.25);
    background:rgba(239,199,111,.2);
}

.why-icon{
    width:54px;
    height:54px;
    border-radius:16px;
    background:#f5ead6;
    color:#c48b2b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:25px;
    margin-bottom:22px;
    position:relative;
    z-index:2;
}

.why-card h3{
    font-size:19px;
    font-weight:900;
    color:var(--text);
    margin-bottom:12px;
    position:relative;
    z-index:2;
}

.why-card p{
    font-size:.98rem;
    line-height:1.72;
    color:#5f6670;
    margin:0;
    position:relative;
    z-index:2;
}

@media(max-width:991px){
    .why-section{
        padding:75px 0;
    }
}

@media(max-width:575px){
    .why-card{
        padding:28px 24px 26px 28px;
    }
}	
	

	
/* counter section */
	
.counter-section{
    background:linear-gradient(135deg,#f8f4ec 0%,#fffdf8 100%);
    padding:70px 0;
    border-top:1px solid #eee2cf;
    border-bottom:1px solid #eee2cf;
}

.counter-section .container{
    max-width:1180px;
}

.counter-item{
    background:#fff;
    border:1px solid #eadcc4;
    border-radius:20px;
    padding:34px 20px;
    box-shadow:0 16px 40px rgba(15,39,64,.05);
    transition:all .25s ease;
}

.counter-item:hover{
    transform:translateY(-5px);
    border-color:#d4a13b;
    box-shadow:0 24px 55px rgba(15,39,64,.1);
}

.counter-value{
    color:#d4a13b;
    font-size:clamp(34px,3vw,48px);
    line-height:1;
    font-weight:900;
    margin-bottom:14px;
}

.counter-item p{
    color:#0f2740;
    font-size:14px;
    font-weight:700;
    margin:0;
}

@media(max-width:575px){
    .counter-section{
        padding:45px 0;
    }

    .counter-item{
        padding:26px 14px;
    }
}	
	

	
/* tp widget */
	
	
.reviews-section{
    position:relative;
    overflow:hidden;

    padding:100px 0;

    background:
        linear-gradient(
            90deg,
            rgba(248,244,236,.30) 50%
        ),

        radial-gradient(
            circle at 85% 50%,
            rgba(239,199,111,.65),
            rgba(239,199,111,.15) 45%,
            transparent 70%
        ),

        url('/images/sell-gold-reviews.jpg');

    background-size:cover;
    background-position:left center;
    background-repeat:no-repeat;
}

.reviews-section .container{
    max-width:1200px;
}

.reviews-heading{
    max-width:760px;
    margin:0 auto 50px;
}

.reviews-heading h2{
    font-size:clamp(34px,3vw,48px);
    font-weight:900;
    color:#003;
    margin-bottom:18px;
}

.reviews-heading p{
    color:#000;
    font-size:1.1rem;
    line-height:1.7;
	font-weight: 600;
}

/* SUMMARY BAR */

.review-summary{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
    margin-bottom:50px;
}

.review-stat{
    background:white;
    border:1px solid #eadcc4;
    border-radius:20px;
    padding:30px;
    text-align:center;
    box-shadow:0 15px 40px rgba(15,39,64,.05);
}

.review-number{
    font-size:clamp(30px,3vw,42px);
    font-weight:900;
    color:#d4a13b;
    line-height:1;
    margin-bottom:10px;
}

.review-label{
    color:#5f6670;
    font-size:14px;
    font-weight:700;
}

/* WIDGET AREA */

.trustpilot-wrapper{
    background:white;
    border:1px solid #eadcc4;
    border-radius:24px;
    padding:35px;
    box-shadow:0 25px 60px rgba(15,39,64,.06);
}

.trustpilot-placeholder{
    min-height:280px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#999;
    font-weight:700;
}

/* MOBILE */

@media(max-width:767px){

    .reviews-section{
        padding:70px 0;
    }

    .review-summary{
        grid-template-columns:1fr;
        gap:15px;
    }

    .trustpilot-wrapper{
        padding:20px;
    }

}	
	
/* gold prices high */
	
	
.gold-market-cta{
	border-top: 1px solid #d5942b;
    position:relative;
    overflow:hidden;
    padding:90px 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.22), transparent 24%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,.18), transparent 28%),
        linear-gradient(135deg, #c48b2b 0%, #e0b554 48%, #f1d184 100%);
}

.gold-market-cta::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(120deg, rgba(255,255,255,.2), transparent 35%),
        radial-gradient(circle at 50% 120%, rgba(255,255,255,.28), transparent 42%);
    pointer-events:none;
}

.gold-market-inner{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:0 auto;
}

.gold-market-cta .section-tag{
    color:#6d4708;
    margin-bottom:14px;
}

.gold-market-cta h2{
    color:#10283d;
    font-size:clamp(34px,3vw,48px);
    font-weight:900;
    line-height:1.1;
    margin-bottom:18px;
}

.gold-market-cta p{
    color:#2b1d00;
    font-size:1.15rem;
    line-height:1.75;
    margin:0 auto 30px;
    max-width:680px;
}

.btn-navy-cta{
    background:#10283d;
    color:#fff;
    font-weight:800;
    border-radius:14px;
    padding:16px 34px;
    box-shadow:0 18px 40px rgba(16,40,61,.25);
    transition:all .25s ease;
}

.btn-navy-cta:hover{
    background:#173f61;
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 26px 55px rgba(16,40,61,.32);
}

/* FLOATING PARTICLES */

@keyframes floatGold{
    0%,100%{
        transform:translateY(0) scale(1);
        opacity:.35;
    }

    50%{
        transform:translateY(-24px) scale(1.35);
        opacity:1;
    }
}

@media(max-width:767px){
    .gold-market-cta{
        padding:70px 0;
    }

    .gold-market-cta p{
        font-size:1rem;
    }

    .btn-navy-cta{
        width:100%;
    }
}	

	
	
/* footer */
	
.site-footer{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 15% 15%, rgba(239,199,111,.13), transparent 28%),
        radial-gradient(circle at 85% 80%, rgba(65,120,180,.14), transparent 30%),
        linear-gradient(135deg, #0d2235 0%, #10283d 55%, #142f46 100%);
    color:#dce7f1;
    padding:70px 0 28px;
}

.site-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size:48px 48px;
    opacity:.22;
    pointer-events:none;
}

.site-footer .container{
    position:relative;
    z-index:2;
    max-width:1180px;
}

.footer-top{
    display:grid;
    grid-template-columns:1.35fr .75fr .75fr .75fr;
    gap:60px;
    align-items:start;
}

.footer-logo{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#fff;
    text-decoration:none;
    font-size:22px;
    font-weight:900;
    margin-bottom:18px;
}

.footer-logo:hover{
    color:#fff;
}

.footer-logo span:last-child{
    color:#d4a13b;
}

.footer-brand p{
    color:#c7d7e4;
    line-height:1.75;
    max-width:390px;
    margin-bottom:22px;
}

.footer-contact{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.footer-contact a{
    color:#eaf3fb;
    text-decoration:none;
    font-weight:600;
}

.footer-contact a:hover{
    color:var(--gold-light);
}

.footer-contact i{
    color:var(--gold-light);
    margin-right:8px;
}

.footer-col h4{
    color:#fff;
    font-size:15px;
    font-weight:900;
    margin-bottom:20px;
}

.footer-col ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-col li{
    margin-bottom:12px;
}

.footer-col a{
    color:#c7d7e4;
    text-decoration:none;
    font-weight:500;
    transition:all .2s ease;
}

.footer-col a:hover{
    color:var(--gold-light);
    padding-left:5px;
}

.footer-trust-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    border-top:1px solid rgba(255,255,255,.12);
    border-bottom:1px solid rgba(255,255,255,.12);
    margin:48px 0 24px;
    padding:22px 0;
}

.footer-trust-strip div{
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    padding:14px;
    color:#eaf3fb;
    font-size:13px;
    font-weight:800;
    text-align:center;
}

.footer-trust-strip i{
    color:var(--gold-light);
    margin-right:6px;
}

.footer-bottom p{
    color:#9eb3c3;
    font-size:13px;
    line-height:1.7;
    margin:0;
}

@media(max-width:991px){
    .footer-top{
        grid-template-columns:1fr 1fr;
        gap:40px;
    }

    .footer-brand{
        grid-column:1 / -1;
    }

    .footer-trust-strip{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:575px){
    .site-footer{
        padding:55px 0 24px;
    }

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

    .footer-trust-strip{
        grid-template-columns:1fr;
    }

    .footer-logo{
        font-size:20px;
    }
}	



/*  EDIT MODE  */
.edit-bubble{
    position:absolute;
    top:-8px;
    right:-8px;

    width:28px;
    height:28px;

    border-radius:50%;

    background:#d4a13b;
    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:12px;
    cursor:pointer;

    box-shadow:0 4px 12px rgba(0,0,0,.15);

    z-index:999;

    transition:.2s;
}

.edit-bubble:hover{
    transform:scale(1.1);
    background:#c48b2b;
}

.edit-highlight{
    position:relative;
    outline:2px dashed rgba(212,161,59,.5);
    outline-offset:6px;
}


.editable-content{
    position:relative;
    display: inline-block;
    cursor:pointer;
	scroll-margin-top:200px;
    outline:2px dashed rgba(212,161,59,.55);
    outline-offset:6px;
    border-radius:4px;
}

.editable-content.is-editing{
    display:block;
    outline:none;
    cursor:default;
}

.editable-content.edit-locked{
    opacity:.55;
    cursor:not-allowed;
}

.editable-display{
    display:inline;
}

.edit-bubble{
    position:absolute;
    top:-14px;
    right:-18px;
    width:26px;
    height:26px;
    border:0;
    border-radius:50%;
    background:#d4a13b;
    color:#fff;
    font-size:12px;
    line-height:26px;
    text-align:center;
    cursor:pointer;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    z-index:50;
}

.edit-bubble:hover{
    background:#b98321;
}

.edit-locked .edit-bubble{
    pointer-events:none;
    background:#bbb;
}

.inline-edit-form{
    display:block;
    width:100%;
}

.inline-edit-textarea{
    width:100%;
    min-width:260px;
    min-height:110px;
    border:2px dashed #d4a13b;
    border-radius:10px;
    padding:10px 12px;
    font-family:inherit;
    font-size:16px;
    line-height:1.5;
    color:#10283d;
    background:#fff;
}

.inline-edit-actions{
    display:flex;
    gap:8px;
    margin-top:0px;
}

.inline-save-btn,
.inline-cancel-btn{
    border:0;
    border-radius:8px;
    padding:7px 14px;
    font-weight:700;
    cursor:pointer;
}

.inline-save-btn{
    background:#d4a13b;
    color:#fff;
	font-size: 16px;
}

.inline-cancel-btn{
    background:#e8e8e8;
    color:#10283d;
	font-size: 16px;
}


.save-toast{
    position:fixed;
    top:45px;
    left:30%;
    transform:translateX(-50%);
    z-index:999999;

    background:#10283d;
    color:#fff;

    padding:14px 24px;
    border-radius:999px;
	border: 1px solid #eee;

    font-weight:800;
    box-shadow:0 15px 40px rgba(0,0,0,.25);

    animation:saveToastFade 3.2s ease forwards;
}

.save-toast i{
    color:#d4a13b;
    margin-right:8px;
}

@keyframes saveToastFade{
    0%{
        opacity:0;
        transform:translateX(-50%) translateY(-12px);
    }
    15%{
        opacity:0.9;
        transform:translateX(-50%) translateY(0);
    }
    75%{
        opacity:0.9;
        transform:translateX(-50%) translateY(0);
    }
    100%{
        opacity:0;
        transform:translateX(-50%) translateY(-12px);
        pointer-events:none;
    }
}

.close-edit-mode-btn{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:999999;

    background:#10283d;
    color:#fff;
    text-decoration:none;

    padding:13px 20px;
    border-radius:999px;

    font-size:14px;
    font-weight:800;

    box-shadow:0 14px 35px rgba(0,0,0,.25);
    transition:all .25s ease;
}

.close-edit-mode-btn:hover{
    background:#d4a13b;
    color:#10283d;
    transform:translateY(-3px);
}

.initialh {
	display: none;
}

small a { color: #000065 }