html, body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", Arial, sans-serif;
    background: #fff;
    overflow-x: hidden;
}

.krab5-at-cc-gate {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.krab5-at-cc-card {
    background: #ffffff;
    width: 100%;
    max-width: 420px;
    padding: 28px;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    text-align: center;
}

.krab5-at-cc-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 18px;
}

.krab5-at-cc-input {
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.krab5-at-cc-input:focus {
    outline: none;
    border-color: #000;
}

.krab5-at-cc-btn {
    width: 100%;
    padding: 14px 0;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
}

.krab5-at-cc-btn:hover {
    background: #333;
}

/* =================================
   MAIN CONTENT BELOW FOLD
   ================================= */

.krab5-at-cc-content {
    padding: 80px 20px;
    background: #ffffff;
}

.krab5-at-cc-container {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.krab5-at-cc-title {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #111;
}

.krab5-at-cc-subtitle {
    font-size: 18px;
    color: #444;
    margin-bottom: 40px;
    line-height: 1.7;
}

/* =================================
   PRODUCT BLOCKS
   ================================= */

.krab5-at-cc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 22px;
    margin-top: 40px;
}

.krab5-at-cc-item {
    background: #f8f9fb;
    padding: 24px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    transition: .3s;
}

.krab5-at-cc-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

.krab5-at-cc-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.krab5-at-cc-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* =================================
   SEO TEXT SECTION
   ================================= */

.krab5-at-cc-seo {
    margin-top: 70px;
    text-align: left;
}

.krab5-at-cc-seo h2 {
    font-size: 24px;
    margin-bottom: 18px;
}

.krab5-at-cc-seo p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 16px;
}

/* =================================
   FOOTER
   ================================= */

.krab5-at-cc-footer {
    margin-top: 80px;
    padding: 40px 20px;
    background: #111;
    color: #bbb;
    text-align: center;
    font-size: 14px;
}

/* =================================
   RESPONSIVE
   ================================= */

@media (max-width: 768px) {

    .krab5-at-cc-title {
        font-size: 26px;
    }

    .krab5-at-cc-subtitle {
        font-size: 16px;
    }

    .krab5-at-cc-card {
        padding: 20px;
    }

}
