@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

:root { --navy: #0c1d3a; --navy-soft: #173761; --gold: #e3aa32; --gold-light: #f4cc70; --ink: #10213d; --muted: #64748b; --paper: #f7f8f5; --card: #ffffff; --line: #dde4ea; --shadow: 0 24px 60px rgba(12, 29, 58, .12); }
body.dark-mode { --navy: #071325; --navy-soft: #10294a; --ink: #f2f5f7; --muted: #aebdce; --paper: #0c1b30; --card: #122640; --line: #28405b; --shadow: 0 24px 60px rgba(0, 0, 0, .28); }

/* Dark Mode Theme */
body.dark-mode {
    --text-dark: #f1f5f9;
    --text-light: #cbd5e1;
    --border-color: #334155;
    --bg-color: #0f172a;
    --card-bg: #1e293b;
    --nav-bg: #1e293b;
}

body.dark-mode {
    background-color: var(--bg-color);
    color: var(--text-dark);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
    scroll-behavior: smooth;
}

body { font-family: 'DM Sans', sans-serif; line-height: 1.6; color: var(--ink); background: var(--paper); transition: background .3s ease, color .3s ease; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
h1, h2, h3, .brand, .button { font-family: 'Space Grotesk', sans-serif; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; background: color-mix(in srgb, var(--paper) 90%, transparent); backdrop-filter: blur(16px); border-bottom: 1px solid color-mix(in srgb, var(--line) 55%, transparent); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand img { width: 178px; height: auto; max-height: 52px; object-fit: contain; border-radius: 0; display: block; }
.brand strong { display: block; font-size: 22px; letter-spacing: .12em; line-height: 1; }
.brand small { display: block; color: var(--muted); font: 600 8px 'DM Sans', sans-serif; letter-spacing: .18em; margin-top: 4px; }
.main-nav { display: flex; gap: 34px; margin-left: auto; }
.main-nav a, .footer-links a { text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 600; transition: color .2s ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.theme-toggle, .menu-toggle { width: 40px; height: 40px; border: 1px solid var(--line); background: transparent; color: var(--ink); border-radius: 50%; cursor: pointer; }
.theme-toggle:hover { border-color: var(--gold); color: var(--gold); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 3px; text-decoration: none; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease, color .2s ease; }
.nav-cta { color: var(--navy); background: var(--gold); padding: 12px 17px; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.menu-toggle { display: none; }
.hero { position: relative; overflow: hidden; background: var(--navy); color: #fff; min-height: 650px; display: flex; align-items: center; }
.hero-grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, #000, transparent 82%); }
.hero-grid::after { content: ''; position: absolute; width: 560px; height: 560px; right: 2%; top: 4%; border: 1px solid rgba(227,170,50,.23); border-radius: 50%; box-shadow: 0 0 0 70px rgba(227,170,50,.04), 0 0 0 140px rgba(227,170,50,.025); }
.hero-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: center; position: relative; z-index: 1; padding: 92px 0 105px; }
.eyebrow { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.eyebrow span { width: 28px; height: 2px; background: var(--gold); display: inline-block; }
.hero h1 { font-size: clamp(44px, 6vw, 78px); letter-spacing: -.05em; line-height: .99; margin-bottom: 25px; }
em { color: var(--gold); font-style: normal; }
.hero-text { max-width: 485px; color: #b7c7d9; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 34px; }
.button { padding: 15px 22px; border: 0; cursor: pointer; }
.button-primary { background: var(--gold); color: var(--navy); }
.button-primary:hover { background: var(--gold-light); }
.button-quiet { border: 1px solid #48617d; color: #fff; }
.button-quiet:hover { border-color: var(--gold); color: var(--gold-light); }
.hero-proof { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 48px; color: #a2b6cd; font-size: 12px; }.hero-proof i { color: var(--gold); margin-right: 6px; }
.hero-visual { min-height: 390px; position: relative; display: grid; place-items: center; }.phone-card { width: min(330px, 78vw); padding: 26px 25px 20px; border-radius: 20px; background: linear-gradient(145deg, #1d426d, #0d2342); border: 1px solid rgba(255,255,255,.18); box-shadow: 25px 30px 70px rgba(0,0,0,.3); transform: rotate(4deg); }.phone-top, .phone-footer { display: flex; align-items: center; justify-content: space-between; color: #c4d5e7; font-size: 10px; letter-spacing: .11em; }.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #5ddd9b; margin-right: auto; box-shadow: 0 0 0 5px rgba(93,221,155,.12); }.balance-label { color: #98b0c8; font-size: 10px; letter-spacing: .15em; margin-top: 55px; }.balance { color: #fff; font: 600 34px 'Space Grotesk'; margin-top: 8px; }.balance span { font-size: 18px; color: #9db2c8; }.balance-meta { display: flex; gap: 12px; align-items: center; font-size: 11px; margin-top: 8px; }.balance-meta span { color: #5ddd9b; }.balance-meta small { color: #8aa1b9; }.mini-chart { height: 112px; display: flex; align-items: end; gap: 8px; margin: 28px 0 18px; border-bottom: 1px solid rgba(255,255,255,.13); }.mini-chart span { background: linear-gradient(#eac260, #b87b16); width: 12%; border-radius: 5px 5px 0 0; opacity: .9; }.phone-footer { border-top: 1px solid rgba(255,255,255,.12); padding-top: 16px; font-size: 9px; }.phone-footer i { color: #5ddd9b; margin-right: 4px; }.float-chip { position: absolute; display: flex; align-items: center; gap: 10px; background: var(--card); color: var(--ink); padding: 12px 15px; border-radius: 8px; box-shadow: var(--shadow); font-size: 11px; line-height: 1.25; }.float-chip i { font-size: 20px; color: var(--gold); }.float-chip b { font-size: 13px; }.chip-upi { top: 35px; left: 4%; }.chip-secure { bottom: 27px; right: 2%; }.orbit { position: absolute; border: 1px solid rgba(227,170,50,.3); border-radius: 50%; width: 420px; height: 420px; }.orbit-two { width: 540px; height: 540px; border-color: rgba(255,255,255,.09); }.scroll-cue { position: absolute; left: max(24px, calc((100% - 1160px) / 2)); bottom: 25px; color: #758ca5; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.scroll-cue span { display: inline-block; width: 26px; height: 1px; background: var(--gold); vertical-align: middle; margin-right: 9px; }
.product-section { padding: 115px 0 120px; background: var(--paper); }.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 55px; }.section-heading h2, .trust-copy h2, .contact-intro h2 { font-size: clamp(36px, 4vw, 55px); line-height: 1.05; letter-spacing: -.045em; }.section-heading > p { max-width: 335px; color: var(--muted); font-size: 15px; line-height: 1.7; margin-bottom: 5px; }.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.product-card { position: relative; min-height: 300px; padding: 29px; background: var(--card); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: var(--gold); }.product-card.featured { background: var(--navy); color: #fff; border-color: var(--navy); }.product-number { position: absolute; top: 28px; right: 28px; color: var(--muted); font: 700 11px 'Space Grotesk'; }.featured .product-number { color: #6e86a0; }.product-icon { width: 46px; height: 46px; display: grid; place-items: center; background: rgba(227,170,50,.13); color: var(--gold); font-size: 18px; margin-bottom: 46px; }.product-card h3 { font-size: 22px; letter-spacing: .01em; margin-bottom: 10px; }.product-card p { color: var(--muted); font-size: 13px; line-height: 1.65; max-width: 265px; }.featured p { color: #afc1d4; }.product-card a { display: inline-flex; gap: 9px; align-items: center; color: var(--gold); text-decoration: none; font-size: 12px; font-weight: 700; position: absolute; bottom: 28px; }.product-card a i { font-size: 10px; }
.trust-section { background: #eaf0f1; padding: 110px 0; }.dark-mode .trust-section { background: #10243c; }.trust-layout { display: grid; grid-template-columns: .75fr 1fr; gap: 110px; align-items: center; }.trust-stamp { width: 225px; height: 225px; border: 1px solid #b9c9ca; border-radius: 50%; display: grid; place-items: center; margin: auto; text-align: center; color: var(--navy); }.dark-mode .trust-stamp { color: #d9e6eb; border-color: #466174; }.stamp-ring { border: 1px solid var(--gold); width: 142px; height: 142px; border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 11px; transform: rotate(-18deg); }.stamp-ring strong { font-size: 32px; }.stamp-ring i { font-size: 10px; color: var(--gold); }.trust-stamp > span { position: absolute; font: 600 11px 'DM Sans'; line-height: 1.4; transform: translateY(67px); background: #eaf0f1; padding: 4px 12px; }.dark-mode .trust-stamp > span { background: #10243c; }.trust-copy > p:not(.eyebrow) { color: var(--muted); max-width: 500px; margin: 24px 0; line-height: 1.75; }.trust-points { display: flex; flex-wrap: wrap; gap: 12px 25px; color: var(--ink); font-size: 13px; font-weight: 600; }.trust-points i { color: var(--gold); margin-right: 7px; }
.contact-section { padding: 110px 0; background: var(--navy); color: #fff; }.contact-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 105px; }.contact-intro > p:not(.eyebrow) { color: #b2c3d6; margin: 24px 0 34px; max-width: 355px; line-height: 1.7; }.contact-details { display: grid; gap: 16px; }.contact-details a, .contact-details > span { display: flex; align-items: center; gap: 13px; text-decoration: none; color: #dce7f0; font-size: 14px; }.contact-details i { color: var(--gold); width: 16px; }.contact-form { background: var(--card); color: var(--ink); padding: 34px; border-radius: 4px; box-shadow: 0 25px 60px rgba(0,0,0,.16); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.contact-form label { color: var(--muted); display: grid; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 18px; }.contact-form input, .contact-form textarea { font: 400 14px 'DM Sans'; color: var(--ink); background: transparent; border: 1px solid var(--line); padding: 13px 14px; border-radius: 2px; resize: vertical; outline: 0; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(227,170,50,.12); }.contact-form .button { margin-top: 2px; }.form-note { color: var(--muted); font-size: 11px; margin-top: 13px; }
.apps-section { padding: 110px 0; background: var(--paper); }.apps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.app-card { min-height: 470px; position: relative; overflow: hidden; padding: 42px; color: #fff; display: flex; justify-content: space-between; }.user-app { background: #173761; }.merchant-app { background: #9f711f; }.app-card-copy { position: relative; z-index: 1; max-width: 285px; }.app-label { color: #f4cc70; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.app-label i { margin-right: 7px; }.app-card h3 { font-size: 30px; margin: 22px 0 13px; }.app-card p { color: #d1deea; font-size: 14px; line-height: 1.7; }.app-card ul { list-style: none; display: grid; gap: 9px; margin: 24px 0 30px; color: #e2edf5; font-size: 12px; }.app-card li i { color: #f4cc70; margin-right: 8px; }.app-card .button { font-size: 12px; padding: 13px 16px; }.app-device { position: absolute; right: -24px; bottom: -66px; width: 205px; height: 405px; padding: 9px; background: #0c1d3a; border: 4px solid #cfdae4; border-radius: 27px 27px 0 0; transform: rotate(11deg); box-shadow: -20px 20px 50px rgba(0,0,0,.22); }.merchant-device { transform: rotate(-10deg); right: 12px; }.device-screen { height: 100%; border-radius: 18px 18px 0 0; background: #f7f8f5; color: #10213d; padding: 35px 15px; display: flex; flex-direction: column; gap: 11px; }.device-brand { color: #173761; font: 700 12px 'Space Grotesk'; letter-spacing: .1em; }.device-screen small { color: #64748b; margin-top: 36px; }.device-screen strong { font: 700 20px 'Space Grotesk'; }.device-line { height: 1px; background: #dbe3e8; margin: 9px 0; }.device-screen > div { display: flex; justify-content: space-between; color: #d19a28; font-size: 18px; }.merchant-bars { align-items: end; height: 100px; gap: 7px !important; border-bottom: 1px solid #dbe3e8; }.merchant-bars b { width: 16%; background: #d19a28; border-radius: 4px 4px 0 0; }.merchant-bars b:nth-child(1) { height: 42%; }.merchant-bars b:nth-child(2) { height: 70%; }.merchant-bars b:nth-child(3) { height: 52%; }.merchant-bars b:nth-child(4) { height: 88%; }.merchant-bars b:nth-child(5) { height: 65%; }.policy-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; }.policy-links a { color: #a5b8cc; text-decoration: none; }.policy-links a:hover { color: var(--gold); }
.cofounder-section { padding: 110px 0; background: linear-gradient(180deg, var(--paper), rgba(227,170,50,.06)); }.cofounder-wrap { display: grid; grid-template-columns: 360px 1fr; gap: 52px; align-items: center; background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow); padding: 32px; }.cofounder-photo { width: 100%; max-width: 360px; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 20px; border: 1px solid rgba(227,170,50,.35); background: #f3efe3; }.cofounder-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }.cofounder-copy h2 { font-size: clamp(32px, 4vw, 50px); letter-spacing: -.04em; line-height: 1.04; margin-bottom: 10px; }.cofounder-role { font-size: 15px; font-weight: 700; color: var(--gold); margin-bottom: 18px; }.cofounder-copy p:not(.eyebrow):not(.cofounder-role) { color: var(--muted); line-height: 1.8; margin-bottom: 16px; text-align: justify; }
.site-footer { background: #08152a; color: #a5b8cc; padding: 44px 0 22px; }.footer-top { display: flex; align-items: center; gap: 30px; padding-bottom: 38px; border-bottom: 1px solid #213653; }.footer-brand { color: #fff; }.footer-top > p { font-size: 12px; margin-right: auto; }.footer-links { display: flex; gap: 23px; }.footer-links a { color: #a5b8cc; font-size: 12px; }.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding-top: 20px; font-size: 10px; color: #71869d; }.footer-bottom i { color: var(--gold); margin-left: 6px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }
@media (max-width: 800px) { .container { width: min(100% - 32px, 600px); }.main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 70px; padding: 18px; background: var(--card); box-shadow: var(--shadow); flex-direction: column; gap: 17px; border: 1px solid var(--line); }.main-nav.open { display: flex; }.menu-toggle { display: block; }.nav-cta { display: none; }.hero { min-height: auto; }.hero-layout, .trust-layout, .contact-layout, .cofounder-wrap { grid-template-columns: 1fr; gap: 56px; }.hero-layout { padding: 75px 0 105px; }.hero-visual { min-height: 350px; }.section-heading { display: block; }.section-heading > p { margin-top: 20px; }.product-grid, .apps-grid { grid-template-columns: repeat(2, 1fr); }.trust-section, .contact-section, .product-section, .apps-section, .cofounder-section { padding: 75px 0; }.contact-layout { gap: 42px; }.cofounder-photo { max-width: 100%; }.footer-top { flex-wrap: wrap; }.footer-top > p { width: 100%; order: 3; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin-top: 8px; }.policy-links { justify-content: flex-start; } }
@media (max-width: 520px) { .brand small { font-size: 7px; }.hero h1 { font-size: 48px; }.hero-text { font-size: 16px; }.hero-visual { transform: scale(.9); margin-inline: -20px; }.product-grid, .apps-grid { grid-template-columns: 1fr; }.product-card { min-height: 280px; }.app-card { min-height: 590px; padding: 30px 25px; }.app-device { right: 4%; }.form-row { grid-template-columns: 1fr; gap: 0; }.cofounder-wrap { padding: 22px; }.cofounder-photo { min-height: 320px; }.contact-form { padding: 24px 20px; }.footer-links { flex-wrap: wrap; gap: 13px 18px; }.scroll-cue { display: none; } }
.policy-page { min-height: 100vh; background: var(--paper); padding: 58px 20px; }.policy-shell { max-width: 760px; margin: 0 auto; background: var(--card); border: 1px solid var(--line); padding: clamp(28px, 6vw, 68px); box-shadow: var(--shadow); }.policy-brand img { width: 178px; height: auto; max-height: 52px; object-fit: contain; margin-bottom: 60px; }.policy-shell h1 { color: var(--ink); font-size: clamp(38px, 6vw, 62px); letter-spacing: -.05em; line-height: 1; margin-bottom: 12px; }.policy-updated { color: var(--muted); font-size: 12px; margin-bottom: 34px; }.policy-shell h2 { color: var(--ink); font-size: 21px; margin: 34px 0 10px; }.policy-shell p { color: var(--muted); font-size: 15px; line-height: 1.8; }.policy-shell a:not(.policy-back) { color: #b47712; }.policy-back { display: inline-flex; gap: 12px; margin-top: 40px; color: var(--navy); background: var(--gold); padding: 13px 17px; text-decoration: none; font: 700 13px 'Space Grotesk'; }.policy-back:hover { background: var(--gold-light); }
.device-brand-logo { width: 78px; height: auto; max-height: 24px; object-fit: contain; object-position: left center; align-self: flex-start; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation Bar */
.navbar {
    background: var(--nav-bg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

body.dark-mode .navbar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo-img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.logo-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-text h1 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    transition: color 0.3s ease;
}

body.dark-mode .logo-text h1 {
    color: #f1f5f9;
}

.logo-text p {
    font-size: 11px;
    color: var(--text-light);
    font-weight: 500;
    margin: 0;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--primary-color);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    margin: 5px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* Theme Toggle Button */
.theme-toggle {
    background: linear-gradient(135deg, #D4A04D, #0D2B4F);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    margin-right: 15px;
}

.theme-toggle:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(212, 160, 77, 0.4);
}

.theme-toggle i {
    position: absolute;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.theme-toggle .fa-sun {
    opacity: 1;
    transform: rotate(0deg);
}

.theme-toggle .fa-moon {
    opacity: 0;
    transform: rotate(-180deg);
}

body.dark-mode .theme-toggle .fa-sun {
    opacity: 0;
    transform: rotate(180deg);
}

body.dark-mode .theme-toggle .fa-moon {
    opacity: 1;
    transform: rotate(0deg);
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #0D2B4F 0%, #001F3F 100%);
    color: white;
    padding: 120px 0;
    text-align: center;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 15px;
    animation: fadeInUp 1s ease;
}

.hero-content p {
    font-size: 24px;
    margin-bottom: 10px;
    opacity: 0.95;
}

.hero-content .subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.85;
}

.cta-button {
    background: #D4A04D;
    color: #0D2B4F;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #C89D56;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Services Section */
.services {
    padding: 80px 0;
    background: var(--light-bg);
    transition: background-color 0.3s ease;
}

body.dark-mode .services {
    background: #1a202c;
}

.services h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 10px;
    color: var(--text-dark);
    transition: color 0.3s ease;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: var(--text-light);
    margin-bottom: 50px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 30px;
}

.service-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-top: 4px solid #D4A04D;
}

body.dark-mode .service-card {
    background: var(--card-bg);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.15);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #D4A04D, #0D2B4F);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    margin-bottom: 20px;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.service-card p {
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.6;
}

.features-list {
    list-style: none;
    margin-bottom: 20px;
}

.features-list li {
    padding: 8px 0;
    font-size: 13px;
    color: var(--text-light);
}

.features-list i {
    color: var(--accent-color);
    margin-right: 10px;
    font-weight: 600;
}

.learn-more {
    display: inline-block;
    color: #D4A04D;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.learn-more:hover {
    transform: translateX(5px);
}

/* Features Section */
.features {
    padding: 80px 0;
}

body.dark-mode .features {
    background: #0f172a;
}

.features h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 50px;
    color: var(--text-dark);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.feature-item {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

body.dark-mode .feature-item {
    background: linear-gradient(135deg, #1e293b, #334155);
    border: 1px solid #475569;
}

.feature-item:hover {
    background: linear-gradient(135deg, #2563eb, #10b981);
    color: white;
    transform: translateY(-5px);
}

.feature-item i {
    font-size: 42px;
    color: var(--primary-color);
    margin-bottom: 15px;
    display: inline-block;
}

.feature-item:hover i {
    color: white;
}

.feature-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-light);
}

.feature-item:hover p {
    color: rgba(255, 255, 255, 0.9);
}

/* Statistics Section */
.statistics {
    background: linear-gradient(135deg, #0D2B4F, #001F3F);
    color: white;
    padding: 80px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
}

.stat-card {
    padding: 30px 20px;
}

.stat-card h3 {
    font-size: 42px;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #D4A04D, #F4D89B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-card p {
    font-size: 14px;
    opacity: 0.8;
}

/* How It Works Section */
.how-it-works {
    padding: 80px 0;
    background: var(--light-bg);
}

body.dark-mode .how-it-works {
    background: #1a202c;
}

.how-it-works h2 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 50px;
    color: var(--text-dark);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.step {
    background: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

body.dark-mode .step {
    background: var(--card-bg);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.step:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #D4A04D, #0D2B4F);
    color: white;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.step h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--text-dark);
}

.step p {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #0D2B4F, #001F3F);
    color: white;
    padding: 80px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 42px;
    margin-bottom: 15px;
}

.cta-section > .container > p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    background: white;
    color: #0D2B4F;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: #F4D89B;
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 15px 40px;
    font-size: 16px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: white;
    color: var(--primary-color);
}

/* Footer */
.footer {
    background: var(--dark-bg);
    color: #cbd5e1;
    padding: 60px 0 20px;
    transition: background-color 0.3s ease;
}

body.dark-mode .footer {
    background: #050913;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-section h4 {
    color: white;
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-logo {
    height: 60px;
    width: auto;
    object-fit: contain;
    margin-bottom: 15px;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: var(--primary-color);
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #1e293b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s;
}

.social-links a:hover {
    background: #D4A04D;
    color: #0D2B4F;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #334155;
    font-size: 14px;
}

/* Contact Modal */
.contact-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
}

body.dark-mode .contact-modal {
    background: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background: white;
    margin: 10% auto;
    padding: 30px;
    border-radius: 12px;
    max-width: 500px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

body.dark-mode .modal-content {
    background: var(--card-bg);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.close {
    color: var(--text-light);
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

.close:hover {
    color: var(--text-dark);
}

.modal-content h2 {
    margin-bottom: 20px;
    color: var(--text-dark);
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form input,
.contact-form textarea {
    padding: 12px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-family: inherit;
    font-size: 14px;
    background: white;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

body.dark-mode .contact-form input,
body.dark-mode .contact-form textarea {
    background: #334155;
    color: var(--text-dark);
    border-color: #475569;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #D4A04D;
    box-shadow: 0 0 0 3px rgba(212, 160, 77, 0.2);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .theme-toggle {
        margin-right: 10px;
    }

    .logo {
        gap: 10px;
    }

    .logo-img {
        height: 40px;
    }

    .logo-text h1 {
        font-size: 20px;
    }

    .logo-text p {
        font-size: 10px;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-content p {
        font-size: 18px;
    }

    .hero {
        padding: 60px 0;
    }

    .services h2,
    .features h2,
    .how-it-works h2,
    .cta-section h2 {
        font-size: 32px;
    }

    .services-grid,
    .features-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons button {
        width: 100%;
    }

    .modal-content {
        margin: 30% auto;
        padding: 20px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 480px) {
    .nav-wrapper {
        padding: 15px 0;
    }

    .logo-img {
        height: 35px;
    }

    .logo-text h1 {
        font-size: 18px;
    }

    .hero-content h1 {
        font-size: 28px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .service-card,
    .step,
    .feature-item {
        padding: 25px;
    }

    .stat-card h3 {
        font-size: 28px;
    }

    .services h2,
    .features h2,
    .how-it-works h2,
    .cta-section h2 {
        font-size: 24px;
    }
}
