/* ============================================
   HAKKIMIZDA PAGE - NextMind
   Full Redesign with Animations
   ============================================ */

/* ---- KEYFRAMES ---- */
@keyframes hkGradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes hkFloat {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-18px) rotate(6deg); }
    75% { transform: translateY(12px) rotate(-4deg); }
}

@keyframes hkFloat2 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33% { transform: translateY(-22px) rotate(-10deg); }
    66% { transform: translateY(14px) rotate(6deg); }
}

@keyframes hkOrbFloat {
    0%, 100% { transform: translate(0, 0); }
    25% { transform: translate(40px, -25px); }
    50% { transform: translate(-25px, 30px); }
    75% { transform: translate(20px, 15px); }
}

@keyframes hkPulseGlow {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.08); }
}

@keyframes hkBadgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0,180,216, 0.3); }
    50% { box-shadow: 0 0 25px 5px rgba(0,180,216, 0.12); }
}

@keyframes hkSlideIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes hkScrollWheel {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(8px); opacity: 0; }
}

@keyframes hkGridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(60px, 60px); }
}

@keyframes hkCardFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes hkCounterPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes hkShine {
    0% { left: -100%; }
    100% { left: 100%; }
}

@keyframes hkNumberGlow {
    0%, 100% { text-shadow: 0 0 10px rgba(0,180,216,0.3); }
    50% { text-shadow: 0 0 25px rgba(0,180,216,0.6); }
}

/* ---- CANVAS ---- */
.hk-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* ---- GRADIENT TEXT ANIMATED ---- */
.hk-gradient-text-animated {
    background: linear-gradient(135deg, #00b4d8, #6c63ff, #f472b6, #00b4d8);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: hkGradientFlow 4s ease infinite;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hk-hero {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #050a18 0%, #0a1628 50%, #0e2a4a 100%);
}

.hk-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hk-hero__gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(ellipse at 20% 40%, rgba(0, 180, 216, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(108, 99, 255, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 90%, rgba(244, 114, 182, 0.05) 0%, transparent 40%);
}

.hk-hero__grid {
    position: absolute;
    width: 200%;
    height: 200%;
    background-image:
        linear-gradient(rgba(0, 180, 216, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 180, 216, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: hkGridMove 20s linear infinite;
    opacity: 0.5;
}

.hk-hero__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: hkOrbFloat 15s ease-in-out infinite;
}

.hk-hero__orb--1 {
    width: 500px;
    height: 500px;
    background: rgba(0, 180, 216, 0.15);
    top: -150px;
    right: -100px;
    animation-delay: 0s;
}

.hk-hero__orb--2 {
    width: 350px;
    height: 350px;
    background: rgba(108, 99, 255, 0.12);
    bottom: -100px;
    left: -80px;
    animation-delay: -5s;
}

.hk-hero__orb--3 {
    width: 250px;
    height: 250px;
    background: rgba(244, 114, 182, 0.1);
    top: 40%;
    left: 50%;
    animation-delay: -10s;
}

/* Floating Icons */
.hk-hero__floating {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.hk-float {
    position: absolute;
    font-size: 1.5rem;
    opacity: 0.12;
}

.hk-float--1 {
    top: 18%;
    right: 10%;
    color: #00b4d8;
    animation: hkFloat 9s ease-in-out infinite;
    font-size: 2rem;
}

.hk-float--2 {
    top: 60%;
    right: 6%;
    color: #f59e0b;
    animation: hkFloat2 11s ease-in-out infinite;
    animation-delay: -2s;
}

.hk-float--3 {
    top: 22%;
    left: 6%;
    color: #6c63ff;
    animation: hkFloat 10s ease-in-out infinite;
    animation-delay: -4s;
    font-size: 1.8rem;
}

.hk-float--4 {
    bottom: 18%;
    left: 12%;
    color: #f472b6;
    animation: hkFloat2 8s ease-in-out infinite;
    animation-delay: -6s;
}

.hk-float--5 {
    top: 42%;
    right: 18%;
    color: #10b981;
    animation: hkFloat 12s ease-in-out infinite;
    animation-delay: -3s;
    font-size: 1.6rem;
}

/* Hero Content */
.hk-hero__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 2rem 0;
}

.hk-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #00b4d8;
    padding: 0.5rem 1.25rem;
    background: rgba(0, 180, 216, 0.1);
    border: 1px solid rgba(0, 180, 216, 0.25);
    border-radius: 50px;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
}

.hk-anim-badge {
    animation: hkSlideIn 0.8s ease forwards 0.3s, hkBadgePulse 3s ease-in-out infinite 1.1s;
}

.hk-hero__title {
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
    opacity: 0;
    transform: translateY(30px);
}

.hk-anim-title {
    animation: hkSlideIn 0.8s ease forwards 0.5s;
}

.hk-hero__desc {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(30px);
}

.hk-anim-desc {
    animation: hkSlideIn 0.8s ease forwards 0.7s;
}

.hk-hero__stats {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(30px);
}

.hk-anim-stats {
    animation: hkSlideIn 0.8s ease forwards 0.9s;
}

.hk-hero__stat {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.2rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.hk-hero__stat:hover {
    border-color: rgba(0, 180, 216, 0.3);
    background: rgba(0, 180, 216, 0.08);
    transform: translateY(-2px);
}

.hk-hero__stat i {
    color: #00b4d8;
}

/* Scroll Indicator */
.hk-hero__scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0;
    animation: hkSlideIn 0.8s ease forwards 1.3s;
}

.hk-hero__scroll span {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hk-hero__scroll-mouse {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.hk-hero__scroll-wheel {
    width: 3px;
    height: 8px;
    background: #00b4d8;
    border-radius: 3px;
    animation: hkScrollWheel 1.5s ease-in-out infinite;
}

/* ---- LABEL ---- */
.hk-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #00b4d8;
    margin-bottom: 1rem;
    padding: 0.5rem 1.25rem;
    background: rgba(0, 180, 216, 0.08);
    border: 1px solid rgba(0, 180, 216, 0.2);
    border-radius: 50px;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.hk-about {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    background: #050a18;
}

.hk-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hk-about__content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hk-about__content p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.8;
    margin-bottom: 1rem;
}

.hk-about__highlights {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hk-about__highlight {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.hk-about__highlight:hover {
    color: #fff;
    transform: translateX(6px);
}

.hk-about__highlight i {
    color: #00b4d8;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.hk-about__highlight:hover i {
    color: #10b981;
    text-shadow: 0 0 10px rgba(16, 185, 129, 0.5);
}

.hk-about__visual {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hk-about__card {
    position: relative;
    padding: 1.75rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.hk-about__card-glow {
    position: absolute;
    top: -50%;
    right: -30%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(0,180,216,0.12), transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}

.hk-about__card-glow--purple {
    background: radial-gradient(circle, rgba(108,99,255,0.12), transparent 70%);
}

.hk-about__card-glow--green {
    background: radial-gradient(circle, rgba(16,185,129,0.12), transparent 70%);
}

.hk-about__card:hover .hk-about__card-glow {
    opacity: 1;
}

.hk-about__card:hover {
    transform: translateY(-6px) translateX(4px);
    border-color: rgba(0, 180, 216, 0.3);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.hk-about__card--1 { animation: hkCardFloat 6s ease-in-out infinite; }
.hk-about__card--2 { animation: hkCardFloat 6s ease-in-out infinite 1s; }
.hk-about__card--3 { animation: hkCardFloat 6s ease-in-out infinite 2s; }

.hk-about__card i {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    display: block;
    transition: transform 0.3s;
}

.hk-about__card:hover i {
    transform: scale(1.2) rotate(5deg);
}

.hk-about__card--1 i { color: #00b4d8; }
.hk-about__card--2 i { color: #6c63ff; }
.hk-about__card--3 i { color: #10b981; }

.hk-about__card h4 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.hk-about__card p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ============================================
   NUMBERS SECTION
   ============================================ */
.hk-numbers {
    position: relative;
    z-index: 1;
    padding: 4rem 0;
    background: linear-gradient(135deg, #0a1225 0%, #0e1a35 100%);
    border-top: 1px solid rgba(0, 180, 216, 0.08);
    border-bottom: 1px solid rgba(0, 180, 216, 0.08);
}

.hk-numbers__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.hk-numbers__item {
    text-align: center;
    padding: 2rem 1rem;
    position: relative;
}

.hk-numbers__item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background: rgba(255, 255, 255, 0.06);
}

.hk-numbers__item:last-child::after {
    display: none;
}

.hk-numbers__value {
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg, #00b4d8, #6c63ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline;
    animation: hkNumberGlow 3s ease-in-out infinite;
}

.hk-numbers__plus {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f472b6;
    margin-left: 2px;
}

.hk-numbers__item p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    margin-top: 0.5rem;
    font-weight: 500;
}

/* ============================================
   MISSION SECTION
   ============================================ */
.hk-mission {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    background: #0a1225;
}

.hk-mission__header {
    text-align: center;
    margin-bottom: 3rem;
}

.hk-mission__header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-top: 1rem;
}

.hk-mission__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.hk-mission__card {
    position: relative;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    overflow: hidden;
}

.hk-mission__card-glow {
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(0,180,216,0.1), transparent 60%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}

.hk-mission__card-glow--purple {
    background: radial-gradient(circle, rgba(108,99,255,0.1), transparent 60%);
}

.hk-mission__card-glow--green {
    background: radial-gradient(circle, rgba(16,185,129,0.1), transparent 60%);
}

.hk-mission__card:hover .hk-mission__card-glow {
    opacity: 1;
}

.hk-mission__card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 180, 216, 0.25);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.hk-mission__icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: rgba(0, 180, 216, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 1.6rem;
    color: #00b4d8;
    transition: all 0.4s ease;
}

.hk-mission__card:hover .hk-mission__icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 0 30px rgba(0, 180, 216, 0.2);
}

.hk-mission__icon--purple {
    background: rgba(108, 99, 255, 0.1);
    color: #6c63ff;
}

.hk-mission__card:hover .hk-mission__icon--purple {
    box-shadow: 0 0 30px rgba(108, 99, 255, 0.2);
}

.hk-mission__icon--green {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.hk-mission__card:hover .hk-mission__icon--green {
    box-shadow: 0 0 30px rgba(16, 185, 129, 0.2);
}

.hk-mission__card h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.hk-mission__card p {
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ============================================
   WHY SECTION
   ============================================ */
.hk-why {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    background: #050a18;
}

.hk-why__header {
    text-align: center;
    margin-bottom: 3rem;
}

.hk-why__header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-top: 1rem;
}

.hk-why__header p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    margin-top: 0.75rem;
}

.hk-why__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.hk-why__card {
    padding: 2.25rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.hk-why__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,180,216,0.03), transparent);
    transition: left 0.6s ease;
}

.hk-why__card:hover::before {
    left: 100%;
}

.hk-why__card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 180, 216, 0.25);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.hk-why__number {
    font-size: 2.8rem;
    font-weight: 900;
    background: linear-gradient(135deg, #00b4d8, #6c63ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.hk-why__card:hover .hk-why__number {
    background: linear-gradient(135deg, #6c63ff, #f472b6);
    -webkit-background-clip: text;
    background-clip: text;
}

.hk-why__card h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

.hk-why__card p {
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.hk-testimonials {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    background: #0a1225;
}

.hk-testimonials__header {
    text-align: center;
    margin-bottom: 3rem;
}

.hk-testimonials__header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-top: 1rem;
}

.hk-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.hk-testimonial {
    position: relative;
    padding: 2.25rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.hk-testimonial__quote {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    font-size: 2rem;
    color: rgba(0, 180, 216, 0.08);
    transition: all 0.4s;
}

.hk-testimonial:hover .hk-testimonial__quote {
    color: rgba(0, 180, 216, 0.2);
    transform: scale(1.2);
}

.hk-testimonial:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 180, 216, 0.2);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.hk-testimonial__stars {
    margin-bottom: 1rem;
    color: #f59e0b;
    font-size: 0.9rem;
    display: flex;
    gap: 0.2rem;
}

.hk-testimonial__text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-size: 0.95rem;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.hk-testimonial__author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hk-testimonial__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0,180,216,0.15), rgba(108,99,255,0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00b4d8;
    font-size: 1.2rem;
    transition: all 0.3s;
}

.hk-testimonial:hover .hk-testimonial__avatar {
    background: linear-gradient(135deg, rgba(0,180,216,0.25), rgba(108,99,255,0.25));
    transform: rotate(5deg) scale(1.05);
}

.hk-testimonial__author strong {
    color: #fff;
    display: block;
    font-size: 0.95rem;
}

.hk-testimonial__author span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
}

/* ============================================
   CTA
   ============================================ */
.hk-cta {
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    background: #050a18;
    overflow: hidden;
}

.hk-cta__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hk-cta__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    animation: hkPulseGlow 6s ease-in-out infinite;
}

.hk-cta__orb--1 {
    width: 400px;
    height: 400px;
    background: rgba(0, 180, 216, 0.12);
    top: -100px;
    left: 20%;
}

.hk-cta__orb--2 {
    width: 300px;
    height: 300px;
    background: rgba(108, 99, 255, 0.1);
    bottom: -100px;
    right: 20%;
    animation-delay: -3s;
}

.hk-cta__content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}

.hk-cta__content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hk-cta__content p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hk-cta__buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hk-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 2rem;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hk-cta__btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.5s ease;
}

.hk-cta__btn:hover::before {
    left: 100%;
}

.hk-cta__btn:hover {
    transform: translateY(-3px);
}

.hk-cta__btn--primary {
    background: linear-gradient(135deg, #00b4d8, #6c63ff);
    color: #fff;
    box-shadow: 0 4px 25px rgba(0, 180, 216, 0.3);
}

.hk-cta__btn--primary:hover {
    box-shadow: 0 8px 35px rgba(0, 180, 216, 0.45);
}

.hk-cta__btn--secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.hk-cta__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 180, 216, 0.3);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .hk-hero__title { font-size: 2.8rem; }
    .hk-about__grid { grid-template-columns: 1fr; gap: 2rem; }
    .hk-mission__grid { grid-template-columns: 1fr; }
    .hk-testimonials__grid { grid-template-columns: 1fr; }
    .hk-numbers__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .hk-hero { min-height: 80vh; }
    .hk-hero__title { font-size: 2rem; }
    .hk-hero__desc { font-size: 1rem; }
    .hk-hero__stats { flex-direction: column; }
    .hk-hero__scroll { display: none; }
    .hk-why__grid { grid-template-columns: 1fr; }
    .hk-numbers__grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .hk-numbers__item::after { display: none; }
    .hk-about, .hk-mission, .hk-why, .hk-testimonials, .hk-cta { padding: 4rem 0; }
    .hk-about__content h2,
    .hk-mission__header h2,
    .hk-why__header h2,
    .hk-testimonials__header h2,
    .hk-cta__content h2 { font-size: 2rem; }
    .hk-float { display: none; }
}