/* ========================================
   Home Page Specific Styles (Refactored)
   ======================================== */

/* --- Hero Section --- */
.hero-section {
    padding-top: 140px;
    padding-bottom: 110px;
    position: relative;
    background-color: #ffffff;
    text-align: center;
}

.hero-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(233, 245, 236, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 0;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.problem-flow {
    margin-top: 0;
}

.hero-tag {
    color: #1d4d32;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.95rem;
    display: inline-block;
    padding: 8px 16px;
    background: rgba(29, 77, 50, 0.06);
    border-radius: 100px;
}

.hero-quote {
    color: #6e6e73;
    font-size: 1.35rem;
    margin-bottom: 2rem;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.hero-quote strong {
    color: #1d1d1f;
    font-weight: 700;
}

.hero-title {
    font-size: 3.5rem;
    line-height: 1.25;
    margin-bottom: 2.5rem;
    letter-spacing: -0.04em;
    color: #1d1d1f;
    font-weight: 800;
    word-break: keep-all;
}

.hero-title-highlight {
    background: linear-gradient(120deg, #1d4d32 0%, #2d7a4d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.4rem;
    color: #424245;
    margin-bottom: 3.5rem;
    font-weight: 400;
    line-height: 1.6;
}

.hero-subtitle-highlight {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #1d1d1f;
}

.hero-subtitle-underline {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 10px;
    background: rgba(229, 57, 53, 0.1);
    z-index: -1;
}

.hero-trust-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 4.5rem;
    align-items: center;
}

.trust-badge {
    padding: 10px 20px;
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    font-size: 1.05rem;
    color: #1d1d1f;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.trust-badge i {
    color: #1d4d32;
    font-size: 1.1em;
}

.hero-cta-wrapper {
    margin-bottom: 2rem;
}

.btn-premium-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 22px 60px;
    font-size: 1.3rem;
    background: #1d4d32;
    color: white;
    border-radius: 100px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(29, 77, 50, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-premium-cta:hover {
    background: #153c27;
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(29, 77, 50, 0.35) !important;
}

.cta-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: 0.5s;
}

.btn-premium-cta:hover .cta-shine {
    left: 100%;
    transition: 0.6s ease-in-out;
}

.hero-rating {
    margin-top: 20px;
    font-size: 1.05rem;
    color: #86868b;
    font-weight: 500;
}

.hero-rating i {
    color: #f5a623;
    margin-right: 4px;
}

.hero-rating span {
    color: #1d1d1f;
    font-weight: 700;
}

/* --- Pain Points Section --- */
.pain-points-section {
    padding: 120px 0;
    background: #fbfbfd;
    position: relative;
    overflow: hidden;
}

.bg-decor-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.4;
}

.bg-decor-circle-1 {
    position: absolute;
    top: 10%;
    left: -5%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(29, 77, 50, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.bg-decor-circle-2 {
    position: absolute;
    bottom: 10%;
    right: -5%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(201, 169, 98, 0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.section-header-center {
    margin-bottom: 70px;
    text-align: center;
}

.section-subtitle {
    color: #6e6e73;
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.section-title-large {
    font-size: 3.2rem;
    font-weight: 800;
    color: #1d1d1f;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.text-highlight-green {
    color: #1d4d32;
    position: relative;
    display: inline-block;
}

.highlight-underline-green-svg {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    opacity: 0.3;
    z-index: -1;
}

.text-highlight-red {
    color: #e53935;
    position: relative;
    display: inline-block;
}

.pain-points-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.pain-point-card {
    background: white;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    opacity: 0;
    /* Initial state for stagger animation */
    animation-fill-mode: forwards;
}

.pain-point-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(29, 77, 50, 0.1);
}

.pain-point-icon {
    width: 56px;
    height: 56px;
    background: #e9f5ec;
    color: #1d4d32;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.pain-point-card:hover .pain-point-icon {
    background: #1d4d32;
    color: white;
    transform: scale(1.1) rotate(-5deg);
}

.pain-point-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.pain-point-desc {
    font-size: 0.95rem;
    color: #6e6e73;
    line-height: 1.6;
    margin-bottom: 0;
    flex-grow: 1;
}

.pain-point-img-overlay {
    position: absolute;
    bottom: -20px;
    right: -20px;
    opacity: 0.05;
    font-size: 8rem;
    transform: rotate(-15deg);
    pointer-events: none;
    transition: all 0.4s ease;
}

.pain-point-card:hover .pain-point-img-overlay {
    opacity: 0.1;
    transform: rotate(0) scale(1.1);
}

.cta-wrapper-center {
    text-align: center;
}

.cta-question {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 24px;
}

.cta-highlight-pink {
    position: relative;
    z-index: 1;
}

.highlight-underline-pink {
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 8px;
    background: #ffebee;
    z-index: -1;
}

.btn-outline-green {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 48px;
    background: white;
    border: 2px solid #1d4d32;
    border-radius: 100px;
    color: #1d4d32;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(29, 77, 50, 0.1);
}

.btn-outline-green:hover {
    background: #1d4d32;
    color: white;
    box-shadow: 0 12px 24px rgba(29, 77, 50, 0.2);
    transform: translateY(-2px);
}

.btn-icon-bounce {
    animation: bounce 2s infinite;
}

/* --- DIY Section --- */
.diy-section {
    padding: 120px 0;
    background: #faf8f5;
}

.diy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto 60px;
}

.diy-card {
    background: white;
    border-radius: 24px;
    padding: 40px 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation-fill-mode: forwards;
}

.diy-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-8px);
}

.diy-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.diy-icon-box {
    width: 50px;
    height: 50px;
    background: #ffebee;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e53935;
    font-size: 1.2rem;
}

.diy-number-badge {
    color: #e53935;
    font-size: 0.9rem;
    font-weight: 700;
    background: rgba(229, 57, 53, 0.1);
    padding: 6px 14px;
    border-radius: 100px;
}

.diy-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 12px;
}

.diy-card-desc {
    font-size: 1rem;
    color: #6e6e73;
    line-height: 1.6;
}

.text-highlight-red-bold {
    color: #e53935;
    font-weight: bold;
}

.highlight-underline-red {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(229, 57, 53, 0.2);
    z-index: -1;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* =========================================
   Industry Problems Section
   ========================================= */
.industry-problems-section {
    padding: 120px 0;
    background: white;
}

.warning-badge {
    display: inline-block;
    background: #fffbe6;
    color: #d48806;
    padding: 8px 24px;
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(212, 136, 6, 0.15);
}

.text-green-header {
    font-size: 3rem;
    font-weight: 800;
    color: #1d4d32;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.text-black-subheader {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 16px;
}

.text-highlight-red-underline {
    color: #e53935;
    font-weight: 700;
    border-bottom: 2px solid rgba(229, 57, 53, 0.3);
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto 80px;
}

.problem-card {
    background: #fdfdfd;
    border-radius: 20px;
    padding: 40px 32px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    opacity: 0;
    animation-fill-mode: forwards;
}

.problem-card:hover {
    background: white !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06) !important;
    transform: translateY(-5px);
    border-color: transparent !important;
}

.problem-icon-box {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d4d32;
    font-size: 1.2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.problem-number {
    margin-bottom: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #1d4d32;
    opacity: 0.6;
}

.problem-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.problem-desc {
    font-size: 0.95rem;
    color: #6e6e73;
    line-height: 1.6;
}

.text-red-bold {
    color: #e53935;
    font-weight: 600;
}

.dark-transition-box {
    background: #1e3527;
    border-radius: 30px;
    padding: 80px 40px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(30, 53, 39, 0.25);
}

.dark-box-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    background-size: 30px 30px;
}

.dark-box-content {
    position: relative;
    z-index: 1;
}

.dark-box-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.dark-box-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 40px;
    line-height: 1.3;
}

.text-gold {
    color: #c9a962;
}

.btn-white-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 48px;
    background: white;
    border-radius: 100px;
    color: #1e3527;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* =========================================
   Scope Section
   ========================================= */
.scope-section {
    padding: 120px 0;
    background: white;
}

.section-title-large {
    font-size: 3rem;
    font-weight: 800;
    color: #1d1d1f;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.text-underline-green {
    color: #1d4d32;
    font-weight: 700;
    border-bottom: 2px solid rgba(29, 77, 50, 0.2);
}

.scope-tabs-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.scope-tab {
    padding: 12px 32px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f5f5f7;
    color: #86868b;
}

.scope-tab:hover {
    background: #e5e5e5;
}

.scope-tab.active {
    background: #1d4d32;
    color: white;
    box-shadow: 0 4px 12px rgba(29, 77, 50, 0.25);
}

.scope-content-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

.scope-content {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.scope-content.active {
    display: grid;
}

.scope-card {
    background: white;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: all 0.3s ease;
}

.scope-card i {
    color: #1d4d32;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 5px;
}

.scope-card span {
    font-size: 1rem;
    color: #1d1d1f;
    line-height: 1.5;
    font-weight: 600;
}

.scope-card small {
    font-weight: 400;
    font-size: 0.9rem;
    color: #86868b;
    display: block;
}

.scope-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}

.scope-note {
    font-size: 0.95rem;
    color: #86868b;
    background: #f5f5f7;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 8px;
}

.btn-fill-green {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 20px 52px;
    font-size: 1.2rem;
    background-color: #1d4d32;
    color: white;
    border-radius: 100px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(29, 77, 50, 0.25);
    transition: all 0.3s ease;
}

.fade-in-up {
    animation: fadeUp 0.4s ease-out forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================
   Safety Cards (Inside Clean Specs)
   ========================================= */
.safety-cards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
}

.safety-card {
    background: #fdfdfd;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

.safety-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1d4d32;
    margin-bottom: 6px;
}

.safety-desc {
    font-size: 0.9rem;
    color: #6e6e73;
}

/* =========================================
   Hub Navigation (Bento Grid)
   ========================================= */
.hub-nav {
    padding: 120px 0;
    background: #faf8f5;
}

.section-title-center {
    margin-bottom: 60px;
    font-size: 2.8rem;
    font-weight: 800;
    color: #1d1d1f;
    letter-spacing: -0.02em;
    text-align: center !important;
    width: 100%;
}

.bento-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bento-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.bento-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bento-card {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bento-bottom .bento-card {
    padding: 32px;
    min-height: 200px;
}

.bento-card:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

.bento-card:hover i {
    transform: scale(1.15) rotate(5deg);
}

.bento-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.bento-bottom .bento-title {
    font-size: 1.35rem;
    margin-bottom: 6px;
}

.bento-desc {
    color: #86868b;
    font-size: 1rem;
}

.bento-bottom .bento-desc {
    font-size: 0.9rem;
}

.bento-icon-wrapper {
    align-self: flex-end;
}

.bento-icon {
    font-size: 3rem;
    color: #1d4d32;
    transition: transform 0.3s ease;
}

.bento-bottom .bento-icon {
    font-size: 2.5rem;
}


/* =========================================
   FAQ Section
   ========================================= */
.faq-section {
    background: white;
    padding: 120px 0;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #f9f9fb;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 24px 30px;
    background: none;
    border: none;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1d1d1f;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #f9f9fb;
}

.faq-answer-content {
    padding: 0 30px 30px;
    font-size: 1rem;
    color: #6e6e73;
    line-height: 1.6;
}

/* =========================================
   Final CTA Section
   ========================================= */
.final-cta {
    background: #1d4d32;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.cta-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 20%);
    pointer-events: none;
}

.cta-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.cta-badge {
    background: rgba(255, 255, 255, 0.1);
    color: #86d993;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 24px;
    backdrop-filter: blur(4px);
}

.cta-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    color: white;
    letter-spacing: -0.01em;
}

.cta-desc {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    line-height: 1.6;
}

.phone-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.phone-icon-box {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d4d32;
    font-size: 1.2rem;
}

.phone-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
}

.phone-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    text-decoration: none;
}

.cta-form-card {
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.form-header {
    margin-bottom: 30px;
}

.form-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.form-subtitle {
    color: #86868b;
    font-size: 1rem;
}

.form-field-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 8px;
    display: block;
}

.form-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d1d1d6;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.2s ease;
    background: #f9f9fb;
    appearance: none;
    -webkit-appearance: none;
}

.form-input:focus {
    outline: none;
    border-color: #1d4d32 !important;
    background: white !important;
    box-shadow: 0 0 0 4px rgba(29, 77, 50, 0.1);
}

.submit-btn {
    width: 100%;
    padding: 18px;
    background: #1d4d32;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
    margin-top: 10px;
    box-shadow: 0 4px 12px rgba(29, 77, 50, 0.2);
}

.submit-btn:hover {
    background: #153824 !important;
    transform: translateY(-2px);
}

/* =========================================
   Responsive
   ========================================= */
@media (max-width: 991px) {

    .industry-problems-section .scroll-reveal>div,
    .problem-grid,
    .scope-content {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .text-green-header,
    .section-title-large,
    .section-title-center {
        font-size: 2.2rem !important;
    }

    .cta-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .cta-text {
        text-align: center;
    }

    .cta-title {
        font-size: 2.2rem !important;
    }

    .phone-wrapper {
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .problem-grid,
    .scope-content,
    .bento-top,
    .bento-bottom,
    .safety-cards-container {
        grid-template-columns: 1fr !important;
    }

    /* Force grids to single column */
    .industry-problems-section .problem-grid,
    .safety-cards-container {
        grid-template-columns: 1fr !important;
    }

    /* Special case for scope tabs */
    .scope-content {
        grid-template-columns: repeat(2, 1fr) !important;
        padding: 0 10px;
    }

    .scope-tab {
        padding: 10px 20px !important;
        font-size: 0.9rem !important;
    }

    .container {
        padding: 0 16px;
    }

    h2 {
        font-size: 2rem !important;
    }
}

/* ========================================
   Area Section
   ======================================== */

.area {
    background: var(--color-white);
    padding-top: var(--space-20);
    padding-bottom: var(--space-20);
}

.area-badges {
    display: flex;
    justify-content: center;
    gap: var(--space-5);
    flex-wrap: wrap;
    margin-bottom: var(--space-5);
}

.area-badge {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-4) var(--space-8);
    background: var(--color-secondary);
    border-radius: var(--radius-full);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-md);
    transition: all var(--transition-base);
}

.area-badge:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.area-badge.featured {
    background: var(--color-primary-gradient);
    color: var(--color-white);
    box-shadow: var(--shadow-md);
}

.area-badge i {
    color: var(--color-primary);
}

.area-badge.featured i {
    color: var(--color-white);
}

.area-note {
    text-align: center;
    color: var(--color-text-muted);
    font-size: var(--font-size-sm);
    margin-top: var(--space-8);
}

/* Area Detail Grid - SEO Keywords */
.area-main-badges {
    display: flex;
    justify-content: center;
    gap: var(--space-4);
    flex-wrap: wrap;
    margin-bottom: var(--space-10);
}

.area-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-6);
    margin-bottom: var(--space-8);
}

.area-region {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    padding: var(--space-6);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
    border: 1px solid transparent;
}

.area-region:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-primary-pale);
}

.area-region h4 {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-size: var(--font-size-md);
    font-weight: var(--font-weight-bold);
    color: var(--color-primary);
    margin-bottom: var(--space-3);
}

.area-region h4 i {
    font-size: 1rem;
}

.area-region p {
    font-size: var(--font-size-sm);
    color: var(--color-text-light);
    line-height: var(--line-height-relaxed);
}

.area-highlights {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-3);
    margin-bottom: var(--space-6);
}

.highlight-tag {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    color: #ffffff;
    padding: var(--space-2) var(--space-4);
    border-radius: var(--radius-full);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    transition: all var(--transition-base);
}

.highlight-tag:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 15px rgba(45, 74, 53, 0.3);
}

/* ========================================
   Business Card Section
   ======================================== */

.business-card {
    background: linear-gradient(180deg, #f0ebe5 0%, #faf8f5 50%, #ffffff 100%);
    padding-top: var(--space-20);
    padding-bottom: var(--space-20);
}

.card-showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-10);
    max-width: 900px;
    margin: 0 auto var(--space-10);
}

.card-item {
    text-align: center;
}

.card-image-wrapper {
    background: var(--color-white);
    border-radius: var(--radius-xl);
    padding: var(--space-6);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all var(--transition-base);
    overflow: hidden;
    position: relative;
}

.card-image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2d4a35, #4d6a55, #2d4a35);
}

.card-image-wrapper:hover {
    transform: translateY(-10px) rotateX(2deg);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18), 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    display: block;
}

.card-label {
    margin-top: var(--space-4);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-light);
    font-size: var(--font-size-sm);
}

.card-contact-info {
    display: flex;
    justify-content: center;
    gap: var(--space-10);
    flex-wrap: wrap;
}

.card-contact-info .contact-item {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    background: var(--color-white);
    padding: var(--space-4) var(--space-6);
    border-radius: var(--radius-full);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-base);
}

.card-contact-info .contact-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.card-contact-info .contact-item i {
    color: var(--color-primary);
    font-size: 1.1rem;
}

.card-contact-info .contact-item span {
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
}

/* ========================================
   Before/After Section - Premium Luxury Redesign
   ======================================== */
.before-after {
    background: linear-gradient(180deg, #0f1a12 0%, #1a2f1f 50%, #0f1a12 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.before-after::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a962, transparent);
}

.before-after::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #c9a962, transparent);
}

.before-after .section-header {
    margin-bottom: 4rem;
}

.before-after .section-title {
    font-size: 2.75rem;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.02em;
}

.before-after .section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #c9a962, #f0d78c);
    margin: 1rem auto 0;
    border-radius: 2px;
}

.before-after .section-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.15rem;
    margin-top: 1rem;
    text-align: center;
}

/* Premium Showcase Container */
.ba-showcase {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    margin-bottom: 3rem;
    position: relative;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.ba-showcase:last-of-type {
    margin-bottom: 0;
}

/* Premium Cards */
.ba-card {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    flex: 1;
    max-width: 420px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ba-card:first-child {
    border-radius: 24px 0 0 24px;
}

.ba-card:last-child {
    border-radius: 0 24px 24px 0;
}

.ba-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.ba-card:hover::before {
    opacity: 1;
}

.ba-card:hover {
    transform: scale(1.02);
    z-index: 5;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.ba-card:first-child:hover {
    transform: scale(1.02) translateX(-5px);
    border-radius: 24px;
}

.ba-card:last-child:hover {
    transform: scale(1.02) translateX(5px);
    border-radius: 24px;
}

/* Images */
.ba-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
}

.ba-card:hover img {
    transform: scale(1.08);
}

/* Premium Labels */
.ba-label {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 0.75rem;
    letter-spacing: 2px;
    z-index: 3;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ba-before {
    background: rgba(180, 50, 50, 0.9);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(180, 50, 50, 0.4);
}

.ba-after {
    background: rgba(45, 74, 53, 0.9);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(45, 74, 53, 0.4);
}

/* Premium Caption */
.ba-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.95rem;
    color: #ffffff;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.ba-card:hover .ba-caption {
    transform: translateY(0);
}

/* Center Divider Arrow */
.ba-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #c9a962 0%, #f0d78c 50%, #c9a962 100%);
    border-radius: 50%;
    box-shadow:
        0 8px 30px rgba(201, 169, 98, 0.5),
        0 0 0 4px rgba(255, 255, 255, 0.2);
    z-index: 10;
    animation: arrowGlow 2.5s ease-in-out infinite;
}

.ba-arrow i {
    font-size: 1.5rem;
    color: #1a2f1f;
    font-weight: bold;
}

@keyframes arrowGlow {

    0%,
    100% {
        box-shadow: 0 8px 30px rgba(201, 169, 98, 0.5), 0 0 0 4px rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0 8px 40px rgba(201, 169, 98, 0.7), 0 0 0 8px rgba(201, 169, 98, 0.3);
    }
}

/* CTA Section */
.ba-cta {
    text-align: center;
    margin-top: 3.5rem;
    padding-top: 2rem;
}


/* ========================================
   Restored Testimonial/Confession Section
   (Migrated from internal styles & main.css)
   ======================================== */

.testimonial-box {
    text-align: center;
    padding: 3.5rem 2rem;
    background: #2d4a35;
    /* Dark Green matching screenshot */
    border-radius: 20px;
    margin: 40px auto;
    max-width: 800px;
    position: relative;
    box-shadow: 0 10px 30px rgba(45, 74, 53, 0.3);
    border: none;
}

.testimonial-quote-icon {
    font-size: 2rem;
    color: #d4b779;
    /* Gold color */
    margin-bottom: 1.5rem;
    display: block;
    opacity: 0.8;
}

.testimonial-text {
    font-size: 1.35rem;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
}

.testimonial-author-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.testimonial-divider {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    max-width: 40px;
}

.testimonial-author {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.cta-wrapper-center {
    text-align: center;
    margin: 3rem 0;
}

.cta-link-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2.5rem;
    background: white;
    border: 1px solid #2d4a35;
    border-radius: 50px;
    color: #2d4a35;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.cta-link-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: #f8f9fa;
}

.text-highlight-gold-underline {
    position: relative;
    z-index: 1;
    color: #d4b779;
    font-weight: 700;
    display: inline-block;
    border-bottom: 1px solid rgba(212, 183, 121, 0.5);
}

.text-highlight-gold-underline::after {
    display: none;
    /* Remove previous style's pseudo-element */
}
/* Specs Grid (Web: 4 cols) */
.specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.safety-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* =========================================
   Cleaning Specs Section (Refactored)
   ========================================= */
.section-specs {
    padding: 120px 0;
    background: #fdfcfb;
}

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

.specs-header {
    margin-bottom: 60px;
    text-align: center;
}

.specs-title {
    font-size: 3rem;
    font-weight: 800;
    color: #1d1d1f;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.specs-desc {
    font-size: 1.15rem;
    color: #86868b;
    font-weight: 500;
}

.specs-desc span {
    color: #1d1d1f;
    font-weight: 700;
}

.spec-card {
    background: white;
    border-radius: 24px;
    padding: 48px 24px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    opacity: 0;
    animation-fill-mode: forwards;
}

.spec-icon-box {
    width: 72px;
    height: 72px;
    background: #1d4d32;
    border-radius: 50%;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.8rem;
    box-shadow: 0 8px 20px rgba(29, 77, 50, 0.3);
}

.spec-card-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 12px;
}

.spec-card-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 8px;
}

.spec-card-text span {
    color: #2d4a35;
}

.spec-card-sub {
    font-size: 0.9rem;
    color: #86868b;
}

/* Safety Box */
.safety-box {
    background: white;
    border-radius: 24px;
    padding: 40px 48px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid #f0f0f0;
    max-width: 1000px;
    margin: 0 auto;
}

.safety-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.safety-icon-large {
    color: #1d4d32;
    font-size: 1.5rem;
}

.safety-block-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1d1d1f;
}

.safety-card-item {
     background: #fdfdfd;
     border-radius: 16px; 
     padding: 20px; 
     text-align: center; 
     border: 1px solid #f0f0f0;
}

.safety-item-title {
    font-size: 1.05rem; 
    font-weight: 700; 
    color: #1d4d32; 
    margin-bottom: 6px;
}

.safety-item-desc {
    font-size: 0.9rem; 
    color: #6e6e73;
}

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

.faq-chevron {
    color: #d1d1d6;
    transition: transform 0.3s ease;
}

.faq-answer-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-answer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 10px;
}

.hero-phone-icon {
    font-size: 0.9em;
}

.cta-contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-row-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
