diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..fcc49e0 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,117 @@ + +body { + font-family: 'Poppins', sans-serif; + background-color: #0A192F; + background-image: linear-gradient(180deg, #0A192F, #172A45); + color: #E6F1FF; +} + +.navbar { + background-color: rgba(10, 25, 47, 0.85); + backdrop-filter: blur(10px); +} + +.hero { + min-height: 80vh; + display: flex; + align-items: center; + justify-content: center; + text-align: center; +} + +.hero h1 { + font-weight: 700; + font-size: 3.5rem; +} + +.hero p { + font-size: 1.25rem; + color: #a8b2d1; +} + +.btn-gold { + background-color: #FFC107; + border-color: #FFC107; + color: #0A192F; + font-weight: 600; + padding: 0.75rem 1.5rem; + border-radius: 0.5rem; + transition: all 0.3s ease; +} + +.btn-gold:hover { + background-color: #ffd24d; + border-color: #ffd24d; + color: #0A192F; + transform: translateY(-2px); + box-shadow: 0 4px 15px rgba(255, 193, 7, 0.2); +} + +.section-title { + font-weight: 700; + margin-bottom: 3rem; +} + +.plan-card { + background-color: #172A45; + border: 1px solid #294065; + border-radius: 0.5rem; + padding: 2rem; + height: 100%; + display: flex; + flex-direction: column; + transition: all 0.3s ease; +} + +.plan-card:hover { + transform: translateY(-5px); + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); + border-color: #FFC107; +} + +.plan-card .plan-name { + font-weight: 600; + font-size: 1.5rem; + color: #FFC107; +} + +.plan-card .plan-price { + font-size: 2.5rem; + font-weight: 700; +} + +.plan-card .plan-description { + color: #a8b2d1; +} + +.plan-card .list-group-item { + background-color: transparent; + border: none; + color: #E6F1FF; + padding-left: 0; +} + +.plan-card .btn { + margin-top: auto; +} + +.footer { + background-color: #0A192F; + padding: 2rem 0; + margin-top: 5rem; + border-top: 1px solid #294065; +} + +.footer a { + color: #a8b2d1; + text-decoration: none; +} + +.footer a:hover { + color: #FFC107; +} + +.bi { + vertical-align: -0.125em; + fill: currentColor; +} diff --git a/index.php b/index.php index 7205f3d..0610f2a 100644 --- a/index.php +++ b/index.php @@ -1,150 +1,137 @@ - - - - New Style - - - - - - - - - - - - - - - - - - - + + + + + Investa - Premium Investment Platform + + + + + + + + + + + + + + + + + -
-
-

Analyzing your requirements and generating your website…

-
- Loading… -
-

AI is collecting your requirements and applying the first changes.

-

This page will update automatically as the plan is implemented.

-

Runtime: PHP — UTC

-
-
- + + + + + +
+ +
+
+
+
+

Invest in Your Future. Securely.

+

Join a new generation of investors building long-term wealth. Our platform provides the tools and expertise you need to reach your financial goals.

+ Start Investing Today +
+
+
+
+ + +
+
+

Choose Your Investment Plan

+
+ +
+
+
Starter
+
$500 Min. Deposit
+

Ideal for beginners looking to get started with a diversified, low-risk portfolio.

+
    +
  • Automated Portfolio
  • +
  • Basic Risk Management
  • +
  • Email Support
  • +
+ Invest Now +
+
+ + +
+
+
Growth
+
$5,000 Min. Deposit
+

For serious investors aiming for higher returns with managed, strategic assets.

+
    +
  • All Starter Features
  • +
  • Advanced Analytics
  • +
  • Priority Support
  • +
  • ROI Projections*
  • +
+ Invest Now +
+
+ + +
+
+
Premium
+
$25,000 Min. Deposit
+

Exclusive access for high-net-worth individuals, including personalized advisory.

+
    +
  • All Growth Features
  • +
  • Dedicated Advisor
  • +
  • Custom Strategies
  • +
  • Direct Market Access
  • +
+ Contact Us +
+
+
+
+ *ROI projections are estimates and not guaranteed returns. All investments carry risk. +
+
+
+
+ + + + + + - + \ No newline at end of file