@font-face {
    font-family: "Minecraft";
    src: url("minecraftia.woff") format("woff");
      font-weight: normal;
}/*
@font-face {
    font-family: "Minecraft";
    src: url("minecraft_bold.woff2") format("woff2");
    font-weight: bold;
}*/

body {
    margin: 0;
    padding: 0;
    font-family: "Minecraft", Arial, sans-serif;
    color: #e8e8e8;    background-size: 20%;
    background:#181b29;
background-size: cover;
}

.page-wrapper {
      position: relative;
    width: calc(100% - 40px);
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.mcdi{position:relative;display: flex;justify-self: center;margin:0 auto;width:212px;height:310px;background: image-set(url(logb.avif) 1x, url(log.avif) 2x) top center no-repeat;}
.mcdi::before{content:"";width:179px;height:125px;position:absolute;left:-80px;bottom:0;background: image-set(url(machs.webp) 1x, url(mach.webp) 2x) top center no-repeat;}
.title {
    position:relative;z-index:10;
    font-size: 42px;
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 2px 2px #3e3e3e;margin-top:-20px;
}

.subtitle {
    font-size: 16px;
    color: #ccc;
}

.upload-box,
.result-box,
.loader-box {
    background: rgb(0 0 0 / 44%);
    padding: 25px;
    border-radius: 10px;
    border: 3px solid #2e313a;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    text-align: center;
}

.upload-box h2,
.result-box h2 {
    margin-bottom: 15px;
    font-size: 26px;
    text-shadow: 1px 1px #000;
    color:#6cc349;
}
.upload-box h2 span{color:#f1e7ce;}

input[type="file"] {
    margin-bottom: 15px;
    padding: 10px;
    background: #1b1b1b;
    border: 2px solid #3a3a3a;
    color: #ccc;
}



.btn-primary,
.btn-secondary {
    cursor: pointer;
    display: inline-block;
    padding: 12px 62px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(#4caf50, #3d8a3f);
    color: #fff;
    border: 3px solid #2f6b32;
    font-weight: bold;
    transition: 0.15s;
    box-shadow: 0 4px #214c23;
}

.btn-primary:hover {
    background: linear-gradient(#5fcb63, #4caf50);
}

.btn-secondary {
    background: linear-gradient(#5ba2ff, #3d76c9);
    border-color: #2f5095;
    box-shadow: 0 4px #1e315e;
    display:flex;justify-self: center;margin: 0 auto;
}

.btn-secondary:hover {
    background: linear-gradient(#70b4ff, #5ba2ff);
}

.hidden {
    display: none;
}

/* Mining loader */
.mining-loader {
    width: 64px;
    height: 64px;
    background: url("pickaxe_anim.png") no-repeat;
    background-size: 256px 64px;
    animation: mining 0.7s steps(4) infinite;
    margin: 0 auto 10px;
    image-rendering: pixelated;
}

@keyframes mining {
    from { background-position: 0 0; }
    to { background-position: -256px 0; }
}

pre {
    white-space: pre-wrap;
    font-family: monospace;
    background: #101010;
    padding: 15px;
    border-radius: 10px;
    border: 2px solid #292929;
    height: 212px;
    overflow:hidden;
    color: #dcdcdc;
}
/* Loader box */
.loader-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 20px;
}

/* Circle spinner */
.spinner {
    width: 24px;
    height: 24px;
    border: 3px solid #888;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

/* Rotation animation */
@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* Text next to spinner */
.loader-text {
    color: #fff;
    font-size: 18px;
    font-family: 'Minecraftia', monospace;
}

.result-content {
    font-family: "Minecraftia", monospace;
    font-size: 17px;
    color: #e5e5e5;
    line-height: 1.6;
    text-align: left;overflow: hidden;
}

/* TITRES */
.result-content h2 {
    font-size: 24px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 12px;
    border-bottom: 2px solid #cbcbcb;
    padding-bottom: 4px;
}

/* LISTES */
.result-content ul {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 20px 0;
}

.result-content li {
    background: #0ce1ff0d;
    padding: 10px 15px;
    margin: 6px 0;
    border-left: 4px solid #00ff96;
    border-radius: 4px;
}

/* Bold items */
.result-content strong {
    color: #49ff00;font-size: 17px;
}
/* Nested lists (level 2) */
.result-content ul ul {
    margin-left: 25px;
    margin-top: 6px;
}

.result-content ul ul li {
    background: #1b1b1b;
    border-left: 4px solid #3effde;
    padding: 0px 12px;
    margin: 4px 0;
    font-size: 15px;
    color: #d0d0d0;
}
/* ===== COLOR THEMES BY SECTION ===== */

/* ===== CAUSES theme (violet) ===== */
.section.causes h2 { color: #fff; border-bottom: 2px solid #f7106b; }
.section.causes li { border-left: 4px solid #ff336a; background-color: #d400ff14;color:#f9ddff;}
.section.causes strong { color: #fff; }
.section.causes p{color: #ffa055;}
/* ===== FIXES theme (green) ===== */
.section.fixes h2 { color: #6fda44; border-bottom: 2px solid #6cc349; }
.section.fixes li { border-left: 4px solid #6fda44;background-color:#6fda4408;color:#bbb8ba; }
.section.fixes strong { color: #ffffff; }
.section.fixes p{color: #4cff00;}
/* ===== NOTES theme (cyan) ===== */
.section.notes h2 { color: #0ce1ff; border-bottom: 2px solid #0ce1ff; }
.section.notes li { border-left: 4px solid #0ce1ff; }
.section.notes strong { color: #0ce1ff; }
.section.notes p{color:#fff;font-size:20px;}

/* spacing */
.section { margin-bottom: 35px; }
.section ul { padding: 0; margin: 12px 0; }
.section p { margin: 10px 0 14px 0; }

/* DROP ZONE */
.drop-zone {
    margin: 18px 0;
    padding: 30px;
    text-align: center;
    border: 3px dashed #555;
    background: rgba(20, 20, 20, 0.6);
    border-radius: 10px;
    color: #ccc;
    font-size: 18px;
    cursor: pointer;
    transition: 0.15s;
    font-family: "Minecraftia", monospace;
}

.drop-zone:hover {
    background: rgba(40, 40, 40, 0.9);
    border-color: #00ff96;
    color: #00ff96;
}

.drop-zone.dragover {
    background: rgba(0, 255, 150, 0.15);
    border-color: #00ff96;
    color: #00ff96;
}
.ai-badge {
    display: inline-block;
    margin-left: -20px;
    padding: 2px 6px;
    font-size: 16px;
    background: #4caf50;
    border: 2px solid #2f6b32;
    border-radius: 4px;
    color: white;
    font-family: "Minecraftia", monospace;
    image-rendering: pixelated;
    box-shadow: 0 3px #214c23;
    position: relative;
    top: -30px;
}
.matrix-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: -1;
    pointer-events: none;
    opacity: 0.50;
}
.matrix-fade {
  position: absolute;
  top:380px;
  left: 0;
  width: 100%;
  height: 400px;
  pointer-events: none;
  background: linear-gradient(to top, rgb(24 27 41) 0%, rgb(24 27 41) 70%, rgb(0 0 0 / 0%) 100%);
}
.desc{font-size:17px;color:#858585;font-family: "Minecraftia", monospace;}
/*FAQ*/
/* FAQ Section */
.faq-sectiona {
    margin: 40px auto;
    padding: 0 20px;
    text-align: center;
}

.faq-title {
    font-family: 'Minecraft', monospace;
    font-size: 26px;
    color: #cccccc;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 15px;
    text-align: left;
}

.faq-question {
    width: 100%;
    background: #0f0f0f00;
    color: #32ff7e;
    font-family: 'Minecraft', monospace;
    font-size: 15px;
    padding: 12px 16px;
    border: 2px solid #1f8f4c5c;
    cursor: pointer;
    transition: 0.2s ease;
    text-align: left;
}

.faq-question:hover {
    background: #1b1b1b;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
    background: rgba(20,20,20,0.7);
    margin-top: 5px;
    padding: 0 16px;
    border-left: 2px solid #32ff7e;
}

.faq-answer p {
    color: #dddddd;
    font-size: 18px;
    padding: 12px 0;
    font-family: "Minecraftia", monospace;
}

/* Expand animation JS */
.faq-item.active .faq-answer {
    max-height: 300px;
}
.footer {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.35);
    border-top: 2px solid #2e313a;
    text-align: center;
}

.footer-text {
    font-size: 17px;
    color: #cccccc;font-family: "Minecraftia", monospace;
}

.footer-text a {
    color: #32ff7e;
    text-decoration: none;
    font-weight: bold;
}

.footer-text a:hover {
    color: #41ff96;
}
#faq {
    opacity: 1;
    transition: opacity 0.4s ease;
}

#faq.hidden {
    opacity: 0;
    pointer-events: none;
}
.page-wrapper {
    min-height: calc(100% - 100px); /* 100px = approx footer height */
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
}
html, body {
    margin: 0;
}


.result-content ul {
    margin: 12px 0 12px 18px;
    padding-left: 10px;
}

.result-content li {
    margin-bottom: 10px;
    line-height: 1.5;
    border-left: 2px solid rgba(0,255,140,0.3);
    padding-left: 10px;
}

.result-content ul ul {
    margin-left: 20px;
    border-left: 2px solid rgba(0,255,80,0.2);
}
.result-content h3 {
    color: #32ff7e;
    font-size: 21px;
    margin-top: 25px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(50,255,120,0.35);
    padding-bottom: 6px;
}
/* Retirer le border-left des sous-éléments */
.section ul ul > li {
    border-left: none !important;
    background: none !important;
    padding-left: 8px; /* petit retrait pour lisibilité */
}
li a{text-decoration:none;color:#accfff;}
li a:hover{color:#fff;}
.section.fixes .section-content > ul > li {
    border-left-color: #6fda44 !important;
    background-color: rgba(111,218,68,0.12) !important;
    color: #b8ffcf !important;
}

.section.notes .section-content > ul > li{
    border-left-color: #0ce1ff !important;
    background-color: rgba(12,225,255,0.12) !important;
    color: #d3f8ff !important;
}
/* ----- ANALYSIS MODE SWITCH ----- */
.analysis-switch {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 14px;
    margin-bottom: 25px;
    padding: 10px 0;
    font-size: 18px;
    color: #00eaff;
    text-shadow: 0 0 4px #00eaff66;
}

.analysis-switch .switch-label {
    opacity: 0.75;
}

/* Switch container */
.switch {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 30px;
}

/* Hide the checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0a1a22;
    border: 2px solid #00eaff;
    border-radius: 30px;
    transition: 0.3s;
}

/* Circle */
.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 3px;
    background-color: #00eaff;
    box-shadow: 0 0 10px #00eaffbb;
    border-radius: 50%;
    transition: 0.3s;
}

/* When checked */
.switch input:checked + .slider {
    background-color: #003240;
}

.switch input:checked + .slider:before {
    transform: translateX(30px);
}

/* Hover glow */
.switch:hover .slider {
    box-shadow: 0 0 10px #00eaff55;
}
/* Label actif/inactif */
.switch-label {
    transition: 0.25s;
}

/* Mode Standard actif (checkbox OFF) */
.analysis-switch.standard-active .switch-label:first-child {
    color: #00eaff;
    opacity: 1;
    text-shadow: 0 0 8px #00eaffaa;
}

.analysis-switch.standard-active .switch-label:last-child {
    opacity: 0.35;
}

/* Mode Advanced actif (checkbox ON) */
.analysis-switch.advanced-active .switch-label:last-child {
    color: #00eaff;
    opacity: 1;
    text-shadow: 0 0 8px #00eaffaa;
}

.analysis-switch.advanced-active .switch-label:first-child {
    opacity: 0.35;
}
.switch-label {
    transition: 0.25s;
    cursor: pointer;            /* rend cliquable */
    user-select: none;          /* évite la sélection de texte */
}
.streaming {
    color: #ccc;
    font-style: italic;
    opacity: 0.8;
    white-space: pre;
}
.drop-label {
    text-align: center;
    font-size: 16px;
    color: #ccc;
}

.drop-label .file-icon {
    font-size: 32px;
    margin-bottom: 6px;
    display: block;
}

.drop-label .file-name {
    font-size: 16px;
    color: #fff;
}

.drop-label .file-hint {
    opacity: 0.65;
    font-size: 13px;
}
.url-input {
    width: 80%;
    max-width: 480px;
    margin: 20px auto 20px auto;
    padding: 12px 16px;

    background: #0b0f18;
    border: 2px solid #2b2b2b;
    border-radius: 8px;

    display: block;
    color: white;
    font-size: 17px;

    outline: none;
    transition: border-color 0.25s;
    font-family: "Minecraftia", monospace;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: #0aff9d !important;
    box-shadow: 0 0 0 1000px #07140e inset !important;
}

.url-input:focus {
    border-color: #00ff96;
}

.url-error {
    color: #ff6b6b;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}
.top-nav {
    position: relative;
    display: flex;z-index:20;
    align-items: center;
    padding: 18px 28px;
    background: transparent;
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #2a2a2a;
}

.nav-left {
    flex: 0 0 auto;
}

/* MENU CENTRÉ SUR DESKTOP */
.nav-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 48px;white-space: nowrap;
}

.nav-menu a {
    color: #acd7d0;
    text-decoration: none;
    font-family: "Minecraftia", monospace;
    font-size: 20px;font-weight:700;
}

.nav-menu a:hover {
    color: #7aca73;
}

/* BURGER HIDDEN ON DESKTOP */
.burger {
    display: none;
    font-size: 36px;
    cursor: pointer;
    color: #acd7d0;
}

.top-nav .logo {
    font-family: "Minecraft", Arial, sans-serif;
    color: #fff;
    font-size: 24px;
    text-decoration: none;font-weight: 700;
}
.top-nav .logo span{color:#7aca73;}

@media (max-width: 1048px) {

    /* Logo reste normal */
    .nav-left {
        z-index: 10;
    }

    /* Burger visible */
    .burger {
        display: block;
        margin-left: auto;
        z-index: 10;margin-top: -10px;
    }

    /* Menu passe vertical */
    .nav-menu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        transform: none;
        display: none;
        flex-direction: column;
        background: rgb(5 10 14 / 95%);
        padding: 40px 20px 40px 20px;
        border-bottom: 1px solid #2a2a2a;
        gap: 18px;
    }

    /* Menu ouvert */
    .nav-menu.open {
        display: flex;
    }

    /* Liens plus gros + espacés */
    .nav-menu a {
        font-size: 20px;
        text-align: center;
        padding: 10px 0;
    }
}

/*privacy*/
.privacy p, .privacy ul, .terms p, .terms ul {
  font-size: 17px;
      color: #7aca73;
      font-family: "Minecraftia", monospace;
}
.privacy strong, .privacy ul,.terms strong, .terms ul{color:#acd7d0;}

.privacy h2,.terms h2 {
    font-family: "Minecraft", Arial, sans-serif;
    font-size: 20px;
}
.privacy h3,.terms h3 {
  font-size: 22px;
      color: #c9c9c9;
      font-family: "Minecraftia", monospace;
}

/*how*/
.howitworks {
    font-family: "Minecraftia", monospace;
}

/* GENERAL SECTIONS STYLE */
.hiw-block {
    padding: 40px;
    text-align: center;
}



/* HEADERS */
.hiw-block h2, .hiw-block h3 {
    font-family: "Minecraft", Arial, sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
}

/* Upload demo */
.hiw-upload-demo {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.fake-input {
    background: rgba(255,255,255,0.06);
    padding: 14px;
    border: 1px solid #355;
    border-radius: 6px;
}

.fake-button {
    padding: 12px;
    border: none;
    color: #fff;
    background: #67b573;
    font-family: "Minecraftia";
    cursor: pointer;
}

/* Simulator */
.simulator-window {
    padding: 20px;
    max-width: 700px;
    height: 272px;
    margin: 30px auto;
    overflow: none;
    font-size: 13px;
    color: #7afa8b;
    text-align: left;
}

#simulator {
    white-space: pre-wrap;
}

/* Result Example */
.result-box2 {
    margin: 20px auto;
    text-align: left;
}

/* CTA */
.cta-btn {
    padding: 14px 26px;
    background: #7aca73;
    color: #000;
    text-decoration: none;
    font-family: "Minecraftia";
    border-radius: 5px;
    font-size: 20px;
}

.cta-btn:hover {
    background: #9aea96;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .hiw-block { padding: 60px 20px; }
    .simulator-window { height: 180px; }
}
.guide-container {
    position: relative;
}
/* SECTION #1 INTRO ARTICLE */
.hiw-intro-block {
    text-align: center;
    margin-top: -80px;
    margin-bottom: 70px;
    padding: 0 20px;
    font-family: "Minecraftia", monospace;
}

.hiw-title {
    font-family: "Minecraft", Arial, sans-serif;
    font-size: 32px;
    color: #ffffff;
    text-shadow: 2px 2px #3e3e3e;
    margin-bottom: 20px;
}

.hiw-subtitle {
    max-width: 850px;
    margin: 0 auto;
    font-size: 17px;
    color: #858585;
    line-height: 1.7;
    margin-bottom: 45px;
}

.hiw-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto 40px auto;
}

.hiw-card {
    background: rgba(0, 0, 0, 0.38);
    border: 2px solid #264239;
    border-radius: 16px;
    padding: 20px;
    text-align: left;
    color: #d8ffe4;
    box-shadow: 0 0 8px rgba(0, 255, 140, 0.05);
    transition: 0.2s ease;
}

.hiw-card:hover {
    border-color: #00ff96;
    box-shadow: 0 0 12px rgba(0, 255, 140, 0.25);
}

.hiw-card h3 {
    color: #7aca73;
    font-size: 22px;
    margin-bottom: 10px;
}

.hiw-card p {
    color: #b6b6b6;
    font-size: 17px;
    line-height: 1.55;
}

.hiw-bottom-note {
    font-size: 17px;
    color: #8ecabf;
    margin-top: 20px;
}
/* SECTION #2 — ARTICLE STYLE */
.hiw-processing {
    margin-bottom: 100px;
    padding: 0 20px;
    font-family: "Minecraftia", monospace;
    text-align: center;
}

.hiw-processing-title {
    font-family: "Minecraft", Arial, sans-serif;
    font-size: 34px;
    color: #ffffff;
    text-shadow: 2px 2px #000;
    margin-bottom: 15px;text-align:center;
}

.hiw-processing-intro {
    max-width: 850px;
    margin: 0 auto 50px auto;
    color: #a9d2c7;
    font-size: 17px;
    line-height: 1.6;text-align:center;
}

.hiw-step {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 10px;
    text-align: left;
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.hiw-step.visible {
    opacity: 1;
    transform: translateY(0);
}

.hiw-step h3 {
  font-family: "Minecraftia", monospace;
    color: #7aca73;
    font-size: 28px;
    margin-bottom: 10px;letter-spacing: -2px;
}

.hiw-step p {
    color: #b6b6b6;
    font-size: 17px;
    line-height: 1.55;
}

.hiw-step ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 22px;
}

.hiw-step li {
    color: #c8f7e2;
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 5px;
}

.result-content h2{font-family: "Minecraftia", monospace;}
/* GRID ALWAYS EQUAL HEIGHT */
.compare-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 35px auto 100px 0;
}

/* CARDS */
.compare-card {
  background: rgb(14 17 25);
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* MAGIC: aligns footers */
    min-height: 440px; /* Ensures same height */
}
.standard-card{border: 2px solid #726f5a;}
.advanced-card{border: 2px solid #576372;}

/* INNER CONTENT */
.compare-body {
    padding: 0px 12px 10px;
    flex: 1;
}

.compare-footer {
    padding: 20px 28px 30px;
    text-align: center;
}

/* TITLES */
.compare-heading {
    font-family: "Minecraft", Arial, sans-serif;
    font-size: 32px;
    margin-bottom: 22px;
    text-align: center;
}

.standard-card .compare-heading { color: #e5e0b6; }
.advanced-card .compare-heading { color: #8abdff; }

/* LIST */
.compare-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
}

.compare-list li {
    margin-bottom: 12px;
    font-size: 17px;
    color: #c0bda3;
    padding-left: 12px;
}
.advanced-card .compare-list li {color:#839dbf;}

/* LIMIT TEXT */
.compare-limit {
    margin-top: 20px;
    font-size: 20px;
    color: #769189;
    text-align: center;
}

/* TAG BUTTONS */
.compare-tag {
    display: inline-block;
    padding: 9px 14px;
    font-size: 18px;
    font-family: "Minecraftia", monospace;
    border-radius: 6px;
    font-weight: bold;
}

.standard-tag {
  background: #2d2c27;
  color: #e5e0b6;
  border: 2px solid #726f5a;
}

.advanced-tag {
    background: #1a2638;
    color: #8abdff;
    border: 2px solid #2e4f7a;
}

/* RESPONSIVE */
@media (max-width: 820px) {
    .compare-grid {
        grid-template-columns: 1fr;
    }

    .compare-card {
        min-height: auto;
    }
}


/* LINES LEFT + RIGHT */
.compare-line-left,
.compare-line-right {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, transparent, rgba(0,255,150,0.4));
}

.compare-line-right {
    background: linear-gradient(to left, transparent, rgba(0,170,255,0.4));
}

/* SUBTITLE */
.hiw-compare-subtitle {
    text-align: center;
    font-family: "Minecraftia", monospace;
    font-size: 18px;
    margin-top: -20px;         /* ↓ ajouté pour réduire l'espace */
    margin-bottom: 30px;     /* ↓ réduit */
    color: #acd7d0;
    opacity: 0.85;
    text-shadow: 0 0 8px rgba(0,255,150,0.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hiw-compare-title {
        font-size: 32px;
    }
    .hiw-compare-title .vs {
        font-size: 34px;
    }
    .hiw-compare-subtitle {
        font-size: 17px;
    }
}

/*common issues*/
.issues-section,.faq-section {
    padding: 0px 20px;
    margin: auto;    margin-top: -80px;
}

.issues-header,.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.issues-header p,.faq-header p {
    font-size: 1.2rem;
    color: #b6edff;
    margin-top: 10px;
    opacity: 0.9;
}

/* GRID */
.issues-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

/* CARDS */
.issue-card {
    background: rgb(96 18 18 / 24%);
    border: 1px solid rgb(247 89 90);
    border-radius: 16px;
    padding: 25px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 40px rgb(88 0 0 / 40%);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.issue-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 40px rgb(255 0 0 / 80%);
}

/* TITLES */
.issue-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #7af2ff;
    margin-bottom: 8px;
}

/* ERROR SNIPPET */
.issue-error {
    font-size: 0.95rem;
    color: #ff9e9e;
    background: rgba(255, 80, 80, 0.1);
    border-left: 3px solid #ff5b5b;
    padding: 7px 10px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-family: "Consolas", monospace;
}

/* DESCRIPTION */
.issue-desc {
    color: #d8f7ff;
    font-size: 1rem;
    line-height: 1.5;
}

/* MOBILE */
@media (max-width: 480px) {
    .issue-card {
        padding: 20px;
    }
}
.issue-search {
    width: 100%;
    max-width: 600px;
    padding: 14px 18px;
    display: block;
    justify-self: center;
    background: rgba(0, 14, 28, 0.65);
    border: 1px solid rgba(0, 212, 255, 0.35);
    border-radius: 12px;

    color: #d8f7ff;
    font-size: 1.1rem;

    backdrop-filter: blur(10px);
    outline: none;
    transition: all 0.25s ease;
    box-shadow: 0 0 12px rgba(0, 212, 255, 0.15);margin: 0 auto;
}

.issue-search::placeholder {
    color: #9be8ff;
    opacity: 0.7;
}

.issue-search:focus {
    border-color: #6af1ff;
    box-shadow: 0 0 22px rgba(0, 212, 255, 0.4);
    background: rgba(0, 18, 36, 0.85);
    transform: translateY(-2px);
}
.issue-solution{color:#30eb6c;}
/* Mobile styling */
@media (max-width: 480px) {
    .issue-search {
        font-size: 1rem;
        padding: 12px 15px;
    }
    .issues-section, .faq-section {padding:0px;}
    .analysis-switch {justify-content: center;}
}
@media (max-width: 700px) {
    .hiw-step { padding: 1px; }
    .hiw-step h3 { font-size: 19px; }
    .hiw-title{font-size:32px;}
    .hiw-processing-title,.hiw-block h2, .hiw-block h3,.hiw-title {font-size:28px;}
    .hiw-intro-block{padding:0;}
}
/* -------------------------------- */
/* SECTION SEPARATOR – MINIMAL      */
/* -------------------------------- */

.faq-section2 {
    margin: 20px 0 20px;
    padding-top: 10px;
}

.faq-section-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #e8f6ff;
}
/*ad*/
.promo-mini {
    width: 100%;
    max-width: 820px;
    margin: 60px auto;
    padding: 6px 4px;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.promo-mini-text {
    color: #48edfe;
    font-family: "Minecraftia", monospace;
    font-size:20px;
}

.promo-mini-btn {
    padding: 4px 10px;
    border-radius: 4px;
    background: #48edfe;
    color: #001201;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    transition: background 0.15s ease;
    font-family: "Minecraftia", monospace;
}
.promo-mini-btn:hover {
      background-color:#fff;color:#00181b;
}
.matrix-bg{background:transparent;}
.head{ background: linear-gradient(to bottom, #5988b8 0%, #181b29 100%) no-repeat;position: absolute;z-index: -1;height: 450px;width: 100%;}
@media (max-width: 1210px){
  .head {  background: image-set(url(background.avif) 1x, url(background@2x.avif) 2x) center 10px repeat-x, linear-gradient(to bottom, #405a75 0%, #181b29 100%) no-repeat;}
  .matrix-fade {display:none;}
}
