:root { --black: #050505; --ink: #0c0d0f; --panel: #121316; --panel-2: #191a1e; --line: rgba(255, 255, 255, 0.13); --text: #f7f3ea; --muted: #b8b3a7; --gold: #d8ad55; --gold-2: #f2d17a; --white: #ffffff; } * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; background: var(--black); color: var(--text); font-family: "Inter", Arial, sans-serif; letter-spacing: 0; } a { color: inherit; text-decoration: none; } .site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(18px, 4vw, 56px); border-bottom: 1px solid rgba(255, 255, 255, 0.08); background: rgba(5, 5, 5, 0.78); backdrop-filter: blur(18px); } .brand { display: inline-flex; align-items: center; gap: 12px; min-width: fit-content; } .brand-mark { display: grid; place-items: center; width: 58px; height: 42px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.16); background: #000; border-radius: 6px; } .brand-mark img { width: 100%; height: 100%; object-fit: contain; padding: 5px; } .brand-text { display: grid; line-height: 1.05; } .brand-text strong { font-size: 0.95rem; text-transform: uppercase; } .brand-text small { color: var(--muted); font-size: 0.78rem; text-transform: uppercase; } .nav-links { display: flex; align-items: center; gap: clamp(16px, 3vw, 34px); color: var(--muted); font-size: 0.9rem; font-weight: 600; } .nav-links a:hover, .footer-links a:hover { color: var(--gold-2); } .header-cta, .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border-radius: 6px; font-weight: 800; text-transform: uppercase; font-size: 0.78rem; letter-spacing: 0.08em; transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; } .header-cta { padding: 0 18px; color: #14100a; background: var(--gold-2); } .button { width: fit-content; padding: 0 22px; } .button:hover, .header-cta:hover { transform: translateY(-2px); } .button-primary { color: #111; background: linear-gradient(135deg, #fff1a7, #d5a848 55%, #9e6e22); } .button-secondary { border: 1px solid rgba(255, 255, 255, 0.22); color: var(--white); background: rgba(255, 255, 255, 0.05); } .hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 132px clamp(18px, 5vw, 76px) 70px; overflow: hidden; background: linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.62) 40%, rgba(5, 5, 5, 0.08) 78%), linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, 0) 28%), url("assets/hero-24k-background-clean.png") center right / cover no-repeat; } .motion-glow { position: absolute; inset: auto -14% 5% 28%; height: 28%; background: radial-gradient(circle, rgba(216, 173, 85, 0.25), rgba(216, 173, 85, 0)); filter: blur(35px); animation: drift 9s ease-in-out infinite alternate; pointer-events: none; } @keyframes drift { from { transform: translateX(-3%) translateY(0); } to { transform: translateX(4%) translateY(-8%); } } .hero-content { position: relative; z-index: 2; width: min(740px, 100%); } .eyebrow { margin: 0 0 14px; color: var(--gold-2); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; } h1, h2, h3, p { margin-top: 0; } h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(3.2rem, 9vw, 7.8rem); line-height: 0.88; letter-spacing: 0; text-transform: uppercase; } h2 { margin-bottom: 18px; font-size: clamp(2rem, 5vw, 4.7rem); line-height: 0.96; letter-spacing: 0; text-transform: uppercase; } h3 { margin-bottom: 10px; font-size: 1.2rem; } .hero-copy { max-width: 640px; color: #ded8cc; font-size: clamp(1.02rem, 2vw, 1.28rem); line-height: 1.6; } .hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; } .signal-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; } .signal-row span, .fail-list span { border: 1px solid rgba(242, 209, 122, 0.25); background: rgba(255, 255, 255, 0.05); border-radius: 999px; color: #f4e8cc; font-weight: 800; text-transform: uppercase; font-size: 0.74rem; letter-spacing: 0.08em; padding: 10px 14px; } .section { padding: clamp(76px, 10vw, 126px) clamp(18px, 5vw, 76px); } .section-heading { width: min(900px, 100%); margin-bottom: 42px; } .section-heading p, .fail-copy p, .final-cta p, .site-footer p { color: var(--muted); line-height: 1.7; } .results-section { background: linear-gradient(180deg, #050505, #101113); } .results-grid, .service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; } .result-card, .service-card, .process-step { border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)); border-radius: 8px; } .result-card { min-height: 370px; padding: 14px; } .result-card.featured { border-color: rgba(242, 209, 122, 0.45); } .result-screen { display: grid; place-items: center; min-height: 210px; margin-bottom: 22px; border: 1px dashed rgba(242, 209, 122, 0.35); border-radius: 6px; background: linear-gradient(135deg, rgba(242, 209, 122, 0.1), rgba(255, 255, 255, 0.02)), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.035) 0 8px, transparent 8px 16px); } .result-screen span { color: var(--gold-2); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; } .result-card h3 { color: var(--white); font-size: clamp(1.5rem, 3vw, 2.1rem); } .result-card p, .service-card p, .process-step p { color: var(--muted); line-height: 1.6; } .services-section { background: #08090a; } .service-card { padding: 26px; } .service-number { display: inline-block; margin-bottom: 38px; color: var(--gold-2); font-size: 0.8rem; font-weight: 900; } .service-card ul { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; } .service-card li { color: #e4ddd0; font-size: 0.94rem; } .service-card li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--gold); vertical-align: 1px; } .fail-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 90px); align-items: center; background: linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.65)), radial-gradient(circle at 80% 10%, rgba(216, 173, 85, 0.18), transparent 30%), #050505; } .fail-copy { max-width: 760px; } .fail-list { display: flex; flex-wrap: wrap; gap: 12px; align-content: flex-start; } .process-section { background: #101113; } .process-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(242, 209, 122, 0.28); } .process-step { min-height: 260px; padding: 28px; border-top: 0; border-radius: 0 0 8px 8px; } .process-step span { display: inline-block; margin-bottom: 46px; color: var(--gold-2); font-size: 0.75rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; } .final-cta { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding: clamp(72px, 10vw, 120px) clamp(18px, 5vw, 76px); border-top: 1px solid rgba(242, 209, 122, 0.18); border-bottom: 1px solid rgba(242, 209, 122, 0.18); background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.54)), url("assets/hero-24k-background-clean.png") center right / cover no-repeat; } .final-cta h2 { margin-bottom: 12px; } .site-footer { display: grid; grid-template-columns: 1.1fr 1.2fr; gap: 28px; padding: 38px clamp(18px, 5vw, 76px); background: #050505; color: var(--muted); } .site-footer strong { color: var(--white); text-transform: uppercase; } .footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 24px; font-weight: 700; } .disclaimer { grid-column: 1 / -1; max-width: 920px; font-size: 0.82rem; } @media (max-width: 980px) { .nav-links { display: none; } .results-grid, .service-grid, .process-track { grid-template-columns: repeat(2, minmax(0, 1fr)); } .fail-section, .final-cta, .site-footer { grid-template-columns: 1fr; } .final-cta { display: grid; } .footer-links { justify-content: flex-start; } } @media (max-width: 640px) { .site-header { padding: 14px 16px; } .brand-text { display: none; } .brand-mark { width: 54px; height: 40px; } .header-cta { min-height: 42px; padding: 0 12px; font-size: 0.68rem; } .hero { min-height: 760px; align-items: flex-end; padding: 110px 18px 54px; background: linear-gradient(180deg, rgba(5, 5, 5, 0.08) 0%, rgba(5, 5, 5, 0.88) 52%, #050505 100%), url("assets/hero-24k-background-clean.png") center top / cover no-repeat; } h1 { font-size: clamp(3rem, 16vw, 4.3rem); } .hero-actions, .cta-actions { display: grid; } .button { width: 100%; } .results-grid, .service-grid, .process-track { grid-template-columns: 1fr; } .process-track { border-top: 0; gap: 14px; } .process-step { border-radius: 8px; } }