body {
  margin: 0;
  background: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
}

.combined-mockup {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

.combined-page-block {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

/* page-1 */
#page-1 {

        font-family: 'Noto Sans JP', sans-serif;
        background-color: #e2e8f0;
        margin: 0;
        padding: 0;
    
}

#page-1 .slide-container {

        width: 1280px;
        height: 720px;
        background-color: #ffffff;
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    
}

#page-1 .pres-header {

        height: 40px;
        background-color: #1e293b;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        font-size: 0.8rem;
        z-index: 50;
    
}

#page-1 {

        min-height: 100vh;
        overflow-y: auto;
        background-color: white;
        position: relative;
        
        scrollbar-width: none;
    
}

#page-1::-webkit-scrollbar {

        display: none;
    
}

#page-1 .site-header {

        height: 80px;
        background-color: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(5px);
        border-bottom: 1px solid #e2e8f0;
        position: sticky;
        top: 0;
        z-index: 40;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5%;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    
}

#page-1 .logo-area {

        display: flex;
        align-items: center;
        gap: 12px;
    
}

#page-1 .kbs-drone-logo {

        font-family: sans-serif;
        font-weight: 900;
        color: #0B62A4;
        font-size: 1.5rem;
        letter-spacing: -1px;
        line-height: 1;
        display: flex;
        align-items: center;
        gap: 8px;
    
}

#page-1 .kbs-drone-logo span {

        color: #333;
        font-weight: 700;
        font-size: 1.3rem;
        letter-spacing: 0;
    
}

#page-1 .nav-menu {

        display: flex;
        gap: 32px;
        font-size: 0.9rem;
        font-weight: 700;
        color: #475569;
    
}

#page-1 .nav-item {

        cursor: pointer;
        position: relative;
        padding: 8px 0;
    
}

#page-1 .nav-item:hover {

        color: #0B62A4;
    
}

#page-1 .nav-item:hover::after {

        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #0B62A4;
    
}

#page-1 .hero-section {

        position: relative;
        padding: 60px 5% 80px;
        background-color: #f8fafc;
        overflow: hidden;
        display: flex;
        align-items: center;
        min-height: 580px;
        width:100%
    
}

#page-1 .hero-bg-shape {

        position: absolute;
        top: 0;
        right: 0;
        width: 55%;
        height: 100%;
        background-color: #0B62A4;
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
        z-index: 0;
    
}

#page-1 .hero-content {

        position: relative;
        z-index: 10;
        width: 100%;
        display: flex;
        gap: 60px;
        align-items: center;
    
}

#page-1 .hero-text {

        flex: 1;
        max-width: 600px;
    
}

#page-1 .hero-visual {

        flex: 1;
        position: relative;
    
}

#page-1 .badge-pill-large {

        display: inline-flex;
        align-items: center;
        padding: 12px 24px;
        background-color: #e0f2fe;
        color: #0369a1;
        border-radius: 8px;
        font-weight: 900;
        font-size: 1.5rem;
        margin-bottom: 24px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        border: 2px solid #0369a1;
    
}

#page-1 .hero-badge-break {
  display: none;
}

#page-1 .main-title {

        font-size: 3rem;
        font-weight: 900;
        line-height: 1.2;
        color: #0f172a;
        margin-bottom: 16px;
        letter-spacing: -0.05em;
    
}

#page-1 .title-highlight {

        color: #0B62A4;
        position: relative;
        display: inline-block;
    
}

#page-1 .title-highlight::after {

        content: '';
        position: absolute;
        bottom: 4px;
        left: 0;
        width: 100%;
        height: 12px;
        background-color: rgba(255, 230, 0, 0.4);
        z-index: -1;
    
}

#page-1 .sub-copy {

        font-size: 1.3rem;
        color: #475569;
        margin-bottom: 32px;
        line-height: 1.6;
        font-weight: 700;
    
}

#page-1 .price-tag {

        display: inline-flex;
        align-items: baseline;
        gap: 4px;
        color: #B00020;
        font-weight: 900;
        margin-bottom: 8px;
    
}

#page-1 .price-val {

        font-size: 2.5rem;
        line-height: 1;
    
}

#page-1 .price-unit {

        font-size: 1.2rem;
    
}

#page-1 .price-note {

        font-size: 0.8rem;
        color: #64748b;
        font-weight: 500;
        margin-left: 8px;
    
}

#page-1 .cta-group {

        display: flex;
        justify-content: center; 
        margin-top: 40px;
        width: 100%;
    
}

#page-1 .btn-primary {

        background-color: #B00020;
        color: white;
        padding: 24px 60px; 
        border-radius: 12px;
        font-weight: 900;
        font-size: 1.6rem; 
        box-shadow: 0 20px 40px rgba(176, 0, 32, 0.4); 
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        display: flex;
        align-items: center;
        gap: 16px;
        width: 90%; 
        justify-content: center;
        border: 2px solid rgba(255,255,255,0.2);
    
}

#page-1 .btn-primary:hover {

        transform: translateY(-4px) scale(1.02);
        box-shadow: 0 25px 50px rgba(176, 0, 32, 0.5);
        background-color: #d30026;
    
}

#page-1 .btn-primary i {

        font-size: 1.4rem;
        transition: transform 0.3s;
    
}

#page-1 .btn-primary:hover i {

        transform: translateX(8px);
    
}

#page-1 .trust-badges {

        display: flex;
        gap: 20px;
        margin-top: 40px;
        padding-top: 24px;
        border-top: 1px solid #e2e8f0;
    
}

#page-1 .trust-highlight {

        display: flex;
        align-items: center;
        gap: 20px;
    
}

#page-1 .trust-icon-box {

        width: 64px;
        height: 64px;
        background-color: #fffbeb;
        color: #d97706;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        box-shadow: 0 4px 6px -1px rgba(217, 119, 6, 0.2);
    
}

#page-1 .trust-content p {

        margin: 0;
        line-height: 1.2;
    
}

#page-1 .trust-label {

        font-size: 1rem;
        font-weight: 700;
        color: #64748b;
        margin-bottom: 4px;
    
}

#page-1 .trust-value {

        font-size: 2.5rem;
        font-weight: 900;
        color: #0f172a;
        letter-spacing: -0.05em;
    
}

#page-1 .trust-value span {

        font-size: 1.25rem;
        margin-left: 2px;
        font-weight: 700;
        color: #334155;
    
}

#page-1 .image-card {

        width: 100%;
        /*height: 420px;*/
        background-color: #000;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        position: relative;
        border: 8px solid rgba(255, 255, 255, 0.2);
    
}

#page-1 .image-card img,
#page-1 .image-card video {

        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.9;
    
}

#page-1 .pain-section {

        padding: 80px 5%;
        background-color: white;
        position: relative;
    
}

#page-1 .section-header {

        text-align: center;
        margin-bottom: 50px;
    
}

#page-1 .section-label {

        color: #B00020;
        font-weight: 700;
        font-size: 0.9rem;
        letter-spacing: 0.1em;
        margin-bottom: 8px;
        display: block;
    
}

#page-1 .section-title {

        font-size: 2rem;
        font-weight: 900;
        color: #0f172a;
    
}

#page-1 .pain-grid {

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

#page-1 .pain-card {

        background-color: #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        padding: 30px 20px;
        text-align: center;
        transition: all 0.3s;
        position: relative;
        overflow: hidden;
    
}

#page-1 .pain-card::before {

        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #cbd5e0;
        transition: background-color 0.3s;
    
}

#page-1 .pain-card:hover {

        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    
}

#page-1 .pain-card:hover::before {

        background-color: #B00020;
    
}

#page-1 .pain-icon {

        width: 70px;
        height: 70px;
        background-color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        color: #64748b;
        font-size: 1.8rem;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    
}

#page-1 .pain-card:hover .pain-icon {

        color: #B00020;
    
}

#page-1 .pain-text {

        font-weight: 700;
        color: #334155;
        line-height: 1.5;
    
}

#page-1 .check-circle {

        position: absolute;
        top: 15px;
        right: 15px;
        color: #cbd5e0;
    
}

#page-1 .pain-card:hover .check-circle {

        color: #B00020;
    
}

#page-1 .scroll-down {

        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        color: #94a3b8;
        font-size: 0.75rem;
        font-weight: 700;
        animation: page-1-bounce 2s infinite;
    
}

@keyframes page-1-bounce {

        0%, 100% { transform: translate(-50%, 0); }
        50% { transform: translate(-50%, 10px); }
    
}

#page-1 .floating-cta-btn {

        position: fixed;
        bottom: 30px;
        right: 30px;
        background-color: #B00020;
        color: white;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        box-shadow: 0 10px 25px rgba(176, 0, 32, 0.4);
        z-index: 100;
        cursor: pointer;
    
}

#page-1 .floating-cta-btn::after {

        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #B00020;
        z-index: -1;
        animation: page-1-ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
        opacity: 0.3;
    
}

@keyframes page-1-ping {

        75%, 100% { transform: scale(1.5); opacity: 0; }
    
}

/* page-2 */
#page-2 {

        font-family: 'Noto Sans JP', sans-serif;
        background-color: #e2e8f0;
        margin: 0;
        padding: 0;
    
}

#page-2 .slide-container {

        width: 1280px;
        height: 720px;
        background-color: #ffffff;
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    
}

#page-2 .pres-header {

        height: 40px;
        background-color: #1e293b;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        font-size: 0.8rem;
        z-index: 50;
        flex-shrink: 0;
    
}

#page-2 {

        min-height: 100vh;
        overflow-y: auto;
        background-color: white;
        position: relative;
        
        scrollbar-width: none; 
    
}

#page-2::-webkit-scrollbar {

        display: none;
    
}

#page-2 .section-container {

        padding: 50px 5%;
        border-bottom: 1px solid #f1f5f9;
    
}

#page-2 .section-header {

        text-align: center;
        margin-bottom: 30px;
    
}

#page-2 .section-label {

        display: inline-block;
        color: #0B62A4;
        font-weight: 700;
        font-size: 0.85rem;
        letter-spacing: 0.1em;
        margin-bottom: 8px;
        background-color: #e0f2fe;
        padding: 4px 12px;
        border-radius: 20px;
    
}

#page-2 .section-title {

        font-size: 2rem;
        font-weight: 900;
        color: #0f172a;
        position: relative;
        display: inline-block;
    
}

#page-2 .section-title::after {

        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background-color: #B00020;
        margin: 16px auto 0;
        border-radius: 2px;
    
}

#page-2 .achievements-bar {

        background-color: #1e293b;
        border-radius: 16px;
        padding: 40px 20px;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        position: relative;
        overflow: hidden;
    
}

#page-2 .achievements-bg-graphic {

        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 30%;
        background-color: rgba(255,255,255,0.03);
        pointer-events: none;
    
}

#page-2 .features-grid {

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

#page-2 .feature-card {

        background: white;
        border-radius: 12px;
        box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.08);
        padding: 30px;
        position: relative;
        overflow: hidden;
        border: 1px solid #e2e8f0;
        transition: transform 0.3s;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    
}

#page-2 .feature-card:hover {

        transform: translateY(-5px);
        border-color: #0B62A4;
    
}

#page-2 .feature-icon-box {

        width: 70px;
        height: 70px;
        background-color: #0B62A4;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.75rem;
        margin-bottom: 20px;
        box-shadow: 0 4px 6px rgba(11, 98, 164, 0.3);
    
}

#page-2 .feature-title {

        font-size: 1.25rem;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 12px;
        line-height: 1.4;
    
}

#page-2 .feature-desc {

        color: #64748b;
        font-size: 0.9rem;
        line-height: 1.6;
    
}

#page-2 .flow-section {

        background-color: #f8fafc;
        width:100%
    
}

#page-2 .flow-container {

        display: flex;
        justify-content: space-between;
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
    
}

#page-2 .flow-container::before {

        content: '';
        position: absolute;
        top: 24px;
        left: 50px;
        right: 50px;
        height: 4px;
        background-color: #cbd5e0;
        z-index: 0;
    
}

#page-2 .flow-step {

        flex: 1;
        position: relative;
        z-index: 10;
        text-align: center;
        padding: 0 10px;
    
}

#page-2 .step-badge {

        background-color: #0f172a;
        color: white;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 16px;
        font-weight: 700;
        border: 4px solid #f8fafc; 
        box-shadow: 0 0 0 2px #cbd5e0;
        line-height: 1;
    
}

#page-2 .step-active .step-badge {

        background-color: #B00020;
        box-shadow: 0 0 0 4px #fee2e2;
        border-color: #fee2e2;
    
}

#page-2 .flow-box {

        background: white;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        border-top: 4px solid #0f172a;
        min-height: 160px; 
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    
}

#page-2 .step-active .flow-box {

        border-top-color: #B00020;
    
}

#page-2 .flow-title {

        font-weight: 700;
        margin-bottom: 8px;
        color: #1e293b;
        font-size: 1.1rem;
    
}

#page-2 .flow-detail {

        font-size: 0.85rem;
        color: #64748b;
        text-align: left;
    
}

#page-2 .flow-icon {

        font-size: 2rem;
        color: #cbd5e0;
        margin-bottom: 10px;
    
}

#page-2 .step-active .flow-icon {

        color: #fca5a5;
    
}

#page-2 .flow-note {

        font-size: 0.75rem;
        color: #B00020;
        margin-top: 8px;
        background-color: #fff1f2;
        padding: 4px 8px;
        border-radius: 4px;
        display: inline-block;
        font-weight: 700;
        line-height: 1.4;
    
}

#page-2 .venue-grid {

        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    
}

#page-2 .venue-card {

        background: white;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid #e2e8f0;
        display: flex;
        flex-direction: column;
    
}

#page-2 .venue-img-area {

        height: 200px;
        background-color: #cbd5e0;
        position: relative;
    
}

#page-2 .venue-img-area img {

        width: 100%;
        height: 100%;
        object-fit: cover;
    
}

#page-2 .venue-tag {

        position: absolute;
        top: 16px;
        left: 16px;
        background-color: rgba(0,0,0,0.7);
        color: white;
        padding: 4px 12px;
        border-radius: 4px;
        font-size: 0.75rem;
        font-weight: 700;
    
}

#page-2 .venue-content {

        padding: 24px;
        flex: 1;
    
}

#page-2 .venue-name {

        font-size: 1.25rem;
        font-weight: 700;
        color: #1e293b;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
    
}

#page-2 .venue-desc {

        font-size: 0.9rem;
        color: #64748b;
        margin-bottom: 20px;
        line-height: 1.6;
    
}

#page-2 .venue-features {

        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    
}

#page-2 .feature-chip {

        background-color: #f1f5f9;
        color: #475569;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 0.75rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 4px;
    
}

#page-2 .map-link {

        margin-top: 16px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #0B62A4;
        font-size: 0.85rem;
        font-weight: 700;
        text-decoration: none;
    
}

#page-2 .dot-pattern {

        position: absolute;
        width: 100px;
        height: 100px;
        background-color: #e2e8f0;
        opacity: 0.5;
        border-radius: 50%;
        z-index: 0;
    
}

/* page-3 */
#page-3 {

        font-family: 'Noto Sans JP', sans-serif;
        background-color: #e2e8f0;
        margin: 0;
        padding: 0;
    
}

#page-3 .slide-container {

        width: 1280px;
        height: 720px;
        background-color: #ffffff;
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    
}

#page-3 .pres-header {

        height: 40px;
        background-color: #1e293b;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        font-size: 0.8rem;
        z-index: 50;
        flex-shrink: 0;
    
}

#page-3 {

        min-height: 100vh;
        overflow-y: auto;
        background-color: white;
        position: relative;
        
        scrollbar-width: none; 
    
}

#page-3::-webkit-scrollbar {

        display: none;
    
}

#page-3 .section-container {

        padding: 80px 5%;
        border-bottom: 1px solid #f1f5f9;
    
}

#page-3 .section-bg-gray {

        background-color: #f8fafc;
    
}

#page-3 .section-header {

        text-align: center;
        margin-bottom: 40px;
    
}

#page-3 .section-label {

        display: inline-block;
        color: #0B62A4;
        font-weight: 700;
        font-size: 0.85rem;
        letter-spacing: 0.1em;
        margin-bottom: 8px;
        background-color: #e0f2fe;
        padding: 4px 12px;
        border-radius: 20px;
    
}

#page-3 .section-title {

        font-size: 2rem;
        font-weight: 900;
        color: #0f172a;
        position: relative;
        display: inline-block;
    
}

#page-3 .section-title::after {

        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background-color: #B00020;
        margin: 16px auto 0;
        border-radius: 2px;
    
}

#page-3 .pricing-card {

        background-color: white;
        border-radius: 20px;
        box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.1);
        border: 1px solid #e2e8f0;
        overflow: hidden;
        display: flex;
        max-width: 1000px;
        margin: 0 auto;
    
}

#page-3 .pricing-main {

        flex: 1.2;
        padding: 40px;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
    
}

#page-3 .pricing-details {

        flex: 1;
        background-color: #f8fafc;
        padding: 40px;
        border-left: 1px solid #e2e8f0;
    
}

#page-3 .price-display {

        display: flex;
        align-items: baseline;
        color: #B00020;
        line-height: 1;
        margin-bottom: 10px;
    
}

#page-3 .price-currency {

        font-size: 2rem;
        font-weight: 700;
        margin-right: 4px;
    
}

#page-3 .price-amount {

        font-size: 4.5rem;
        font-weight: 900;
        letter-spacing: -2px;
    
}

#page-3 .price-tax {

        font-size: 1rem;
        color: #64748b;
        font-weight: 500;
        margin-left: 12px;
    
}

#page-3 .price-label {

        background-color: #B00020;
        color: white;
        display: inline-block;
        padding: 6px 16px;
        border-radius: 4px;
        font-weight: 700;
        font-size: 0.9rem;
        margin-bottom: 24px;
        align-self: flex-start;
    
}

#page-3 .feature-list {

        margin-top: 0;
    
}

#page-3 .feature-item {

        display: flex;
        align-items: center;
        margin-bottom: 12px;
        color: #334155;
        font-weight: 500;
    
}

#page-3 .feature-check {

        color: #0B62A4;
        margin-right: 12px;
        font-size: 1.1rem;
    
}

#page-3 .payment-methods {

        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px dashed #cbd5e0;
    
}

#page-3 .payment-icons {

        display: flex;
        gap: 12px;
        font-size: 1.5rem;
        color: #64748b;
        margin-top: 8px;
    
}

#page-3 .schedule-table-container {

        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0,0,0,0.05);
        border: 1px solid #e2e8f0;
        max-width: 1000px;
        margin: 0 auto;
    
}

#page-3 .schedule-header {

        display: grid;
        grid-template-columns: 0.8fr 1.5fr 0.8fr 1fr 1fr;
        background-color: #0f172a;
        color: white;
        padding: 16px 24px;
        font-weight: 700;
        font-size: 0.9rem;
    
}

#page-3 .schedule-row {

        display: grid;
        grid-template-columns: 0.8fr 1.5fr 0.8fr 1fr 1fr;
        padding: 16px 24px;
        border-bottom: 1px solid #f1f5f9;
        align-items: center;
        font-size: 0.9rem;
        color: #334155;
        transition: background-color 0.2s;
    
}

#page-3 .schedule-row small{
        display: block;
}

#page-3 .schedule-row:last-child {

        border-bottom: none;
    
}

#page-3 .schedule-row:hover {

        background-color: #f8fafc;
    
}

#page-3 .status-badge {

        display: inline-block;
        padding: 4px 12px;
        border-radius: 50px;
        font-size: 0.75rem;
        font-weight: 700;
        text-align: center;
        min-width: 80px;
    
}

#page-3 .status-open {

        background-color: #dcfce7;
        color: #166534;
    
}

#page-3 .status-limited {

        background-color: #ffedd5;
        color: #9a3412;
    
}

#page-3 .status-full {

        background-color: #f1f5f9;
        color: #64748b;
    
}

#page-3 .btn-apply-sm {

        background-color: #B00020;
        color: white;
        padding: 6px 16px;
        border-radius: 4px;
        font-size: 0.8rem;
        font-weight: 700;
        text-align: center;
        display: inline-block;
        transition: background-color 0.2s;
        border: none;
        cursor: pointer;
    
}

#page-3 .btn-apply-sm:hover {

        background-color: #991b1b;
    
}

#page-3 .btn-disabled {

        background-color: #cbd5e0;
        color: white;
        cursor: not-allowed;
    
}

#page-3 .faq-grid {

        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        max-width: 1000px;
        margin: 0 auto;
    
}

#page-3 .faq-item {

        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        padding: 20px;
    
}

#page-3 .faq-question {

        font-weight: 700;
        color: #0f172a;
        display: flex;
        gap: 12px;
        align-items: flex-start;
        margin-bottom: 12px;
    
}

#page-3 .q-mark {

        color: #0B62A4;
        font-size: 1.2rem;
        line-height: 1;
    
}

#page-3 .faq-answer {

        color: #64748b;
        font-size: 0.9rem;
        line-height: 1.6;
        padding-left: 28px;
    
}

#page-3 .voice-grid {

        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        max-width: 1000px;
        margin: 0 auto;
    
}

#page-3 .voice-card {

        background: white;
        padding: 24px;
        border-radius: 12px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        border: 1px solid #f1f5f9;
    
}

#page-3 .voice-header {

        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 16px;
    
}

#page-3 .voice-avatar {

        width: 48px;
        height: 48px;
        background-color: #cbd5e0;
        border-radius: 50%;
        overflow: hidden;
    
}

#page-3 .voice-avatar img {

        width: 100%;
        height: 100%;
        object-fit: cover;
    
}

#page-3 .voice-meta h4 {

        font-weight: 700;
        color: #1e293b;
        font-size: 0.95rem;
        margin: 0;
    
}

#page-3 .voice-meta p {

        color: #64748b;
        font-size: 0.75rem;
        margin: 0;
    
}

#page-3 .stars {

        color: #fbbf24;
        font-size: 0.8rem;
        margin-bottom: 12px;
    
}

#page-3 .voice-text {

        font-size: 0.85rem;
        color: #475569;
        line-height: 1.6;
    
}

#page-3 .closing-cta {

        background-color: #0f172a;
        color: white;
        padding: 80px 20px;
        text-align: center;
        position: relative;
        overflow: hidden;
    
}

#page-3 .cta-pattern {

        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.05;
        background-color: #ffffff;
    
}

#page-3 .closing-content {

        position: relative;
        z-index: 10;
        max-width: 600px;
        margin: 0 auto;
    
}

#page-3 .cta-title {

        font-size: 2.5rem;
        font-weight: 900;
        margin-bottom: 16px;
    
}

#page-3 .cta-desc {

        font-size: 1.1rem;
        color: #cbd5e0;
        margin-bottom: 40px;
    
}

#page-3 .btn-large-cta {

        background-color: #B00020;
        color: white;
        padding: 20px 60px;
        border-radius: 50px;
        font-size: 1.25rem;
        font-weight: 700;
        display: inline-flex;
        align-items: center;
        gap: 12px;
        box-shadow: 0 10px 25px rgba(176, 0, 32, 0.4);
        transition: transform 0.2s;
        text-decoration: none;
    
}

#page-3 .btn-large-cta:hover {

        transform: translateY(-2px);
    
}

#page-3 .site-footer {

        background-color: #1e293b;
        color: #94a3b8;
        padding: 60px 5% 20px;
        font-size: 0.85rem;
    
}

#page-3 .footer-grid {

        display: grid;
        grid-template-columns: 2fr 1fr 1fr;
        gap: 40px;
        margin-bottom: 40px;
    
}

#page-3 .footer-logo {

        color: white;
        font-size: 1.5rem;
        font-weight: 900;
        margin-bottom: 16px;
        display: block;
    
}

#page-3 .footer-heading {

        color: white;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 0.95rem;
    
}

#page-3 .footer-links {

        list-style: none;
        padding: 0;
        margin: 0;
    
}

#page-3 .footer-links li {

        margin-bottom: 12px;
    
}

#page-3 .footer-links a {

        color: #94a3b8;
        text-decoration: none;
        transition: color 0.2s;
    
}

#page-3 .footer-links a:hover {

        color: white;
    
}

#page-3 .copyright {

        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #334155;
    
}

/* page-4 */
#page-4 {

        font-family: 'Noto Sans JP', sans-serif;
        background-color: #e2e8f0;
        margin: 0;
        padding: 0;
    
}

#page-4 .slide-container {

        width: 1280px;
        height: 720px;
        background-color: #ffffff;
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    
}

#page-4 .pres-header {

        height: 40px;
        background-color: #1e293b;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        font-size: 0.8rem;
        z-index: 50;
        flex-shrink: 0;
    
}

#page-4 {

        min-height: 100vh;
        overflow-y: auto;
        background-color: white;
        position: relative;
        scrollbar-width: none;
    
}

#page-4::-webkit-scrollbar {

        display: none;
    
}

#page-4 .site-header {

        height: 70px;
        background-color: rgba(255, 255, 255, 0.98);
        border-bottom: 1px solid #e2e8f0;
        position: sticky;
        top: 0;
        z-index: 40;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5%;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    
}

#page-4 .kbs-logo {

        font-weight: 900;
        color: #0B62A4;
        font-size: 1.4rem;
        letter-spacing: -0.5px;
    
}

#page-4 .nav-menu {

        display: flex;
        gap: 32px;
        font-size: 0.9rem;
        font-weight: 700;
        color: #475569;
    
}

#page-4 .nav-item {

        cursor: pointer;
        position: relative;
        padding: 8px 0;
    
}

#page-4 .nav-item.active {

        color: #0B62A4;
    
}

#page-4 .nav-item.active::after {

        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #0B62A4;
    
}

#page-4 .page-hero {

        background-color: #0f172a;
        color: white;
        padding: 80px 5%;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        min-height: 300px;
    
}

#page-4 .page-hero-bg {

        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.2;
    
}

#page-4 .hero-content {

        position: relative;
        z-index: 10;
        max-width: 800px;
        margin: 0 auto;
    
}

#page-4 .hero-label {

        display: inline-block;
        background-color: rgba(11, 98, 164, 0.2);
        border: 1px solid #0B62A4;
        color: #60a5fa;
        font-size: 0.8rem;
        font-weight: 700;
        padding: 6px 16px;
        border-radius: 50px;
        margin-bottom: 20px;
        letter-spacing: 0.1em;
    
}

#page-4 .hero-title {

        font-size: 2.5rem;
        font-weight: 900;
        margin-bottom: 16px;
        line-height: 1.3;
    
}

#page-4 .hero-desc {

        color: #cbd5e0;
        font-size: 1.1rem;
        line-height: 1.6;
    
}

#page-4 .feature-section {

        padding: 80px 5%;
        border-bottom: 1px solid #f1f5f9;
        width:100%
    
}

#page-4 .feature-section:nth-child(even) {

        background-color: #f8fafc;
    
}

#page-4 .feature-container {

        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        gap: 60px;
        align-items: center;
    
}

#page-4 .feature-reverse {

        flex-direction: row-reverse;
    
}

#page-4 .feature-content {

        flex: 1;
    
}

#page-4 .feature-number {

        font-size: 5rem;
        font-weight: 900;
        color: #e2e8f0;
        line-height: 1;
        margin-bottom: -20px;
        position: relative;
        z-index: 0;
    
}

#page-4 .feature-title-group {

        position: relative;
        z-index: 10;
        margin-bottom: 24px;
    
}

#page-4 .feature-title {

        font-size: 2rem;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.3;
    
}

#page-4 .title-underline {

        width: 60px;
        height: 4px;
        background-color: #B00020;
        margin-top: 16px;
    
}

#page-4 .feature-text {

        color: #475569;
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 30px;
    
}

#page-4 .point-list {

        margin-top: 20px;
    
}

#page-4 .point-item {

        display: flex;
        align-items: flex-start;
        margin-bottom: 16px;
    
}

#page-4 .point-icon {

        background-color: #e0f2fe;
        color: #0B62A4;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.8rem;
        margin-right: 12px;
        margin-top: 4px;
        flex-shrink: 0;
    
}

#page-4 .point-text {

        font-weight: 700;
        color: #334155;
    
}

#page-4 .feature-image-wrapper {

        flex: 1;
        position: relative;
    
}

#page-4 .feature-image {

        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15);
        border: 8px solid white;
        aspect-ratio: 4/3;
    
}

#page-4 .feature-image img {

        width: 100%;
        height: 100%;
        object-fit: cover;
    
}

#page-4 .floating-badge {

        position: absolute;
        bottom: 30px;
        right: -20px;
        background-color: white;
        padding: 16px 24px;
        border-radius: 12px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        gap: 12px;
        border-left: 4px solid #0B62A4;
    
}

#page-4 .fb-icon {

        font-size: 1.5rem;
        color: #0B62A4;
    
}

#page-4 .fb-text {

        font-weight: 700;
        color: #1e293b;
        font-size: 0.9rem;
    
}

#page-4 .tag {

        display: inline-block;
        font-size: 0.75rem;
        padding: 4px 10px;
        border-radius: 4px;
        font-weight: 600;
        margin-right: 8px;
    
}

#page-4 .tag-blue {
 background: #dbeafe; color: #1e40af; 
}

#page-4 .tag-red {
 background: #fee2e2; color: #991b1b; 
}

/* page-5 */
#page-5 {

        font-family: 'Noto Sans JP', sans-serif;
        background-color: #e2e8f0;
        margin: 0;
        padding: 0;
    
}

#page-5 .slide-container {

        width: 1280px;
        height: 720px;
        background-color: #ffffff;
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    
}

#page-5 .pres-header {

        height: 40px;
        background-color: #1e293b;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        font-size: 0.8rem;
        z-index: 50;
        flex-shrink: 0;
    
}

#page-5 {
        overflow-y: auto;
        background-color: white;
        position: relative;
        scrollbar-width: none;
    
}

#page-5::-webkit-scrollbar {

        display: none;
    
}

#page-5 .section-container {

        padding: 60px 5%;
        border-bottom: 1px solid #f1f5f9;
    
}

#page-5 .section-bg-gray {

        background-color: #f8fafc;
    
}

#page-5 .section-header {

        text-align: center;
        margin-bottom: 50px;
    
}

#page-5 .section-label {

        display: inline-block;
        color: #0B62A4;
        font-weight: 700;
        font-size: 0.85rem;
        letter-spacing: 0.1em;
        margin-bottom: 8px;
        background-color: #e0f2fe;
        padding: 4px 12px;
        border-radius: 20px;
    
}

#page-5 .section-title {

        font-size: 2rem;
        font-weight: 900;
        color: #0f172a;
        position: relative;
        display: inline-block;
    
}

#page-5 .section-title::after {

        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background-color: #B00020;
        margin: 16px auto 0;
        border-radius: 2px;
    
}

#page-5 .achievement-container {

        background-color: #0f172a;
        color: white;
        border-radius: 20px;
        padding: 60px 40px;
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    
}

#page-5 .achievement-grid {

        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        position: relative;
        z-index: 10;
    
}

#page-5 .achievement-item {

        text-align: center;
        border-right: 1px solid rgba(255,255,255,0.1);
    
}

#page-5 .achievement-item:last-child {

        border-right: none;
    
}

#page-5 .ach-value {

        font-size: 3.5rem;
        font-weight: 900;
        color: #60a5fa;
        line-height: 1;
        margin-bottom: 8px;
    
}

#page-5 .ach-unit {

        font-size: 1.2rem;
        color: white;
        margin-left: 4px;
    
}

#page-5 .ach-label {

        font-size: 0.9rem;
        color: #cbd5e0;
        font-weight: 500;
    
}

#page-5 .ach-bg-icon {

        position: absolute;
        bottom: -20px;
        right: -20px;
        font-size: 15rem;
        color: rgba(255,255,255,0.03);
        z-index: 0;
    
}

#page-5 .safety-grid {

        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        max-width: 1000px;
        margin: 0 auto;
        align-items: center;
    
}

#page-5 .cert-box {

        background: white;
        border: 1px solid #e2e8f0;
        padding: 30px;
        border-radius: 16px;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    
}

#page-5 .cert-logo {

        width: 100px;
        height: 100px;
        margin: 0 auto 20px;
        background-color: #f8fafc;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
        color: #0B62A4;
    
}

#page-5 .cert-id {

        font-family: monospace;
        background-color: #e0f2fe;
        color: #0369a1;
        padding: 4px 12px;
        border-radius: 4px;
        font-weight: 700;
        display: inline-block;
        margin-bottom: 12px;
    
}

#page-5 .safety-list {

        list-style: none;
        padding: 0;
        margin: 0;
    
}

#page-5 .safety-item {

        display: flex;
        gap: 16px;
        margin-bottom: 24px;
    
}

#page-5 .safety-icon {

        width: 40px;
        height: 40px;
        background-color: #fee2e2;
        color: #B00020;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 1.2rem;
    
}

#page-5 .safety-content h4 {

        font-weight: 700;
        color: #1e293b;
        margin-bottom: 4px;
    
}

#page-5 .safety-content p {

        font-size: 0.9rem;
        color: #64748b;
        line-height: 1.5;
    
}

#page-5 .closing-cta {

        background-color: #0B62A4;
        color: white;
        padding: 60px 5%;
        text-align: center;
    
}

#page-5 .cta-btn-group {

        display: flex;
        gap: 16px;
        justify-content: center;
        margin-top: 30px;
    
}

#page-5 .btn-white {

        background-color: white;
        color: #0B62A4;
        padding: 16px 60px; 
        border-radius: 8px;
        font-weight: 700;
        font-size: 1.2rem; 
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        gap: 12px;
        transition: transform 0.2s;
    
}

#page-5 .btn-white:hover {

        transform: translateY(-2px);
    
}

#page-5 .btn-outline {

        background-color: transparent;
        color: white;
        border: 2px solid white;
        padding: 14px 32px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 1rem;
        display: flex;
        align-items: center;
        gap: 8px;
    
}

#page-5 .site-footer {

        background-color: #1e293b;
        color: #94a3b8;
        padding: 40px 5%;
        font-size: 0.85rem;
        text-align: center;
    
}

/* page-6 */
#page-6 {

        font-family: 'Noto Sans JP', sans-serif;
        background-color: #e2e8f0;
        margin: 0;
        padding: 0;
    
}

#page-6 .slide-container {

        width: 1280px;
        height: 720px;
        background-color: #ffffff;
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    
}

#page-6 .pres-header {

        height: 40px;
        background-color: #1e293b;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        font-size: 0.8rem;
        z-index: 50;
        flex-shrink: 0;
    
}

#page-6 {

        overflow-y: auto;
        background-color: white;
        position: relative;
        scrollbar-width: none;
    
}

#page-6::-webkit-scrollbar {

        display: none;
    
}

#page-6 .site-header {

        height: 70px;
        background-color: rgba(255, 255, 255, 0.98);
        border-bottom: 1px solid #e2e8f0;
        position: sticky;
        top: 0;
        z-index: 40;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5%;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    
}

#page-6 .kbs-logo {

        font-weight: 900;
        color: #0B62A4;
        font-size: 1.4rem;
        letter-spacing: -0.5px;
    
}

#page-6 .nav-menu {

        display: flex;
        gap: 32px;
        font-size: 0.9rem;
        font-weight: 700;
        color: #475569;
    
}

#page-6 .nav-item {

        cursor: pointer;
        position: relative;
        padding: 8px 0;
    
}

#page-6 .nav-item.active {

        color: #0B62A4;
    
}

#page-6 .nav-item.active::after {

        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #0B62A4;
    
}

#page-6 .page-hero {

        background-color: #0f172a; 
        color: white;
        padding: 60px 5%;
        position: relative;
        overflow: hidden;
        text-align: center;
        min-height: 240px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    
}

#page-6 .page-hero::before {

        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0B62A4;
        opacity: 0.8;
        z-index: 1;
    
}

#page-6 .page-hero-bg {

        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.4;
        z-index: 0;
    
}

#page-6 .hero-content {

        position: relative;
        z-index: 10;
        max-width: 800px;
        margin: 0 auto;
    
}

#page-6 .hero-title {

        font-size: 2.5rem;
        font-weight: 900;
        margin-bottom: 12px;
        letter-spacing: 0.05em;
    
}

#page-6 .hero-desc {

        color: #e2e8f0;
        font-size: 1rem;
        font-weight: 500;
    
}

#page-6 .breadcrumb {

        font-size: 0.75rem;
        color: rgba(255,255,255,0.7);
        margin-bottom: 16px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    
}

#page-6 .faq-section {

        padding: 0 5% 80px;
        background-color: #f8fafc;
        min-height: 600px;
    
}

#page-6 .faq-container {

        max-width: 900px;
        margin: -40px auto 0;
        position: relative;
        z-index: 20;
    
}

#page-6 .category-tabs {

        display: flex;
        background: white;
        padding: 8px;
        border-radius: 12px;
        box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1);
        margin-bottom: 40px;
        overflow-x: auto;
        gap: 4px;
    
}

#page-6 .tab-btn {

        flex: 1;
        padding: 12px 16px;
        text-align: center;
        border-radius: 8px;
        font-size: 0.85rem;
        font-weight: 700;
        color: #64748b;
        cursor: pointer;
        transition: all 0.2s;
        white-space: nowrap;
        border: none;
        background: transparent;
    
}

#page-6 .tab-btn:hover {

        background-color: #f1f5f9;
        color: #0B62A4;
    
}

#page-6 .tab-btn.active {

        background-color: #0B62A4;
        color: white;
        box-shadow: 0 4px 6px -1px rgba(11, 98, 164, 0.3);
    
}

#page-6 .faq-list {

        display: flex;
        flex-direction: column;
        gap: 16px;
    
}

#page-6 [id^="qa0"]:not(#qa01) {
    display: none;
}

#page-6 .faq-item {

        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
    
}

#page-6 .faq-item:hover {

        border-color: #cbd5e0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    
}

#page-6 .faq-item.open {

        border-color: #0B62A4;
        box-shadow: 0 10px 30px -5px rgba(11, 98, 164, 0.1);
    
}

#page-6 .faq-header {

        padding: 20px 24px;
        display: flex;
        align-items: flex-start;
        gap: 16px;
        cursor: pointer;
        background: white;
    
}

#page-6 .faq-item.open .faq-header {

        background-color: #f8fafc;
        border-bottom: 1px solid #f1f5f9;
    
}

#page-6 .q-icon {

        background-color: #0B62A4;
        color: white;
        width: 28px;
        height: 28px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        font-size: 0.9rem;
        flex-shrink: 0;
        margin-top: 2px;
    
}

#page-6 .question-text {

        flex: 1;
        font-weight: 700;
        color: #1e293b;
        font-size: 1.05rem;
        line-height: 1.5;
    
}

#page-6 .toggle-icon {

        color: #94a3b8;
        font-size: 1.2rem;
        transition: transform 0.3s;
    
}

#page-6 .faq-item.open .toggle-icon {

        transform: rotate(180deg);
        color: #0B62A4;
    
}

#page-6 .faq-body {

        padding: 0 24px 24px 68px; 
        background-color: white;
        display: none;
        color: #475569;
        font-size: 0.95rem;
        line-height: 1.7;
    
}

#page-6 .faq-item.open .faq-body {

        display: block;
        padding-top: 20px;
        animation: page-6-slideDown 0.3s ease-out;
    
}

#page-6 .faq-item.open .faq-body p a{
        display: block;
        margin-top: 12px;
        width: fit-content;
}


@keyframes page-6-slideDown {

        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    
}

#page-6 .a-prefix {

        font-weight: 700;
        color: #B00020;
        margin-right: 8px;
    
}

#page-6 .list-category-title {

        color: #0B62A4;
        font-weight: 900;
        font-size: 1.2rem;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    
}

#page-6 .list-category-title::after {

        content: '';
        flex: 1;
        height: 1px;
        background-color: #e2e8f0;
    
}

/* page-7 */
#page-7 {

        font-family: 'Noto Sans JP', sans-serif;
        background-color: #e2e8f0;
        margin: 0;
        padding: 0;
    
}

#page-7 .slide-container {

        width: 1280px;
        height: 720px;
        background-color: #ffffff;
        position: relative;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    
}

#page-7 .pres-header {

        height: 40px;
        background-color: #1e293b;
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 24px;
        font-size: 0.8rem;
        z-index: 50;
        flex-shrink: 0;
    
}

#page-7 {
        overflow-y: auto;
        background-color: white;
        position: relative;
        scrollbar-width: none; 
    
}

#page-7::-webkit-scrollbar {

        display: none;
    
}

#page-7 .site-header {

        height: 70px;
        background-color: rgba(255, 255, 255, 0.98);
        border-bottom: 1px solid #e2e8f0;
        position: sticky;
        top: 0;
        z-index: 40;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5%;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    
}

#page-7 .kbs-logo {

        font-weight: 900;
        color: #0B62A4;
        font-size: 1.4rem;
        letter-spacing: -0.5px;
    
}

#page-7 .nav-menu {

        display: flex;
        gap: 32px;
        font-size: 0.9rem;
        font-weight: 700;
        color: #475569;
    
}

#page-7 .nav-item {

        cursor: pointer;
        position: relative;
        padding: 8px 0;
    
}

#page-7 .nav-item.active {

        color: #0B62A4;
    
}

#page-7 .nav-item.active::after {

        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #0B62A4;
    
}

#page-7 .faq-section {

        padding: 40px 5% 80px;
        background-color: #f8fafc;
    
}

#page-7 .faq-container {

        max-width: 900px;
        margin: 0 auto;
    
}

#page-7 .list-category-title {

        color: #0B62A4;
        font-weight: 900;
        font-size: 1.2rem;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    
}

#page-7 .list-category-title::after {

        content: '';
        flex: 1;
        height: 1px;
        background-color: #e2e8f0;
    
}

#page-7 .faq-list {

        display: flex;
        flex-direction: column;
        gap: 16px;
    
}

#page-7 .faq-item {

        background: white;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s ease;
    
}

#page-7 .faq-item:hover {

        border-color: #cbd5e0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    
}

#page-7 .faq-item.open {

        border-color: #0B62A4;
        box-shadow: 0 10px 30px -5px rgba(11, 98, 164, 0.1);
    
}

#page-7 .faq-header {

        padding: 20px 24px;
        display: flex;
        align-items: flex-start;
        gap: 16px;
        cursor: pointer;
        background: white;
    
}

#page-7 .faq-item.open .faq-header {

        background-color: #f8fafc;
        border-bottom: 1px solid #f1f5f9;
    
}

#page-7 .q-icon {

        background-color: #0B62A4;
        color: white;
        width: 28px;
        height: 28px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        font-size: 0.9rem;
        flex-shrink: 0;
        margin-top: 2px;
    
}

#page-7 .question-text {

        flex: 1;
        font-weight: 700;
        color: #1e293b;
        font-size: 1.05rem;
        line-height: 1.5;
    
}

#page-7 .toggle-icon {

        color: #94a3b8;
        font-size: 1.2rem;
        transition: transform 0.3s;
    
}

#page-7 .faq-item.open .toggle-icon {

        transform: rotate(180deg);
        color: #0B62A4;
    
}

#page-7 .faq-body {

        padding: 0 24px 24px 68px;
        background-color: white;
        display: none;
        color: #475569;
        font-size: 0.95rem;
        line-height: 1.7;
    
}

#page-7 .faq-item.open .faq-body {

        display: block;
        padding-top: 20px;
    
}

#page-7 .a-prefix {

        font-weight: 700;
        color: #B00020;
        margin-right: 8px;
    
}

#page-7 .inquiry-section {

        background-color: #e0f2fe;
        padding: 80px 5%;
        text-align: center;
        position: relative;
    
}

#page-7 .inquiry-card {

        background-color: white;
        max-width: 800px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 50px;
        box-shadow: 0 20px 50px -10px rgba(11, 98, 164, 0.15);
        border: 1px solid #bae6fd;
    
}

#page-7 .inquiry-icon-circle {

        width: 80px;
        height: 80px;
        background-color: #0B62A4;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.5rem;
        margin: -90px auto 30px; 
        border: 8px solid #e0f2fe;
    
}

#page-7 .inquiry-title {

        font-size: 1.75rem;
        font-weight: 900;
        color: #0f172a;
        margin-bottom: 16px;
    
}

#page-7 .inquiry-desc {

        color: #64748b;
        font-size: 1.05rem;
        margin-bottom: 40px;
    
}

#page-7 .contact-grid {

        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    
}

#page-7 .contact-btn {

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 24px;
        border-radius: 12px;
        transition: transform 0.2s, box-shadow 0.2s;
        text-decoration: none;
    
}

#page-7 .contact-btn:hover {

        transform: translateY(-5px);
        box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
    
}

#page-7 .btn-tel {

        background-color: #f8fafc;
        border: 2px solid #e2e8f0;
        color: #1e293b;
    
}

#page-7 .btn-form {

        background-color: #B00020;
        color: white;
    
}

#page-7 .btn-icon {

        font-size: 2rem;
        margin-bottom: 12px;
    
}

#page-7 .btn-label {

        font-size: 0.9rem;
        font-weight: 700;
        margin-bottom: 4px;
    
}

#page-7 .btn-value {

        font-size: 1.2rem;
        font-weight: 900;
    
}

#page-7 .site-footer {

        background-color: #1e293b;
        color: #94a3b8;
        padding: 60px 5% 20px;
        font-size: 0.85rem;
    
}

#page-7 .footer-grid {

        display: grid;
        grid-template-columns: 2fr 1fr 1fr; 
        gap: 40px;
        margin-bottom: 40px;
    
}

#page-7 .footer-logo {

        color: white;
        font-size: 1.5rem;
        font-weight: 900;
        margin-bottom: 16px;
        display: block;
        text-decoration: none;
    
}

#page-7 .footer-heading {

        color: white;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 0.95rem;
    
}

#page-7 .footer-links {

        list-style: none;
        padding: 0;
        margin: 0;
    
}

#page-7 .footer-links li {

        margin-bottom: 12px;
    
}

#page-7 .footer-links a {

        color: #94a3b8;
        text-decoration: none;
        transition: color 0.2s;
    
}

#page-7 .footer-links a:hover {

        color: white;
    
}

#page-7 .copyright {

        text-align: center;
        padding-top: 20px;
        border-top: 1px solid #334155;
    
}

#page-7 .fade-in-up {

        animation: page-7-fadeInUp 0.5s ease-out forwards;
        opacity: 0;
        transform: translateY(20px);
    
}

@keyframes page-7-fadeInUp {

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

#page-7 .delay-100 {
 animation-delay: 0.1s; 
}

#page-7 .delay-200 {
 animation-delay: 0.2s; 
}

.combined-page-block > :not(.site-header):not(.site-footer):not(.floating-cta-btn) {
  width: min(100%, 1200px);
  margin-left: auto;
  margin-right: auto;
}

.combined-page-block .inquiry-section,
.combined-page-block .faq-section,
.combined-page-block .page-hero,
.combined-page-block .closing-cta,
.combined-page-block .section-bg-gray {
  width: 100% !important;
  max-width: none !important;
}

.combined-page-block .section-inner {
  width: min(100%, 1000px);
  margin-left: auto;
  margin-right: auto;
}

#page-1 {
  padding-top: 80px !important;
}

#page-1 .site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000 !important;
  padding-left: 24px;
  padding-right: 24px;
}

#page-1 .site-header-inner {
  width: min(100%, 1200px);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

#page-1 .site-header-inner .nav-menu {
  margin-left: auto;
}

#page-1 .hamburger-menu {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid #cbd5e1;
  border-radius: 9999px;
  background: #ffffff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}

#page-1 .hamburger-menu span {
  display: block;
  width: 18px;
  height: 2px;
  background: #0f172a;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

#page-1 .mobile-apply-btn {
  display: none;
}

@media (max-width: 768px) {
  #page-1 {
    padding-top: 72px !important;
  }

  #page-1 .site-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  #page-1 .site-header-inner {
    min-height: 72px;
    gap: 12px;
  }

  #page-1 .kbs-drone-logo {
    font-size: 1.1rem;
    gap: 6px;
    flex-wrap: wrap;
  }

  #page-1 .kbs-drone-logo span {
    font-size: 1rem;
  }

  #page-1 .hamburger-menu {
    display: inline-flex;
    margin-left: auto;
  }

  #page-1 .header-apply-btn {
    display: none;
  }

  #page-1 .nav-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 16px;
    right: 16px;
    margin-left: 0;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.14);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  #page-1 .site-header.is-menu-open .nav-menu {
    display: flex;
  }

  #page-1 .nav-item {
    padding: 12px 0;
    border-bottom: 1px solid #e2e8f0;
  }

  #page-1 .nav-item a{
        display: block;
  }

  #page-1 .nav-item:hover::after {
    display: none;
  }

  #page-1 .mobile-apply-btn {
    display: block;
    width: 100%;
    margin-top: 8px;
  }

  #page-1 .site-header.is-menu-open .hamburger-menu span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  #page-1 .site-header.is-menu-open .hamburger-menu span:nth-child(2) {
    opacity: 0;
  }

  #page-1 .site-header.is-menu-open .hamburger-menu span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  #page-1 .hero-section {
    padding: 32px 16px 56px;
    min-height: auto;
    flex-direction: column;
    gap: 28px;
  }

  #page-1 .hero-bg-shape {
    display: none;
  }

  #page-1 .hero-content {
    flex-direction: column;
    gap: 24px;
  }

  #page-1 .hero-text,
  #page-1 .hero-visual {
    width: 100%;
    max-width: none;
  }

  #page-1 .hero-visual {
    order: 1;
  }

  #page-1 .hero-text {
    order: 2;
  }

  #page-1 .badge-pill-large {
    align-items: flex-start;
    line-height: 1.35;
    width:100%
  }

  #page-1 .hero-badge-break {
    display: inline;
  }

  #page-1 .main-title {
    font-size: clamp(2rem, 9vw, 3rem);
    line-height: 1.15;
  }

  #page-1 .sub-copy br {
    display: none;
  }

  #page-1 .price-tag {
    flex-wrap: wrap;
    gap: 4px 8px;
  }

  #page-1 .cta-group,
  #page-1 .btn-primary {
    width: 100%;
  }

  #page-1 .image-card img {
    min-height: 260px;
    object-fit: cover;
  }

  #page-1 .pain-section,
  #page-1 .reason-section,
  #page-1 .curriculum-section,
  #page-1 .course-fee-section,
  #page-1 .schedule-section,
  #page-1 .voice-section,
  #page-1 .faq-section,
  #page-1 .cta-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  #page-1 .pain-grid,
  #page-1 .reason-grid,
  #page-1 .curriculum-grid,
  #page-1 .course-grid,
  #page-1 .voice-grid,
  #page-1 .faq-grid,
  #page-1 .facility-grid {
    grid-template-columns: 1fr;
  }

  #page-1 .section-header {
    margin-bottom: 32px;
  }

  #page-1 .section-title {
    font-size: clamp(1.7rem, 7vw, 2.4rem);
    line-height: 1.25;
  }

  #page-2 .achievements-bar > .grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  #page-2 .achievements-bar > .grid > div {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.45);
  }

  #page-2 .achievements-bar > .grid > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  #page-2 .achievements-bar > .grid > :not([hidden]) ~ :not([hidden]) {
    border-left-width: 0;
  }

  #page-2 .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #page-2 .flow-container {
    flex-direction: column;
    gap: 20px;
  }

  #page-2 .flow-container::before {
    display: none;
  }

  #page-2 .flow-step {
    width: 100%;
    padding: 0;
  }

  #page-2 .flow-box {
    min-height: 0;
  }

  #page-2 .venue-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #page-3 .pricing-card {
    flex-direction: column;
  }

  #page-3 .pricing-main,
  #page-3 .pricing-details {
    padding: 24px 20px;
  }

  #page-3 .pricing-details {
    border-left: 0;
    border-top: 1px solid #e2e8f0;
  }

  #page-3 .price-display {
    flex-wrap: wrap;
    gap: 4px 8px;
  }

  #page-3 .price-amount {
    font-size: clamp(3rem, 14vw, 4rem);
  }

  #page-3 .schedule-row > div:nth-child(4),
  #page-3 .schedule-row > div:nth-child(5) {
    display: flex;
    justify-content: center;
  }

  #page-3 .status-badge,
  #page-3 .btn-apply-sm {
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    min-height: 104px;
    padding: 10px 6px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    white-space: normal;
  }

  #page-3 .status-badge {
    border-radius: 999px;
  }

  #page-3 .btn-apply-sm {
    border-radius: 12px;
  }

  #page-3 .voice-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #page-3 .faq-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #page-4 .feature-section {
    padding: 48px 16px;
  }

  #page-4 .feature-container,
  #page-4 .feature-reverse {
    flex-direction: column;
    gap: 24px;
  }

  #page-4 .feature-content,
  #page-4 .feature-image-wrapper {
    width: 100%;
  }

  #page-4 .feature-title {
    font-size: clamp(1.7rem, 7vw, 2.2rem);
  }

  #page-5 .section-container {
    padding: 48px 16px;
  }

  #page-5 .achievement-grid,
  #page-5 .safety-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #page-5 .achievement-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding-bottom: 20px;
  }

  #page-5 .achievement-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  #page-5 .achievement-container {
    padding: 32px 20px;
  }

  #page-7 .contact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #page-7 .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

#page-7 .site-footer {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

#page-7 .site-footer-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}
