.hero-sub { font-size: 20px; } .hero-disclaimer { font-size: 13px; } .section-desc { font-size: 18px; } .step-content p { font-size: 16px; } .step-content h3 { font-size: 30px; } .market-desc { font-size: 15px; } .market-name { font-size: 26px; } .track-sets { font-size: 15px; } .track-arrow { font-size: 15px; } .track-to { font-size: 17px; } .testimonial-text { font-size: 16px; } .testimonial-name { font-size: 15px; } .testimonial-detail { font-size: 13px; } .faq-question { font-size: 18px; } .faq-answer { font-size: 16px; } .footer-col ul li a { font-size: 15px; } .footer-brand p { font-size: 15px; } .stat-label { font-size: 13px; } .stat-value { font-size: 40px; } .risk-banner { font-size: 14px; } .track-reward-value { font-size: 32px; } .track-name { font-size: 48px; } /* ─── TABLET (max 900px) ─── */ @media (max-width: 900px) { nav { padding: 16px 24px; } .nav-links { display: none; } .hero { padding: 100px 24px 60px; } .hero-sub { font-size: 19px; } .hero-stats { grid-template-columns: repeat(3, 1fr); } .stat { padding: 18px 16px; } .stat-value { font-size: 28px; } .stat-label { font-size: 11px; } section { padding: 70px 24px; } .tracks { grid-template-columns: 1fr; } .track { padding: 36px 28px; } .markets-grid { grid-template-columns: 1fr 1fr; } .testimonials-grid { grid-template-columns: 1fr; } .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; } .footer-bottom { flex-direction: column; } .step { grid-template-columns: 60px 1fr; } .step-number { font-size: 48px; } } /* ─── MOBILE (max 600px) ─── */ @media (max-width: 600px) { /* NAV */ nav { padding: 14px 20px; } .logo { font-size: 24px; } .nav-links { display: none; } /* HERO */ .hero { padding: 90px 20px 56px; } .hero-badge { font-size: 10px; letter-spacing: 1px; margin-bottom: 24px; } .hero-title { font-size: clamp(52px, 14vw, 80px); line-height: 0.92; } .hero-sub { font-size: 17px; line-height: 1.7; margin-top: 20px; max-width: 100%; } .hero-disclaimer { font-size: 12px; } .hero-cta-row { flex-direction: column; gap: 12px; margin-top: 32px; } .btn-primary, .btn-secondary { width: 100%; justify-content: center; font-size: 15px; padding: 16px 24px; } .hero-stats { grid-template-columns: 1fr; max-width: 100%; margin-top: 40px; } .stat { padding: 18px 20px; } .stat-value { font-size: 32px; } .stat-label { font-size: 12px; } /* RISK BANNER */ .risk-banner { padding: 14px 20px; font-size: 13px; text-align: left; } /* SECTIONS */ section { padding: 56px 20px; } .section-label { font-size: 11px; } .section-title { font-size: clamp(36px, 10vw, 56px); } .section-desc { font-size: 16px; max-width: 100%; } /* STEPS */ .step { grid-template-columns: 1fr; gap: 4px; padding: 28px 0; } .step-number { font-size: 36px; } .step-content h3 { font-size: 26px; } .step-content p { font-size: 15px; } /* TRACKS */ .tracks { grid-template-columns: 1fr; } .track { padding: 32px 20px; overflow: visible; } .track-name { font-size: 40px; } .track-arrow { flex-wrap: wrap; gap: 8px; font-size: 14px; } .track-sets { font-size: 15px; } .track-reward-value { font-size: 28px; } .track-reward-label { font-size: 11px; letter-spacing: 1px; white-space: normal; } .track-tier { font-size: 11px; letter-spacing: 2px; } /* MARKETS */ .markets-grid { grid-template-columns: 1fr; } .market-card { padding: 24px 20px; } .market-name { font-size: 24px; } .market-desc { font-size: 15px; } /* TESTIMONIALS */ .testimonial-section { padding: 56px 20px; } .testimonials-grid { grid-template-columns: 1fr; } .testimonial { padding: 28px 20px; } .testimonial-text { font-size: 16px; } .testimonial-name { font-size: 15px; } .testimonial-detail { font-size: 13px; } .stars { font-size: 14px; } /* FAQ */ .faq-question { font-size: 17px; line-height: 1.4; gap: 12px; } .faq-answer { font-size: 15px; } .faq-item { padding: 20px 0; } .faq-toggle { font-size: 22px; } /* CTA / FORM SECTION */ .cta-section { padding: 64px 20px; } .cta-section .section-title { font-size: clamp(40px, 12vw, 64px); } .gtc-form-wrap { padding: 28px 20px; margin-top: 32px; } .gtc-form-grid { grid-template-columns: 1fr; gap: 16px; } .gtc-track-options { grid-template-columns: 1fr; } .gtc-input { font-size: 16px; padding: 14px 16px !important; } .gtc-field label { font-size: 12px; } .gtc-submit { font-size: 15px; padding: 18px 20px; } .gtc-checkbox-label { font-size: 13px; } .gtc-track-title { font-size: 28px; } .gtc-track-fee { font-size: 13px; } .gtc-privacy { font-size: 12px; } /* FOOTER */ footer { padding: 40px 20px 32px; } .footer-inner { grid-template-columns: 1fr; gap: 32px; } .footer-brand p { font-size: 15px; max-width: 100%; } .footer-col h4 { font-size: 11px; } .footer-col ul li a { font-size: 15px; } .footer-bottom { flex-direction: column; margin-top: 24px; } .footer-legal { font-size: 12px; line-height: 1.8; } /* MODALS */ .modal-header { padding: 24px 20px 20px; } .modal-header h2 { font-size: 26px; } .modal-body { padding: 24px 20px 32px; max-height: 65vh; } .modal-section h3 { font-size: 18px; } .modal-section p, .modal-section ul li { font-size: 14px; } .modal-footer { padding: 16px 20px; flex-direction: column; gap: 12px; } .modal-footer p { font-size: 12px; } } /* ─── SMALL MOBILE (max 380px) ─── */ @media (max-width: 380px) { .hero-title { font-size: 48px; } .section-title { font-size: 34px; } .track-name { font-size: 36px; } .step-content h3 { font-size: 24px; } } /* AWEBER FORM STYLES */ .gtc-form-wrap { max-width: 680px; margin: 44px auto 0; background: var(--dark); border: 1px solid rgba(201,168,76,0.2); padding: 40px; text-align: left; } .gtc-aw-form { width: 100%; } .gtc-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; } .gtc-field { display: flex; flex-direction: column; gap: 6px; } .gtc-field-full { margin-top: 20px; } .gtc-field label { font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(245,240,232,0.6); font-family: 'DM Mono', monospace; } .req { color: var(--gold); } .gtc-input { background: var(--dark2); border: 1px solid rgba(201,168,76,0.2); color: var(--white); padding: 12px 16px; font-size: 14px; font-family: 'DM Sans', sans-serif; outline: none; border-radius: 2px; transition: border-color 0.2s; width: 100%; box-sizing: border-box; } .gtc-input:focus { border-color: var(--gold); background: rgba(201,168,76,0.04); } .gtc-input::placeholder { color: rgba(136,136,128,0.6); } .gtc-textarea { resize: vertical; min-height: 80px; } /* Track selector cards */ .gtc-track-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 4px; } .gtc-track-card { cursor: pointer; display: block; } .gtc-track-card input[type="radio"] { display: none; } .gtc-track-inner { border: 1px solid rgba(201,168,76,0.2); padding: 18px 20px; border-radius: 2px; transition: all 0.2s; background: var(--dark2); } .gtc-track-card input[type="radio"]:checked + .gtc-track-inner { border-color: var(--gold); background: rgba(201,168,76,0.08); } .gtc-track-card:hover .gtc-track-inner { border-color: rgba(201,168,76,0.5); } .gtc-track-badge { font-family: 'DM Mono', monospace; font-size: 9px; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 6px; } .gtc-track-title { font-family: 'Bebas Neue', sans-serif; font-size: 24px; letter-spacing: 1px; color: var(--white); line-height: 1; } .gtc-track-fee { font-size: 12px; color: var(--grey); margin-top: 6px; font-family: 'DM Mono', monospace; } /* Consent checkbox */ .gtc-consent { margin-top: 20px; } .gtc-checkbox-label { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; font-size: 12px; color: rgba(245,240,232,0.6); line-height: 1.6; } .gtc-checkbox-label input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; accent-color: var(--gold); width: 16px; height: 16px; cursor: pointer; } .gtc-checkbox-label a { color: var(--gold); text-decoration: underline; } .gtc-submit { font-size: 15px; padding: 16px 36px; width: 100%; justify-content: center; } .gtc-privacy { font-size: 11px; color: var(--grey); font-family: 'DM Mono', monospace; margin-top: 12px; text-align: center; } .gtc-privacy a { color: var(--grey); text-decoration: underline; } @media (max-width: 640px) { .gtc-form-wrap { padding: 24px 20px; } .gtc-form-grid { grid-template-columns: 1fr; } .gtc-track-options { grid-template-columns: 1fr; } } .modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 10000; display: flex; align-items: flex-start; justify-content: center; padding: 40px 20px; overflow-y: auto; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; } .modal-overlay.open { opacity: 1; pointer-events: all; } .modal { background: var(--dark); border: 1px solid rgba(201,168,76,0.3); max-width: 820px; width: 100%; border-radius: 2px; transform: translateY(30px); transition: transform 0.3s ease; position: relative; } .modal-overlay.open .modal { transform: translateY(0); } .modal-header { padding: 32px 40px 24px; border-bottom: 1px solid rgba(201,168,76,0.2); display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; position: sticky; top: 0; background: var(--dark); z-index: 1; } .modal-header-text {} .modal-header-label { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-bottom: 8px; } .modal-header h2 { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: 1px; color: var(--white); line-height: 1; } .modal-header p { font-size: 12px; color: var(--grey); margin-top: 6px; font-family: 'DM Mono', monospace; } .modal-close { background: none; border: 1px solid rgba(201,168,76,0.3); color: var(--gold); width: 36px; height: 36px; border-radius: 2px; font-size: 18px; cursor: pointer; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all 0.2s; margin-top: 4px; } .modal-close:hover { background: rgba(201,168,76,0.15); border-color: var(--gold); } .modal-body { padding: 32px 40px 40px; max-height: 70vh; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--gold-dark) var(--dark2); } .modal-body::-webkit-scrollbar { width: 4px; } .modal-body::-webkit-scrollbar-track { background: var(--dark2); } .modal-body::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 2px; } .modal-warning { background: rgba(224,90,58,0.08); border-left: 3px solid var(--red); padding: 14px 18px; margin-bottom: 28px; font-size: 12px; color: rgba(245,240,232,0.8); line-height: 1.7; font-family: 'DM Mono', monospace; } .modal-section { margin-bottom: 32px; } .modal-section h3 { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 1px; color: var(--gold); margin-bottom: 10px; padding-bottom: 6px; border-bottom: 1px solid rgba(201,168,76,0.15); } .modal-section h4 { font-size: 13px; font-weight: 600; color: var(--white); margin: 14px 0 6px; } .modal-section p { font-size: 13px; color: rgba(245,240,232,0.7); line-height: 1.75; margin-bottom: 8px; } .modal-section ul { list-style: none; padding: 0; } .modal-section ul li { font-size: 13px; color: rgba(245,240,232,0.7); line-height: 1.75; padding: 3px 0 3px 16px; position: relative; } .modal-section ul li::before { content: '—'; position: absolute; left: 0; color: var(--gold); font-size: 11px; } .modal-section .highlight-box { background: rgba(201,168,76,0.06); border: 1px solid rgba(201,168,76,0.2); padding: 12px 16px; margin: 10px 0; font-size: 13px; color: rgba(245,240,232,0.8); line-height: 1.7; } .modal-section .red-box { background: rgba(224,90,58,0.06); border-left: 3px solid var(--red); padding: 12px 16px; margin: 10px 0; font-size: 12px; color: rgba(224,90,58,0.9); line-height: 1.7; font-weight: 600; font-family: 'DM Mono', monospace; } .modal-footer { padding: 20px 40px; border-top: 1px solid rgba(201,168,76,0.15); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; background: var(--dark2); } .modal-footer p { font-size: 11px; color: var(--grey); font-family: 'DM Mono', monospace; } .modal-footer .btn-primary { font-size: 12px; padding: 10px 20px; } @media (max-width: 600px) { .modal-header { padding: 24px 20px 20px; } .modal-body { padding: 24px 20px 32px; max-height: 60vh; } .modal-footer { padding: 16px 20px; } }
XAU/USD ▲ 2,358.40 BTC/USD ▲ 67,842.10 EUR/USD ▼ 1.0842 GBP/USD ▲ 1.2634 USD/JPY ▼ 153.21 XAU/USD ▲ 2,358.40 BTC/USD ▲ 67,842.10 EUR/USD ▼ 1.0842 GBP/USD ▲ 1.2634 AUD/USD ▼ 0.6521 NZD/USD ▲ 0.5984 XAU/USD ▲ 2,358.40 BTC/USD ▲ 67,842.10 EUR/USD ▼ 1.0842 GBP/USD ▲ 1.2634 USD/JPY ▼ 153.21
Your Skills. Their Capital. You Keep The Profits.

YOUR SKILLS
DESERVE
BIGGER CAPITAL.

Most traders have the skills. Very few have the capital to match. GTC bridges that gap — a structured evaluation program that hands serious traders the keys to an institutional funded account. Pass the challenge. Keep up to 90% of the profits.

Evaluation fees fully refundable upon successful qualification.

⚠ Trading involves substantial risk. Past performance is not indicative of future results. Capital is at risk.

UP TO 90%
Profit Share For You
XAU · BTC
Gold, Crypto & 50+ FX
REFUNDABLE
Evaluation Fee on Pass
⚠ RISK WARNING: Trading in leveraged financial instruments involves significant risk of loss and may not be suitable for all participants. You should only trade with capital you can afford to lose. GTC is a skills evaluation program — not an investment service. Past performance does not guarantee future results. Please read our full Risk Disclosure before participating.
/ The Process

4 STEPS TO YOUR
FUNDED ACCOUNT

Four steps between you and an institutional funded account. No shortcuts — but no unnecessary complexity either.

01

Pick Your Track & Get Started

Choose the Standard Track (USD 200) or the Professional Track (USD 1,000) based on your ambition. Your evaluation fee is fully refundable when you pass. This isn't a cost — it's a commitment to your own growth.

02

Trade What You Know Best

Gold (XAU/USD), Bitcoin (BTC/USD), or any of 50+ currency pairs — the choice is yours. Complete 10 evaluation sets hitting defined performance targets. No time limit. Trade at your own pace.

03

Show Your Discipline, Pass the Audit

Every set is reviewed by the GTC audit team. No hidden rules — clear targets, clear drawdown limits, complete transparency. Traders who manage risk well pass. It's that straightforward.

04

Graduate. Get Funded. Keep the Profits.

Complete all 10 sets and unlock your institutional funded account plus your performance reward. Up to 90% of profits go directly to you. Your evaluation fee is returned. This is what you've been trading toward.

CHOOSE YOUR TRACK

Two entry points. One destination — a funded account and a performance reward that serious traders have earned.

Standard Track
GTC
STARTER
Evaluation: USD 200 Target: USD 800
Complete 10 evaluation sets at your own pace. No time limit. Trade consistently, manage your risk, and the funded account is yours.
Graduate & Unlock — Subject to Evaluation Criteria
INSTITUTIONAL FUNDED ACCOUNT*
*Full account details in program documentation. Evaluation fee refunded on successful completion. Not a guaranteed outcome.
Start Standard Track →
Professional Track
GTC
PRO
Evaluation: USD 1,000 Target: USD 4,000
Complete 10 evaluation sets at your own pace. For traders ready to go bigger — more capital, bigger monthly payouts, same no-time-limit structure.
Graduate & Unlock — Subject to Evaluation Criteria
INSTITUTIONAL FUNDED ACCOUNT*
*Full account details in program documentation. Evaluation fee refunded on successful completion. Not a guaranteed outcome.
Start Pro Track →

* Funded accounts and rewards are subject to successful completion of all evaluation criteria and continued compliance with risk management rules. Results are not guaranteed. All trading involves risk.

/ Tradeable Instruments

TRADE ANY
MARKET

Access the world's most liquid markets across three major asset categories. Trade what you know best.

Gold (XAU/USD)
The anchor of the GTC program. Trade the world's most established store of value with precision and strategy.
Bitcoin (BTC/USD)
Digital gold. Trade Bitcoin against the USD with the same disciplined approach required across all instruments.
💱
Major FX Pairs
EUR/USD, GBP/USD, USD/JPY and all major pairs. The deepest, most liquid markets in the world.
📈
Minor FX Pairs
Expanded universe of currency pairs for traders who specialize in cross-pair opportunities and emerging market dynamics.
🌏
Exotic Pairs
For experienced traders familiar with wider spreads and unique macroeconomic drivers across emerging economies.
🔒
Risk Management First
All instruments are governed by clear drawdown limits and position sizing rules. Discipline is the foundation of qualification.

WHAT TRADERS
SAY

Individual results vary. Trading involves risk and not all traders complete the evaluation.

★★★★★

"The evaluation structure is transparent — you know exactly what's expected. The focus on risk management actually made me a more disciplined trader regardless of the outcome."

AR
Ahmad R.
XAU/USD Specialist · 4 months in program

Individual experience. Results not typical. Trading involves risk of loss.

★★★★★

"Started with the Standard Track to test my system before going bigger. The process helped me identify gaps in my risk management I hadn't noticed before."

SL
Sarah L.
Multi-pair Trader · 6 months in program

Individual experience. Results not typical. Trading involves risk of loss.

★★★★☆

"Legitimate evaluation program with clear rules. The BTC pairs were a nice addition — I could trade what I actually understood during volatile macro periods."

MK
Marcus K.
BTC/FX Trader · 3 months in program

Individual experience. Results not typical. Trading involves risk of loss.

/ Common Questions

FREQUENTLY
ASKED

What is the Gold Trading Challenge (GTC)? +
GTC is a structured trading evaluation program. Traders demonstrate consistent performance across 10 evaluation sets, adhering to defined risk management rules. Upon successful qualification, traders may receive a funded account and performance reward. The funded account made available to qualifying traders is sized at USD 1,000,000 — this is capital to trade, not a personal cash payout, and is subject to continued compliance with all program rules. GTC is an evaluation program, not an investment service. Results are not guaranteed and many participants do not qualify.
Is my evaluation fee refundable? +
Yes — your evaluation fee is 100% refundable when you successfully complete the challenge. GTC Starter (USD 200) and GTC Pro (USD 1,000) fees are both returned in full upon graduation. You are not paying to participate — you are putting up a commitment deposit that comes back to you when you prove your edge.
Do I need professional trading experience? +
No formal professional experience is required. However, the program requires a solid understanding of risk management, leverage, and the mechanics of the instruments you intend to trade. We recommend only participating if you have a thorough understanding of trading and its associated risks.
What are the risk management rules during evaluation? +
Specific drawdown limits, position sizing requirements, and evaluation timeframes are outlined in the full program documentation provided upon registration. Adherence to these rules is mandatory for qualification.
Are returns or profits guaranteed? +
No. Trading involves substantial risk of loss and returns are never guaranteed. The funded account and performance reward are only available to traders who successfully complete all evaluation criteria. Past performance of any trader is not indicative of future results.
Can I trade from any country? +
Program availability varies by jurisdiction. Residents of certain countries may be restricted from participation due to local regulatory requirements. Please check eligibility for your country during the registration process.
/ Your Next Move

STOP TRADING
SMALL.
START HERE.

Fill in your details below. We'll send you the full GTC program guide and personally invite you into our Telegram trading community — where serious traders connect, learn, and grow.

🔒 We respect your privacy. Your data is used only for GTC program administration. Email privacy policy.