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

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #000000;
    overflow-x: hidden;
    position: relative;
    width: 100%;
    min-height: 100vh;
}

/* Header Styles */
.header {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    height: 68px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-content {
    position: relative;
    height: 100%;
    max-width: 375px;
    margin: 0 auto;
    width: 100%;
}

.logo-container {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.logo-icon {
    position: absolute;
    left: 21px;
    top: 22px;
    width: 26px;
    height: 26px;
}

.logo-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.logo-icon-img {
    position: absolute;
    left: 7px;
    top: 8px;
    width: 11.465px;
    height: 10.532px;
}

.logo-text {
    position: absolute;
    left: 54px;
    top: 21px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #e60075;
    line-height: 1.5;
    letter-spacing: -0.2px;
    white-space: nowrap;
    width: 68px;
    height: 30px;
}

.btn-get-started {
    position: absolute;
    right: 27px;
    top: 20px;
    background: linear-gradient(to right, #e60075, #f85a9c);
    border: none;
    border-radius: 14px;
    height: 28px;
    width: 94px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: opacity 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive adjustments for larger screens */
@media (min-width: 376px) {
    .header-content {
        max-width: 100%;
        padding: 0 21px;
    }
    
    .logo-icon {
        left: 21px;
    }
    
    .logo-text {
        left: 54px;
    }
    
    .btn-get-started {
        right: 27px;
    }
}

.btn-get-started:hover {
    opacity: 0.9;
}

/* Hero Section */
.hero {
    position: relative;
    padding: 26px 0 0;
    max-width: 375px;
    margin: 0 auto;
    text-align: center;
}

.hero-image-container {
    position: relative;
    width: 260px;
    height: 260px;
    margin: 0 auto 32px;
}

.hero-bg-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-image {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 244px;
    height: 244px;
    border-radius: 122px;
    object-fit: cover;
    object-position: 50% 50%;
}

.hero-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.15;
    background: linear-gradient(to right, #e60075, #e9005c 50%, #e9005c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero-description {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.52;
    color: #000000;
    max-width: 309px;
    margin: 0 auto 24px;
    letter-spacing: 0.32px;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.btn-primary {
    background: linear-gradient(to right, #f85a9c, #e60075 50%, #ed0042);
    border: none;
    border-radius: 14px;
    height: 28px;
    width: 210px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.15);
    transition: opacity 0.2s;
    white-space: nowrap;
}

.btn-primary:hover {
    opacity: 0.9;
}

.btn-icon {
    width: 11.465px;
    height: 10.532px;
}

.btn-secondary {
    border: 1px solid #e60075;
    background: transparent;
    border-radius: 14px;
    height: 28px;
    width: 210px;
    color: #e60075;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.btn-secondary:hover {
    background-color: #e60075;
    color: #ffffff;
}

.hero-divider {
    width: 343px;
    height: 53px;
    margin: 27px auto 37px;
    overflow: hidden;
    position: relative;
}

.divider-image {
    width: 100%;
    height: 894.34%;
    position: absolute;
    top: -175.47%;
    left: 0;
    object-fit: cover;
}

/* How It Works Section */
.how-it-works {
    position: relative;
    padding: 36px 0 40px;
    max-width: 375px;
    margin: 0 auto;
    text-align: center;
}

.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffeff7;
    z-index: -1;
}

.section-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.15;
    background: linear-gradient(to right, #e60075, #e9005c 50%, #e9005c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

.section-description {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.52;
    color: #000000;
    max-width: 311px;
    margin: 0 auto 40px;
    letter-spacing: 0.28px;
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 32px 40px;
}

.step-card {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    padding: 40px 20px;
    max-width: 311px;
    margin: 0 auto;
}

.step-icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto 24px;
}

.step-icon-bg {
    position: absolute;
    inset: -4% -8% -12% -8%;
    width: calc(100% + 16%);
    height: calc(100% + 16%);
}

.step-icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.step-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.52;
    color: #000000;
    margin-bottom: 16px;
    letter-spacing: -0.2px;
}

.step-description {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.52;
    color: #000000;
    letter-spacing: 0.28px;
    max-width: 267px;
    margin: 0 auto;
}

/* Pricing Section */
.pricing {
    position: relative;
    padding: 60px 0 60px;
    max-width: 375px;
    margin: 0 auto;
    text-align: center;
}

.pricing .section-title {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
}

.pricing-card {
    background-color: #ffffff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.22);
    max-width: 323px;
    margin: 0 auto;
    overflow: hidden;
}

.pricing-header {
    background-color: #e60075;
    height: 82px;
    padding: 20px;
    color: #ffffff;
    border-radius: 16px 16px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pricing-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.15;
    margin-bottom: 12px;
}

.pricing-price {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.15;
}

.pricing-body {
    padding: 20px 25px 20px;
    background-color: #ffffff;
}

.pricing-tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 20px;
}

.tagline-icon {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
}

.tagline-text {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.15;
    color: #000000;
    text-align: center;
}

.pricing-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.pricing-feature-item {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.feature-check {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.feature-title {
    margin-top: 3px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.15;
    color: #000000;
    text-align: left;
}

.feature-description {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 10px;
    text-align: left;
    line-height: 1.15;
    color: #000000;
}

.pricing-card .btn-secondary {
    margin: 0 auto;
    display: block;
}

/* Footer */
.footer {
    padding: 40px 20px 60px;
    max-width: 375px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-link {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.15;
    color: rgba(0, 0, 0, 0.64);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-link:first-child {
    color: #e60075;
}

.footer-link:hover {
    color: #e60075;
}

.footer-link-active {
    color: #e60075 !important;
    font-weight: 600;
}

.footer-copyright {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.15;
    color: rgba(0, 0, 0, 0.64);
    max-width: 302px;
    margin: 0 auto;
}

.footer-copyright em {
    font-style: italic;
}

/* Responsive adjustments */
@media (min-width: 376px) {
    .header-content,
    .hero,
    .how-it-works,
    .pricing,
    .footer {
        max-width: 100%;
    }
}

