/* General Body Styles */
body {
    font-family: 'Zen Maru Gothic', sans-serif;
    margin: 0;
    background-color:#E8E8E8;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
}

.page-wrapper {
    width: 100%;       
    max-width: 440px;  
    margin: 0 auto;   
    background-color: #FFFFFF;
}


/* Reusable Components & Utility Classes */
.section-container {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 30px 15px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 24px;
}

.tag {
    display: inline-block;
    color: #FFFFFF;
    font-family: 'AB-kirigirisu', sans-serif;
    font-size: 16px;
    line-height: 1;
    margin: 5px
}

h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

.section-text {
    text-align: left;
    width: 100%;
    margin: 24px 0;
}

.section-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 40px;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid #000000;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 700;
    box-sizing: border-box;
}

.arrow-icon {
    width: 15px;
    height: 15px;
    background-color: #FFFFFF;
    clip-path: polygon(0 10%, 50% 50%, 0 90%);
}

.section-button:hover .arrow-icon,
.cta-button:hover .arrow-icon {
    transform: translateX(5px);
    transition: 0.5s;
}

.top-image,.bottom-image {
    display: block;
    width: 100%; 
    height: auto; 
    margin: 0;
}

/* Header & Hero Section */



.hero {
    padding: 48px 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
}

.hero-content h1 {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 32px 0;
}

.hero-logo {
    width: 164px;
    height: 150px;
    margin-bottom: 32px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
    height: 40px;
    padding: 8px 20px;
    border-radius: 50px;
    border: 1px solid #000000;
    background-color: #E66CA4;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-sizing: border-box;
}

.cta-button .arrow-icon {
    margin-left: 10px;
}

.social-proof {
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    max-width: 298px;
    box-sizing: border-box;
    margin: 0 auto;
}

.social-header {
    background-color: #E66CA4;
    color: #FFFFFF;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.social-header p {
    margin: 0;
    font-family: 'AB-kirigirisu', sans-serif;
    font-size: 16px;
}

.social-links {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.social-link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.social-link-item img {
    display: block;
    width: 100px;
}

.social-link-item a:hover {
    opacity: 60%;
    transition: 0.5s;
}

.social-link-item p {
    margin: 0;
}

.social-icon-placeholder, .social-icon-placeholder-x {
    width: 100px;
    height: 50px;
}

/* Brand Section */
.brand-section { background-color: #F1C45D;  padding: 15px;}
.brand-tag { background-color: #F1C45D; }
.brand-logo { width: 139px; height: 127px; margin-bottom: 24px; }
.brand-subtitle { font-size: 18px; font-weight: 700; margin: 0; }
.brand-button { background-color: #F1C45D; }

/* About Section */
.about-section { background-color: #36B276; padding: 15px;}
.about-tag { background-color: #36B276; }
.section-image { width: 100%; height: auto; margin-bottom: 10px; }
.features-header {
    border-bottom: 2px solid #36B276;
    padding-bottom: 5px;
    margin: 0px 0px 24px 0px;
}
.features-header h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}
.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
    text-align: left;
    margin: 0px 0px 24px;
}
.feature-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.feature-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.feature-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    font-family: 'AB-kirigirisu', sans-serif;
    font-size: 24px;
    flex-shrink: 0;
    letter-spacing: -5px;
    padding: 1px 5px 3px 0px;
}
.about-number { background-color: #36B276; }
.feature-title h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.feature-item p {
    margin: 0;
    font-size: 16px;
}
.about-button { background-color: #36B276; }

/* Products Section */
.products-section { background-color: #E66CA4; padding: 15px;}
.products-tag { background-color: #E66CA4;}
.product-card, .product-card-placeholder {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}

.product-card img:hover {
    opacity: 0.8;
    transition: 0.5s;
}

.product-title {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    text-align: left;
}
.product-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #E66CA4;
    flex-shrink: 0;
}
.product-title h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}
.product-image {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #000000;
}
.product-button {
    background-color: #E66CA4;
}
.product-button .button-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}
.product-button small {
    font-size: 14px;
    font-weight: 700;
}
.product-card-placeholder {
    justify-content: center;
    height: 250px;
}
.coming-soon {
    font-size: 16px;
}

/* How To Section */
.howto-section { background-color: #0686C0; padding: 15px;}
.howto-tag { background-color: #0686C0; }

/* Footer */
footer {
    padding: 40px 0px 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footer-link {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}
.copyright {
    font-size: 14px;
    margin: 0;
}
