:root {
--soft-black: #121212;
--light-gray: #f5f5f5;
--hot-pink: #FF1493;
--pink-accent: #FF69B4;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: 'Inter', sans-serif;
color: var(--soft-black);
background-color: var(--light-gray);
line-height: 1.6;
}

h1, h2, h3, h4 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
letter-spacing: 0.05em;
}

.container {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding: 0 1rem;
}

/* Header */
header {
padding: 1.5rem 0;
background-color: white;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
position: fixed;
width: 100%;
top: 0;
z-index: 100;
}

.nav-container {
display: flex;
justify-content: space-between;
align-items: center;
}

.logo {
font-size: 1.5rem;
font-weight: 700;
color: var(--soft-black);
}

.nav-links {
display: flex;
list-style: none;
gap: 2rem;
}

.nav-links a {
text-decoration: none;
color: var(--soft-black);
font-weight: 500;
transition: color 0.3s;
}

.nav-links a:hover {
color: var(--hot-pink);
}

/* Hero Section */
.hero {
padding: 8rem 0 5rem;
min-height: 100vh;
background: linear-gradient(135deg, white, var(--light-gray));
}

.hero-flex-container {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}

.hero-content {
display: flex;
flex-direction: column;
align-items: flex-start;
width: 45%;
}

.hero-headline {
font-size: 3.5rem;
line-height: 1.2;
margin-bottom: 1rem;
}

.hero-subhead {
font-size: 1.5rem;
font-weight: 300;
margin-bottom: 2rem;
color: #444;
}

.cta-buttons {
display: flex;
gap: 1rem;
margin: 2rem 0;
}

.app-store-badge, .play-store-badge {
height: 50px;
cursor: pointer;
transition: transform 0.3s, filter 0.3s;
}

.app-store-badge:hover, .play-store-badge:hover {
transform: translateY(-5px);
filter: drop-shadow(0 5px 15px rgba(0,0,0,0.1));
}



/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
/* cyrillic */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://fonts.gstatic.com/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.hero-visual {
width: 45%;
position: relative;
}

/* App Carousel Styles */
.app-carousel {
width: 100%;
position: relative;
}

.carousel-container {
position: relative;
width: 100%;
max-width: 400px;
margin: 0 auto;
overflow: hidden;
}

.carousel-slide {
display: none;
width: 100%;
}

.carousel-slide.active {
display: block;
animation: fadeEffect 1.5s;
}

@keyframes fadeEffect {
from {opacity: 0.7;}
to {opacity: 1;}
}

.carousel-nav {
display: flex;
justify-content: center;
margin-top: 20px;
gap: 8px;
}

.carousel-dot {
cursor: pointer;
height: 12px;
width: 12px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.3s ease;
}

.carousel-dot.active, .carousel-dot:hover {
background-color: var(--hot-pink);
}

.phone-mockup {
width: 100%;
max-width: 400px;
margin: 0 auto;
display: block;
transform: perspective(1000px) rotateY(-15deg);
box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
border-radius: 30px;
overflow: hidden;
}

/* Features Section */
.features {
padding: 5rem 0;
background-color: white;
}

.section-title {
text-align: center;
font-size: 2.5rem;
margin-bottom: 3rem;
position: relative;
}

.section-title:after {
content: '';
position: absolute;
width: 80px;
height: 4px;
background: var(--hot-pink);
bottom: -10px;
left: 50%;
transform: translateX(-50%);
}

.features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2rem;
max-width: 900px;
margin: 0 auto;
text-align: center;
}

.feature-card {
background: white;
border-radius: 12px;
padding: 2rem 1.5rem;
transition: transform 0.3s, box-shadow 0.3s;
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
}

.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.feature-icon {
width: 70px;
height: 70px;
background: var(--light-gray);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
}

.feature-icon img {
width: auto;
height: auto;
max-width: 40px;
max-height: 40px;
object-fit: contain;
}

.feature-title {
font-size: 1.25rem;
margin-bottom: 1rem;
}

.feature-desc {
color: #666;
font-size: 0.95rem;
line-height: 1.5;
}

/* Swipe Preview */
.swipe-preview {
margin: 4rem 0;
overflow: hidden;
}

.swipe-container {
display: flex;
width: 100%;
overflow-x: auto;
scroll-snap-type: x mandatory;
gap: 1rem;
padding: 1rem 0;
scrollbar-width: none;
}

.swipe-container::-webkit-scrollbar {
display: none;
}

.swipe-card {
flex: 0 0 280px;
height: 400px;
background-size: cover;
background-position: center;
border-radius: 12px;
scroll-snap-align: start;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
position: relative;
overflow: hidden;
}

.swipe-info {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
color: white;
padding: 1.5rem;
}

.swipe-name {
font-weight: 700;
font-size: 1.2rem;
margin-bottom: 0.5rem;
}

.swipe-tag {
font-size: 0.85rem;
opacity: 0.8;
}

/* How It Works */
.how-it-works {
padding: 5rem 0;
background-color: var(--light-gray);
}

.steps-container {
display: flex;
justify-content: space-between;
margin-top: 4rem;
}

.step-card {
flex-basis: 30%;
text-align: center;
padding: 2rem;
background: white;
border-radius: 12px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
position: relative;
}

.step-number {
position: absolute;
top: -20px;
left: 50%;
transform: translateX(-50%);
width: 40px;
height: 40px;
background: var(--hot-pink);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
}

.step-icon {
width: 80px;
height: 80px;
margin: 1rem auto 2rem;
display: flex;
align-items: center;
justify-content: center;
}

.step-icon img {
width: 40px;
height: 40px;
}

.step-title {
margin-bottom: 1rem;
}

/* Testimonials */
.testimonials {
padding: 5rem 0;
background-color: white;
position: relative;
}

.testimonial-container {
position: relative;
max-width: 800px;
margin: 0 auto;
overflow: hidden;
}

.testimonial-slide {
padding: 2rem;
text-align: center;
}

.testimonial-avatar {
width: 80px;
height: 80px;
border-radius: 50%;
margin: 0 auto 1.5rem;
object-fit: cover;
border: 3px solid var(--hot-pink);
}

.testimonial-quote {
font-size: 1.1rem;
font-style: italic;
margin-bottom: 1.5rem;
position: relative;
}

.testimonial-quote:before,
.testimonial-quote:after {
content: '"';
font-size: 2rem;
color: var(--hot-pink);
position: absolute;
}

.testimonial-quote:before {
left: -15px;
top: -10px;
}

.testimonial-quote:after {
right: -15px;
bottom: -10px;
}

.testimonial-name {
font-weight: 700;
margin-bottom: 0.5rem;
}

.testimonial-handle {
color: #777;
margin-bottom: 1rem;
}

.star-rating {
color: var(--hot-pink);
margin-bottom: 1rem;
}

.dots {
display: flex;
justify-content: center;
margin-top: 2rem;
gap: 0.5rem;
}

.dot {
width: 12px;
height: 12px;
background: #ddd;
border-radius: 50%;
cursor: pointer;
transition: background 1s;
}

.dot.active {
background: var(--hot-pink);
}

/* Download CTA */
.download-cta {
padding: 5rem 0;
background: linear-gradient(45deg, var(--soft-black), #333);
color: white;
text-align: center;
}

.cta-headline {
font-size: 3rem;
margin-bottom: 2rem;
}

.cta-subhead {
font-size: 1.2rem;
max-width: 600px;
margin: 0 auto 3rem;
opacity: 0.8;
}

.qr-code {
width: 150px;
height: 150px;
background: white;
margin: 0 auto 2rem;
padding: 10px;
border-radius: 10px;
}

.download-buttons {
display: flex;
justify-content: center;
gap: 1.5rem;
margin-top: 2rem;
}

.download-btn {
padding: 1rem 2rem;
background: transparent;
border: 2px solid var(--hot-pink);
color: var(--hot-pink);
font-family: 'Montserrat', sans-serif;
font-weight: 700;
border-radius: 30px;
cursor: pointer;
transition: all 0.3s;
text-transform: uppercase;
letter-spacing: 0.1em;
}

.download-btn:hover {
background: var(--hot-pink);
color: var(--soft-black);
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.download-btn.emerald {
border-color: var(--pink-accent);
color: var(--pink-accent);
}

.download-btn.emerald:hover {
background: var(--pink-accent);
color: white;
}

/* Footer */
footer {
background: var(--soft-black);
color: var(--light-gray);
padding: 5rem 0 2rem;
}

.footer-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 3rem;
margin-bottom: 3rem;
}

.footer-col h4 {
margin-bottom: 1.5rem;
font-size: 1.2rem;
position: relative;
}

.footer-col h4:after {
content: '';
position: absolute;
width: 40px;
height: 3px;
background: var(--hot-pink);
bottom: -10px;
left: 0;
}

.newsletter-input {
display: flex;
margin-top: 1.5rem;
}

.email-input {
padding: 0.75rem 1rem;
border: none;
background: rgba(255,255,255,0.1);
color: white;
border-radius: 4px 0 0 4px;
flex-grow: 1;
}

.submit-btn {
padding: 0.75rem 1rem;
background: var(--hot-pink);
color: var(--soft-black);
border: none;
border-radius: 0 4px 4px 0;
cursor: pointer;
transition: background 0.3s;
}

.submit-btn:hover {
background: white;
}

.social-icons {
display: flex;
gap: 1rem;
margin-top: 1.5rem;
}

.social-icon {
width: 40px;
height: 40px;
background: rgba(255,255,255,0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s;
}

.social-icon:hover {
background: var(--hot-pink);
transform: translateY(-5px);
}

.social-icon img {
width: 18px;
height: 18px;
}

.footer-links {
list-style: none;
}

.footer-links li {
margin-bottom: 0.75rem;
}

.footer-links a {
color: var(--light-gray);
text-decoration: none;
transition: color 0.3s;
}

.footer-links a:hover {
color: var(--hot-pink);
}

.copyright {
text-align: center;
padding-top: 2rem;
border-top: 1px solid rgba(255,255,255,0.1);
font-size: 0.9rem;
opacity: 0.7;
}

/* Animation Classes */
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}

.animate {
opacity: 0;
animation: fadeIn 0.8s forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }

/* Media Queries */
@media (max-width: 992px) {
.hero-flex-container {
    flex-direction: column;
}

.hero-content, .hero-visual {
    width: 100%;
    margin-bottom: 3rem;
}

.features-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    max-width: 100%;
}

.steps-container {
    flex-direction: column;
    gap: 3rem;
}

.step-card {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {
.nav-links {
    display: none;
}

.hero-headline {
    font-size: 2.5rem;
}

.section-title {
    font-size: 2rem;
}

.cta-headline {
    font-size: 2.2rem;
}
}

.logo-bar-wrapper {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.logo-track {
display: flex;
width: max-content;
animation: scroll-left 40s linear infinite;
}

.logo-bar {
display: flex;
gap: 80px; /* Space between logos */
align-items: center;
}



.logo-bar img {
height: 50px;
width: auto;
object-fit: contain;
filter: grayscale(100%);
transition: filter 0.3s ease;
}

.logo-bar img:hover {
filter: grayscale(0%);
}

@keyframes scroll-left {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-50%);
}
}



/* Responsive adjustments */
@media (max-width: 600px) {
.logo-bar {
    gap: 40px;
}

.logo-bar.dupe {
margin-left: 80px;
}
    
.logo-bar img {
    height: 40px;
}

.logo-track {
    animation-duration: 35s; /* Or whatever feels right */
}
}
