/* ========================================
   Alpha Recovery - Sporty Lab Style
   ======================================== */

/* CSS Variables */
:root {
    --color-metallic: #F0F2F5;
    --color-red: #D32F2F;
    --color-red-dark: #B71C1C;
    --color-charcoal: #1A1A1A;
    --color-charcoal-light: #2D2D2D;
    --color-gray: #6B7280;
    --color-gray-light: #9CA3AF;
    --color-white: #FFFFFF;
    --font-heading: 'Kanit', sans-serif;
    --font-body: 'Prompt', sans-serif;
    --transition: all 0.3s ease;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    --shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Reset & Base */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--color-metallic);
    color: var(--color-charcoal);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Container */
.b3y2yisb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 800;
    line-height: 1.2;
}

/* Buttons */
.zi4tokmt {
    display: inline-block;
    padding: 16px 32px;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dpk54n5r {
    background: linear-gradient(135deg, var(--color-red) 0%, var(--color-red-dark) 100%);
    color: var(--color-white);
    box-shadow: 0 4px 15px rgba(211, 47, 47, 0.4);
}

.dpk54n5r:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(211, 47, 47, 0.5);
}

.btpn991d {
    width: 100%;
}

/* ========================================
   Header
   ======================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    border-bottom: 3px solid var(--color-red);
}

.qeuwwor4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lu7upjwv {
    display: flex;
    flex-direction: column;
    transform: skew(-10deg);
}

.s6aod6mx {
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 800;
    color: var(--color-white);
    letter-spacing: 3px;
}

.d92ns19l {
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 600;
    color: var(--color-red);
    letter-spacing: 4px;
    margin-top: -5px;
}

.nav {
    display: flex;
    gap: 30px;
}

.gc9kb8gn {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    text-decoration: none;
    transition: var(--transition);
    position: relative;
}

.gc9kb8gn::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-red);
    transition: var(--transition);
}

.gc9kb8gn:hover::after {
    width: 100%;
}

.gc9kb8gn:hover {
    color: var(--color-red);
}

/* ========================================
   Hero Section
   ======================================== */
.nt06u8d2 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--color-charcoal) 0%, var(--color-charcoal-light) 100%);
    overflow: hidden;
    padding-top: 80px;
}

.nt06u8d2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../photo-1534438327276-14e5300c3a48.jpeg') center/cover no-repeat;
    opacity: 0.2;
}

.ge9so5hg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(45, 45, 45, 0.8) 100%);
}

.c44i4s7c {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.nojyy5gu {
    font-size: clamp(32px, 5vw, 56px);
    color: var(--color-white);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: skew(-5deg);
}

.t9ele3sx {
    font-size: clamp(16px, 2vw, 20px);
    color: var(--color-gray-light);
    margin-bottom: 40px;
    max-width: 600px;
}

.ixnh5pr3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 20px,
            rgba(211, 47, 47, 0.05) 20px,
            rgba(211, 47, 47, 0.05) 22px
        );
    pointer-events: none;
}

/* ========================================
   Performance Section
   ======================================== */
.ypl64cjh {
    padding: 100px 0;
    background: var(--color-metallic);
    position: relative;
}

.ypl64cjh::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: 
        repeating-linear-gradient(
            90deg,
            var(--color-red) 0px,
            var(--color-red) 20px,
            transparent 20px,
            transparent 40px
        );
}

.mqobccd4 {
    font-size: clamp(28px, 4vw, 42px);
    text-align: center;
    margin-bottom: 60px;
    color: var(--color-charcoal);
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%) skew(-5deg);
}

.mqobccd4::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--color-red);
    width: 80px;
    margin: 0 auto;
}

.n9rbb064 {
    color: var(--color-white);
}

.n9rbb064::after {
    background: var(--color-red);
}

.zqo05enr {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.xo7l0ilj {
    background: var(--color-white);
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    border-left: 4px solid var(--color-red);
}

.xo7l0ilj::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(211, 47, 47, 0.05) 50%);
}

.xo7l0ilj:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.ndxl79c1 {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-red) 0%, var(--color-red-dark) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transform: skew(-10deg);
}

.ndxl79c1 svg {
    width: 40px;
    height: 40px;
    color: var(--color-white);
    transform: skew(10deg);
}

.csslqcyv {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--color-charcoal);
}

.d48odvu7 {
    color: var(--color-gray);
    font-size: 15px;
    line-height: 1.7;
}

/* ========================================
   Ingredients Section
   ======================================== */
.agnwii7x {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--color-charcoal) 0%, var(--color-charcoal-light) 100%);
    position: relative;
}

.agnwii7x::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(rgba(211, 47, 47, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(211, 47, 47, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.m1v8x3w4 {
    display: grid;
    gap: 50px;
    position: relative;
    z-index: 1;
}

.z298lvvv {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.z298lvvv:nth-child(even) {
    direction: rtl;
}

.z298lvvv:nth-child(even) .ap5oyegn {
    direction: ltr;
}

.yyloa6kz {
    height: 350px;
    overflow: hidden;
    position: relative;
}

.yyloa6kz::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(211, 47, 47, 0.3) 0%, transparent 50%);
}

.yyloa6kz img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.z298lvvv:hover .yyloa6kz img {
    transform: scale(1.1);
}

.ap5oyegn {
    padding: 40px;
}

.sbd2mfbe {
    font-size: 28px;
    color: var(--color-white);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sbd2mfbe::before {
    content: '';
    width: 30px;
    height: 4px;
    background: var(--color-red);
    display: block;
}

.t6cmufv3 {
    color: var(--color-gray-light);
    margin-bottom: 20px;
    line-height: 1.8;
}

.kggxvupn {
    list-style: none;
}

.kggxvupn li {
    color: var(--color-white);
    padding: 8px 0;
    font-size: 15px;
}

/* ========================================
   Consultation Section
   ======================================== */
.ea94iz4e {
    padding: 100px 0;
    background: var(--color-metallic);
}

.lgvw6vq0 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hv6j1eic {
    padding-right: 20px;
}

.g4vp3az6 {
    color: var(--color-gray);
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.8;
}

.mwvtoaw7 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.l1c0zg8r {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: var(--color-white);
    border-radius: 8px;
    box-shadow: var(--shadow);
    border-left: 4px solid var(--color-red);
}

.i85w1jig {
    font-size: 24px;
}

/* Form */
.x6aukc2z {
    background: var(--color-white);
    padding: 50px;
    border-radius: 16px;
    box-shadow: var(--shadow-hover);
    position: relative;
    overflow: hidden;
}

.x6aukc2z::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-red) 0%, var(--color-red-dark) 100%);
}

.re14py66 {
    margin-bottom: 25px;
}

.cvmjw70e {
    display: block;
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--color-charcoal);
    margin-bottom: 10px;
    font-size: 14px;
}

.olqbe9vi {
    width: 100%;
    padding: 16px 20px;
    font-family: var(--font-body);
    font-size: 16px;
    border: 2px solid #E5E7EB;
    border-radius: 8px;
    transition: var(--transition);
    background: var(--color-metallic);
}

.olqbe9vi:focus {
    outline: none;
    border-color: var(--color-red);
    background: var(--color-white);
}

.olqbe9vi::placeholder {
    color: var(--color-gray-light);
}

/* ========================================
   Footer
   ======================================== */
.footer {
    background: var(--color-charcoal);
    padding: 60px 0 30px;
    border-top: 4px solid var(--color-red);
}

.mxdqqglh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.jiddrq79 {
    flex: 1;
    min-width: 250px;
}

.jiddrq79 .lu7upjwv {
    margin-bottom: 15px;
}

.c2tkvqg2 {
    color: var(--color-gray-light);
    margin-bottom: 5px;
}

.e0aaprjr {
    color: var(--color-gray);
    font-size: 14px;
}

.z5xfg7fx {
    display: flex;
    gap: 25px;
}

.o461kkwx {
    color: var(--color-gray-light);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
}

.o461kkwx:hover {
    color: var(--color-red);
}

.ly4wp91w {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ly4wp91w p {
    color: var(--color-gray);
    font-size: 14px;
}

/* ========================================
   Modal
   ======================================== */
.td6u7vl1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.i0snw97u {
    background: var(--color-white);
    padding: 50px;
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    position: relative;
    border-top: 6px solid var(--color-red);
}

.rro49b2t {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    background: var(--color-metallic);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.rro49b2t:hover {
    background: var(--color-red);
    color: var(--color-white);
}

.rro49b2t svg {
    width: 20px;
    height: 20px;
}

.rjzmim7c {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--color-red) 0%, var(--color-red-dark) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.rjzmim7c svg {
    width: 60px;
    height: 60px;
    color: var(--color-white);
}

.gv719mg0 {
    font-size: 26px;
    color: var(--color-charcoal);
    margin-bottom: 15px;
}

.xbzebkar {
    color: var(--color-gray);
    margin-bottom: 30px;
    line-height: 1.7;
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 992px) {
    .z298lvvv,
    .z298lvvv:nth-child(even) {
        grid-template-columns: 1fr;
        direction: ltr;
    }

    .yyloa6kz {
        height: 250px;
    }

    .lgvw6vq0 {
        grid-template-columns: 1fr;
    }

    .hv6j1eic {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .nav {
        display: none;
    }

    .nojyy5gu {
        text-align: center;
    }

    .t9ele3sx {
        text-align: center;
    }

    .c44i4s7c {
        text-align: center;
    }

    .zqo05enr {
        grid-template-columns: 1fr;
    }

    .mqobccd4 {
        font-size: 28px;
    }

    .i0snw97u {
        padding: 30px 20px;
    }

    .mxdqqglh {
        flex-direction: column;
        text-align: center;
    }

    .jiddrq79 {
        text-align: center;
    }

    .jiddrq79 .lu7upjwv {
        justify-content: center;
    }

    .z5xfg7fx {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .zi4tokmt {
        padding: 14px 24px;
        font-size: 14px;
    }

    .ndxl79c1 {
        width: 60px;
        height: 60px;
    }

    .ndxl79c1 svg {
        width: 32px;
        height: 32px;
    }

    .x6aukc2z {
        padding: 30px 20px;
    }
}
