/*
Theme Name: Aura Theme
Theme URI: #
Author: Aura
Author URI: #
Description: Dynamic WordPress theme for Aura Dating using Bootstrap 5.
Version: 2.0.0
Text Domain: aura
*/

/* =============================================
   GLOBAL
============================================= */
body {
    font-family: 'Inter', sans-serif;
    background: #fff;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
}

/* =============================================
   NAVBAR
============================================= */
.aura-navbar {
    background: #1a1d23;
    padding: 14px 0;
}

.aura-navbar .navbar-brand {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.aura-navbar .nav-link {
    color: rgba(255,255,255,0.85) !important;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.4rem 1rem !important;
    transition: color 0.2s;
}

.aura-navbar .nav-link:hover {
    color: #ffffff !important;
}

.btn-download {
    background: linear-gradient(135deg, #4ecdc4, #3ab5a4);
    color: #fff !important;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.45rem 1.25rem;
    border-radius: 50px;
    border: none;
    transition: opacity 0.2s;
}

.btn-download:hover {
    opacity: 0.9;
    color: #fff !important;
}

/* =============================================
   HERO SECTION
============================================= */
.hero-section {
    background: linear-gradient(135deg, #6ec9b8 0%, #89b8cc 45%, #8baecb 100%);
    padding: 80px 0 0;
    overflow: hidden;
    min-height: 540px;
    position: relative;
}

.hero-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin-bottom: 16px;
    display: block;
}

.hero-title {
    font-size: 3.6rem;
    font-weight: 900;
    line-height: 1.05;
    color: #ffffff;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    margin-bottom: 36px;
    max-width: 360px;
}

.btn-store {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #111111;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 0.78rem;
    line-height: 1.25;
    font-weight: 500;
    transition: background 0.2s;
    border: 1px solid #333;
}

.btn-store:hover {
    background: #222;
    color: #fff;
}

.btn-store .store-main {
    font-size: 0.95rem;
    font-weight: 700;
    display: block;
}

.btn-store .store-sub {
    font-size: 0.7rem;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    display: block;
}

.hero-phone-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-phone-img {
    max-width: 310px;
    width: 100%;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.25));
    border-radius: 30px;
    margin-top: 20px;
}

/* =============================================
   HOW IT WORKS SECTION
============================================= */
.how-section {
    background: #ffffff;
    padding: 80px 0 70px;
}

.section-title {
    font-size: 1.85rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.section-subtitle {
    font-size: 0.9rem;
    color: #9ca3af;
    margin-bottom: 50px;
}

.step-card {
    background: #fff;
    border: 1px solid #e8eeec;
    border-radius: 16px;
    padding: 28px 22px 24px;
    position: relative;
}

.step-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e6f7f5, #cdf0ea);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.step-icon-wrap svg {
    width: 24px;
    height: 24px;
    color: #3ab5a4;
    stroke: #3ab5a4;
}

.step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.step-desc {
    font-size: 0.82rem;
    color: #9ca3af;
    line-height: 1.55;
    margin: 0;
}

.step-arrow {
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    color: #d1d5db;
    z-index: 2;
    font-size: 1.1rem;
}

/* =============================================
   SAFETY SECTION
============================================= */
.safety-section {
    background: #ffffff;
    padding: 70px 0 80px;
}

.safety-icon-wrap {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, #4ecdc4, #3ab5a4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.safety-icon-wrap svg {
    width: 26px;
    height: 26px;
    stroke: #ffffff;
    fill: none;
}

.safety-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.safety-desc {
    font-size: 0.82rem;
    color: #9ca3af;
    line-height: 1.6;
}

/* =============================================
   CTA SECTION
============================================= */
.cta-section {
    background: linear-gradient(135deg, #a8ddd6 0%, #b5cfe0 50%, #b9d1e8 100%);
    padding: 80px 0;
}

.cta-card {
    background: linear-gradient(135deg, #3d8f97, #2d6e8a);
    border-radius: 24px;
    padding: 56px 48px;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.cta-title {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.cta-subtitle {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 32px;
}

.cta-input-wrap {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.15);
    border-radius: 50px;
    padding: 6px 6px 6px 24px;
    gap: 8px;
}

.cta-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: rgba(255,255,255,0.9);
    font-size: 0.875rem;
    min-width: 0;
}

.cta-input::placeholder {
    color: rgba(255,255,255,0.55);
}

.cta-submit {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4ecdc4, #3ab5a4);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    transition: opacity 0.2s;
}

.cta-submit:hover {
    opacity: 0.9;
}

.cta-submit svg {
    width: 18px;
    height: 18px;
    stroke: #fff;
}

/* =============================================
   FOOTER
============================================= */
.aura-footer {
    background: linear-gradient(135deg, #3a7a74 0%, #2d5f7a 100%);
    padding: 60px 0 30px;
    color: #fff;
}

.footer-brand {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.footer-tagline {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: rgba(255,255,255,0.12);
    border-radius: 50%;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    margin-right: 8px;
    font-size: 0.85rem;
    transition: background 0.2s;
}

.footer-social a:hover {
    background: rgba(255,255,255,0.25);
}

.footer-col-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    margin-bottom: 16px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: rgba(255,255,255,0.95);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 48px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copy {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    margin: 0;
}

.footer-cookie {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
}

.footer-cookie:hover {
    color: rgba(255,255,255,0.7);
}

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 991px) {
    .hero-title {
        font-size: 2.6rem;
    }
    .hero-section {
        padding: 60px 0 40px;
    }
    .hero-phone-img {
        max-width: 250px;
        margin-top: 40px;
    }
    .step-arrow {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2.2rem;
    }
    .hero-subtitle {
        max-width: 100%;
    }
    .cta-card {
        padding: 40px 24px;
    }
    .cta-title {
        font-size: 1.6rem;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}
