/* General styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #f8fafb;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    color: #1a2b3d;
}

a {
    text-decoration: none;
    color: #ff1493;
}

/* Header styles */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    padding: 1rem 2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2000;
    box-shadow: 0 2px 20px rgba(255, 20, 147, 0.1);
}

/* Main content push down */
main {
    margin-top: 80px;
}

.logo {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
}

.logo a {
    text-decoration: none;
}

.logo-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: #1a2b3d;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-text:hover {
    /* color: #ff1493; */
}

.header-buttons {
    display: flex;
    gap: 1rem;
}

/* Row styles */
.row {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 5%;
}

/* Hero section styles */
.hero {
    position: relative;
    min-height: 600px;
    background: #ffffff;
    padding: 60px 0;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.hero-content {
    position: relative;
}

.hero h1 {
    font-size: 3.5rem;
    color: #1a2b3d;
    margin-bottom: 25px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 900;
    line-height: 1.2;
}

.hero h1 .highlight {
    background: linear-gradient(45deg, #ff69b4, #ff1493);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    font-size: 1.25rem;
    margin: 1.5rem 0 2rem;
    color: #5a6c7d;
    line-height: 1.8;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    align-items: center;
}

.cta-buttons a {
    font-size: 16px;
    font-weight: 600;
}

/* Button Styles */
.join-now-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    color: white;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    box-shadow: 0 6px 20px rgba(255, 20, 147, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', Arial, sans-serif;
    position: relative;
    z-index: 1;
}

.join-now-btn:hover {
    /* box-shadow: 0 8px 25px rgba(255, 20, 147, 0.5); */
}

.btn-icon {
    font-size: 24px;
}

.cta_signup {
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    color: #ffffff;
    padding: 0.8rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(255, 20, 147, 0.3);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.cta_signin {
    background-color: transparent;
    color: #ff1493;
    padding: 0.8rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #ff1493;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.cta_signup:hover {
    /* background: linear-gradient(135deg, #ff1493 0%, #ff69b4 100%);
    box-shadow: 0 6px 20px rgba(255, 20, 147, 0.4); */
}

.cta_signin:hover {
    /* background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 15px rgba(255, 20, 147, 0.3); */
}

/* App buttons */
.app-buttons {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 1.5rem;
    justify-content: flex-start;
}

/* App buttons in app download section should be centered */
.app-download-section .app-buttons {
    justify-content: center;
}

.app-store-btn, .google-play-btn {
    display: inline-block;
    text-decoration: none;
}

.app-store-btn img {
    display: block;
    height: 40px;
    width: auto;
}

.google-play-btn img {
    display: block;
    height: 60px;
    width: auto;
}

.app-store-btn:hover, .google-play-btn:hover {
    /* filter: brightness(1.1); */
}

/* Browse profiles section styles */
.browse-profiles {
    background: linear-gradient(to bottom, #f8fafb, #ffffff);
    padding: 60px 5%;
    max-width: 1400px;
    margin: 40px auto;
    text-align: center;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.profile-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.profile-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.profile-image:hover img {
    /* opacity: 0.9; */
}

.profile-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.profile-card:hover {
    /* box-shadow: 0 15px 40px rgba(255, 20, 147, 0.15); */
}

.profile-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: block;
    object-fit: cover;
}

.profile-card h3 {
    font-size: 1.5rem;
    margin: 15px 0;
    color: #1a2b3d;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
}

.profile-card p {
    font-size: 1rem;
    color: #5a6c7d;
    line-height: 1.6;
}

/* How it works section styles */
.how-it-works {
    padding: 100px 5%;
    text-align: center;
    background: linear-gradient(135deg, #e8f4ff 0%, #f0f8ff 100%);
    max-width: 1400px;
    margin: 60px auto;
}

.how-it-works h2 {
    font-size: 3rem;
    color: #1a2b3d;
    margin-bottom: 20px;
    font-family: 'Playfair Display', Georgia, serif;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.step {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: relative;
}

.step:hover {
    /* box-shadow: 0 15px 40px rgba(255, 20, 147, 0.15); */
}

.step img {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    object-fit: contain;
}

.step h3 {
    font-size: 1.5rem;
    color: #1a2b3d;
    margin-bottom: 15px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
}

.step p {
    font-size: 1rem;
    color: #5a6c7d;
    line-height: 1.6;
    font-family: 'Montserrat', Arial, sans-serif;
}

/* Content section styles */
.content {
    padding: 3rem 1rem;
    text-align: left;
}

/* Testimonials section styles */
.testimonials {
    padding: 60px 5%;
    text-align: center;
    background: linear-gradient(to bottom, #f8fafb, #ffffff);
    max-width: 1400px;
    margin: 20px auto 60px;
}

.testimonials h2 {
    font-size: 3rem;
    color: #1a2b3d;
    margin-bottom: 60px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
}

.testimonials blockquote {
    font-size: 1.15rem;
    margin: 3rem auto;
    max-width: 800px;
    padding: 40px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    font-style: italic;
    color: #5a6c7d;
    line-height: 1.8;
    font-family: 'Montserrat', Arial, sans-serif;
}

.testimonials blockquote:before {
    content: '"';
    font-size: 6rem;
    color: #ff69b4;
    position: absolute;
    top: -20px;
    left: 30px;
    font-family: 'Playfair Display', serif;
    opacity: 0.3;
}

.testimonials cite {
    font-size: 1rem;
    font-style: normal;
    color: #ff1493;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    font-family: 'Montserrat', Arial, sans-serif;
}

/* Footer styles */
footer {
    background: linear-gradient(135deg, #1a2b3d 0%, #2c3e50 100%);
    padding: 60px 5%;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.footer-quick-links {
    margin-bottom: 40px;
}

.footer-quick-links h4 {
    font-size: 1.8rem;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
}

.footer-quick-links ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-quick-links a {
    color: #ff69b4;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 25px;
    border: 2px solid transparent;
    font-family: 'Montserrat', Arial, sans-serif;
}

.footer-quick-links a:hover {
    /* color: #ffffff;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    border-color: #ff69b4;
    box-shadow: 0 5px 15px rgba(255, 20, 147, 0.3); */
}

.footer-links ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 20px 0;
    flex-wrap: wrap;
}

.footer-links a {
    color: #b8c6db;
    text-decoration: none;
    font-family: 'Montserrat', Arial, sans-serif;
}

.footer-links a:hover {
    /* color: #ff69b4; */
}

#copyright {
    color: #b8c6db;
    font-size: 0.9rem;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Montserrat', Arial, sans-serif;
}

/* Smooth scroll behavior - removed for performance */
html {
    /* scroll-behavior: smooth; */
}

/* Navigation Styles */
.article-nav {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background: rgba(255, 255, 255, 0.98);
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(255, 20, 147, 0.15);
    max-width: 250px;
    /* backdrop-filter: blur(10px); */
    border: 1px solid rgba(255, 20, 147, 0.1);
}

.article-nav h4 {
    font-size: 1.1rem;
    color: #1a2b3d;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.article-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-nav li {
    margin-bottom: 12px;
}

.article-nav a {
    color: #5a6c7d;
    text-decoration: none;
    font-size: 0.95rem;
    display: block;
    padding: 10px 15px;
    border-left: 3px solid transparent;
    /* transition: all 0.3s ease; */
    border-radius: 0 10px 10px 0;
    font-family: 'Montserrat', sans-serif;
}

.article-nav a:hover {
    /* color: #ff1493;
    border-left-color: #ff69b4;
    background: linear-gradient(to right, rgba(255, 105, 180, 0.1), transparent);
    padding-left: 20px; */
}

.article-nav a.active {
    color: #ff1493;
    font-weight: 600;
    border-left-color: #ff1493;
    background: linear-gradient(to right, rgba(255, 20, 147, 0.1), transparent);
}

/* Mobile Navigation Button */
.mobile-nav-toggle {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff69b4, #ff1493);
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(255, 20, 147, 0.4);
    z-index: 1001;
    border: none;
    cursor: pointer;
    /* transition: all 0.3s ease; */
}

.mobile-nav-toggle:hover {
    /* transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(255, 20, 147, 0.5); */
}

.mobile-nav-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #ffffff;
    margin: 5px auto;
    /* transition: all 0.3s ease; */
}

/* Mobile Navigation Menu */
.mobile-nav-menu {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 30px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(255, 20, 147, 0.25);
    padding: 25px;
    z-index: 1000;
    max-width: 250px;
    opacity: 0;
    transform: translateY(20px);
    /* transition: all 0.3s ease; */
    /* backdrop-filter: blur(10px); */
    border: 1px solid rgba(255, 20, 147, 0.1);
}

.mobile-nav-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.mobile-nav-menu h4 {
    font-size: 1.1rem;
    color: #1a2b3d;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.mobile-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-menu li {
    margin-bottom: 12px;
}

.mobile-nav-menu a {
    color: #5a6c7d;
    text-decoration: none;
    font-size: 0.95rem;
    display: block;
    padding: 12px 18px;
    border-radius: 12px;
    /* transition: all 0.3s ease; */
    font-family: 'Montserrat', sans-serif;
}

.mobile-nav-menu a:hover {
    /* background: linear-gradient(135deg, #ff69b4, #ff1493);
    color: #ffffff; */
}

/*whats-a-unicorn-in-dating*/
.whats-a-unicorn-in-dating {
    background: linear-gradient(to bottom, #ffffff, #f8fafb);
    padding: 100px 5%;
    max-width: 1400px;
    margin: 60px auto;
}

.section-main-title {
    font-size: 3rem;
    color: #1a2b3d;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
}

.unicorn-content-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    margin-bottom: 80px;
    align-items: center;
}

.unicorn-content-row.reverse {
    direction: rtl;
}

.unicorn-content-row.reverse > * {
    direction: ltr;
}

.unicorn-image {
    position: relative;
}

.placeholder-image {
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    border-radius: 30px;
    padding: 4rem;
    text-align: center;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 50px rgba(255, 20, 147, 0.25);
    position: relative;
    overflow: hidden;
}

.placeholder-image::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
}

.placeholder-image span {
    font-size: 100px;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.placeholder-image p {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Montserrat', Arial, sans-serif;
    position: relative;
    z-index: 1;
}

.unicorn-text {
    position: relative;
}

.unicorn-text h3 {
    font-size: 2.5rem;
    color: #1a2b3d;
    margin-bottom: 25px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
}

.unicorn-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.whats-image img {
    max-width: 50%;
    height: auto;
    border-radius: 10px;
}

.whats-image {
    flex: 1;
}

.guide {
    font-size: 0.8rem;
}

/* Why Unicorns Finder Section Styles */
.why-unicorns-finder {
    padding: 100px 5%;
    background: #ffffff;
    max-width: 1400px;
    margin: 60px auto;
}

.content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.text-and-features {
    position: relative;
}

.text-and-features h1 {
    font-size: 3rem;
    color: #1a2b3d;
    margin-bottom: 25px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
}

.text-and-features h2 {
    font-size: 3rem;
    color: #1a2b3d;
    margin-bottom: 25px;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
}

.text-and-features h3 {
    font-size: 1.8rem;
    color: #1a2b3d;
    margin-bottom: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
}

.text-and-features p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #5a6c7d;
    margin-bottom: 30px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.why-image {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.why-image img {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

/*features*/
.features-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.05rem;
    color: #5a6c7d;
    font-family: 'Montserrat', Arial, sans-serif;
    padding-left: 35px;
    position: relative;
}

.features-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ff69b4;
    font-size: 1.3rem;
    font-weight: bold;
    width: 25px;
    height: 25px;
    background: linear-gradient(135deg, rgba(255, 105, 180, 0.1), rgba(255, 20, 147, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-button {
    display: inline-block;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    color: white;
    padding: 18px 45px;
    border-radius: 50px;
    margin-top: 30px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(255, 20, 147, 0.4);
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', Arial, sans-serif;
}

.join-button:hover {
    /* background: linear-gradient(135deg, #ff1493 0%, #ff69b4 100%);
    box-shadow: 0 8px 25px rgba(255, 20, 147, 0.5); */
}

/* faq -------------------- located */
.located-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    color: #000;
    text-align: left;
}

/* App Download Section Styles */
.app-download-section {
    padding: 100px 5%;
    background: linear-gradient(135deg, #ff69b4 0%, #ff1493 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.app-download-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}

.app-info {
    position: relative;
    z-index: 1;
}

.app-info h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.app-info p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    color: #ffe0ec;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', Arial, sans-serif;
}

.member-count {
    font-weight: bold;
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 40px;
    display: block;
    font-family: 'Montserrat', Arial, sans-serif;
}

/* Sign-up progress */
.signup-progress {
    text-align: center;
    padding: 20px;
}

.signup-progress h2 {
    margin-bottom: 20px;
}

.signup-steps {
    display: flex;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
}

.signup-step {
    flex-basis: 30%;
    margin: 10px;
    text-align: left;
}

.signup-step img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.signup-step h3 {
    margin-top: 15px;
}

.signup-step p {
    font-size: 14px;
    line-height: 1.6;
}

/* Features Module Styles */
.features-module {
    font-size: 0.8rem;
    background-color: #ffffff;
    padding: 2em;
    text-align: left;
}

.features-module h2 {
    color: #333;
    margin-bottom: 1em;
}

.feature-item {
    margin-bottom: 1em;
    padding: 1em;
}

.feature-item h3 {
    color: #000000;
    margin-bottom: 0.5em;
}

.feature-item p {
    color: #666;
    line-height: 1.6;
}

/* FAQ Styles */
.faq-toggle-button {
    background-color: #008cba;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.faq-content {
    display: none;
    margin-top: 20px;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 10px;
    font-size: 0.8rem;
}

.faq-content h2 {
    margin-bottom: 15px;
}

/* Media Queries for Tablet */
@media screen and (max-width: 1024px) {
    .unicorn-content-row {
        gap: 3rem;
    }
    
    .unicorn-image {
        min-width: 350px;
    }
    
    .placeholder-image {
        height: 300px;
    }
}

/* Media Queries for Mobile */
@media screen and (max-width: 768px) {
    body {
        width: 100%;
        padding: 0;
        overflow-x: hidden;
    }
    
    main {
        margin-top: 70px;
    }
    
    header {
        padding: 0.6rem 0.8rem;
    }
    
    .logo-text {
        font-size: 1.3rem;
    }
    
    .header-buttons {
        gap: 0.4rem;
        display: flex;
        flex-shrink: 0;
    }
    
    .cta_signup, .cta_signin {
        padding: 0.5rem 0.8rem;
        font-size: 0.85rem;
        letter-spacing: 0;
        white-space: nowrap;
    }
    
    .row {
        flex-direction: column;
        margin-top: 0.5rem;
        padding: 0 15px;
    }
    
    .hero {
        padding: 40px 0;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .hero-content {
        text-align: center;
    }
    
    .hero h1 {
        font-size: 2.2rem;
    }
    
    .hero p {
        font-size: 1.1rem;
    }
    
    .cta-buttons {
        text-align: center;
        margin: 2rem auto 1.5rem;
        justify-content: center;
    }
    
    .join-now-btn {
        padding: 16px 30px;
        font-size: 1rem;
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    
    .app-buttons {
        justify-content: center;
        margin-top: 1.5rem;
        flex-direction: column;
        gap: 15px;
    }
    
    .app-store-btn img {
        height: 50px;
        width: auto;
    }
    
    .google-play-btn img {
        height: 65px;
        width: auto;
    }
    
    .hero-image {
        height: 350px;
    }
    
    .browse-profiles {
        margin-top: 1rem;
    }
    
    .profile-image img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    
    /* Navigation */
    .article-nav {
        display: none;
    }
    
    .mobile-nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    /* How it works mobile */
    .how-it-works {
        padding: 60px 20px;
        margin: 40px 0;
    }
    
    .how-it-works h2 {
        font-size: 2rem;
    }
    
    .steps {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 40px;
    }
    
    .step {
        padding: 30px 25px;
    }
    
    .step img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    
    .step h3 {
        font-size: 1.3rem;
    }
    
    .step p {
        font-size: 0.95rem;
    }
    
    /* Features and content mobile */
    .why-unicorns-finder {
        padding: 60px 20px;
        margin: 40px 0;
    }
    
    .content-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .text-and-features h2 {
        font-size: 2rem;
    }
    
    .text-and-features p {
        font-size: 1rem;
    }
    
    .features-list li {
        font-size: 0.95rem;
        margin-bottom: 15px;
    }
    
    .join-button {
        padding: 16px 35px;
        font-size: 1rem;
    }
    
    .why-image {
        text-align: center;
        max-width: 100%;
    }
    
    .whats-a-unicorn-in-dating {
        padding: 60px 20px;
    }
    
    .section-main-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .unicorn-content-row {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 60px;
    }
    
    .unicorn-content-row.reverse {
        direction: ltr;
    }
    
    .unicorn-image {
        width: 100%;
    }
    
    .placeholder-image {
        height: 300px;
        padding: 3rem;
    }
    
    .placeholder-image span {
        font-size: 80px;
    }
    
    .placeholder-image p {
        font-size: 1rem;
    }
    
    .unicorn-text h3 {
        font-size: 2rem;
        text-align: left;
    }
    
    .unicorn-text p {
        text-align: left;
        font-size: 1rem;
    }
    
    /* App download mobile */
    .app-download-section {
        padding: 60px 20px;
    }
    
    .app-info h2 {
        font-size: 2rem;
    }
    
    .app-info p {
        font-size: 1.1rem;
    }
    
    .member-count {
        font-size: 1.5rem;
    }
    
    .app-buttons {
        flex-direction: column;
        gap: 20px;
    }
    
    /* Testimonials mobile */
    .testimonials {
        padding: 60px 20px;
    }
    
    .testimonials h2 {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .testimonials blockquote {
        font-size: 1rem;
        padding: 30px;
        margin: 2rem auto;
    }
    
    .testimonials cite {
        font-size: 0.95rem;
    }
    
    /* Sign-up steps */
    .signup-steps {
        flex-direction: column;
    }
    
    .signup-step {
        flex-basis: 90%;
    }
    
    /* Footer mobile */
    footer {
        position: relative;
        bottom: auto;
        width: 100%;
        padding: 1rem 0;
        margin-top: 50px;
        font-size: 0.75rem;
        text-align: center;
    }
    
    .footer-quick-links ul {
        flex-direction: column;
        gap: 0.8rem;
        margin-bottom: 1.5rem;
    }
    
    .footer-links ul {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
}

/* Small mobile devices */
@media screen and (max-width: 480px) {
    header {
        padding: 0.5rem;
    }
    
    .logo-text {
        font-size: 1.1rem;
        font-weight: 700;
    }
    
    .header-buttons {
        gap: 0.3rem;
    }
    
    .cta_signup, .cta_signin {
        padding: 0.45rem 0.7rem;
        font-size: 0.8rem;
    }
    
    .hero h1 {
        font-size: 1.8rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .join-now-btn {
        padding: 14px 25px;
        font-size: 0.95rem;
    }
    
    .btn-icon {
        font-size: 20px;
    }
    
    .how-it-works h2 {
        font-size: 1.8rem;
    }
    
    .step h3 {
        font-size: 1.2rem;
    }
    
    .step p {
        font-size: 0.9rem;
    }
    
    .app-store-btn img {
        height: 45px;
        width: auto;
    }
    
    .google-play-btn img {
        height: 55px;
        width: auto;
    }
    
    .text-and-features h2 {
        font-size: 1.8rem;
    }
    
    .section-main-title {
        font-size: 1.8rem;
    }
    
    .unicorn-text h3 {
        font-size: 1.6rem;
    }
    
    .testimonials h2 {
        font-size: 1.8rem;
    }
    
    .app-info h2 {
        font-size: 1.8rem;
    }
    
    .member-count {
        font-size: 1.3rem;
    }
    
    .mobile-nav-toggle {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
} 