body {
    background: #f5f7fb;
    font-family: 'Segoe UI', sans-serif;
}

/* HEADER */
.header {
    background: linear-gradient(90deg,#6C63FF,#9F7AEA);
    color: white;
    padding: 12px 20px;
}

/* HERO */
.hero-title {
    font-size: 36px;
    font-weight: bold;
    color: #4c1d95;
}

/* CARD */
.card-box {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* BUTTON */
.btn-main {
    background: linear-gradient(90deg,#6C63FF,#EC4899);
    color: white;
    font-weight: bold;
    border-radius: 10px;
}

/* RESULT */
.result-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    margin-top: 20px;
}

.rank-text {
    font-size: 32px;
    font-weight: bold;
    color: #6C63FF;
}

/* SIMULATOR BANNER */
.sim-banner {
    background: linear-gradient(135deg,#ede9fe,#fce7f3);
    border-radius: 16px;
    padding: 20px;
    margin-top: 20px;
}

/* INPUT HINT */
.input-hint {
    background:#fff7ed;
    padding:10px;
    border-radius:8px;
    font-size:14px;
}

.hero-section {
    background: linear-gradient(135deg, #f3f0ff, #fde7f3);
    padding: 50px 40px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

/* LEFT CONTENT */
.hero-left {
    width: 55%;
}

/* BADGE */
.hero-badge {
    display: inline-block;
    background: #ede9fe;
    color: #6C63FF;
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 15px;
}

/* HEADINGS */
.hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
}

.hero-title span {
    background: linear-gradient(90deg,#6C63FF,#EC4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* SUBTEXT */
.hero-sub {
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
}

/* FEATURES */
.feature-row {
    display: flex;
    gap: 10px;
    margin-top: 20px;
	margin-bottom: 120px;
}

.feature-box {
    background: white;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 13px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #f3f0ff, #fde7f3);
    padding: 50px 40px;
    border-radius: 20px;
    min-height: 420px;
}
/* TEXT CONTENT */
.hero-left {
    position: relative;
    z-index: 2;  /* 👈 ABOVE */
	 flex: 1;
}

/* IMAGE */
.hero-img {
    position: static !important;
    bottom: 20px;
    left: 40px;
}
.hero-img {
    background: linear-gradient(135deg, #f3f0ff, #fde7f3);
    padding: 10px;
    border-radius: 20px;
	 transform: translateY(10px); 
	 
}
.hero-img {
    margin-top: 30px;
    margin-left: -10px;   /* 👈 pull slightly left */
}
.hero-img img {
    display: block;
}
.hero-img img {
     opacity: 10.95;
	 filter: drop-shadow(0 20px 40px rgba(124, 58, 237, 0.15));
}
.hero-img img {
     width: 320px;   /* was ~220px → increase */
    max-width: 100%;
    height: auto;   /* 👈 keeps ratio correct */
    opacity: 0.9;
	 background: none;   /* 👈 important */
}

.hero-img img {
    transform: scaleX(1.21);   /* 👈 stretches visually (safe) */
}
.hero-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to top, rgba(255,255,255,0.4), transparent);
    border-radius: 20px;
}
.card-box {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.score-box {
    background: #f8f7ff;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.btn-main {
    background: linear-gradient(90deg,#6a5cff,#d946ef);
    color: #fff;
    border-radius: 10px;
    padding: 12px;
    font-weight: 600;
}
.form-control {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-align: center;
    font-weight: 600;
}


.form-control:focus {
    border-color: #a78bfa;
    box-shadow: 0 0 0 2px rgba(167,139,250,0.2);
}
.mock-link {
    color: #d946ef;
    font-weight: 600;
    text-decoration: none;
}

.mock-link:hover {
    text-decoration: underline;
}

.score-box {
    border-radius: 14px;
    padding: 12px;
    text-align: center;
    font-weight: 600;
}

.score-box.total {
    background: linear-gradient(135deg, #eef2ff, #f5f3ff);
}

.score-box.normalized {
    background: linear-gradient(135deg, #fdf4ff, #fae8ff);
}

.big-score {
    font-size: 33px;
    font-weight: 700;
    margin-top: 5px;
    color: #4c1d95;
}
.subject-card {
    border: 1px solid #e5e7eb;          /* 👈 OUTER BORDER */
    border-radius: 14px;
    padding: 12px;
    background: #ffffff;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
    transition: 0.2s ease;
}
.subject-card:hover {
    border-color: #c4b5fd;
    box-shadow: 0 10px 20px rgba(124,58,237,0.12);
}


.subject-title {
    display: flex;          /* 🔥 MUST */
    align-items: center;    /* center icon vertically */
    gap: 10px;
}

.subject-text {
    display: flex;
    flex-direction: column; /* stack text */
}

.subject-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
	align-items: flex-start;  
	gap: 10px;
}
.subject-text .main {
    font-weight: 600;
    font-size: 14px;
}
.subject-text .sub {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

.subject-sub {
    font-size: 12px;
    color: #666;
}
.subject-card .form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: none;
    text-align: center;
    font-weight: 600;
}
.icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 18px;
    margin-right: 8px;
}
.icon-math {
    background: #eef2ff;   /* light purple */
    color: #4f46e5;
}

.icon-phy {
    background: #e0f2fe;   /* light blue */
    color: #0284c7;
}

.icon-chem {
    background: #ecfdf5;   /* light green */
    color: #059669;
}
@media (max-width: 768px) {

    .hero-section {
        flex-direction: column;
        padding: 20px;
    }

    .hero-left {
        width: 100%;
    }

    .hero-img {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .hero-img img {
        width: 80%;
        max-width: 260px;
		   order: 3;   /* 👈 pushes image below form */
    }

    /* SUBJECT CARDS STACK */
    .subject-card {
        margin-bottom: 12px;
    }

    /* FIX FORM CARD WIDTH */
    .card-box {
        width: 100%;
        padding: 20px;
    }

    /* RESULT CARDS STACK */
    .row.mt-3 .col-md-6 {
        width: 100%;
        margin-bottom: 10px;
    }

}.row {
    row-gap: 12px;
}
.subject-card {
    width: 100%;
}
@media (max-width: 768px) {

    .hero-section {
        display: flex;
        flex-direction: column;
    }

   

    .hero-img {
        order: 3;   /* 👈 pushes image below form */
        text-align: center;
        margin-top: 15px;
    }

}
@media (max-width: 768px) {

    .hero-img img {
        width: 80%;
        max-width: 220px;
        height: auto;
    }

}
.hero-section {
    overflow: hidden;   /* 👈 stops image going outside */
}
.result-wrapper {
    margin-top: 30px;
}

/* MAIN BOXES */
.result-box,
.share-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #d6d1d1;
}

/* HEADER */
.result-header {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.result-header .icon {
    font-size: 18px;
}

/* RANK RANGE */
.rank-range {
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(268deg, #4638db, #ff57bb);
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
	text-align:center;
}

.rank-range .dash {
    margin: 0 6px;
}

/* CONFIDENCE */
.confidence {
    background: #e6f7ec;
    color: #1b8a4b;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 15px;
}

/* STATS */
.stats-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.stat-card {
    flex: 1;
    min-width: 120px;
    background: #f9fafb;
    border-radius: 12px;
    padding: 10px;
    text-align: center;
    border: 1px solid #eee;
}

.stat-icon {
    font-size: 18px;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 12px;
    color: #666;
}

.stat-value {
    font-size: 16px;
    font-weight: 700;
}

/* NOTE */
.note {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

/* SHARE */
.share-sub {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

/* BUTTONS */
.share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.btn {
    border: none;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

/* Button Colors */
.btn.wa { background: #25D366; }
.btn.tw { background: #1DA1F2; }
.btn.copy { background: #6a5cff; }
.btn.share { background: linear-gradient(90deg, #ff6ec4, #ff9a9e); }

/* SHARE FOOTER */
.share-footer {
    margin-top: 15px;
    background: #eef4ff;
    color: #4b6cb7;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    text-align: center;
}

/* MOBILE */
@media (max-width: 768px) {

    .rank-range {
        font-size: 40px;
    }

    .stat-card {
        min-width: 45%;
    }

    .share-buttons {
        justify-content: center;
    }

}
.ai-row {
    margin-top: 40px;
    padding: 30px;
    border-radius: 20px;

    background: linear-gradient(135deg, #faf4ff, #f9f3ff);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    border: 1px solid #e0d4ff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

/* LEFT */
.ai-left {
    flex: 1.3;
}

.ai-badge {
    background: #6c5ce7;
    color: #fff;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 10px;
}

.ai-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}

.ai-title span {
    background: linear-gradient(90deg, #6c5ce7, #ff6ec4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai-main {
    font-weight: 600;
    margin-top: 10px;
}

.ai-desc {
    color: #666;
    font-size: 14px;
    margin: 10px 0 15px;
}

/* FEATURES */
.ai-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 15px;
}

/* BUTTON */
.ai-btn {
    background: linear-gradient(90deg, #6c5ce7, #ff6ec4);
    border: none;
    color: #fff;
    padding: 14px 22px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    max-width: 380px;
}

/* CENTER IMAGE */
.ai-center img {
    width: 170px;
}

/* RIGHT */
.ai-right {
    display: flex;
    gap: 15px;
}

/* CARD */
.ai-card {
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    width: 230px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.card-title {
    font-size: 14px;
    margin-bottom: 8px;
}

.sub-title {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

/* SUGGESTION */
.suggestion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12px;
}

/* BADGES */
.badge {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 10px;
    color: #fff;
}

.high { background: #28c76f; }
.medium { background: #ff9f43; }
.good { background: #00cfe8; }

/* STEPS */
.ai-steps {
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    width: 170px;
    text-align: left;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    position: relative;
}

.steps-title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.ai-steps ol {
    padding-left: 18px;
    font-size: 12px;
}

.check-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #6c5ce7;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* MOBILE */
@media (max-width: 768px) {

    .ai-row {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .ai-center img {
        width: 120px;
    }

    .ai-right {
        flex-direction: column;
        width: 100%;
    }

    .ai-card, .ai-steps {
        width: 100%;
    }

    .ai-btn {
        max-width: 100%;
    }
}
/* ============================= */
/* ROBOT CENTER SECTION */
/* ============================= */

.ai-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 260px;
}

/* ROBOT IMAGE */
.ai-center img {
    width: 240px;
    max-width: 100%;
    height: auto;

    /* remove patch look */
    background: transparent;

    /* smooth blending */
    mix-blend-mode: multiply;

    /* positioning */
    position: relative;
    z-index: 2;

    /* subtle depth */
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.08));

    /* smooth animation */
    animation: robotFloat 4s ease-in-out infinite;
}

/* FLOAT ANIMATION */
@keyframes robotFloat {
    0% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(10px);
    }
}

/* OPTIONAL GLOW BACKGROUND (premium look) */
.ai-center::before {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    background: radial-gradient(circle, rgba(108,92,231,0.25), transparent 70%);

    border-radius: 50%;

    z-index: 1;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 992px) {

    .ai-center {
        order: 2;
        min-height: 200px;
        margin-top: 10px;
    }

    .ai-center img {
        width: 300px;
        /*animation: none;  stop animation for mobile smoothness */
    }
}

@media (max-width: 768px) {

    .ai-center {
        order: 2;
        margin: 15px 0;
    }

    .ai-center img {
        width: 300px;
    }

    .ai-center::before {
        width: 120px;
        height: 120px;
    }
}
/* ============================= */
/* CONFIDENCE BOX */
/* ============================= */

.ai-confidence {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    width: 200px;

    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    border: 1px solid #eee;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* BADGE */
.conf-badge {
    background: linear-gradient(90deg, #6c5ce7, #a66cff);
    color: #fff;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 8px;
    display: inline-block;
    width: fit-content;
    margin-bottom: 10px;
}

/* TITLE */
.conf-title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

/* HIGHLIGHT TEXT */
.conf-highlight {
    font-size: 16px;
    font-weight: 700;

    background: linear-gradient(90deg, #6c5ce7, #ff6ec4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom: 8px;
}

/* SUB TEXT */
.conf-sub {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

/* ACTION LINE */
.conf-action {
    font-size: 12px;
    font-weight: 600;
    color: #6c5ce7;
    margin-bottom: 12px;
}

/* BUTTON */
.conf-btn {
    background: linear-gradient(90deg, #6c5ce7, #ff6ec4);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}
@media (max-width: 768px) {

    .ai-row {
        flex-direction: column;
        padding: 20px;
        text-align: center;
    }

    /* LEFT CONTENT */
    .ai-left {
        order: 1;
    }

    .ai-title {
        font-size: 24px;
        line-height: 1.3;
    }

    .ai-main {
        font-size: 14px;
    }

    .ai-desc {
        font-size: 13px;
    }

    /* FEATURES → 2 per row */
    .ai-features {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        font-size: 12px;
    }

    /* CTA BUTTON → BIG */
    .ai-btn {
        width: 100%;
        font-size: 15px;
        padding: 14px;
        margin-top: 10px;
    }

    /* ROBOT → CENTER HERO STYLE */
    .ai-center {
        order: 2;
        margin: 20px 0;
    }

    .ai-center img {
        width: 160px;
    }

    /* RIGHT SECTION STACK */
    .ai-right {
        order: 3;
        flex-direction: column;
        width: 100%;
        gap: 15px;
    }

    /* CONFIDENCE BOX → FULL WIDTH HERO */
    .ai-confidence {
        width: 100%;
        text-align: center;
        padding: 18px;
        border-radius: 16px;

        background: linear-gradient(135deg, #ffffff, #f3f0ff);
        border: 1px solid #e6ddff;
    }

    .conf-title {
        font-size: 14px;
    }

    .conf-highlight {
        font-size: 18px;
    }

    .conf-sub {
        font-size: 13px;
    }

    .conf-action {
        font-size: 13px;
    }

    .conf-btn {
        margin-top: 10px;
        padding: 12px;
        font-size: 14px;
    }
}
/* ===================== */
/* LAYOUT */
/* ===================== */

.improve-row {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

/* LEFT */
.improve-left {
    flex: 2;
}

.improve-header {
    font-size: 18px;
    margin-bottom: 5px;
}

.improve-sub {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

/* CARDS */
.improve-cards {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.imp-card {
    width: 150px;
    background: #fff;
    border-radius: 14px;
    padding: 12px;
    text-align: center;
    border: 1px solid #eee;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    position: relative;
}

.imp-title {
    font-weight: 600;
    font-size: 13px;
}

.imp-text {
    font-size: 11px;
    color: #666;
}

.imp-marks {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0;
}

.imp-extra {
    font-size: 12px;
    color: #888;
}

.imp-icon {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 16px;
}

/* COLOR THEMES */
.purple { border-top: 3px solid #8b5cf6; }
.blue { border-top: 3px solid #3b82f6; }
.green { border-top: 3px solid #22c55e; }
.orange { border-top: 3px solid #f97316; }
.pink { border-top: 3px solid #ec4899; }

/* RIGHT */
.improve-right {
    flex: 1;
}

.improve-box {
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    border: 1px solid #eee;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.imp-right-title {
    font-weight: 600;
}

.imp-right-sub {
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
}

/* PIE (FAKE VISUAL) */
.pie {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 10px auto;

    background: conic-gradient(
        #8b5cf6 0% 50%,
        #3b82f6 50% 75%,
        #22c55e 75% 100%
    );
}

/* BREAKDOWN */
.imp-breakdown {
    font-size: 13px;
    margin-top: 10px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
}

.math { background: #8b5cf6; }
.phy { background: #3b82f6; }
.chem { background: #22c55e; }

/* TOTAL */
.imp-total {
    background: #eef2ff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-top: 12px;
    font-weight: 600;
}

/* ===================== */
/* MOBILE */
/* ===================== */

@media (max-width: 768px) {

    .improve-row {
        flex-direction: column;
    }

    .improve-cards {
        justify-content: center;
    }

    .imp-card {
        width: 45%;
    }

    .improve-right {
        width: 100%;
    }

    .pie {
        width: 100px;
        height: 100px;
    }
}
.improve-wrapper {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 20px;
    margin-top: 30px;


    /* soft shadow like your UI */
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);

    /* optional subtle gradient feel */
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}
.improve-left {
    padding-right: 10px;
}
/* COMMON BOX */
.info-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px;
    height: 100%;
    position: relative;

    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* TITLE */
.box-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* TABLE */
.rank-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.rank-table th {
    background: linear-gradient(90deg, #eef2ff, #f5f3ff);
    color: #374151;
    padding: 8px;
    border-radius: 6px;
    text-align: left;
}

.rank-table td {
    padding: 8px;
    border-bottom: 1px solid #f1f1f1;
}

.rank-table tr:hover {
    background: #fafafa;
}

/* POINTS */
.points-list {
    padding-left: 18px;
    font-size: 14px;
}

.points-list li {
    margin-bottom: 10px;
    color: #374151;
    position: relative;
}

/* GREEN CHECK ICON STYLE */
.points-list li::marker {
    color: #22c55e;
}

/* CAP ICON */
.cap-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 40px;
    opacity: 0.15;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .box-title {
        font-size: 15px;
    }

    .rank-table th,
    .rank-table td {
        font-size: 12px;
        padding: 6px;
    }
}
#trendChart {
    height: 220px !important;
}
/* MAIN WRAPPER */
.about-wrapper {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* TITLE */
.about-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* TEXT */
.about-text {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* FEATURES GRID */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px;
}

/* FEATURE ITEM */
.feature-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

/* ICON STYLE */
.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* ICON COLORS */
.feature-icon.purple { background: #f3e8ff; }
.feature-icon.green { background: #dcfce7; }
.feature-icon.blue { background: #dbeafe; }
.feature-icon.orange { background: #ffedd5; }

/* FEATURE TEXT */
.f-title {
    font-size: 14px;
    font-weight: 600;
}

.f-sub {
    font-size: 12px;
    color: #666;
}

/* RIGHT BOX */
.about-side-box {
    background: #fff7ed;
    border: 1px solid #fde68a;
    border-radius: 16px;
    padding: 18px;
    height: 100%;
    position: relative;
}

/* SIDE TITLE */
.side-title {
    font-size: 16px;
    font-weight: 600;
    color: #92400e;
    margin-bottom: 12px;
}

/* LIST */
.side-list {
    padding-left: 18px;
    font-size: 14px;
}

.side-list li {
    margin-bottom: 10px;
    color: #444;
}

/* CHECK MARK */
.side-list li::marker {
    color: #22c55e;
}

/* IMAGE */
.side-img {
    position: absolute;
    right: 10px;
    bottom: 5px;
    width: 90px;
    opacity: 0.9;
}

/* MOBILE */
@media (max-width: 768px) {

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .side-img {
        position: static;
        margin-top: 10px;
        width: 70px;
    }

}
/* TOOL CARD */
.tool-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px;
    text-align: center;
    height: 100%;

    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.tool-card:hover {
    transform: translateY(-4px);
}

/* ICON */
.tool-icon {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

/* ICON COLORS */
.tool-icon.purple { background: #ede9fe; }
.tool-icon.green { background: #dcfce7; }
.tool-icon.orange { background: #ffedd5; }
.tool-icon.pink { background: #fce7f3; }

/* TITLE */
.tool-title {
    font-size: 15px;
    font-weight: 600;
}

/* TEXT */
.tool-text {
    font-size: 13px;
    color: #666;
    margin: 8px 0;
}

/* BUTTON */
.tool-btn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
}

/* BUTTON COLORS */
.purple-btn {
    background: linear-gradient(90deg, #6366f1, #a855f7);
    color: #fff;
}
.green-btn {
    background: linear-gradient(90deg, #22c55e, #4ade80);
    color: #fff;
}
.orange-btn {
    background: linear-gradient(90deg, #f97316, #fb923c);
    color: #fff;
}
.pink-btn {
    background: linear-gradient(90deg, #ec4899, #f472b6);
    color: #fff;
}

/* FOOTER */
.footer {
    background: #f9fafb;
    padding: 30px 0;
    border-top: 1px solid #e5e7eb;
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
}

.footer-text {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

/* SOCIAL */
.social-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 15px 0;
}

.social-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

/* SOCIAL COLORS */
.youtube { background: #ff0000; }
.whatsapp { background: #25D366; }
.instagram { background: linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4); }
.telegram { background: #229ED9; }

/* COPYRIGHT */
.footer-copy {
    font-size: 12px;
    color: #888;
}

/* MOBILE */
@media (max-width: 768px) {
    .tool-title {
        font-size: 14px;
    }
}
