﻿@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600&family=Space+Grotesk:wght@500;700&display=swap');

:root {
    --primary: #0A1128;   /* Deep Navy Blue */
    --secondary: #1F2D5A; /* Steel Blue */
    --accent: #10B981;    /* Emerald Green */
    --text-light: #F8FAFC;
    --text-dark: #334155;
    --bg-body: #F1F5F9;
    --white: #FFFFFF;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background-color: var(--bg-body); color: var(--text-dark); line-height: 1.6; }
h1, h2, h3, h4 { font-family: 'Space Grotesk', sans-serif; color: var(--primary); }
a { text-decoration: none; color: inherit; }

/* Header */
header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); display: flex; justify-content: space-between; align-items: center; padding: 15px 5%; position: sticky; top: 0; z-index: 1000; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
.logo { display: flex; align-items: center; gap: 12px; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.5rem; color: var(--primary); }
.logo img { width: 40px; height: 40px; }
nav { display: flex; gap: 30px; }
nav a { font-weight: 500; font-size: 0.95rem; transition: color 0.3s; }
nav a:hover { color: var(--accent); }
.btn-cta { background: var(--primary); color: var(--white); padding: 10px 24px; border-radius: 8px; font-weight: 600; font-size: 0.95rem; transition: all 0.3s ease; border: 2px solid var(--primary); }
.btn-cta:hover { background: transparent; color: var(--primary); }

/* Hero Section */
.hero { display: flex; flex-direction: column; padding: 60px 5%; background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); color: var(--text-light); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: url('hero-bg.jpg') center/cover; opacity: 0.15; z-index: 0; }
.hero-wrapper { display: grid; grid-template-columns: 1fr; gap: 40px; position: relative; z-index: 1; align-items: center; max-width: 1200px; margin: 0 auto; }
.hero-text h1 { color: var(--white); font-size: 2.8rem; line-height: 1.2; margin-bottom: 20px; }
.hero-text p { font-size: 1.15rem; color: #CBD5E1; margin-bottom: 30px; max-width: 90%; }
.hero-form-card { background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 16px; padding: 35px; box-shadow: 0 25px 50px rgba(0,0,0,0.25); }
.hero-form-card h3 { color: var(--white); margin-bottom: 25px; font-size: 1.5rem; }
.form-group { margin-bottom: 15px; }
.form-input { width: 100%; padding: 14px 18px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.9); font-family: 'Plus Jakarta Sans', sans-serif; font-size: 1rem; outline: none; transition: border 0.3s; }
.form-input:focus { border-color: var(--accent); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.checkbox-wrap { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0; font-size: 0.8rem; color: #CBD5E1; }
.checkbox-wrap a { color: var(--accent); text-decoration: underline; }
.btn-submit { width: 100%; padding: 16px; background: var(--accent); color: var(--primary); border: none; border-radius: 8px; font-size: 1.1rem; font-family: 'Space Grotesk', sans-serif; font-weight: 700; cursor: pointer; transition: transform 0.2s, background 0.3s; }
.btn-submit:hover { background: #0EA5E9; transform: translateY(-2px); color: var(--white); }

.success-box { display: none; text-align: center; color: var(--white); padding: 40px 20px; }
.success-box i { font-size: 4rem; color: var(--accent); margin-bottom: 20px; }

/* Social Proof */
.social-proof { background: var(--white); padding: 40px 5%; text-align: center; border-bottom: 1px solid #E2E8F0; }
.social-proof p { font-size: 0.85rem; font-weight: 600; color: #64748B; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 25px; }
.partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; align-items: center; color: #94A3B8; }
.partner { display: flex; align-items: center; gap: 8px; font-family: 'Space Grotesk', sans-serif; font-size: 1.2rem; font-weight: 700; opacity: 0.7; transition: opacity 0.3s; }
.partner:hover { opacity: 1; color: var(--primary); }

/* About Section */
.section { padding: 80px 5%; max-width: 1200px; margin: 0 auto; }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 50px; align-items: center; }
.about-text h2 { font-size: 2.2rem; margin-bottom: 20px; }
.about-text p { font-size: 1.1rem; color: var(--text-dark); margin-bottom: 20px; }
.about-image { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(10, 17, 40, 0.1); }
.about-image img { width: 100%; height: auto; display: block; object-fit: cover; }

/* Features (Asymmetric) */
.features-grid { display: grid; grid-template-columns: 1fr; gap: 50px; align-items: center; margin-top: 40px; }
.features-image { order: 2; border-radius: 20px; overflow: hidden; position: relative; }
.features-image::after { content: ''; position: absolute; inset: 0; border: 4px solid var(--accent); border-radius: 20px; transform: translate(15px, 15px); z-index: -1; }
.features-image img { width: 100%; height: auto; display: block; border-radius: 20px; }
.features-text { order: 1; }
.features-text h2 { font-size: 2.2rem; margin-bottom: 30px; }
.feature-list { list-style: none; }
.feature-list li { display: flex; gap: 20px; margin-bottom: 30px; }
.icon-box { background: var(--primary); color: var(--accent); width: 50px; height: 50px; border-radius: 12px; display: flex; justify-content: center; align-items: center; font-size: 1.4rem; flex-shrink: 0; }
.feature-desc h4 { font-size: 1.2rem; margin-bottom: 5px; }

/* FAQ */
.faq-section { background: var(--white); padding: 80px 5%; }
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-container h2 { text-align: center; font-size: 2.2rem; margin-bottom: 40px; }
details { background: var(--bg-body); border-radius: 10px; margin-bottom: 15px; border: 1px solid #E2E8F0; transition: all 0.3s ease; }
details[open] { border-color: var(--accent); background: var(--white); box-shadow: 0 10px 20px rgba(0,0,0,0.02); }
summary { padding: 20px 25px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; font-size: 1.1rem; color: var(--primary); }
summary::-webkit-details-marker { display: none; }
summary:after { content: '\f067'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--accent); transition: transform 0.3s; }
details[open] summary:after { transform: rotate(135deg); }
.faq-content { padding: 0 25px 25px; color: #475569; }

/* Footer */
footer { background: var(--primary); color: #94A3B8; padding: 50px 5% 30px; text-align: center; }
.footer-logo { display: inline-flex; align-items: center; gap: 10px; font-family: 'Space Grotesk', sans-serif; font-size: 1.5rem; color: var(--white); margin-bottom: 30px; }
.footer-logo img { width: 30px; height: 30px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-bottom: 30px; }
.footer-links a { color: #CBD5E1; font-size: 0.95rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--accent); }
.copyright { font-size: 0.85rem; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; }

/* Legal Pages Styling */
.legal-card { background: var(--white); border-radius: 16px; box-shadow: 0 15px 35px rgba(10, 17, 40, 0.05); padding: 50px; max-width: 900px; margin: 60px auto; border: 1px solid #E2E8F0; }
.legal-card h1 { font-size: 2.5rem; margin-bottom: 30px; border-bottom: 2px solid var(--bg-body); padding-bottom: 15px; }
.legal-card h2 { font-size: 1.5rem; margin: 30px 0 15px; color: var(--secondary); }
.legal-card p, .legal-card ul { margin-bottom: 20px; color: #475569; }
.legal-card ul { padding-left: 20px; }
.map-wrap { margin-top: 40px; border-radius: 12px; overflow: hidden; border: 1px solid #E2E8F0; }

/* Cookie Banner */
.cookie-banner { position: fixed; bottom: -120%; left: 0; width: 100%; background: var(--white); padding: 25px 5%; box-shadow: 0 -10px 30px rgba(0,0,0,0.1); display: flex; justify-content: space-between; align-items: center; z-index: 9999; transition: bottom 0.6s cubic-bezier(0.16, 1, 0.3, 1); border-top: 4px solid var(--accent); }
.cookie-banner.show { bottom: 0; }
.cookie-text { font-size: 0.95rem; max-width: 65%; color: var(--text-dark); }
.cookie-btns { display: flex; gap: 15px; }
.btn-cookie { padding: 10px 24px; border-radius: 8px; font-weight: 600; cursor: pointer; border: none; font-family: 'Plus Jakarta Sans', sans-serif; }
.btn-accept { background: var(--primary); color: var(--white); }
.btn-decline { background: var(--bg-body); color: var(--text-dark); }

/* Responsive Media Queries (Mobile First approach naturally extends to Desktop) */
@media (min-width: 768px) {
    .hero-wrapper { grid-template-columns: 1fr 1fr; }
    .about-grid { grid-template-columns: 1fr 1fr; }
    .features-grid { grid-template-columns: 1fr 1fr; }
    .features-image { order: 1; }
    .features-text { order: 2; }
}
@media (max-width: 767px) {
    nav { display: none; }
    .hero { padding: 40px 5%; }
    .hero-text h1 { font-size: 2.2rem; }
    .form-row { grid-template-columns: 1fr; }
    .cookie-banner { flex-direction: column; gap: 20px; text-align: center; }
    .cookie-text { max-width: 100%; }
    .legal-card { padding: 30px 20px; margin: 30px 5%; }
}
