        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Courier Prime', monospace;
            line-height: 1.6;
            color: #33281E;
            background-color: #E8E2D6;
            background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c4zIQ+AAAAC3RSTlMBBQMEAAAAAQIAAAA3z44AAABsSURBVHja7c1BCoAwDANRY9NqrVb79L73P6cSKBTFQDZd5S2HL7xcQkREDMAk0DmsjE6TTIP+/KjHlKpqKKpkHvRlR+00C4wiUiZRM1v+wGwv9WY7zfLi5HTKEdoTAICW5cGCDAULMhIs+OUBeJQF95MhnY8AAAAASUVORK5CYII=');
            min-height: 100vh;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        /* Breadcrumb mejorado */
        .breadcrumb {
            margin-bottom: 20px;
            padding: 15px 20px;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 8px;
            border: 2px solid #B87E45;
        }
        
        .breadcrumb a {
            color: #8B5C34;
            text-decoration: none;
            font-family: 'Special Elite', cursive;
            font-weight: bold;
        }
        
        .breadcrumb a:hover {
            text-decoration: underline;
            color: #C25B45;
        }
        
        /* Header optimizado */
        .header {
            text-align: center;
            margin-bottom: 40px;
            padding: 40px 20px;
            background: #F5F1E6;
            border: 8px solid #C25B45;
            position: relative;
            box-shadow: inset 0 0 20px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.2);
        }
        
        .header::before,
        .header::after {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            background: #C25B45;
            border-radius: 50%;
            box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
            z-index: 10;
        }
        
        .header::before {
            top: 10px;
            left: 10px;
        }
        
        .header::after {
            top: 10px;
            right: 10px;
        }
        
        .title {
            font-family: 'Special Elite', cursive;
            font-size: 2.8em;
            color: #C25B45;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
            letter-spacing: 2px;
        }
        
        .subtitle {
            color: #33281E;
            font-size: 1.2em;
            margin-bottom: 20px;
            font-weight: 700;
        }
        
        .warning-text {
            color: #C25B45;
            font-weight: bold;
            font-size: 1.1em;
            background: rgba(194, 91, 69, 0.1);
            padding: 15px;
            border: 2px solid #C25B45;
            border-radius: 4px;
            margin-top: 20px;
        }

        /* Intro section para SEO */
        .intro-section {
            background: #FFFFFF;
            border: 4px solid #B87E45;
            padding: 30px;
            margin-bottom: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .intro-section h2 {
            font-family: 'Special Elite', cursive;
            color: #8B5C34;
            font-size: 1.8em;
            margin-bottom: 20px;
        }

        .intro-section p {
            margin-bottom: 15px;
            font-size: 1.1em;
            line-height: 1.7;
        }

        .intro-section strong {
            color: #C25B45;
            font-weight: 700;
        }
        
        /* SOS Section */
        .sos-section {
            background: #F5F1E6;
            border: 8px solid #C25B45;
            padding: 40px;
            margin-bottom: 40px;
            position: relative;
            box-shadow: inset 0 0 20px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.2);
            text-align: center;
        }
        
        .sos-section::before,
        .sos-section::after {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            background: #C25B45;
            border-radius: 50%;
            box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
            z-index: 10;
        }
        
        .sos-section::before {
            top: 12px;
            left: 12px;
        }
        
        .sos-section::after {
            top: 12px;
            right: 12px;
        }
        
        .sos-display {
            font-family: 'Special Elite', cursive;
            font-size: 6em;
            color: #C25B45;
            letter-spacing: 15px;
            margin: 30px 0;
            text-shadow: 4px 4px 8px rgba(0,0,0,0.3);
            border: 4px solid #C25B45;
            padding: 20px;
            background: #FFFFFF;
            border-radius: 8px;
        }
        
        .sos-morse {
            font-family: 'Courier Prime', monospace;
            font-size: 4em;
            color: #8B5C34;
            letter-spacing: 8px;
            margin: 20px 0;
            background: #EBE5D8;
            padding: 15px;
            border: 3px solid #B87E45;
            border-radius: 4px;
        }
        
        .sos-audio {
            background: #C25B45;
            color: #FFF8EA;
            border: 3px solid #A9483A;
            padding: 20px 40px;
            cursor: pointer;
            font-size: 20px;
            font-family: 'Special Elite', cursive;
            border-radius: 8px;
            transition: all 0.3s;
            box-shadow: 0 6px 12px rgba(0,0,0,0.2);
            margin: 20px;
        }
        
        .sos-audio:hover {
            background: #B14A36;
            transform: translateY(-3px);
            box-shadow: 0 9px 18px rgba(0,0,0,0.3);
        }

        /* Stats section para credibilidad */
        .stats-section {
            background: linear-gradient(135deg, #E8F5E8, #F0F8F0);
            border: 4px solid #6B9B76;
            padding: 30px;
            margin-bottom: 30px;
            border-radius: 8px;
            text-align: center;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .stat-item {
            background: #FFFFFF;
            padding: 20px;
            border-radius: 8px;
            border: 2px solid #6B9B76;
        }

        .stat-number {
            font-family: 'Special Elite', cursive;
            font-size: 2.5em;
            color: #4F7256;
            margin-bottom: 10px;
        }

        .stat-label {
            color: #33281E;
            font-weight: 700;
        }
        
        /* Emergency Codes Section */
        .emergency-codes {
            background: #F5F1E6;
            border: 6px solid #B87E45;
            padding: 30px;
            margin-bottom: 30px;
            position: relative;
        }
        
        .emergency-codes::before,
        .emergency-codes::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            background: #B87E45;
            border-radius: 50%;
        }
        
        .emergency-codes::before {
            top: 8px;
            left: 8px;
        }
        
        .emergency-codes::after {
            top: 8px;
            right: 8px;
        }
        
        .section-title {
            font-family: 'Special Elite', cursive;
            font-size: 2em;
            color: #8B5C34;
            margin-bottom: 25px;
            text-align: center;
            border-bottom: 3px solid #B87E45;
            padding-bottom: 10px;
        }
        
        .codes-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
        }
        
        .code-card {
            background: #EBE5D8;
            border: 4px solid #B87E45;
            padding: 25px;
            border-radius: 8px;
            position: relative;
            transition: all 0.3s;
        }
        
        .code-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        }
        
        .code-card::before,
        .code-card::after {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            background: #B87E45;
            border-radius: 50%;
        }
        
        .code-card::before {
            top: 6px;
            left: 6px;
        }
        
        .code-card::after {
            top: 6px;
            right: 6px;
        }
        
        .code-name {
            font-family: 'Special Elite', cursive;
            font-size: 1.3em;
            color: #C25B45;
            margin-bottom: 10px;
            text-align: center;
        }
        
        .code-morse {
            font-family: 'Courier Prime', monospace;
            font-size: 1.8em;
            color: #8B5C34;
            text-align: center;
            letter-spacing: 4px;
            background: #FFFFFF;
            padding: 10px;
            border: 2px solid #B87E45;
            border-radius: 4px;
            margin-bottom: 15px;
        }
        
        .code-description {
            color: #33281E;
            text-align: center;
            margin-bottom: 15px;
        }
        
        .code-audio {
            background: #6B9B76;
            color: #FFF8EA;
            border: 2px solid #4F7256;
            padding: 8px 15px;
            cursor: pointer;
            font-family: 'Special Elite', cursive;
            border-radius: 4px;
            transition: all 0.3s;
            width: 100%;
            font-size: 14px;
        }
        
        .code-audio:hover {
            background: #5C8A67;
            transform: translateY(-2px);
        }
        
        /* Procedures Section */
        .procedures-section {
            background: #F5F1E6;
            border: 6px solid #B87E45;
            padding: 30px;
            margin-bottom: 30px;
            position: relative;
        }
        
        .procedures-section::before,
        .procedures-section::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            background: #B87E45;
            border-radius: 50%;
        }
        
        .procedures-section::before {
            top: 8px;
            left: 8px;
        }
        
        .procedures-section::after {
            top: 8px;
            right: 8px;
        }
        
        .procedure-steps {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 25px;
        }
        
        .step-card {
            background: #FFFFFF;
            border: 3px solid #B87E45;
            padding: 20px;
            border-radius: 8px;
            position: relative;
            text-align: center;
        }
        
        .step-number {
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: #B87E45;
            color: #FFF8EA;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Special Elite', cursive;
            font-weight: bold;
            font-size: 14px;
        }
        
        .step-title {
            font-family: 'Special Elite', cursive;
            color: #8B5C34;
            margin: 15px 0 10px 0;
            font-size: 1.1em;
        }
        
        .step-description {
            color: #33281E;
            font-size: 14px;
            line-height: 1.5;
        }
        
        /* Historical Cases */
        .history-section {
            background: #F5F1E6;
            border: 6px solid #B87E45;
            padding: 30px;
            margin-bottom: 30px;
            position: relative;
        }
        
        .history-section::before,
        .history-section::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            background: #B87E45;
            border-radius: 50%;
        }
        
        .history-section::before {
            top: 8px;
            left: 8px;
        }
        
        .history-section::after {
            top: 8px;
            right: 8px;
        }
        
        .case-study {
            background: #EBE5D8;
            border: 3px solid #B87E45;
            padding: 25px;
            margin: 20px 0;
            border-radius: 8px;
            border-left: 8px solid #C25B45;
        }
        
        .case-title {
            font-family: 'Special Elite', cursive;
            color: #C25B45;
            font-size: 1.3em;
            margin-bottom: 10px;
        }
        
        .case-year {
            color: #8B5C34;
            font-weight: bold;
            margin-bottom: 15px;
        }
        
        .case-description {
            color: #33281E;
            line-height: 1.6;
        }
        
        /* Equipment Section */
        .equipment-section {
            background: #F5F1E6;
            border: 6px solid #B87E45;
            padding: 30px;
            margin-bottom: 30px;
            position: relative;
        }
        
        .equipment-section::before,
        .equipment-section::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            background: #B87E45;
            border-radius: 50%;
        }
        
        .equipment-section::before {
            top: 8px;
            left: 8px;
        }
        
        .equipment-section::after {
            top: 8px;
            right: 8px;
        }
        
        .equipment-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        
        .equipment-item {
            background: #EBE5D8;
            border: 3px solid #B87E45;
            padding: 20px;
            text-align: center;
            border-radius: 8px;
            transition: all 0.3s;
        }
        
        .equipment-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.15);
        }
        
        .equipment-icon {
            font-size: 3em;
            margin-bottom: 15px;
            color: #8B5C34;
        }
        
        .equipment-name {
            font-family: 'Special Elite', cursive;
            color: #8B5C34;
            margin-bottom: 10px;
            font-size: 1.1em;
        }
        
        .equipment-description {
            color: #33281E;
            font-size: 13px;
        }

        /* FAQ Section */
        .faq-section {
            background: #F5F1E6;
            border: 6px solid #B87E45;
            padding: 30px;
            margin-bottom: 30px;
            position: relative;
        }

        .faq-section::before,
        .faq-section::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            background: #B87E45;
            border-radius: 50%;
        }

        .faq-section::before {
            top: 8px;
            left: 8px;
        }

        .faq-section::after {
            top: 8px;
            right: 8px;
        }

        .faq-item {
            background: #FFFFFF;
            border: 3px solid #B87E45;
            margin: 15px 0;
            border-radius: 8px;
            overflow: hidden;
        }

        .faq-question {
            background: #EBE5D8;
            padding: 20px;
            cursor: pointer;
            font-family: 'Special Elite', cursive;
            color: #8B5C34;
            font-size: 1.1em;
            border-bottom: 2px solid #B87E45;
            transition: background 0.3s;
        }

        .faq-question:hover {
            background: #DDD7CA;
        }

        .faq-answer {
            padding: 20px;
            color: #33281E;
            line-height: 1.6;
            display: none;
        }

        .faq-answer.active {
            display: block;
        }
        
        /* Practice Section */
        .practice-section {
            background: #E8F5E8;
            border: 6px solid #6B9B76;
            padding: 30px;
            margin-bottom: 30px;
            position: relative;
            text-align: center;
        }
        
        .practice-section::before,
        .practice-section::after {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            background: #6B9B76;
            border-radius: 50%;
        }
        
        .practice-section::before {
            top: 8px;
            left: 8px;
        }
        
        .practice-section::after {
            top: 8px;
            right: 8px;
        }
        
        .practice-title {
            font-family: 'Special Elite', cursive;
            font-size: 1.8em;
            color: #4F7256;
            margin-bottom: 20px;
        }
        
        .practice-tools {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }
        
        .practice-tool {
            background: #6B9B76;
            color: #FFF8EA;
            border: 3px solid #4F7256;
            padding: 15px 20px;
            text-decoration: none;
            font-family: 'Special Elite', cursive;
            border-radius: 8px;
            transition: all 0.3s;
            display: block;
        }
        
        .practice-tool:hover {
            background: #5C8A67;
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.2);
            text-decoration: none;
            color: #FFF8EA;
        }
        
        /* Warning Boxes */
        .warning-box {
            background: #FFE8E8;
            border: 3px solid #C25B45;
            border-left: 8px solid #C25B45;
            padding: 20px;
            margin: 20px 0;
            border-radius: 0 8px 8px 0;
        }
        
        .warning-title {
            font-family: 'Special Elite', cursive;
            color: #A9483A;
            font-size: 1.1em;
            margin-bottom: 10px;
        }
        
        .info-box {
            background: #E8F5E8;
            border: 3px solid #6B9B76;
            border-left: 8px solid #6B9B76;
            padding: 20px;
            margin: 20px 0;
            border-radius: 0 8px 8px 0;
        }
        
        .info-title {
            font-family: 'Special Elite', cursive;
            color: #4F7256;
            font-size: 1.1em;
            margin-bottom: 10px;
        }
        
        /* Quick Reference */
        .quick-ref {
            background: #EBE5D8;
            border: 4px solid #B87E45;
            padding: 20px;
            margin: 20px 0;
            border-radius: 8px;
        }
        
        .quick-ref-title {
            font-family: 'Special Elite', cursive;
            color: #8B5C34;
            margin-bottom: 15px;
            text-align: center;
            font-size: 1.2em;
        }
        
        .quick-ref-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 10px;
        }
        
        .quick-ref-item {
            background: #FFFFFF;
            border: 2px solid #B87E45;
            padding: 10px;
            text-align: center;
            border-radius: 4px;
            font-family: 'Courier Prime', monospace;
        }
        
        .quick-ref-label {
            font-family: 'Special Elite', cursive;
            color: #8B5C34;
            font-weight: bold;
            font-size: 12px;
            margin-bottom: 5px;
        }
        
        .quick-ref-morse {
            color: #33281E;
            font-size: 14px;
        }

        /* Related articles */
        .related-section {
            background: #FFFFFF;
            border: 4px solid #8B5C34;
            padding: 30px;
            margin-bottom: 30px;
            border-radius: 8px;
        }

        .related-title {
            font-family: 'Special Elite', cursive;
            color: #8B5C34;
            font-size: 1.5em;
            margin-bottom: 20px;
            text-align: center;
        }

        .related-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
        }

        .related-item {
            background: #F5F1E6;
            border: 2px solid #B87E45;
            padding: 15px;
            border-radius: 8px;
            text-decoration: none;
            color: inherit;
            transition: all 0.3s;
        }

        .related-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 12px rgba(0,0,0,0.1);
            text-decoration: none;
            color: inherit;
        }

        .related-item h4 {
            font-family: 'Special Elite', cursive;
            color: #C25B45;
            margin-bottom: 8px;
        }

        .related-item p {
            font-size: 14px;
            color: #33281E;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .title {
                font-size: 2.2em;
            }
            
            .sos-display {
                font-size: 4em;
                letter-spacing: 8px;
            }
            
            .sos-morse {
                font-size: 2.5em;
                letter-spacing: 4px;
            }
            
            .codes-grid,
            .procedure-steps,
            .equipment-grid,
            .practice-tools,
            .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .quick-ref-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }