/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #FFFFFF;
    color: #000000;
    line-height: 120%;
}

/* Main Container */
.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 92px 0px 0px;
    gap: 142px;
    width: 1440px;
    margin: 0 auto;
    background: #FFFFFF;
}

/* Header */
.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    width: 1065px;
    margin: 0 auto;
}

.logo {
    width: 57px;
    height: 30px;
    display: flex;
    align-items: center;
}

.logo a {
    display: flex;
    width: 100%;
    height: 100%;
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.nav-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
    text-decoration: none;
    transition: opacity 0.2s;
}

.nav-link:hover {
    opacity: 0.7;
}

.nav-separator {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}

.btn-login {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: #BAD976;
    box-shadow: 0px 4px 4px rgba(151, 222, 59, 0.25);
    border-radius: 24px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-login:hover {
    opacity: 0.9;
}

/* Main Content */
.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 160px;
    width: 1065px;
    margin: 0 auto;
    padding: 60px 0;
}

/* Hero Section */
.hero-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 58px;
    width: 1065px;
    padding-top: 90px;
    padding-bottom: 0;
}

.hero-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    width: 477px;
}

.hero-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 41px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000000;
}

.hero-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000000;
}

.hero-cta-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 300px;
}

.btn-cta-chrome {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    gap: 10px;
    background: #000000;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-cta-chrome:hover {
    opacity: 0.9;
}

.btn-cta-chrome span {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
}

.hero-support {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rating-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.rating-text {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #BAD976;
}

.support-text {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #757575;
}

.hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image {
    width: 416px;
    height: 428px;
    object-fit: contain;
}

/* Tagline Section */
.tagline-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 1065px;
    text-align: center;
    padding-top: 90px;
    padding-bottom: 0;
}

.tagline-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #757575;
}

.tagline-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000000;
    max-width: 700px;
}

/* How It Works Section */
.how-it-works-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    width: 1065px;
    padding-top: 90px;
    padding-bottom: 0;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.section-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 31px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000000;
}

.how-it-works-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 165px;
    width: 1065px;
}

.steps-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 602px;
}

.step-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.step-item:hover {
    transform: translateX(4px);
}

.step-number-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 21px;
}

.step-number {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.799453px;
    color: #757575;
}

.step-item.active .step-number {
    color: #000000;
}

.step-line {
    width: 2px;
    height: 40px;
    background: #757575;
    border-radius: 0px;
}

.step-item.active .step-line {
    background: #000000;
}

.step-content {
    flex: 1;
}

.step-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #757575;
}

.step-item.active .step-title {
    color: #000000;
}

.step-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #757575;
    margin-top: 8px;
}

.visual-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 480px;
    background: linear-gradient(180deg, #A9E45B 0%, #BAD976 50%, #C8E191 100%);
    border-radius: 16px;
    position: relative;
}

.how-it-works-visual {
    position: absolute;
    width: 336px;
    height: 416px;
    object-fit: contain;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.how-it-works-visual.active {
    opacity: 1;
}

/* Product Tracking Section */
.product-tracking-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    width: 1065px;
    padding-top: 90px;
    padding-bottom: 0;
}

.product-container-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-image {
    width: auto;
    height: auto;
    max-width: 450px;
    object-fit: contain;
}

.tracking-text {
    flex: 1;
    max-width: 600px;
}

.tracking-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000000;
}

/* Community Insights Section */
.community-insights-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 80px;
    width: 1065px;
    padding-top: 90px;
    padding-bottom: 0;
}

.insight-text {
    flex: 1;
    max-width: 450px;
}

.insight-tagline {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000000;
}

.insights-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 450px;
}

.insight-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
}

.insight-icon {
    font-size: 32px;
}

.insight-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #000000;
}

.insight-description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #545454;
}

.insight-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #BAD976;
    text-decoration: none;
}

.insight-link:hover {
    text-decoration: underline;
}

/* Join Them Section */
.join-them-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 1065px;
}

.pet-cards-grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    width: 100%;
    flex-wrap: nowrap;
}

.join-card {
    width: auto;
    height: auto;
    max-width: 200px;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.join-card:hover {
    transform: translateY(-4px);
}

/* Feedback Section */
.feedback-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 1065px;
    padding: 60px 0;
}

.feedback-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #000000;
    text-align: center;
    max-width: 700px;
}

.btn-feedback {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 8px;
    background: #000000;
    border-radius: 8px;
    border: none;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-feedback:hover {
    opacity: 0.9;
}

/* Footer */
.footer {
    width: 100%;
    height: 280px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(221, 236, 187, 0.8) 59.78%, #CBE398 83.65%, #BAD976 99.52%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.footer-logo {
    width: 304px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-links {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.footer-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #545454;
    text-decoration: none;
    transition: text-decoration 0.2s;
}

.footer-link:hover {
    text-decoration: underline;
}
