/* Font Face Declarations */
@font-face {
    font-family: 'Croogla';
    src: url('../fonts/Croogla4F.woff2') format('woff2'),
         url('../fonts/Croogla4F.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avenir W01";
    src:
        url("https://s3.ca-central-1.amazonaws.com/logojoy/dist/fonts/57bf7902-79ee-4b31-a327-1bbf59a3d155.eot?#iefix") format("eot"),
        url("https://s3.ca-central-1.amazonaws.com/logojoy/dist/fonts/b290e775-e0f9-4980-914b-a4c32a5e3e36.woff2") format("woff2"),
        url("https://s3.ca-central-1.amazonaws.com/logojoy/dist/fonts/4b978f72-bb48-46c3-909a-2a8cd2f8819c.woff") format("woff"),
        url("https://s3.ca-central-1.amazonaws.com/logojoy/dist/fonts/9bdf0737-f98c-477a-9365-ffc41b9d1285.ttf") format("truetype"),
        url("https://s3.ca-central-1.amazonaws.com/logojoy/dist/fonts/15281d0d-e3c2-46e1-94db-cb681e00bfaa.svg#15281d0d-e3c2-46e1-94db-cb681e00bfaa") format("svg");
    font-weight: 400;
    font-style: normal;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Avenir W01', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

h1, .hero-title {
    font-family: 'Croogla', sans-serif;
    font-weight: bold;
}

h2, h3, h4, h5, h6,
.nav-logo,
.nav-links a,
.btn-primary,
.btn-secondary,
.currency,
.amount,
.step h3,
.faq-question h3,
.pricing-header h3,
.footer-section h4 {
    font-family: 'Avenir W01', sans-serif;
    font-weight: 400;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-family: 'Croogla', sans-serif;
    font-weight: bold;
    color: #175579;
}

.logo-img {
    width: 132px;
    height: 40px;
    object-fit: contain;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-family: 'Avenir W01', sans-serif;
    font-weight: bold;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #175579;
}

.nav-cta button {
    background: #0f3d5a;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-family: 'Avenir W01', sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-cta button:hover {
    background: #0f3d5a;
    transform: translateY(-2px);
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, #0f3d5a, #0f3d5a);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-family: 'Avenir W01', sans-serif;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(23, 85, 121, 0.3);
}

.btn-secondary {
    background: transparent;
    color: #175579;
    border: 2px solid #175579;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-family: 'Avenir W01', sans-serif;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-secondary:hover {
    background: #175579;
    color: white;
    transform: translateY(-2px);
}

.btn-large {
    padding: 1.25rem 2.5rem;
    font-size: 1.1rem;
}

.btn-full {
    width: 100%;
    margin-top: 1rem;
}

/* Hero Section */
.hero {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-title {
    font-size: 3.5rem;
    font-family: 'Croogla', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1e293b;
}

.highlight {
    background: linear-gradient(135deg, #30a1f2, #30a1f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-family: 'Avenir W01', sans-serif;
    color: #64748b;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-privacy-note {
    font-family: 'Avenir W01', sans-serif;
    font-size: 1rem;
    color: #8ca0b3;
    margin-bottom: 2rem;
    margin-top: -1rem;
    letter-spacing: 0.01em;
}

.hero-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-family: 'Croogla', sans-serif;
    font-weight: bold;
    color: #175579;
}

.stat-label {
    font-size: 0.9rem;
    font-family: 'Avenir W01', sans-serif;
    color: #64748b;
    font-weight: 500;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Walking Animation */
.walking-animation {
    position: relative;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.person {
    position: relative;
    width: 60px;
    height: 120px;
    animation: walk 2s infinite ease-in-out;
}

.head {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: #175579;
    border-radius: 50%;
}

.body {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 50px;
    background: #175579;
    border-radius: 10px;
}

.legs {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
}

.leg {
    position: absolute;
    width: 8px;
    height: 40px;
    background: #175579;
    border-radius: 4px;
    bottom: 0;
}

.leg.left {
    left: 8px;
    animation: leftLeg 2s infinite ease-in-out;
}

.leg.right {
    right: 8px;
    animation: rightLeg 2s infinite ease-in-out;
}

.arms {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 30px;
}

.arm {
    position: absolute;
    width: 6px;
    height: 30px;
    background: #175579;
    border-radius: 3px;
}

.arm.left {
    left: 0;
    animation: leftArm 2s infinite ease-in-out;
}

.arm.right {
    right: 0;
    animation: rightArm 2s infinite ease-in-out;
}

.footsteps {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 20px;
}

.footstep {
    position: absolute;
    width: 20px;
    height: 8px;
    background: #175579;
    border-radius: 50%;
    opacity: 0.3;
    animation: footsteps 2s infinite ease-in-out;
}

.footstep:nth-child(1) { left: 0; animation-delay: 0s; }
.footstep:nth-child(2) { left: 50px; animation-delay: 0.5s; }
.footstep:nth-child(3) { left: 100px; animation-delay: 1s; }
.footstep:nth-child(4) { left: 150px; animation-delay: 1.5s; }

/* Animations */
@keyframes walk {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes leftLeg {
    0%, 100% { transform: rotate(-20deg); }
    50% { transform: rotate(20deg); }
}

@keyframes rightLeg {
    0%, 100% { transform: rotate(20deg); }
    50% { transform: rotate(-20deg); }
}

@keyframes leftArm {
    0%, 100% { transform: rotate(20deg); }
    50% { transform: rotate(-20deg); }
}

@keyframes rightArm {
    0%, 100% { transform: rotate(-20deg); }
    50% { transform: rotate(20deg); }
}

@keyframes footsteps {
    0% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 0.6; transform: scale(1); }
    100% { opacity: 0; transform: scale(0.5); }
}

/* Section Styles */
.section-title {
    font-size: 2.5rem;
    font-family: 'Avenir W01', sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
    color: #1e293b;
}

.section-subtitle {
    font-size: 1.1rem;
    font-family: 'Avenir W01', sans-serif;
    text-align: center;
    color: #64748b;
    margin-bottom: 3rem;
}

/* How It Works Section */
.how-it-works {
    padding: 80px 0;
    background: white;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.step {
    text-align: center;
    padding: 2rem;
    border-radius: 16px;
    background: #f8fafc;
    transition: all 0.3s ease;
}

.step:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #175579, #0f3d5a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.step-icon i {
    font-size: 2rem;
    color: white;
}

.step h3 {
    font-size: 1.25rem;
    font-family: 'Avenir W01', sans-serif;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #1e293b;
}

.step p {
    font-family: 'Avenir W01', sans-serif;
    color: #64748b;
    line-height: 1.6;
}

/* Milestones Section */
.milestones {
    padding: 80px 0;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}

.milestone-map {
    margin-top: 3rem;
    overflow-x: auto;
}

.milestone-track {
    display: flex;
    gap: 1rem;
    padding: 2rem 0;
    min-width: max-content;
}

.milestone {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 120px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.milestone:hover {
    transform: scale(1.05);
}

.milestone-dot {
    width: 60px;
    height: 60px;
    background: #e2e8f0;
    border: 4px solid #cbd5e1;
    border-radius: 50%;
    margin-bottom: 1rem;
    position: relative;
    transition: all 0.3s ease;
}

.milestone.active .milestone-dot {
    background: linear-gradient(135deg, #175579, #0f3d5a);
    border-color: #175579;
    box-shadow: 0 0 20px rgba(23, 85, 121, 0.3);
}

.milestone.completed .milestone-dot {
    background: #10b981;
    border-color: #10b981;
}

.milestone.completed .milestone-dot::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
}

.milestone-label {
    font-size: 0.9rem;
    font-family: 'Croogla', sans-serif;
    font-weight: bold;
    color: #64748b;
    margin-bottom: 0.5rem;
}

.milestone-title {
    font-size: 0.8rem;
    font-family: 'Avenir W01', sans-serif;
    color: #94a3b8;
    font-weight: normal;
}

/* Connect lines between milestones */
.milestone:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -0.5rem;
    width: 1rem;
    height: 2px;
    background: #cbd5e1;
}

.milestone.completed:not(:last-child)::after {
    background: #10b981;
}

/* Pricing Section */
.pricing {
    padding: 80px 0;
    background: white;
}

.pricing-card {
    max-width: 500px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    text-align: center;
}

.pricing-header h3 {
    font-size: 1.5rem;
    font-family: 'Croogla', sans-serif;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #1e293b;
}

.price {
    margin-bottom: 2rem;
}

.currency {
    font-size: 1.5rem;
    font-family: 'Croogla', sans-serif;
    font-weight: bold;
    color: #175579;
}

.amount {
    font-size: 4rem;
    font-family: 'Croogla', sans-serif;
    font-weight: bold;
    color: #175579;
}

.period {
    font-size: 1rem;
    font-family: 'Avenir W01', sans-serif;
    color: #64748b;
    font-weight: normal;
}

.pricing-features {
    margin-bottom: 2rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    text-align: left;
}

.feature i {
    color: #10b981;
    font-size: 1.1rem;
}

.feature span {
    font-family: 'Avenir W01', sans-serif;
    color: #64748b;
    font-weight: normal;
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: #f8fafc;
}

.faq-grid {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.faq-question {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: #f8fafc;
}

.faq-question h3 {
    font-size: 1.1rem;
    font-family: 'Avenir W01', sans-serif;
    font-weight: bold;
    color: #1e293b;
}

.faq-question i {
    color: #64748b;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 1rem 1.5rem 1.5rem;
    max-height: 200px;
}

.faq-answer p {
    font-family: 'Avenir W01', sans-serif;
    color: #64748b;
    line-height: 1.6;
}

/* Contact Section */
.contact {
    padding: 80px 0;
    background: linear-gradient(135deg, #175579, #0f3d5a);
    color: white;
    text-align: center;
}

.contact .section-title,
.contact .section-subtitle {
    color: white;
}

.contact-form {
    max-width: 500px;
    margin: 0 auto;
}

.form-group {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.form-input {
    flex: 1;
    padding: 1rem 1.5rem;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    outline: none;
}

.form-input::placeholder {
    color: #94a3b8;
}

/* Footer */
.footer {
    background: #1e293b;
    color: white;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    font-family: 'Croogla', sans-serif;
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer-logo .logo-img {
    width: 132px;
    height: 40px;
    object-fit: contain;
}

.footer-section h4 {
    font-size: 1.1rem;
    font-family: 'Avenir W01', sans-serif;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.footer-section a {
    display: block;
    color: #cbd5e1;
    text-decoration: none;
    margin-bottom: 0.5rem;
    font-family: 'Avenir W01', sans-serif;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #175579;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #334155;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #175579;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 2rem;
    text-align: center;
    color: #94a3b8;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-logo .logo-img {
        width: 28px;
        height: 28px;
    }
    
    .nav-links {
        display: none;
    }
    
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-stats {
        justify-content: center;
    }
    
    .hero-cta {
        justify-content: center;
    }
    
    .steps-grid {
        grid-template-columns: 1fr;
    }
    
    .milestone-track {
        padding: 1rem 0;
    }
    
    .milestone {
        min-width: 100px;
    }
    
    .form-group {
        flex-direction: column;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 480px) {
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .pricing-card {
        padding: 2rem;
    }
    
    .amount {
        font-size: 3rem;
    }
}

@media (max-width: 600px) {
    .nav-logo .logo-img {
        width: 134px;
        height: 39px;
    }
}

.stripe-dummy-widget {
    margin: 2rem auto 0 auto;
    max-width: 400px;
    background: #f1f5f9;
    border: 2px dashed #175579;
    color: #175579;
    font-family: 'Avenir W01', sans-serif;
    font-size: 1.1rem;
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 16px;
    opacity: 0.85;
    letter-spacing: 0.01em;
} 