@charset "UTF-8";
/* CSS Document */
/* Services Pages Common Styles - 株式会社TORITSU */

/* ========================================
   SERVICES HERO SECTIONS
======================================== */

/* Main Services Hero */
.services-hero {
    padding: 8rem 0 5rem;
    background: linear-gradient(135deg, #2F1B14 0%, #1a1a1a 100%);
    color: #fff;
    text-align: center;
}

.services-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.services-hero-description {
    font-size: 1rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
    opacity: 0.9;
}

/* Individual Service Hero Sections */
.service-hero {
    padding: 8rem 0 5rem;
    color: #fff;
    text-align: center;
}

.pets-hero {
    background: linear-gradient(135deg, #2E7D32 0%, #388E3C 100%);
}

.compost-hero {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
}

.zoo-hero {
    background: linear-gradient(135deg, #1565C0 0%, #1976D2 100%);
}

.service-hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #fff;
}

.service-hero-subtitle {
    font-size: 1.3rem;
    color: #FFD700;
    margin-bottom: 2rem;
    font-weight: normal;
}

.service-hero-description {
    font-size: 1rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
    opacity: 0.9;
}
.service-badge {
    display: inline-block;
    background: rgba(255, 215, 0, 0.2);
    color: #FFD700;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    border: 1px solid rgba(255, 215, 0, 0.5);
}

/* ========================================
   SERVICES OVERVIEW SECTION
======================================== */

.services-overview {
    padding: 5rem 0;
    background: #f5f5f5;
}

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

.service-card {
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.service-card::before {
    content: attr(data-number);
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 5rem;
    font-weight: bold;
    color: rgba(255, 215, 0, 0.15);
    line-height: 1;
    z-index: 0;
}

.service-card > * {
    position: relative;
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 3.5rem;
    color: #FFD700;
    margin-bottom: 2rem;
    text-align: center;
}

.service-card h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}

.service-subtitle {
    font-size: 1rem;
    color: #FFD700;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.service-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.service-card .btn {
    margin-top: 1rem;
}

/* ========================================
   FEATURE SECTIONS
======================================== */

.service-features,
.clean-features,
.zoo-features {
    padding: 5rem 0;
    background: #f8f8f8;
}

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

.feature-card {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    font-size: 3rem;
    color: #FFD700;
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

.feature-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.feature-card ul li {
    padding: 0.5rem 0;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    position: relative;
    padding-left: 1.5rem;
}

.feature-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFD700;
    font-weight: bold;
}

/* ========================================
   SERVICE-SPECIFIC SECTIONS
======================================== */

.compost-overview,
.problem-solution,
.natural-food,
.service-approach,
.zoo-philosophy {
    padding: 5rem 0;
    background: #fff;
}

.compost-overview h2,
.natural-food h2,
.service-approach h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #333;
}

.overview-content,
.problem-content,
.philosophy-content {
    max-width: 900px;
    margin: 0 auto;
}

.overview-content p,
.problem-content p,
.philosophy-content p {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 2rem;
}

.solution-highlight {
    background: rgba(255, 215, 0, 0.1);
    padding: 2.5rem;
    border-radius: 10px;
    margin-top: 3rem;
}

.solution-highlight p {
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
}

/* ========================================
   SERVICE CATEGORIES
======================================== */

.service-categories {
    padding: 5rem 0;
    background: #f5f5f5;
}

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

.category-card {
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.category-icon {
    font-size: 3.5rem;
    color: #FFD700;
    text-align: center;
    margin-bottom: 2rem;
}

.category-card h2 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding-left: 1.5rem;
    color: #555;
    line-height: 1.6;
}

.service-list li:last-child {
    border-bottom: none;
}

.service-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFD700;
    font-weight: bold;
}

/* ========================================
   TARGET ANIMALS
======================================== */

.target-animals {
    padding: 5rem 0;
    background: #fff;
}

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

.animal-card {
    background: #f8f8f8;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.animal-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.animal-icon {
    font-size: 3rem;
    color: #666;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
}

.animal-card:hover .animal-icon {
    color: #FFD700;
}

.animal-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: bold;
}

.animal-card p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ========================================
   PROVIDED VALUE
======================================== */

.provided-value {
    padding: 5rem 0;
    background: #f5f5f5;
}

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

.value-card {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.value-icon {
    font-size: 2.5rem;
    color: #FFD700;
    margin-bottom: 1.5rem;
}

.value-card h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: bold;
}

.value-card p {
    color: #666;
    line-height: 1.6;
    font-size: 0.9rem;
}

/* ========================================
   OUR PROMISE
======================================== */

.our-promise {
    padding: 5rem 0;
    background: #fff;
    text-align: center;
}

.promise-intro {
    font-size: 1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto 3rem;
    line-height: 1.7;
}

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

.promise-card {
    background: #f8f8f8;
    padding: 2.5rem 2rem;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promise-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.promise-icon {
    font-size: 2.5rem;
    color: #FFD700;
    margin-bottom: 1.5rem;
}

.promise-card h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: bold;
}

.promise-card p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
}

.customization-note {
    background: rgba(255, 215, 0, 0.1);
    padding: 2.5rem;
    border-radius: 10px;
    margin-top: 3rem;
    border-left: 5px solid #FFD700;
}

.customization-note p {
    color: #555;
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
}

/* ========================================
   CTA SECTIONS
======================================== */

.service-cta,
.services-cta {
    padding: 5rem 0;
    background: #2F1B14;
    color: #fff;
    text-align: center;
}

.service-cta h2,
.services-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #fff;
}

.service-cta p,
.services-cta p {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    color: #ddd;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.service-cta .btn,
.services-cta .btn {
    font-size: 1.1rem;
    padding: 1.2rem 2.5rem;
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */

@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 2.5rem;
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

@media (max-width: 768px) {
    .services-hero,
    .service-hero {
        padding: 6rem 0 4rem;
    }
    
    .services-hero-content h1,
    .service-hero-content h1 {
        font-size: 2.2rem;
    }
    
    .service-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .service-card {
        padding: 2rem 1.5rem;
    }
    
    .features-grid,
    .animals-grid,
    .value-grid,
    .promise-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .category-card {
        padding: 2.5rem 2rem;
    }
    
    .feature-card,
    .animal-card,
    .value-card,
    .promise-card {
        padding: 2rem 1.5rem;
    }
    
    .solution-highlight,
    .customization-note {
        padding: 2rem 1.5rem;
        margin: 2rem 1rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .service-cta h2,
    .services-cta h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .services-hero,
    .service-hero {
        padding: 5rem 0 3rem;
    }
    
    .services-hero-content h1,
    .service-hero-content h1 {
        font-size: 1.8rem;
    }
    
    .service-hero-subtitle {
        font-size: 1rem;
    }
    
    .service-card,
    .category-card,
    .feature-card {
        padding: 2rem 1.5rem;
    }
    
    .service-icon,
    .category-icon {
        font-size: 3rem;
    }
    
    .feature-icon {
        font-size: 2.5rem;
    }
    
    .animal-icon,
    .value-icon,
    .promise-icon {
        font-size: 2rem;
    }
    
    .solution-highlight,
    .customization-note {
        margin: 1.5rem 0.5rem;
        padding: 1.5rem;
    }
    
    .service-cta h2,
    .services-cta h2 {
        font-size: 1.8rem;
    }
}