/* ===================================
   資料請求ページ専用スタイル
   =================================== */

/* ヒーローエリア */
.request-hero {
    position: relative;
    padding: 160px 0 100px;
    margin-top: 80px;
    background: linear-gradient(135deg, #1a3a1a 0%, #2c5f2d 50%, #3d7f3e 100%);
    overflow: hidden;
}

.request-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1920&q=80');
    background-size: cover;
    background-position: center;
    opacity: 0.15;
}

.request-hero-content {
    position: relative;
    text-align: center;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

.request-hero-lead {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 0.95;
    letter-spacing: 1px;
}

.request-hero-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.request-hero-title span {
    display: inline-block;
    background: linear-gradient(90deg, #ffd700, #ffb800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.request-hero-badges {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.request-hero-badges .badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #2c5f2d;
    padding: 12px 25px;
    border-radius: 30px;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    border: 1px solid #999;
}

/* フォームセクション */
.request-form-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.request-form-wrapper {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.request-form-header {
    background: linear-gradient(135deg, #2c5f2d 0%, #3d7f3e 100%);
    color: #fff;
    padding: 40px;
    text-align: center;
}

.request-form-header h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.request-form-header p {
    font-size: 0.95rem;
    opacity: 0.9;
    line-height: 1.7;
}

.request-form-header .required-mark {
    color: #ffd700;
}

.request-form {
    padding: 40px;
}

.request-form .form-group {
    margin-bottom: 25px;
}

.request-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.request-form .form-label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.request-form .form-input,
.request-form .form-select,
.request-form .form-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fff;
}

.request-form .form-input:focus,
.request-form .form-select:focus,
.request-form .form-textarea:focus {
    outline: none;
    border-color: #2c5f2d;
    box-shadow: 0 0 0 3px rgba(44, 95, 45, 0.1);
}

.request-form .form-input.error,
.request-form .form-select.error,
.request-form .form-textarea.error {
    border-color: #dc3545;
}

.request-form .error-message {
    display: block;
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: 5px;
    min-height: 20px;
}

.request-form .privacy-group {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.request-form .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 0.95rem;
}

.request-form .checkbox-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #2c5f2d;
}

.request-form .checkbox-label a {
    color: #2c5f2d;
    text-decoration: underline;
}

.request-form .form-actions {
    text-align: center;
    margin-top: 40px;
}

.request-form .btn-submit {
    min-width: 250px;
    padding: 18px 50px;
    font-size: 1.1rem;
    font-weight: 600;
}

/* サンクスページ */
.thanks-section {
    padding: 120px 0;
    margin-top: 80px;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
    min-height: calc(100vh - 80px - 300px);
    display: flex;
    align-items: center;
}

.thanks-card {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.thanks-icon {
    color: #28a745;
    margin-bottom: 30px;
}

.thanks-icon svg {
    animation: checkmark 0.5s ease-out;
}

@keyframes checkmark {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.thanks-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
    font-weight: 600;
    color: #2c5f2d;
    margin-bottom: 20px;
}

.thanks-customer-name {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e8f5e9;
}

.thanks-message {
    text-align: left;
    margin-bottom: 30px;
}

.thanks-message p {
    font-size: 1rem;
    line-height: 1.9;
    color: #555;
    margin-bottom: 15px;
}

.thanks-contact {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.thanks-contact .contact-item {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c5f2d;
    margin-bottom: 10px;
}

.thanks-contact .contact-item:last-child {
    margin-bottom: 0;
}

.thanks-contact .contact-icon {
    margin-right: 8px;
}

.thanks-note {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 30px;
}

.thanks-actions {
    margin-top: 30px;
}

/* レスポンシブ */
@media (max-width: 768px) {
    .request-hero {
        padding: 120px 0 80px;
        margin-top: 70px;
    }

    .request-hero-lead {
        font-size: 1rem;
    }

    .request-hero-title {
        font-size: 2rem;
    }

    .request-hero-badges .badge {
        font-size: 0.9rem;
        padding: 10px 20px;
    }

    .request-form-wrapper {
        margin: 0 15px;
    }

    .request-form-header {
        padding: 30px 20px;
    }

    .request-form-header h2 {
        font-size: 1.5rem;
    }

    .request-form {
        padding: 30px 20px;
    }

    .request-form .form-row {
        grid-template-columns: 1fr;
    }

    .thanks-section {
        padding: 80px 0;
        margin-top: 70px;
    }

    .thanks-card {
        margin: 0 15px;
        padding: 40px 25px;
    }

    .thanks-title {
        font-size: 1.5rem;
    }

    .thanks-customer-name {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .request-hero-title {
        font-size: 1.7rem;
    }

    .request-form .btn-submit {
        width: 100%;
        min-width: auto;
    }
}

