/* ============================================
   Rakuchi.net V3.0 - Custom Styles
   ============================================ */

/* Hero Banner V3 */
.banner-v3 {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 8em 0 6em;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-content {
    padding-top: 2em;
}

.hero-subtitle {
    color: #fff;
    font-size: 1.4em;
    margin: 1em 0 0.5em;
    font-weight: 300;
    letter-spacing: 2px;
}

.hero-subtitle-en {
    color: #e0e0e0;
    font-size: 0.95em;
    margin: 0.5em 0 2em;
    font-style: italic;
}

.hero-cta {
    margin-top: 2em;
}

.hero-cta .btn-hero {
    display: inline-block;
    padding: 0.8em 2.5em;
    margin: 0.5em;
    border: solid 2px #fff;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.hero-cta .btn-hero:hover {
    background: #9E1616;
    border-color: #9E1616;
}

.hero-cta .btn-outline {
    background: transparent;
    border-color: #fff;
}

.hero-cta .btn-outline:hover {
    background: #fff;
    color: #333;
}

/* Section Styles */
.section-padding {
    padding: 4em 0;
}

.section-heading {
    margin-bottom: 3em;
}

.section-heading h3 {
    font-size: 2.2em;
    color: #353535;
    margin-bottom: 0.5em;
}

.section-heading p {
    color: #666;
    font-size: 1.1em;
}

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

/* Business Entrances */
.business-entrances {
    background: #fff;
}

.business-grid {
    text-align: center;
    padding: 2em 1.5em;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 1.5em;
    transition: all 0.3s ease;
}

.business-grid:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}

.business-icon {
    font-size: 3em;
    color: #9E1616;
    margin-bottom: 1em;
}

.business-grid h4 {
    font-size: 1.3em;
    color: #353535;
    margin-bottom: 0.5em;
}

.business-grid p {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 1.5em;
    line-height: 1.6;
}

.btn-business {
    display: inline-block;
    padding: 0.5em 1.5em;
    background: #9E1616;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

.btn-business:hover {
    background: #7a1111;
    color: #fff;
}

/* Featured Service */
.featured-service {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #fff;
}

.featured-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.featured-text {
    flex: 1;
    min-width: 300px;
}

.featured-text h3 {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

.featured-text p {
    font-size: 1.1em;
    opacity: 0.9;
    margin-bottom: 1.5em;
}

.featured-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.featured-features span {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    font-size: 0.95em;
}

.featured-features i {
    color: #4CAF50;
}

.featured-cta {
    margin-left: 2em;
}

.btn-featured {
    display: inline-block;
    padding: 1em 2.5em;
    background: #9E1616;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-featured:hover {
    background: #c01818;
    color: #fff;
}

/* Strengths */
.strengths {
    background: #F4F7F9;
}

.strength-grid {
    text-align: center;
    padding: 2em 1em;
}

.strength-icon {
    font-size: 2.5em;
    color: #9E1616;
    margin-bottom: 1em;
}

.strength-grid h4 {
    font-size: 1.2em;
    color: #353535;
    margin-bottom: 0.5em;
}

.strength-grid p {
    color: #666;
    font-size: 0.95em;
    line-height: 1.6;
}

/* Cases Preview */
.cases-preview {
    background: #fff;
}

.case-grid {
    margin-bottom: 2em;
}

.case-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 4px;
}

.case-info {
    padding: 1.5em 0;
}

.case-info h4 {
    font-size: 1.1em;
    color: #353535;
    margin-bottom: 0.5em;
}

.case-info p {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 1em;
}

.case-info a {
    color: #9E1616;
    text-decoration: none;
    font-weight: 500;
}

.case-info a:hover {
    text-decoration: underline;
}

.btn-view-all {
    display: inline-block;
    padding: 0.8em 2.5em;
    border: 2px solid #9E1616;
    color: #9E1616;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1em;
    transition: all 0.3s ease;
}

.btn-view-all:hover {
    background: #9E1616;
    color: #fff;
}

/* Contact CTA */
.contact-cta {
    background: linear-gradient(135deg, #9E1616 0%, #c01818 100%);
    color: #fff;
    padding: 4em 0;
}

.contact-cta-content h3 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.contact-cta-content p {
    font-size: 1.1em;
    opacity: 0.9;
    margin-bottom: 2em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-cta {
    display: inline-block;
    padding: 1em 3em;
    background: #fff;
    color: #9E1616;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.1em;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: #f0f0f0;
    transform: scale(1.05);
}

/* Page Header */
.page-header {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 8em 0 4em;
    text-align: center;
    color: #fff;
}

/* Products page specific banner */
.products-page .page-header {
    background: url(../images/banner-products.jpg) no-repeat center center;
    background-size: cover;
    background-position: center 20%;
    padding-top: 10em;
}

/* Interior/FFE page specific banner */
.interior-page .page-header {
    background: url(../images/banner-interior.jpg) no-repeat center center;
    background-size: cover;
    background-position: center 40%;
}

/* Architecture/Projects page specific banner */
.architecture-page .page-header {
    background: url(../images/banner-architecture.jpg) no-repeat center center;
    background-size: cover;
    background-position: center 40%;
}

.page-header h2 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

.page-header p {
    font-size: 1.1em;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto;
}

/* Content Sections */
.content-section {
    padding: 3em 0;
}

.content-section h3 {
    font-size: 1.8em;
    color: #353535;
    margin-bottom: 1em;
}

.content-section p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1em;
}

/* Service Grid */
.service-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    margin: 2em 0;
}

.service-card {
    flex: 1;
    min-width: 250px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 2em;
    text-align: center;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}

.service-card i {
    font-size: 2.5em;
    color: #9E1616;
    margin-bottom: 1em;
}

.service-card h4 {
    font-size: 1.2em;
    color: #353535;
    margin-bottom: 0.5em;
}

.service-card p {
    color: #666;
    font-size: 0.95em;
}

/* Process Steps */
.process-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    margin: 2em 0;
}

.step {
    text-align: center;
    padding: 1.5em;
    background: #F4F7F9;
    border-radius: 4px;
    min-width: 120px;
    position: relative;
}

.step-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #9E1616;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.step h5 {
    font-size: 0.95em;
    color: #353535;
}

.step::after {
    content: '→';
    position: absolute;
    right: -0.8em;
    top: 50%;
    transform: translateY(-50%);
    color: #9E1616;
    font-size: 1.2em;
}

.step:last-child::after {
    display: none;
}

/* Brand Cards */
.brand-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 2em;
    margin-bottom: 2em;
}

.brand-card h4 {
    font-size: 1.4em;
    color: #9E1616;
    margin-bottom: 0.5em;
}

.brand-card p {
    color: #666;
    line-height: 1.6;
}

/* Package Cards */
.package-card {
    background: #fff;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 2em;
    text-align: center;
    margin-bottom: 2em;
    transition: all 0.3s ease;
}

.package-card:hover {
    border-color: #9E1616;
    box-shadow: 0 5px 20px rgba(158, 22, 22, 0.1);
}

.package-card.featured {
    border-color: #9E1616;
    position: relative;
}

.package-card.featured::before {
    content: 'RECOMMENDED';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #9E1616;
    color: #fff;
    padding: 0.3em 1em;
    border-radius: 20px;
    font-size: 0.8em;
    font-weight: 600;
}

.package-card h4 {
    font-size: 1.4em;
    color: #353535;
    margin-bottom: 0.5em;
}

.package-price {
    font-size: 1.8em;
    color: #9E1616;
    font-weight: 600;
    margin: 1em 0;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

.package-features li {
    padding: 0.5em 0;
    border-bottom: 1px solid #eee;
    color: #666;
}

.package-features li i {
    color: #4CAF50;
    margin-right: 0.5em;
}

/* Form Styles */
.form-section {
    background: #F4F7F9;
    padding: 3em;
    border-radius: 8px;
    margin: 2em 0;
}

.form-section h4 {
    font-size: 1.5em;
    color: #353535;
    margin-bottom: 1.5em;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5em;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #353535;
    margin-bottom: 0.5em;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.8em;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1em;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #9E1616;
}

.btn-submit {
    display: inline-block;
    padding: 1em 3em;
    background: #9E1616;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1.1em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #7a1111;
}

/* Contact Type Selector */
.contact-types {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin: 2em 0;
}

.contact-type-btn {
    flex: 1;
    min-width: 200px;
    padding: 1.5em;
    background: #fff;
    border: 2px solid #eee;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    color: #353535;
    transition: all 0.3s ease;
}

.contact-type-btn:hover {
    border-color: #9E1616;
    color: #9E1616;
    transform: translateY(-3px);
}

.contact-type-btn i {
    font-size: 2em;
    color: #9E1616;
    display: block;
    margin-bottom: 0.5em;
}

.contact-type-btn h5 {
    font-size: 1em;
    margin-bottom: 0.3em;
}

.contact-type-btn p {
    font-size: 0.85em;
    color: #666;
}

/* Access Info */
.access-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 2em;
    margin-bottom: 2em;
}

.access-card h4 {
    font-size: 1.4em;
    color: #9E1616;
    margin-bottom: 0.5em;
}

.access-card .purpose {
    color: #666;
    font-style: italic;
    margin-bottom: 1em;
}

.access-info {
    margin: 1em 0;
}

.access-info p {
    margin: 0.5em 0;
    color: #353535;
}

.access-info i {
    color: #9E1616;
    width: 20px;
    margin-right: 0.5em;
}

/* Download Card */
.download-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 1.5em;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.download-card:hover {
    border-color: #9E1616;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.download-info h5 {
    font-size: 1.1em;
    color: #353535;
    margin-bottom: 0.3em;
}

.download-info p {
    color: #666;
    font-size: 0.9em;
}

.btn-download {
    display: inline-block;
    padding: 0.5em 1.5em;
    background: #9E1616;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 0.9em;
    white-space: nowrap;
}

.btn-download:hover {
    background: #7a1111;
}

/* Download card with multiple buttons */
.download-btns {
    display: flex;
    gap: 0.5em;
    flex-wrap: nowrap;
    margin-top: 0.5em;
    justify-content: flex-end;
    align-items: center;
    min-width: 220px;
}
.download-btns .btn-view-all,
.download-btns .btn-download {
    font-size: 0.85em;
    padding: 0.6em 1.2em;
    white-space: nowrap;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    box-sizing: border-box;
}

/* Responsive */
@media (max-width: 768px) {
    .banner-v3 {
        padding: 6em 0 4em;
    }
    
    .hero-subtitle {
        font-size: 1.1em;
    }
    
    .hero-cta .btn-hero {
        display: block;
        margin: 0.5em auto;
        max-width: 250px;
    }
    
    .featured-content {
        flex-direction: column;
    }
    
    .featured-cta {
        margin-left: 0;
        margin-top: 2em;
    }
    
    .step::after {
        display: none;
    }
    
    .process-steps {
        flex-direction: column;
        align-items: center;
    }
}
