/* ════════════════════════════════════════
   SKETCHED DE STIJL STYLESHEET
   (Hand-Drawn + Bauhaus)
   ════════════════════════════════════════ */

* { box-sizing: border-box; }

body {
    background: #fdfbf7; color: #111; font-family: 'Comic Sans MS', cursive, sans-serif;
    background-image: repeating-linear-gradient(transparent, transparent 19px, #e8e8e8 20px);
    margin: 0; padding: 0;
}

.sk-container { max-width: 1400px; margin: 0 auto; padding: 2rem; display: flex; flex-direction: column; gap: 4rem; overflow-x: hidden; }

/* ── Navigation ── */
.sk-nav { display: flex; justify-content: space-between; align-items: center; border-bottom: 4px solid #111; border-radius: 2px 255px 3px 25px/255px 5px 225px 3px; padding-bottom: 1rem; margin-bottom: 2rem; }
.sk-logo { font-size: 2.5rem; font-weight: 900; background: #d32f2f; color: #fff; padding: 0.5rem 1rem; border: 4px solid #111; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px; transform: rotate(-2deg); display: inline-block; text-decoration: none; }
.sk-links { display: flex; gap: 2rem; font-weight: bold; font-size: 1.2rem; align-items: center; }
.sk-link { color: #111; text-decoration: none; border-bottom: 3px solid transparent; transition: 0.2s; }
.sk-link:hover { transform: translateY(-2px); }
.sk-link.red-border { border-color: #d32f2f; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px; }
.sk-link.yellow-border { border-color: #fbc02d; border-radius: 15px 225px 15px 255px/255px 15px 225px 15px; }

/* ── General Elements ── */
.sk-box {
    border: 5px solid #111; border-radius: 255px 20px 225px 30px/30px 225px 15px 255px;
    padding: 3rem; background: #fff;
    box-shadow: 8px 8px 0 rgba(0,0,0,0.2); transition: 0.2s; position: relative;
}
.sk-box:hover { transform: translate(-5px, -5px); box-shadow: 13px 13px 0 rgba(0,0,0,0.3); }

.sk-title { font-size: 4.5rem; line-height: 1.1; margin-bottom: 1.5rem; text-transform: uppercase; margin-top: 0; }
.sk-subtitle { font-size: 1.5rem; line-height: 1.6; margin-bottom: 2rem; }
.sk-btn {
    background: #1976d2; color: #fff; font-size: 1.5rem; font-weight: bold; padding: 1rem 2rem;
    border: 4px solid #111; border-radius: 15px 225px 15px 255px/255px 15px 225px 15px;
    cursor: pointer; text-transform: uppercase; transition: 0.2s; box-shadow: 5px 5px 0 #111; display: inline-block; text-decoration: none;
}
.sk-btn.secondary { background: #fff; color: #111; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px; }
.sk-btn:hover { background: #fbc02d; color: #111; transform: translate(-3px, -3px); box-shadow: 8px 8px 0 #111; }

.sk-highlight-yellow {
    background: #fbc02d; padding: 0 10px; border: 4px solid #111; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px; display: inline-block; transform: rotate(-2deg);
}

/* ── Hero ── */
.sk-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.sk-hero-art { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 1rem; min-height: 500px; border: 6px solid #111; border-radius: 30px 225px 15px 255px/255px 15px 225px 30px; padding: 1rem; background: #fff; }
.sk-hero-art .sk-red { background: #d32f2f; grid-row: span 2; border-radius: 255px 15px 225px 15px/15px 225px 15px 255px; border: 4px solid #111; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.sk-hero-art .sk-yellow { background: #fbc02d; border-radius: 15px 225px 15px 255px/255px 15px 225px 15px; border: 4px solid #111; display: flex; align-items: center; justify-content: center; position: relative; z-index: 10; overflow: hidden; }
.sk-hero-art .sk-blue { background: #1976d2; border-radius: 255px 255px 15px 15px/15px 15px 225px 225px; border: 4px solid #111; display: flex; align-items: center; justify-content: center; }

/* ── Social Proof ── */
.sk-proof-bar { display: flex; justify-content: space-around; padding: 2rem; background: #fff; border: 5px solid #111; border-radius: 15px 225px 15px 255px/255px 15px 225px 15px; box-shadow: 8px 8px 0 rgba(0,0,0,0.2); flex-wrap: wrap; gap: 2rem; }
.sk-proof-stat { text-align: center; }
.sk-proof-value { font-size: 4rem; font-weight: 900; color: #1976d2; text-shadow: 2px 2px 0 #111; }
.sk-proof-label { font-size: 1.2rem; font-weight: bold; text-transform: uppercase; }

/* ── Features ── */
.sk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.sk-feature { text-align: center; display: flex; flex-direction: column; align-items: center; }
.sk-feature-icon { width: 80px; height: 80px; margin: 0 auto 1.5rem auto; border: 4px solid #111; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; border-radius: 50% 40% 60% 30% / 30% 60% 40% 50%; }
.sk-feature:nth-child(3n+1) .sk-feature-icon { background: #fbc02d; transform: rotate(5deg); }
.sk-feature:nth-child(3n+2) .sk-feature-icon { background: #d32f2f; color: #fff; transform: rotate(-5deg); border-radius: 30% 60% 40% 50% / 50% 40% 60% 30%; }
.sk-feature:nth-child(3n+3) .sk-feature-icon { background: #1976d2; color: #fff; transform: rotate(8deg); border-radius: 60% 30% 50% 40% / 40% 50% 30% 60%; }

/* ── Splits ── */
.sk-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.sk-split-card { background: #fff; padding: 3rem; border: 5px solid #111; border-radius: 255px 20px 225px 30px/30px 225px 15px 255px; box-shadow: 8px 8px 0 #111; }

/* ── Gamification Elements ── */
.sk-swatches { display: flex; gap: 0.5rem; justify-content: center; margin-top: 1rem; }
.sk-swatch { width: 30px; height: 30px; border-radius: 50%; border: 3px solid #111; }
.sk-streak-demo { display: flex; gap: 5px; justify-content: center; margin-top: 1rem; }
.sk-streak-day { width: 35px; height: 35px; border: 3px solid #111; border-radius: 50% 40% 60% 30% / 30% 60% 40% 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; background: #fff; }
.sk-streak-day.lit { background: #fbc02d; box-shadow: 3px 3px 0 #111; transform: rotate(-10deg); }

/* ── Footer ── */
.sk-footer { border-top: 5px solid #111; padding-top: 2rem; display: flex; justify-content: space-between; border-radius: 255px 5px 225px 3px/2px 255px 3px 25px; align-items: center; font-weight: bold; }
.sk-footer-links { display: flex; gap: 1rem; }
.sk-footer-links a { color: #111; text-decoration: none; }

@media (max-width: 1024px) {
    .sk-hero, .sk-split { grid-template-columns: 1fr; }
    .sk-features { grid-template-columns: 1fr; }
}
