<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>GoldIRA.com - Protect Your Retirement with Precious Metals</title>
    <meta name="description" content="Protect your retirement and wealth with gold and silver with GoldIRA.com's #1 rated Gold IRA company. Get your free precious metals investment kit and Gold IRA investing guide.">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            background: #fff;
        }
        
        /* Header */
        .header {
            background: #ffffff;
            padding: 15px 0;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            border-bottom: 1px solid #f0f0f0;
        }
        
        .header-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-size: 24px;
            font-weight: bold;
            color: #d4af37;
            text-decoration: none;
        }
        
        .logo span {
            color: #1a1a2e;
        }
        
        .phone {
            color: #333;
            font-size: 16px;
            font-weight: 600;
        }
        
        .phone a {
            color: #d4af37;
            text-decoration: none;
        }
        
        .header-cta {
            display: flex;
            gap: 12px;
            align-items: center;
        }
        
        .btn-small {
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 600;
            border-radius: 6px;
            text-decoration: none;
            transition: all 0.3s ease;
            white-space: nowrap;
        }
        
        .btn-outline {
            background: transparent;
            color: #d4af37;
            border: 2px solid #d4af37;
        }
        
        .btn-outline:hover {
            background: #d4af37;
            color: #fff;
        }
        
        /* Hero Section - Above the Fold */
        .hero {
            background: linear-gradient(135deg, #faf8f3 0%, #fff9e6 100%);
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 100px 20px 60px;
            position: relative;
            overflow: hidden;
        }
        
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 100%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="80" cy="20" r="40" fill="rgba(212,175,55,0.08)"/></svg>');
            background-size: cover;
        }
        
        .hero-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            position: relative;
            z-index: 1;
        }
        
        .hero-text h1 {
            font-size: 48px;
            font-weight: 800;
            color: #1a1a2e;
            line-height: 1.2;
            margin-bottom: 20px;
        }
        
        .hero-text h1 span {
            color: #d4af37;
        }
        
        .hero-subheadline {
            font-size: 22px;
            color: #555;
            margin-bottom: 30px;
            line-height: 1.5;
        }
        
        .hero-benefits {
            list-style: none;
            margin-bottom: 35px;
        }
        
        .hero-benefits li {
            color: #333;
            font-size: 18px;
            margin-bottom: 12px;
            padding-left: 30px;
            position: relative;
        }
        
        .hero-benefits li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #d4af37;
            font-weight: bold;
            font-size: 20px;
        }
        
        .cta-button {
            display: inline-block;
            background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
            color: #1a1a2e;
            font-size: 18px;
            font-weight: 700;
            padding: 18px 40px;
            border-radius: 8px;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 10px 30px rgba(212,175,55,0.3);
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            text-align: center;
        }
        
        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 40px rgba(212,175,55,0.4);
        }
        
        .cta-secondary {
            display: inline-block;
            background: transparent;
            color: #d4af37;
            font-size: 16px;
            font-weight: 600;
            padding: 16px 35px;
            border-radius: 8px;
            text-decoration: none;
            border: 2px solid #d4af37;
            transition: all 0.3s ease;
            margin-left: 15px;
            text-align: center;
        }
        
        .cta-secondary:hover {
            background: #d4af37;
            color: #fff;
        }
        
        .hero-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            align-items: center;
        }
        
        .hero-buttons .cta-secondary {
            margin-left: 0;
        }
        
        .trust-badges {
            display: flex;
            gap: 25px;
            margin-top: 30px;
            flex-wrap: wrap;
        }
        
        .trust-badge {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #666;
            font-size: 14px;
        }
        
        .trust-badge svg {
            width: 20px;
            height: 20px;
            fill: #d4af37;
        }
        
        .hero-image {
            position: relative;
        }
        
        .hero-image img {
            width: 100%;
            border-radius: 15px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.15);
        }
        
        .hero-image::after {
            content: '';
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 100%;
            height: 100%;
            border: 3px solid #d4af37;
            border-radius: 15px;
            z-index: -1;
        }
        
        /* Urgency Bar */
        .urgency-bar {
            background: #d4af37;
            color: #1a1a2e;
            text-align: center;
            padding: 15px 20px;
            font-weight: 600;
            font-size: 16px;
        }
        
        /* Benefits Section */
        .benefits {
            padding: 80px 20px;
            background: #ffffff;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title h2 {
            font-size: 42px;
            color: #1a1a2e;
            margin-bottom: 15px;
        }
        
        .section-title p {
            font-size: 18px;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 40px;
        }
        
        .benefit-card {
            background: #fff;
            padding: 40px 30px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0,0,0,0.06);
            transition: transform 0.3s ease;
            border: 1px solid #f5f5f5;
        }
        
        .benefit-card:hover {
            transform: translateY(-10px);
        }
        
        .benefit-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 36px;
        }
        
        .benefit-card h3 {
            font-size: 24px;
            color: #1a1a2e;
            margin-bottom: 15px;
        }
        
        .benefit-card p {
            color: #666;
            font-size: 16px;
            line-height: 1.6;
        }
        
        .section-cta {
            text-align: center;
            margin-top: 50px;
        }
        
        /* How It Works */
        .how-it-works {
            padding: 80px 20px;
            background: #faf8f3;
        }
        
        .steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-top: 60px;
        }
        
        .step {
            text-align: center;
            position: relative;
        }
        
        .step-number {
            width: 60px;
            height: 60px;
            background: #d4af37;
            color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            font-weight: bold;
            margin: 0 auto 25px;
        }
        
        .step h3 {
            font-size: 22px;
            color: #1a1a2e;
            margin-bottom: 15px;
        }
        
        .step p {
            color: #666;
            font-size: 16px;
        }
        
        /* Social Proof */
        .social-proof {
            padding: 80px 20px;
            background: #ffffff;
            color: #333;
        }
        
        .social-proof .section-title h2 {
            color: #1a1a2e;
        }
        
        .social-proof .section-title p {
            color: #666;
        }
        
        .testimonials {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
            margin-top: 60px;
        }
        
        .testimonial {
            background: #faf8f3;
            padding: 40px;
            border-radius: 15px;
            border: 1px solid #f0e6d2;
        }
        
        .testimonial-stars {
            color: #d4af37;
            font-size: 24px;
            margin-bottom: 20px;
        }
        
        .testimonial-text {
            font-size: 18px;
            line-height: 1.7;
            margin-bottom: 25px;
            font-style: italic;
            color: #444;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .author-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            color: #1a1a2e;
        }
        
        .author-info h4 {
            color: #1a1a2e;
            font-size: 18px;
            margin-bottom: 5px;
        }
        
        .author-info p {
            color: #888;
            font-size: 14px;
        }
        
        .stats {
            display: flex;
            justify-content: center;
            gap: 80px;
            margin-top: 60px;
            flex-wrap: wrap;
        }
        
        .stat {
            text-align: center;
        }
        
        .stat-number {
            font-size: 48px;
            font-weight: 800;
            color: #d4af37;
        }
        
        .stat-label {
            font-size: 16px;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        /* FAQ Section */
        .faq {
            padding: 80px 20px;
            background: #faf8f3;
        }
        
        .faq-list {
            max-width: 800px;
            margin: 60px auto 0;
        }
        
        .faq-item {
            background: #fff;
            margin-bottom: 20px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.05);
        }
        
        .faq-question {
            padding: 25px 30px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 18px;
            font-weight: 600;
            color: #1a1a2e;
            transition: background 0.3s ease;
        }
        
        .faq-question:hover {
            background: #faf8f3;
        }
        
        .faq-question::after {
            content: '+';
            font-size: 28px;
            color: #d4af37;
            transition: transform 0.3s ease;
        }
        
        .faq-item.active .faq-question::after {
            transform: rotate(45deg);
        }
        
        .faq-answer {
            padding: 0 30px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
        }
        
        .faq-item.active .faq-answer {
            padding: 0 30px 25px;
            max-height: 500px;
        }
        
        .faq-answer p {
            color: #666;
            line-height: 1.7;
        }
        
        /* Final CTA Section */
        .final-cta {
            padding: 100px 20px;
            background: linear-gradient(135deg, #fff9e6 0%, #faf8f3 100%);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .final-cta::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(212,175,55,0.08) 0%, transparent 70%);
            animation: pulse 4s ease-in-out infinite;
        }
        
        @keyframes pulse {
            0%, 100% { transform: scale(1); opacity: 0.5; }
            50% { transform: scale(1.1); opacity: 0.8; }
        }
        
        .final-cta-content {
            position: relative;
            z-index: 1;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .final-cta h2 {
            font-size: 42px;
            color: #1a1a2e;
            margin-bottom: 20px;
        }
        
        .final-cta p {
            font-size: 20px;
            color: #555;
            margin-bottom: 40px;
        }
        
        .final-cta-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }
        
        .guarantee {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 15px;
            margin-top: 40px;
            color: #666;
            font-size: 16px;
            flex-wrap: wrap;
        }
        
        .guarantee svg {
            width: 40px;
            height: 40px;
            fill: #d4af37;
        }
        
        /* Footer */
        .footer {
            background: #f5f5f5;
            color: #666;
            padding: 40px 20px;
            text-align: center;
            font-size: 14px;
        }
        
        .footer-links {
            margin-bottom: 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }
        
        .footer-links a {
            color: #666;
            text-decoration: none;
            margin: 0 10px;
            transition: color 0.3s ease;
        }
        
        .footer-links a:hover {
            color: #d4af37;
        }
        
        .disclaimer {
            max-width: 800px;
            margin: 30px auto 0;
            font-size: 12px;
            line-height: 1.6;
            color: #888;
        }
        
        /* Modal Overlay */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 2000;
            justify-content: center;
            align-items: center;
            padding: 20px;
            backdrop-filter: blur(5px);
        }
        
        .modal-overlay.active {
            display: flex;
        }
        
        .modal {
            background: #ffffff;
            border-radius: 15px;
            padding: 40px;
            max-width: 500px;
            width: 100%;
            position: relative;
            animation: slideUp 0.3s ease;
            border: 1px solid #f0e6d2;
            box-shadow: 0 25px 50px rgba(0,0,0,0.15);
            max-height: 90vh;
            overflow-y: auto;
        }
        
        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .modal-close {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            border: none;
            background: rgba(212,175,55,0.1);
            border-radius: 50%;
            cursor: pointer;
            font-size: 24px;
            color: #d4af37;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .modal-close:hover {
            background: rgba(212,175,55,0.2);
            color: #1a1a2e;
        }
        
        .modal-header {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .modal-header h3 {
            font-size: 28px;
            color: #1a1a2e;
            margin-bottom: 10px;
        }
        
        .modal-header p {
            color: #666;
            font-size: 16px;
        }
        
        /* Form Styles - Matching Page Design */
        .modal-form {
            width: 100%;
        }
        
        .form-row {
            margin-bottom: 18px;
        }
        
        .form-input {
            width: 100%;
            padding: 16px 18px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 16px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #faf8f3;
            color: #333;
            transition: all 0.3s ease;
        }
        
        .form-fn,
        .form-msg {
            width: 100%;
            padding: 16px 18px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            font-size: 16px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            display: none;            
            background: #faf8f3;
            color: #333;
            transition: all 0.3s ease;            
        }
        
        .form-input::placeholder,
        .form-fn::placeholder,
        .form-msg::placeholder {
            color: #888;
        }
        
        .form-input:focus,
        .form-fn:focus,
        .form-msg:focus {
            outline: none;
            border-color: #d4af37;
            background: #fff;
            box-shadow: 0 0 20px rgba(212,175,55,0.15);
        }
        
        .gold-button {
            display: block;
            width: 100%;
            padding: 18px 24px;
            background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%);
            color: #1a1a2e;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 700;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(212,175,55,0.3);
            margin-top: 10px;
        }
        
        .gold-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 15px 40px rgba(212,175,55,0.4);
        }
        
        .gold-button:active {
            transform: translateY(0);
        }
        
        .form-note {
            text-align: center;
            margin-top: 20px;
            font-size: 13px;
            color: #888;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        
        .form-note svg {
            width: 16px;
            height: 16px;
            fill: #d4af37;
        }
        
        /* Noble Gold Specific Badge */
        .noble-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(212,175,55,0.1);
            border: 1px solid rgba(212,175,55,0.3);
            padding: 10px 20px;
            border-radius: 50px;
            margin-bottom: 25px;
        }
        
        .noble-badge span {
            color: #d4af37;
            font-weight: 600;
            font-size: 14px;
        }
        
        /* Mobile Responsive */
        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
                gap: 10px;
                padding: 10px 15px;
            }
            
            .header-cta {
                width: 100%;
                justify-content: center;
            }
            
            .btn-small {
                padding: 8px 15px;
                font-size: 13px;
            }
            
            .phone {
                font-size: 14px;
            }
            
            .hero {
                padding: 140px 15px 40px;
                min-height: auto;
            }
            
            .hero-content {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 30px;
            }
            
            .hero-text h1 {
                font-size: 28px;
            }
            
            .hero-subheadline {
                font-size: 18px;
            }
            
            .hero-benefits {
                display: inline-block;
                text-align: left;
            }
            
            .hero-benefits li {
                font-size: 16px;
            }
            
            .hero-buttons {
                flex-direction: column;
                align-items: stretch;
            }
            
            .cta-button, .cta-secondary {
                width: 100%;
                margin-left: 0;
                padding: 16px 20px;
                font-size: 16px;
            }
            
            .hero-image {
                order: -1;
            }
            
            .hero-image::after {
                display: none;
            }
            
            .trust-badges {
                justify-content: center;
                gap: 15px;
            }
            
            .urgency-bar {
                font-size: 14px;
                padding: 12px 15px;
            }
            
            .section-title h2 {
                font-size: 26px;
            }
            
            .section-title p {
                font-size: 16px;
            }
            
            .benefits {
                padding: 50px 15px;
            }
            
            .benefit-card {
                padding: 30px 20px;
            }
            
            .how-it-works {
                padding: 50px 15px;
            }
            
            .steps {
                gap: 30px;
                margin-top: 40px;
            }
            
            .social-proof {
                padding: 50px 15px;
            }
            
            .testimonials {
                grid-template-columns: 1fr;
                gap: 25px;
                margin-top: 40px;
            }
            
            .testimonial {
                padding: 25px;
            }
            
            .stats {
                gap: 30px;
                margin-top: 40px;
            }
            
            .stat-number {
                font-size: 36px;
            }
            
            .faq {
                padding: 50px 15px;
            }
            
            .faq-question {
                padding: 20px;
                font-size: 16px;
            }
            
            .final-cta {
                padding: 60px 15px;
            }
            
            .final-cta h2 {
                font-size: 28px;
            }
            
            .final-cta p {
                font-size: 18px;
            }
            
            .final-cta-buttons {
                flex-direction: column;
                align-items: stretch;
            }
            
            .modal {
                padding: 25px;
                margin: 10px;
            }
            
            .modal-header h3 {
                font-size: 22px;
            }
            
            .form-row {
                margin-bottom: 12px;
            }
            
            .form-input, .form-fn, .form-msg {
                padding: 14px;
                font-size: 16px;
            }
            
            .gold-button {
                padding: 16px;
                font-size: 14px;
            }
        }
        
        @media (max-width: 480px) {
            .logo {
                font-size: 20px;
            }
            
            .hero-text h1 {
                font-size: 24px;
            }
            
            .stat {
                flex: 1 1 40%;
            }
        }
    </style>
    <script type="text/javascript">
    window.smartlook||(function(d) {
    var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
    var c=d.createElement('script');o.api=new Array();c.async=true;c.type='text/javascript';
    c.charset='utf-8';c.src='https://rec.smartlook.com/recorder.js';h.appendChild(c);
    })(document);
    smartlook('init', 'cb5eaf55af8c65d42f1f49c7e8a937b0a9e30548');
    Smartlook.record({
    forms: true,
    numbers: true
    });
</script>
<style>
.social-share-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 15px;
  margin: 10px 0;
  flex-wrap: wrap;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.x-icon:hover {
  background-color: #000;
  color: #fff;
}

.facebook-icon:hover {
  background-color: #1877F2;
  color: #fff;
}

.reddit-icon:hover {
  background-color: #FF4500;
  color: #fff;
}

.instagram-icon:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}

/* Mobile responsive */
@media (max-width: 480px) {
  .social-share-container {
    gap: 12px;
    padding: 10px;
  }
  
  .social-icon {
    width: 42px;
    height: 42px;
  }
  
  .social-icon svg {
    width: 22px;
    height: 22px;
  }
}
</style>
</head>
<body>
    <!-- Header -->
    <header class="header">
        <div class="header-content">
            <a href="https://goldira.com" class="logo">Gold<span>IRA.com</span></a>
            <div class="header-content"> <!-- class="phone" -->
                <a href="https://goldira.com/noble-gold-investments" rel="nofollow" style="color: #555; text-decoration: none;" >Speak to an Advisor</a>
                <!--Call: <a href="tel:1-xxx-xxx-xxxx">1-877-646-5347</a>-->
            </div>
            <div class="header-cta">
                <a href="#" class="btn-small btn-outline" onclick="openModal(); return false;">Free Kit</a>
                <a href="https://goldira.com/noble-gold-investments" rel="nofollow" class="btn-small" style="background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%); color: #1a1a2e; border: none;">Visit Site</a>
            </div>
        </div>
    </header>

    <!-- Hero Section - Above the Fold -->
    <section class="hero">
        <div class="hero-content">
            <div class="hero-text">
                <div class="noble-badge">
                    <span>🏆 #1 Rated Gold IRA Company</span>
                </div>
                <h1>Protect Your Retirement with <span>Noble Gold Investments</span></h1>
                <p class="hero-subheadline">Join over 50,000 Americans who trust Noble Gold to safeguard their wealth with physical gold and silver IRAs. Rated #1 for customer service and lowest fees in the industry.</p>
                <ul class="hero-benefits">
                    <li>Lowest fees guaranteed - Noble Gold beats any competitor</li>
                    <li>Fastest IRA rollover process - approved in 24 hours</li>
                    <li>Own physical gold & silver stored in Texas or Delaware</li>
                    <li>Free gold IRA kit shipped to your door overnight</li>
                </ul>
                <div class="hero-buttons">
                    <a href="#" class="cta-button" onclick="openModal(); return false;">Get My Free Gold IRA Kit</a>
                    <a href="https://goldira.com/noble-gold-investments" rel="nofollow" class="cta-secondary">Visit Noble Gold Investments →</a>
                </div>
                <div class="trust-badges">
                    <div class="trust-badge">
                        <svg viewBox="0 0 24 24"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg>
                        A+ BBB Rating
                    </div>
                    <div class="trust-badge">
                        <svg viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>
                        5-Star Trustpilot
                    </div>
                    <div class="trust-badge">
                        <svg viewBox="0 0 24 24"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/></svg>
                        IRS Approved
                    </div>
                </div>
            </div>
            <div class="hero-image">
                <!--<img src="https://images.unsplash.com/photo-1610375461246-83df859d849d?w=800&auto=format&fit=crop&q=80" alt="Noble Gold Investments - Physical Gold and Silver IRA">-->
                <img src="https://goldira.com/images/gold-bars.avif?w=800&amp;auto=format&amp;fit=crop&amp;q=80" alt="GoldIRA.com - Physical Gold and Silver IRA">
            </div>
        </div>
        
    </section>
    
<!-- Social Share Block -->
<div class="social-share-container">
  <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fgoldira.com%2F&amp;text=Check%20out%20GoldIRA.com" 
     target="_blank" 
     rel="noopener noreferrer" 
     aria-label="Share on X"
     class="social-icon x-icon">
    <svg viewBox="0 0 24 24" width="28" height="28" fill="currentColor">
      <path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
    </svg>
  </a>
  
  <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgoldira.com%2F" 
     target="_blank" 
     rel="noopener noreferrer" 
     aria-label="Share on Facebook"
     class="social-icon facebook-icon">
    <svg viewBox="0 0 24 24" width="28" height="28" fill="currentColor">
      <path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>
    </svg>
  </a>
  
  <a href="https://www.reddit.com/submit?url=https%3A%2F%2Fgoldira.com%2F&amp;title=GoldIRA.com" 
     target="_blank" 
     rel="noopener noreferrer" 
     aria-label="Share on Reddit"
     class="social-icon reddit-icon">
    <svg viewBox="0 0 24 24" width="28" height="28" fill="currentColor">
      <path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm5.01 4.744c.688 0 1.25.561 1.25 1.249a1.25 1.25 0 0 1-2.498.056l-2.597-.547-.8 3.747c1.824.07 3.48.632 4.674 1.488.308-.309.73-.491 1.207-.491.968 0 1.754.786 1.754 1.754 0 .716-.435 1.333-1.01 1.614a3.111 3.111 0 0 1 .042.52c0 2.694-3.13 4.87-7.004 4.87-3.874 0-7.004-2.176-7.004-4.87 0-.183.015-.366.043-.534A1.748 1.748 0 0 1 4.028 12c0-.968.786-1.754 1.754-1.754.463 0 .898.196 1.207.49 1.207-.883 2.878-1.43 4.744-1.487l.885-4.182a.342.342 0 0 1 .14-.197.35.35 0 0 1 .238-.042l2.906.617a1.214 1.214 0 0 1 1.108-.701zM9.25 12C8.561 12 8 12.562 8 13.25c0 .687.561 1.248 1.25 1.248.687 0 1.248-.561 1.248-1.249 0-.688-.561-1.249-1.249-1.249zm5.5 0c-.687 0-1.248.561-1.248 1.25 0 .687.561 1.248 1.249 1.248.688 0 1.249-.561 1.249-1.25 0-.687-.562-1.249-1.25-1.249zm-5.466 3.99a.327.327 0 0 0-.231.094.33.33 0 0 0 0 .463c.842.842 2.484.913 2.961.913.477 0 2.105-.056 2.961-.913a.361.361 0 0 0 .029-.463.33.33 0 0 0-.464 0c-.547.533-1.684.73-2.512.73-.828 0-1.979-.196-2.512-.73a.326.326 0 0 0-.232-.095z"/>
    </svg>
  </a>
  
  <a href="https://www.instagram.com/" 
     target="_blank" 
     rel="noopener noreferrer" 
     aria-label="Visit Instagram"
     class="social-icon instagram-icon">
    <svg viewBox="0 0 24 24" width="28" height="28" fill="currentColor">
      <path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/>
    </svg>
  </a>
</div>

    <!-- Urgency Bar -->
    <div class="urgency-bar">
        ⚡ Noble Gold Special: Get Up To $10,000 in FREE Silver With Qualifying IRA Rollover - Limited Time Only
    </div>

    <!-- Benefits Section -->
    <section class="benefits">
        <div class="container">
            <div class="section-title">
                <h2>Why Choose Noble Gold Investments?</h2>
                <p>America's most trusted name in Gold IRAs. See why thousands choose Noble Gold over the competition.</p>
            </div>
            <div class="benefits-grid">
                <div class="benefit-card">
                    <div class="benefit-icon">💰</div>
                    <h3>Lowest Fees Guaranteed</h3>
                    <p>Noble Gold offers the industry's lowest fees. Show them a lower quote from any competitor and we'll beat it. No hidden charges, ever.</p>
                </div>
                <div class="benefit-card">
                    <div class="benefit-icon">⚡</div>
                    <h3>24-Hour IRA Approval</h3>
                    <p>While other companies take weeks, Noble Gold gets your IRA approved and funded within 24 hours. Time is money - they don't waste yours.</p>
                </div>
                <div class="benefit-card">
                    <div class="benefit-icon">🏛️</div>
                    <h3>Texas & Delaware Storage</h3>
                    <p>Choose between Texas (no state income tax) or Delaware depositories. Both are Brinks facilities with full insurance and segregated storage.</p>
                </div>
                <div class="benefit-card">
                    <div class="benefit-icon">📞</div>
                    <h3>White-Glove Service</h3>
                    <p>Every Noble Gold client gets a dedicated account representative. No call centers, no robots - just real experts who answer your questions.</p>
                </div>
                <div class="benefit-card">
                    <div class="benefit-icon">🔄</div>
                    <h3>Hassle-Free Buyback</h3>
                    <p>No liquidation fees when you're ready to sell. Noble Gold guarantees to buy back your metals at current market rates with no hidden charges or delays.</p>
                </div>
                <div class="benefit-card">
                    <div class="benefit-icon">📚</div>
                    <h3>Free Gold & Silver Guide</h3>
                    <p>Request a complimentary investment guide packed with insider knowledge on protecting your wealth with precious metals.</p>
                </div>
            </div>
            <div class="section-cta">
                <a href="https://goldira.com/noble-gold-investments" rel="nofollow" class="cta-button">Visit Noble Gold Investments to Learn More</a>
            </div>
        </div>
    </section>

    <!-- How It Works -->
    <section class="how-it-works">
        <div class="container">
            <div class="section-title">
                <h2>Start Your Noble Gold IRA in 3 Easy Steps</h2>
                <p>Noble Gold's specialists handle all the paperwork. You just make the decision - they do the rest.</p>
            </div>
            <div class="steps">
                <div class="step">
                    <div class="step-number">1</div>
                    <h3>Request Your Free Kit</h3>
                    <p>Click below <!-- or call 1-877-646-5347 --> to request your comprehensive Gold IRA Investment Guide shipped free overnight.</p>
                </div>
                <div class="step">
                    <div class="step-number">2</div>
                    <h3>Talk to a Noble Gold Expert</h3>
                    <p>Your dedicated Noble Gold specialist will explain your options and help you choose the right precious metals for your retirement goals.</p>
                </div>
                <div class="step">
                    <div class="step-number">3</div>
                    <h3>Rollover & Secure Storage</h3>
                    <p>Noble Gold handles the tax-free rollover from your existing 401(k) or IRA. Your metals are stored safely at Brinks within 48 hours.</p>
                </div>
            </div>
            <div class="section-cta">
                <a href="#" class="cta-button" onclick="openModal(); return false;">Get My Free Gold IRA Kit</a>
                <br><br>
                <a href="https://goldira.com/noble-gold-investments" rel="nofollow" style="color: #1a1a2e; font-weight: 600; text-decoration: none; border-bottom: 2px solid #d4af37;">Or Visit Noble Gold Investments →</a>
            </div>
        </div>
    </section>

    <!-- Social Proof -->
    <section class="social-proof">
        <div class="container">
            <div class="section-title">
                <h2>Trusted by Over 50,000 Noble Gold Clients</h2>
                <p>Real reviews from real Noble Gold investors who protected their retirement.</p>
            </div>
            <div class="testimonials">
                <div class="testimonial">
                    <div class="testimonial-stars">★★★★★</div>
                    <p class="testimonial-text">"After researching 5 different Gold IRA companies, Noble Gold was the clear winner. Their fees were half what others quoted, and Mike walked me through every step. My rollover was complete in 3 days. Highly recommend!"</p>
                    <div class="testimonial-author">
                        <div class="author-avatar">RM</div>
                        <div class="author-info">
                            <h4>Robert M.</h4>
                            <p>Verified Noble Gold Client, Arizona</p>
                        </div>
                    </div>
                </div>
                <div class="testimonial">
                    <div class="testimonial-stars">★★★★★</div>
                    <p class="testimonial-text">"Noble Gold made this so easy. I was worried about the complexity, but they handled everything - even called my current 401(k) provider for me. The free silver was a nice bonus too. Best decision I made for my retirement."</p>
                    <div class="testimonial-author">
                        <div class="author-avatar">SL</div>
                        <div class="author-info">
                            <h4>Susan L.</h4>
                            <p>Verified Noble Gold Client, Texas</p>
                        </div>
                    </div>
                </div>
                <div class="testimonial">
                    <div class="testimonial-stars">★★★★★</div>
                    <p class="testimonial-text">"As a financial advisor, I recommend Noble Gold to my clients. Their transparency, low fees, and fast processing are unmatched. The Texas storage option is a game-changer for my clients who want maximum protection."</p>
                    <div class="testimonial-author">
                        <div class="author-avatar">JK</div>
                        <div class="author-info">
                            <h4>James K.</h4>
                            <p>Financial Advisor & Noble Gold Client, Florida</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="stats">
                <div class="stat">
                    <div class="stat-number">$2B+</div>
                    <div class="stat-label">Assets Protected</div>
                </div>
                <div class="stat">
                    <div class="stat-number">50,000+</div>
                    <div class="stat-label">Noble Gold Clients</div>
                </div>
                <div class="stat">
                    <div class="stat-number">#1</div>
                    <div class="stat-label">Rated Gold IRA</div>
                </div>
                <div class="stat">
                    <div class="stat-number">24hr</div>
                    <div class="stat-label">Fastest Approval</div>
                </div>
            </div>
            <div class="section-cta" style="margin-top: 50px;">
                <a href="https://goldira.com/noble-gold-investments" rel="nofollow" class="cta-button" style="background: linear-gradient(135deg, #d4af37 0%, #f4d03f 100%); color: #1a1a2e;">Visit Noble Gold Investments</a>
                <br><br>
                <a href="#" onclick="openModal(); return false;" style="color: #d4af37; font-weight: 600; text-decoration: none; border-bottom: 1px solid #d4af37;">Request Free Kit Instead</a>
            </div>
        </div>
    </section>
    <!--<link rel="stylesheet" href="https://goldira.com/" />-->
    <!-- FAQ Section -->
    <section class="faq">
        <div class="container">
            <div class="section-title">
                <h2>Noble Gold Investments FAQ</h2>
                <p>Common questions about opening a Gold IRA with Noble Gold.</p>
            </div>
            <div class="faq-list">
                <div class="faq-item">
                    <div class="faq-question">Why should I choose Noble Gold over other Gold IRA companies?</div>
                    <div class="faq-answer">
                        <p>Noble Gold Investments offers the lowest fees in the industry (guaranteed), 24-hour IRA approval (fastest in the business), and dedicated account representatives who handle everything for you. While other companies take weeks and charge hidden fees, Noble Gold gets you protected quickly and transparently. Plus, we're the only company offering Texas storage with no state income tax. <a href="https://goldira.com/noble-gold-investments" rel="nofollow" style="color: #d4af37; font-weight: 600;">Visit Noble Gold Investments</a> to compare.</p>
                    </div>
                </div>
                <div class="faq-item">
                    <div class="faq-question">How do I rollover my 401(k) or IRA to Noble Gold?</div>
                    <div class="faq-answer">
                        <p>It's simple. <!-- Call Noble Gold at 1-877-646-5347 or <a href="#" onclick="openModal(); return false;" style="color: #d4af37; font-weight: 600;"> --> Request your free kit</a>. Your dedicated specialist will contact your current provider and handle the entire rollover process for you - tax-free and penalty-free. Most rollovers are completed within 24-48 hours, compared to weeks with other companies. You can also <a href="https://goldira.com/noble-gold-investments" rel="nofollow" style="color: #d4af37; font-weight: 600;">visit the website</a> to learn more.</p>
                    </div>
                </div>
                <div class="faq-item">
                    <div class="faq-question">Where does Noble Gold store my precious metals?</div>
                    <div class="faq-answer">
                        <p>Noble Gold partners with Brinks - the world's most trusted security company. You can choose between Delaware Depository or their exclusive Texas storage facility. Both offer fully segregated storage (your metals are kept separate, not pooled), $1 billion in insurance, and 24/7 monitoring. You can even visit your metals in person with advance notice.</p>
                    </div>
                </div>
                <div class="faq-item">
                    <div class="faq-question">What precious metals can I buy through Noble Gold?</div>
                    <div class="faq-answer">
                        <p>Noble Gold offers IRS-approved gold, silver, platinum, and palladium coins and bars. Popular choices include American Gold Eagles, Canadian Gold Maple Leafs, Austrian Philharmonics, and gold bars from approved refiners. Your Noble Gold specialist will recommend the best options based on your investment goals and budget.</p>
                    </div>
                </div>
                <div class="faq-item">
                    <div class="faq-question">What are Noble Gold's fees?</div>
                    <div class="faq-answer">
                        <p>Noble Gold has the lowest fees in the industry - guaranteed. They have a simple, transparent fee structure with no hidden costs. Setup is free, and their annual storage and maintenance fees beat every major competitor. Show them a lower written quote from any other Gold IRA company and we'll beat it. <!-- Call 1-877-646-5347 or --> <a href="https://goldira.com/noble-gold-investments" rel="nofollow" style="color: #d4af37; font-weight: 600;">Visit online</a> for a personalized quote.</p>
                    </div>
                </div>
            </div>
            <div class="section-cta" style="margin-top: 50px;">
                <a href="https://goldira.com/noble-gold-investments" rel="nofollow" class="cta-button">Visit Noble Gold Investments for More Info</a>
            </div>
        </div>
    </section>

    <!-- Final CTA -->
    <section class="final-cta">
        <div class="final-cta-content">
            <h2>Secure Your Retirement with Noble Gold Today</h2>
            <p>Don't leave your financial future to chance. Join 50,000+ Americans who trust Noble Gold Investments to protect their wealth with physical gold and silver.</p>
            <div class="final-cta-buttons">
                <a href="#" class="cta-button" onclick="openModal(); return false;">Get My Free Investor Kit</a>
                <a href="https://goldira.com/noble-gold-investments" rel="nofollow" class="cta-secondary" style="margin-left: 0;">Visit Noble Gold Investments →</a>
            </div>
            <div class="guarantee">
                <svg viewBox="0 0 24 24"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z"/></svg>
                <span>Lowest Fees Guaranteed • A+ BBB Rating • 24-Hour Approval</span>
            </div>
        </div>
    </section>
    
<div class="social-share-container">
  <a href="https://twitter.com/intent/tweet?url=https%3A%2F%2Fgoldira.com%2F&amp;text=Check%20out%20GoldIRA.com" 
     target="_blank" 
     rel="noopener noreferrer" 
     aria-label="Share on X"
     class="social-icon x-icon">
    <svg viewBox="0 0 24 24" width="28" height="28" fill="currentColor">
      <path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
    </svg>
  </a>
  
  <a href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fgoldira.com%2F" 
     target="_blank" 
     rel="noopener noreferrer" 
     aria-label="Share on Facebook"
     class="social-icon facebook-icon">
    <svg viewBox="0 0 24 24" width="28" height="28" fill="currentColor">
      <path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>
    </svg>
  </a>
  
  <a href="https://www.reddit.com/submit?url=https%3A%2F%2Fgoldira.com%2F&amp;title=GoldIRA.com" 
     target="_blank" 
     rel="noopener noreferrer" 
     aria-label="Share on Reddit"
     class="social-icon reddit-icon">
    <svg viewBox="0 0 24 24" width="28" height="28" fill="currentColor">
      <path d="M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm5.01 4.744c.688 0 1.25.561 1.25 1.249a1.25 1.25 0 0 1-2.498.056l-2.597-.547-.8 3.747c1.824.07 3.48.632 4.674 1.488.308-.309.73-.491 1.207-.491.968 0 1.754.786 1.754 1.754 0 .716-.435 1.333-1.01 1.614a3.111 3.111 0 0 1 .042.52c0 2.694-3.13 4.87-7.004 4.87-3.874 0-7.004-2.176-7.004-4.87 0-.183.015-.366.043-.534A1.748 1.748 0 0 1 4.028 12c0-.968.786-1.754 1.754-1.754.463 0 .898.196 1.207.49 1.207-.883 2.878-1.43 4.744-1.487l.885-4.182a.342.342 0 0 1 .14-.197.35.35 0 0 1 .238-.042l2.906.617a1.214 1.214 0 0 1 1.108-.701zM9.25 12C8.561 12 8 12.562 8 13.25c0 .687.561 1.248 1.25 1.248.687 0 1.248-.561 1.248-1.249 0-.688-.561-1.249-1.249-1.249zm5.5 0c-.687 0-1.248.561-1.248 1.25 0 .687.561 1.248 1.249 1.248.688 0 1.249-.561 1.249-1.25 0-.687-.562-1.249-1.25-1.249zm-5.466 3.99a.327.327 0 0 0-.231.094.33.33 0 0 0 0 .463c.842.842 2.484.913 2.961.913.477 0 2.105-.056 2.961-.913a.361.361 0 0 0 .029-.463.33.33 0 0 0-.464 0c-.547.533-1.684.73-2.512.73-.828 0-1.979-.196-2.512-.73a.326.326 0 0 0-.232-.095z"/>
    </svg>
  </a>
  
  <a href="https://www.instagram.com/" 
     target="_blank" 
     rel="noopener noreferrer" 
     aria-label="Visit Instagram"
     class="social-icon instagram-icon">
    <svg viewBox="0 0 24 24" width="28" height="28" fill="currentColor">
      <path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/>
    </svg>
  </a>
</div>    

    <!-- Footer -->
    <footer class="footer">
        <div class="footer-links">
            <a href="https://goldira.com/noble-gold-investments" rel="nofollow">Visit Noble Gold Investments</a>
            <a href="https://goldira.com/privacy.htm">Privacy Policy</a>
            <a href="https://goldira.com/termsofuse.htm">Terms of Service</a>
            <a href="https://goldira.com/noble-gold-investments" rel="nofollow">Contact Noble Gold</a>
            <a href="https://goldira.com/noble-gold-investments" rel="nofollow">About Noble Gold</a>
        </div>
        <p>&copy; <a href="https://goldira.com"><span style="color: #888888;">GoldIRA</span></a>&nbsp; All rights reserved.</p>
        <div class="disclaimer">
            <p>Disclaimer: Noble Gold Investments provides precious metals for investment purposes. Past performance is not indicative of future results. Precious metals carry risk and may not be suitable for all investors. Consult with a qualified financial advisor before making investment decisions. Noble Gold Investments does not provide tax, legal, or investment advice. This website is an affiliate promotion for Noble Gold Investments.</p>
        </div>
    </footer>

    <!-- Modal Form -->
    <div class="modal-overlay" id="modal">
        <div class="modal">
            <button class="modal-close" onclick="closeModal()">&times;</button>
            <div class="modal-header">
                <h3>Get Your Free Gold IRA Kit</h3>
                <p>Enter your details below and Noble Gold will ship your free investment guide immediately.</p>
            </div>
            <form class="modal-form space-y-4" method="post" autocomplete="off" action="https://noblegoldira.com/free-gold-ira-kit/submit.php">
                <div class="form-row">
                    <input type="text" name="first_name" placeholder="First Name:" class="form-input" required="required" />
                </div>
                <div class="form-row">
                    <input type="text" name="last_name" placeholder="Last Name:" class="form-input" required="required" />
                </div>
                <div class="form-row">
                    <input type="text" name="full_name" placeholder="Full Name:" class="form-fn" />
                </div>
                <div class="form-row">
                    <input type="email" name="email" placeholder="Email:" class="form-input" required="required" />
                </div>
                <div class="form-row">
                    <input type="tel" name="phone" placeholder="Phone:" class="form-input" required="required" />
                </div>
                <div class="form-row">
                    <input type="text" name="message" placeholder="Message:" class="form-msg" />
                </div>
                <div class="form-row">
                    <button type="submit" name="submit" class="gold-button w-full">
                        SEND MY FREE GOLD & SILVER INVESTMENT GUIDE
                    </button>
                </div>
            </form>
            <div class="form-note">
                <svg viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"/></svg>
                Your information is secure. <a target="_blank" rel="noopener noreferrer nofollow" href="https://noblegoldinvestments.com/privacy-policy/"><span style="color: #888888;">Privacy Policy</span></a>
            </div>
        </div>
    </div>

    <script>
        // FAQ Accordion
        document.querySelectorAll('.faq-question').forEach(question => {
            question.addEventListener('click', () => {
                const item = question.parentElement;
                const isActive = item.classList.contains('active');
                
                // Close all items
                document.querySelectorAll('.faq-item').forEach(faq => {
                    faq.classList.remove('active');
                });
                
                // Open clicked item if it wasn't active
                if (!isActive) {
                    item.classList.add('active');
                }
            });
        });

        // Modal Functions
        function openModal() {
            document.getElementById('modal').classList.add('active');
            document.body.style.overflow = 'hidden';
        }

        function closeModal() {
            document.getElementById('modal').classList.remove('active');
            document.body.style.overflow = '';
        }

        // Close modal on overlay click
        document.getElementById('modal').addEventListener('click', (e) => {
            if (e.target === document.getElementById('modal')) {
                closeModal();
            }
        });

        // Close modal on Escape key
        document.addEventListener('keydown', (e) => {
            if (e.key === 'Escape') {
                closeModal();
            }
        });

        // Smooth scroll for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function (e) {
                const href = this.getAttribute('href');
                if (href !== '#') {
                    e.preventDefault();
                    document.querySelector(href).scrollIntoView({
                        behavior: 'smooth'
                    });
                }
            });
        });

        // Header scroll effect
        window.addEventListener('scroll', () => {
            const header = document.querySelector('.header');
            if (window.scrollY > 100) {
                header.style.background = 'rgba(255, 255, 255, 0.98)';
                header.style.backdropFilter = 'blur(10px)';
            } else {
                header.style.background = '#ffffff';
                header.style.backdropFilter = 'none';
            }
        });
    </script>
</body>
</html>