/* Shutdown Kit Styling - internetshutdowns.in */

.shutdown-kit-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 28px 20px 60px;
    color: #242424;
}

/* Hero Section */
.kit-hero {
    background: linear-gradient(145deg, #f6f7ff 0%, #eaebfc 100%);
    border-radius: 18px;
    border: 1px solid #d9defd;
    box-shadow: 0 10px 20px rgba(56, 79, 182, 0.12);
    padding: 36px 32px;
    position: relative;
}

.kit-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.kit-kicker {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 13px;
    color: #4d6cfd;
    font-weight: 700;
    margin: 0 0 6px 0;
}

.kit-hero h1 {
    margin: 0 0 12px 0;
    font-size: 42px;
    color: #242424;
    line-height: 1.15;
    font-weight: 800;
}

.kit-subtitle {
    margin: 0 0 20px 0;
    max-width: 820px;
    font-size: 18px;
    line-height: 1.6;
    color: #3d3d3d;
}

/* Language Toggle Button */
.lang-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #c7d2fe;
    color: #4d6cfd;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(77, 108, 253, 0.1);
    transition: all 0.2s ease;
}

.lang-toggle-btn:hover {
    background: #4d6cfd;
    color: #ffffff;
    border-color: #4d6cfd;
}

/* Golden Rule Banner */
.kit-rule-banner {
    background: #fff8e6;
    border: 1px solid #ffe599;
    border-left: 5px solid #f59e0b;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 16px;
    color: #78350f;
    line-height: 1.5;
    margin-top: 14px;
}

.kit-rule-banner strong {
    color: #92400e;
}

/* Step Sections */
.kit-steps {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.kit-step-card {
    background: #ffffff;
    border: 1px solid #e1e5ff;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(78, 103, 221, 0.06);
    padding: 28px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kit-step-card:hover {
    box-shadow: 0 8px 24px rgba(78, 103, 221, 0.1);
}

.kit-step-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.step-num {
    background: linear-gradient(135deg, #4d6cfd 0%, #5d5fef 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 18px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.kit-step-header h2 {
    margin: 0;
    font-size: 24px;
    color: #242424;
    font-weight: 700;
}

.step-desc {
    color: #5d6274;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

/* Installation Guide Rows */
.install-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
}

.install-item {
    background: #f7f8ff;
    border: 1px solid #dfe3fb;
    border-radius: 12px;
    padding: 16px 20px;
}

.install-item h4 {
    margin: 0 0 6px 0;
    font-size: 16px;
    color: #30364a;
}

.install-item kbd {
    background: #ffffff;
    border: 1px solid #ced6ff;
    border-radius: 6px;
    padding: 2px 8px;
    font-family: inherit;
    font-weight: 700;
    color: #4d6cfd;
    box-shadow: 0 2px 0 #ced6ff;
}

/* Messaging Cards */
.mesh-apps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 16px;
}

.app-card {
    background: #f8faff;
    border: 1px solid #c7d2fe;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.app-card-primary {
    border-color: #4d6cfd;
    background: linear-gradient(180deg, #f0f3ff 0%, #ffffff 100%);
}

.app-badge {
    display: inline-block;
    background: #4d6cfd;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.app-card h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    color: #242424;
}

.app-card p {
    margin: 0 0 16px 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.5;
}

.app-card .btn-app {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4d6cfd;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    transition: background 0.2s ease;
}

.app-card .btn-app:hover {
    background: #384fb6;
}

.security-warning-box {
    background: #fff1f2;
    border: 1px solid #fecdd3;
    border-left: 4px solid #e11d48;
    border-radius: 10px;
    padding: 14px 18px;
    color: #9f1239;
    font-size: 14px;
    line-height: 1.5;
}

/* Offline Maps */
.maps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin-top: 14px;
}

.map-card-item {
    border: 1px solid #dfe3fb;
    border-radius: 12px;
    padding: 16px;
    background: #f7f8ff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.map-card-item h4 {
    margin: 0 0 6px 0;
    font-size: 17px;
    color: #242424;
}

.map-card-item p {
    margin: 0 0 14px 0;
    font-size: 14px;
    color: #6b7280;
}

.map-card-item .btn-map {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4d6cfd;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.map-card-item .btn-map:hover {
    text-decoration: underline;
}

/* Interactive Detention Form */
.alert-form-box {
    background: #f6f8ff;
    border: 1px solid #c7d2fe;
    border-radius: 14px;
    padding: 24px;
    margin-top: 16px;
}

.alert-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.alert-field label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #4d6cfd;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.alert-field input {
    width: 100%;
    height: 42px;
    border: 1px solid #ced6ff;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 15px;
    box-sizing: border-box;
}

.alert-field input:focus {
    outline: none;
    border-color: #4d6cfd;
    box-shadow: 0 0 0 3px rgba(77, 108, 253, 0.15);
}

.alert-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-alert {
    border: 0;
    background: #4d6cfd;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-alert:hover {
    background: #384fb6;
}

.btn-secondary-alert {
    border: 1px solid #ced6ff;
    background: #ffffff;
    color: #4d6cfd;
    font-weight: 700;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary-alert:hover {
    background: #eef2ff;
}

.alert-result-box {
    margin-top: 18px;
    padding: 16px;
    background: #ffffff;
    border: 1px dashed #4d6cfd;
    border-radius: 10px;
    display: none;
}

.sms-launch-btn {
    display: inline-block;
    background: #16a34a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.2);
}

.sms-launch-btn:hover {
    background: #15803d;
}

/* Legal & Rights List */
.rights-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 14px;
}

.rights-item {
    background: #f8faff;
    border: 1px solid #dfe3fb;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.rights-badge {
    background: #e0e7ff;
    color: #4338ca;
    font-weight: 800;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 6px;
    flex-shrink: 0;
}

.rights-item p {
    margin: 0;
    font-size: 15px;
    color: #374151;
    line-height: 1.5;
}

/* Language Visibility Rules */
[data-lang="hi"] .lang-en { display: none !important; }
[data-lang="en"] .lang-hi { display: none !important; }

/* Responsive tweaks */
@media (max-width: 768px) {
    .kit-hero h1 {
        font-size: 32px;
    }
    
    .kit-subtitle {
        font-size: 16px;
    }

    .kit-step-card {
        padding: 20px;
    }

    .kit-step-header h2 {
        font-size: 20px;
    }
}
