/*
Theme Name: Raspire Launching Soon
Theme URI: https://example.com/
Author: SARSNA Solutions
Description: A professional launching soon WordPress theme for Raspire Investment and Financial Service Private Limited.
Version: 1.0
License: GPL-2.0-or-later
Text Domain: raspire-launching-soon
*/

:root {
  --navy: #071b3a;
  --blue: #123f78;
  --gold: #d7a84b;
  --light: #f5f8fc;
  --text: #1c2b3d;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--light);
}
a { color: inherit; text-decoration: none; }
.rs-wrap { min-height: 100vh; display: flex; flex-direction: column; }
.rs-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 85% 18%, rgba(215,168,75,.20), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(43,102,165,.28), transparent 32%),
    linear-gradient(135deg, #06152f 0%, #0b2b56 58%, #123f78 100%);
}
.rs-hero:before, .rs-hero:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  pointer-events: none;
}
.rs-hero:before { width: 650px; height: 650px; right: -250px; top: -260px; }
.rs-hero:after { width: 900px; height: 900px; left: -650px; bottom: -650px; }
.rs-container { width: min(1120px, 90%); margin: 0 auto; position: relative; z-index: 2; }
.rs-header { position: absolute; top: 0; left: 0; right: 0; padding: 28px 0; z-index: 3; }
.rs-brand { display: inline-flex; align-items: center; gap: 12px; color: white; font-weight: 800; letter-spacing: .4px; font-size: 22px; }
.rs-brand-mark {
  width: 48px; height: 48px; display: grid; place-items: center;
  border: 2px solid var(--gold); border-radius: 14px;
  color: var(--gold); font-size: 25px; font-weight: 900;
}
.rs-content { max-width: 760px; padding: 120px 0 70px; }
.rs-kicker { color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: 3px; font-size: 13px; margin-bottom: 22px; }
h1 { color: white; font-size: clamp(42px, 7vw, 78px); line-height: 1.04; margin: 0 0 25px; letter-spacing: -2px; }
h1 span { color: var(--gold); }
.rs-subtitle { color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.65; max-width: 660px; margin-bottom: 34px; }
.rs-badge { display: inline-flex; gap: 10px; align-items: center; border: 1px solid rgba(215,168,75,.65); color: #fff; padding: 12px 18px; border-radius: 999px; font-size: 14px; margin-bottom: 28px; }
.rs-badge:before { content: ""; width: 9px; height: 9px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 5px rgba(215,168,75,.15); }
.rs-contact {
  display: inline-flex; align-items: center; gap: 14px; padding: 16px 22px;
  border-radius: 12px; background: var(--gold); color: var(--navy); font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,.2); transition: transform .2s ease;
}
.rs-contact:hover { transform: translateY(-2px); }
.rs-contact small { display: block; font-weight: 600; opacity: .8; }
.rs-contact strong { font-size: 20px; }
.rs-features { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }
.rs-feature { color: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); padding: 11px 15px; border-radius: 8px; font-size: 14px; }
.rs-footer { position: absolute; bottom: 26px; left: 0; right: 0; color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .5px; }
.rs-footer strong { color: rgba(255,255,255,.9); }
@media (max-width: 650px) {
  .rs-header { padding-top: 20px; }
  .rs-content { padding-top: 130px; }
  .rs-subtitle { font-size: 17px; }
  .rs-contact strong { font-size: 17px; }
  .rs-footer { position: relative; margin-top: 50px; padding-bottom: 25px; }
}
