/* ===== 新しいファーストビュー ===== */
.hero {
    background: #ffffff;
    padding: 100px 0 80px;
}

.hero-content-new {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-left {
    padding-right: 40px;
}

.hero-tagline {
    font-size: 14px;
    font-weight: 600;
    color: #42A5F5;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hero-title-new {
    font-size: 38px;
    font-weight: 900;
    color: #1565C0;
    line-height: 1.4;
    margin-bottom: 20px;
}

.highlight-text-new {
    color: #EC407A;
    position: relative;
}

.hero-brand {
    font-size: 42px;
    color: #1565C0;
    font-weight: 900;
}

.hero-subtitle-new {
    font-size: 18px;
    color: #1976D2;
    line-height: 1.7;
    margin-bottom: 30px;
}

.hero-note {
    font-size: 15px;
    color: #42A5F5;
}

.hero-stats-new {
    display: flex;
    gap: 40px;
    margin-bottom: 15px;
}

.stat-item-new {
    text-align: center;
}

.stat-number-new {
    font-size: 48px;
    font-weight: 900;
    color: #EC407A;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
}

.stat-number-new::after {
    content: '%';
    font-size: 28px;
    margin-left: 4px;
}

.stat-item-new:nth-child(2) .stat-number-new::after {
    content: '万';
}

.stat-item-new:nth-child(2) .stat-number-new::before {
    content: '¥';
    font-size: 24px;
    margin-right: 4px;
}

.stat-label-new {
    font-size: 13px;
    color: #42A5F5;
}

.hero-notes-new {
    margin-bottom: 30px;
}

.stat-note-small {
    font-size: 11px;
    color: #90A4AE;
    line-height: 1.5;
}

.hero-cta-new {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 500px;
}

.btn-cta-scroll {
    background: #E1F5FE;
    color: #1565C0;
    border: 2px solid #4FC3F7;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 1.5;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-cta-scroll:hover {
    background: #B3E5FC;
    transform: translateY(-2px);
}

.btn-cta-green {
    background: #4CAF50;
    color: #ffffff;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 1.5;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-cta-green:hover {
    background: #45a049;
    transform: translateY(-2px);
}

/* 右側の強化されたフロー図 */
.hero-right {
    position: relative;
}

.hero-flow-enhanced {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(79, 195, 247, 0.15);
    border: 3px solid #4FC3F7;
}

.flow-main-title {
    text-align: center;
    font-size: 18px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.flow-main-title i {
    color: #4FC3F7;
}

.flow-box-enhanced {
    background: linear-gradient(135deg, #E1F5FE 0%, #F0F9FF 100%);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    border: 2px solid #4FC3F7;
    transition: all 0.3s ease;
}

.flow-box-enhanced:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(79, 195, 247, 0.25);
    border-color: #EC407A;
}

.flow-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #4FC3F7, #64B5F6);
    color: #1565C0;
    padding: 4px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(79, 195, 247, 0.3);
}

.flow-icon-large {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4FC3F7, #64B5F6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 12px;
    font-size: 24px;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(79, 195, 247, 0.3);
}

.flow-box-enhanced h4 {
    font-size: 16px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 6px;
}

.flow-desc {
    font-size: 13px;
    color: #42A5F5;
    font-weight: 600;
    margin-bottom: 8px;
}

.flow-detail {
    font-size: 12px;
    color: #1976D2;
    line-height: 1.5;
}

.flow-arrow-vertical {
    text-align: center;
    padding: 12px 0;
    font-size: 24px;
    color: #4FC3F7;
}

.flow-step-4 {
    background: linear-gradient(135deg, #E8F5E9 0%, #F1F8E9 100%);
    border-color: #4CAF50;
}

.flow-step-4 .flow-badge {
    background: linear-gradient(135deg, #4CAF50, #66BB6A);
    color: #ffffff;
}

.flow-step-4 .flow-icon-large {
    background: linear-gradient(135deg, #4CAF50, #66BB6A);
}

/* 旧デザインとの互換性 */
.hero-flow {
    background: linear-gradient(135deg, #E1F5FE 0%, #F0F9FF 100%);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(79, 195, 247, 0.2);
}

.flow-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(79, 195, 247, 0.15);
    transition: all 0.3s ease;
}

.flow-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(79, 195, 247, 0.25);
}

.flow-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4FC3F7, #64B5F6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 28px;
    color: #1565C0;
}

.flow-box h4 {
    font-size: 16px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 8px;
}

.flow-box p {
    font-size: 13px;
    color: #42A5F5;
}

.flow-arrow-down {
    text-align: center;
    padding: 15px 0;
    font-size: 28px;
    color: #4FC3F7;
}

/* ===== 対象企業セクション改修 ===== */
.target-subtitle {
    text-align: center;
    font-size: 18px;
    color: #1976D2;
    margin-bottom: 35px;
    font-weight: 600;
}

.target-checklist {
    max-width: 700px;
    margin: 0 auto 40px;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(79, 195, 247, 0.15);
}

.check-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #E1F5FE;
    font-size: 16px;
    color: #1565C0;
}

.check-item:last-child {
    border-bottom: none;
}

.check-item i {
    color: #4CAF50;
    font-size: 20px;
}

.target-message {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.message-title {
    font-size: 22px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 20px;
}

.message-text {
    font-size: 16px;
    color: #1976D2;
    line-height: 1.8;
    margin-bottom: 20px;
}

.message-note {
    font-size: 14px;
    color: #42A5F5;
    background: #E1F5FE;
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-block;
}

/* ===== Vision/Conceptセクション ===== */
.vision-section {
    background: #ffffff;
    padding: 80px 0;
}

.vision-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.vision-block, .concept-block {
    text-align: center;
}

.vision-icon, .concept-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #4FC3F7, #64B5F6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(79, 195, 247, 0.3);
}

.vision-title, .concept-title {
    font-size: 32px;
    color: #1565C0;
    font-weight: 900;
    margin-bottom: 30px;
    font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}

.vision-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vision-item {
    background: linear-gradient(135deg, #E1F5FE 0%, #F0F9FF 100%);
    padding: 20px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
    border: 2px solid #4FC3F7;
    transition: all 0.3s ease;
}

.vision-item:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(79, 195, 247, 0.2);
    border-color: #EC407A;
}

.vision-item i {
    font-size: 24px;
    color: #4FC3F7;
    min-width: 30px;
}

.vision-item p {
    font-size: 15px;
    color: #1565C0;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}

.concept-box {
    background: linear-gradient(135deg, #E1F5FE 0%, #F0F9FF 100%);
    padding: 35px 30px;
    border-radius: 20px;
    border: 3px solid #4FC3F7;
}

.concept-main {
    font-size: 20px;
    color: #1565C0;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 25px;
}

.concept-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.concept-feature {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(79, 195, 247, 0.1);
}

.feature-badge {
    background: linear-gradient(135deg, #EC407A, #F06292);
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    min-width: 60px;
    text-align: center;
}

.feature-text {
    font-size: 15px;
    color: #1565C0;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .vision-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .vision-section {
        padding: 60px 0;
    }
    
    .vision-title, .concept-title {
        font-size: 26px;
    }
    
    .vision-item {
        padding: 15px 20px;
    }
    
    .vision-item i {
        font-size: 20px;
    }
    
    .vision-item p {
        font-size: 14px;
    }
    
    .concept-main {
        font-size: 18px;
    }
}

/* ===== ペンタゴン診断セクション ===== */
.pentagon-intro {
    text-align: center;
    margin-bottom: 50px;
}

.pentagon-lead {
    font-size: 20px;
    color: #1565C0;
    font-weight: 600;
    line-height: 1.7;
}

.pentagon-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
}

.pentagon-left {
    padding-right: 30px;
}

.pentagon-subtitle {
    font-size: 24px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pentagon-subtitle i {
    color: #4FC3F7;
}

.pentagon-desc {
    font-size: 16px;
    color: #1976D2;
    line-height: 1.8;
    margin-bottom: 30px;
}

.pentagon-benefits h4 {
    font-size: 20px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pentagon-benefits h4 i {
    color: #4CAF50;
}

.benefit-list {
    list-style: none;
}

.benefit-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #1976D2;
    font-size: 15px;
}

.benefit-list li i {
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-size: 16px;
}

.diagnosis-chart-container-alt {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(79, 195, 247, 0.15);
    border: 3px solid #4FC3F7;
    overflow: hidden;
}

.chart-wrapper {
    position: relative;
    width: 100%;
    height: 400px;
}

@media (max-width: 768px) {
    .diagnosis-chart-container-alt {
        padding: 20px;
    }
    
    .chart-wrapper {
        height: 300px;
    }
}

/* フローステップ */
.pentagon-flow-section {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(79, 195, 247, 0.15);
    margin-bottom: 40px;
}

.flow-title {
    font-size: 26px;
    color: #1565C0;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.flow-title i {
    color: #4FC3F7;
}

.pentagon-flow-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.pentagon-step {
    text-align: center;
    flex: 1;
    max-width: 250px;
}

.step-num-large {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #4FC3F7, #64B5F6);
    color: #1565C0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 900;
    margin: 0 auto 20px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 15px rgba(79, 195, 247, 0.3);
}

.pentagon-step h4 {
    font-size: 18px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 10px;
}

.pentagon-step p {
    font-size: 14px;
    color: #42A5F5;
    line-height: 1.6;
}

.flow-arrow-large {
    font-size: 32px;
    color: #4FC3F7;
}

/* 安心メッセージ */
.pentagon-assurance {
    background: #E1F5FE;
    padding: 20px 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.pentagon-assurance p {
    font-size: 15px;
    color: #1565C0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pentagon-assurance i {
    color: #4CAF50;
    font-size: 20px;
}

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

/* ===== 社長のミカタセクション ===== */
.section-mikata {
    background: #ffffff;
}

.section-title-sub {
    font-size: 32px;
    color: #1565C0;
    font-weight: 900;
    text-align: center;
    margin: 10px 0 15px;
}

.mikata-target {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

.mikata-target h3 {
    font-size: 24px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.mikata-target h3 i {
    color: #4FC3F7;
}

.mikata-target-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mikata-target-item {
    background: #E1F5FE;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #1565C0;
    font-weight: 600;
}

.mikata-target-item i {
    color: #4CAF50;
    font-size: 20px;
}

/* 成果物 */
.mikata-deliverables {
    margin-bottom: 60px;
}

.deliverables-title {
    font-size: 28px;
    color: #1565C0;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.deliverables-title i {
    color: #EC407A;
}

.deliverables-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.deliverable-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(79, 195, 247, 0.15);
    text-align: center;
    position: relative;
    border: 3px solid #4FC3F7;
    transition: all 0.3s ease;
}

.deliverable-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(79, 195, 247, 0.25);
    border-color: #EC407A;
}

.deliverable-num {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #EC407A, #BA68C8);
    color: #ffffff;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
}

.deliverable-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4FC3F7, #64B5F6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 36px;
    color: #1565C0;
}

.deliverable-card h4 {
    font-size: 20px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.small-text {
    font-size: 16px;
}

.deliverable-card p {
    font-size: 14px;
    color: #42A5F5;
    line-height: 1.7;
}

/* プロセス */
.mikata-process {
    margin-bottom: 50px;
}

.process-title {
    font-size: 28px;
    color: #1565C0;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.process-title i {
    color: #4FC3F7;
}

.process-timeline {
    max-width: 800px;
    margin: 0 auto;
}

.process-item {
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(79, 195, 247, 0.15);
    border-left: 5px solid #4FC3F7;
    transition: all 0.3s ease;
}

.process-item:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 20px rgba(79, 195, 247, 0.25);
    border-left-color: #EC407A;
}

.process-badge {
    display: inline-block;
    background: linear-gradient(135deg, #4FC3F7, #64B5F6);
    color: #1565C0;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.process-item h4 {
    font-size: 22px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 20px;
}

.process-list {
    list-style: none;
}

.process-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #1976D2;
    font-size: 15px;
}

.process-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: 700;
}

.process-arrow {
    text-align: center;
    padding: 20px 0;
    font-size: 28px;
    color: #4FC3F7;
}

/* 料金・期間情報 */
.mikata-info {
    background: #E1F5FE;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 40px;
}

.info-period, .info-price {
    font-size: 16px;
    color: #1565C0;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.info-period i, .info-price i {
    color: #4FC3F7;
}

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

/* ===== アフターケアセクション ===== */
.aftercare-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.aftercare-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(79, 195, 247, 0.15);
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.aftercare-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(79, 195, 247, 0.25);
    border-color: #4FC3F7;
}

.aftercare-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #4FC3F7, #64B5F6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    color: #1565C0;
}

.aftercare-card h3 {
    font-size: 20px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 15px;
}

.aftercare-card p {
    font-size: 14px;
    color: #42A5F5;
    line-height: 1.7;
}

.aftercare-note {
    text-align: center;
    font-size: 15px;
    color: #1565C0;
    background: #E1F5FE;
    padding: 20px;
    border-radius: 15px;
}

/* ===== 新しい料金セクション ===== */
.price-card-simple {
    max-width: 900px;
    margin: 0 auto;
}

.price-step {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(79, 195, 247, 0.15);
    margin-bottom: 30px;
    border: 3px solid #4FC3F7;
}

.price-step-badge {
    display: inline-block;
    background: linear-gradient(135deg, #4FC3F7, #64B5F6);
    color: #1565C0;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.price-step h3 {
    font-size: 26px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 10px;
}

.price-step-desc {
    font-size: 15px;
    color: #42A5F5;
    margin-bottom: 20px;
}

.price-amount-free {
    text-align: center;
    margin: 20px 0;
}

.price-number-free {
    font-size: 48px;
    font-weight: 900;
    color: #4CAF50;
    font-family: 'Poppins', sans-serif;
}

.price-amount-consult {
    text-align: center;
    margin: 20px 0;
}

.price-consult-text {
    font-size: 18px;
    color: #1565C0;
    font-weight: 600;
}

.price-includes-simple {
    list-style: none;
}

.price-includes-simple li {
    padding: 12px 0;
    color: #1976D2;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #E1F5FE;
}

.price-includes-simple li:last-child {
    border-bottom: none;
}

.price-includes-simple i {
    color: #4CAF50;
    font-size: 18px;
}

.price-arrow-down {
    text-align: center;
    padding: 20px 0;
    font-size: 32px;
    color: #4FC3F7;
}

.price-note-box {
    background: #E1F5FE;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.price-note-title {
    font-size: 18px;
    color: #1565C0;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.price-note-title i {
    color: #4FC3F7;
}

.price-note-text {
    font-size: 15px;
    color: #1976D2;
    line-height: 1.7;
}

/* フォームの安心メッセージ */
.form-assurance {
    text-align: center;
    font-size: 14px;
    color: #42A5F5;
    margin-top: 20px;
    line-height: 1.8;
}

.form-assurance i {
    color: #4CAF50;
    margin-right: 5px;
}

/* ===== レスポンシブ対応 ===== */
@media (max-width: 1024px) {
    .hero-content-new {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .hero-left {
        padding-right: 0;
    }
    
    .pentagon-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .pentagon-left {
        padding-right: 0;
    }
    
    .mikata-target-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .deliverables-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .aftercare-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .pentagon-step {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-title-new {
        font-size: 24px;
        line-height: 1.5;
    }
    
    .hero-brand {
        font-size: 28px;
    }
    
    .hero-subtitle-new {
        font-size: 16px;
    }
    
    .hero-stats-new {
        flex-direction: column;
        gap: 20px;
    }
    
    .stat-number-new {
        font-size: 40px;
    }
    
    .hero-cta-new {
        max-width: 100%;
    }
    
    .hero-flow {
        padding: 25px;
    }
    
    .pentagon-flow-steps {
        flex-direction: column;
        gap: 20px;
    }
    
    .flow-arrow-large {
        transform: rotate(90deg);
    }
    
    .target-checklist {
        padding: 25px;
    }
    
    .check-item {
        font-size: 14px;
    }
    
    .pentagon-flow-section {
        padding: 30px 20px;
    }
    
    .pentagon-subtitle {
        font-size: 20px;
    }
    
    .pentagon-desc {
        font-size: 15px;
    }
    
    .pentagon-step h4 {
        font-size: 16px;
    }
    
    .pentagon-step p {
        font-size: 13px;
        line-height: 1.5;
    }
    
    .process-item {
        padding: 25px 20px;
    }
    
    .process-item h4 {
        font-size: 18px;
    }
    
    .process-list li {
        font-size: 14px;
    }
    
    .price-step {
        padding: 25px 20px;
    }
    
    .price-step h3 {
        font-size: 22px;
    }
    
    .aftercare-card h3 {
        font-size: 18px;
    }
    
    .aftercare-card p {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .deliverable-card h4 {
        font-size: 18px;
    }
    
    .deliverable-card p {
        font-size: 13px;
    }
}
