/* Active Mobility Thailand - Ortho-Medical Clinical Style */

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

:root {
    --primary-blue: #1565C0;
    --accent-turquoise: #4DB6AC;
    --background-light: #F0F7FF;
    --white: #FFFFFF;
    --text-dark: #2C3E50;
    --text-light: #546E7A;
    --border-color: #B0BEC5;
    --shadow: 0 4px 20px rgba(21, 101, 192, 0.15);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Sarabun', sans-serif;
    background: linear-gradient(180deg, #F0F7FF 0%, #FFFFFF 100%);
    color: var(--text-dark);
    line-height: 1.6;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.znamqsn7 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(21, 101, 192, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.uzv0h45o {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.it2h4pyl {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gawgx8p3 {
    width: 50px;
    height: 50px;
    fill: var(--primary-blue);
}

.v9k4iue7 {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--primary-blue);
}

.v9k4iue7 span {
    color: var(--accent-turquoise);
}

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

.fs21mki5 {
    font-size: 1rem;
    color: var(--text-dark);
    font-weight: 500;
    transition: color 0.3s ease;
    cursor: pointer;
}

.fs21mki5:hover {
    color: var(--primary-blue);
}

.fiw1idi5 {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
}

.fiw1idi5 span {
    width: 25px;
    height: 3px;
    background: var(--primary-blue);
    border-radius: 2px;
}

/* Hero Section */
.rf7i3n53 {
    padding: 140px 0 80px;
    background: linear-gradient(135deg, #F0F7FF 0%, #E3F2FD 100%);
    position: relative;
    overflow: hidden;
}

.rf7i3n53::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(77, 182, 172, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.fx6ozaxc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.r1edqnbn {
    position: relative;
    z-index: 1;
}

.rh4uzx85 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(21, 101, 192, 0.1);
    color: var(--primary-blue);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.rh4uzx85 svg {
    width: 20px;
    height: 20px;
    fill: var(--primary-blue);
}

.dcnjmoea {
    font-size: 3rem;
    color: var(--primary-blue);
    margin-bottom: 20px;
    line-height: 1.2;
}

.q3s6q0s0 {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 35px;
    line-height: 1.8;
}

.e8k5o7yq {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #1976D2 100%);
    color: var(--white);
    padding: 16px 35px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(21, 101, 192, 0.3);
}

.e8k5o7yq:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(21, 101, 192, 0.4);
}

.e8k5o7yq svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.myo03nvr {
    position: relative;
    z-index: 1;
}

.myo03nvr img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.a14eyg0x {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(21, 101, 192, 0.1);
}

.xpdtourh {
    text-align: center;
}

.h8m2k2fo {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--accent-turquoise);
}

.tuhkjfnj {
    font-size: 0.95rem;
    color: var(--text-light);
}

/* Warning Signs Section */
.m9qjut9e {
    padding: 100px 0;
    background: var(--white);
}

.h8w6ioid {
    text-align: center;
    margin-bottom: 60px;
}

.n66t5eg7 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(77, 182, 172, 0.1);
    color: var(--accent-turquoise);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 15px;
}

.n66t5eg7 svg {
    width: 18px;
    height: 18px;
    fill: var(--accent-turquoise);
}

.ytsj7203 {
    font-size: 2.5rem;
    color: var(--primary-blue);
    margin-bottom: 15px;
}

.odvtcxs5 {
    font-size: 1.1rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

.r76le142 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.zatezooj {
    background: var(--background-light);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.zatezooj:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow);
    border-color: var(--accent-turquoise);
}

.qs2rfp95 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--accent-turquoise) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.qs2rfp95 svg {
    width: 40px;
    height: 40px;
    fill: var(--white);
}

.zatezooj h3 {
    font-size: 1.4rem;
    color: var(--primary-blue);
    margin-bottom: 15px;
}

.zatezooj p {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.7;
}

.nua9u5sy {
    font-size: 3rem;
    font-weight: 700;
    color: rgba(21, 101, 192, 0.1);
    position: absolute;
    top: 20px;
    right: 25px;
}

.zatezooj {
    position: relative;
}

/* Recovery Components Section */
.iybvmlz8 {
    padding: 100px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F7FF 100%);
}

.xira8xqm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.pbm8aaqv {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pbm8aaqv:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.fy693ucf {
    height: 200px;
    overflow: hidden;
}

.fy693ucf img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pbm8aaqv:hover .fy693ucf img {
    transform: scale(1.1);
}

.jguk305n {
    padding: 30px;
}

.r2r5te8n {
    width: 50px;
    height: 50px;
    background: rgba(77, 182, 172, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.r2r5te8n svg {
    width: 28px;
    height: 28px;
    fill: var(--accent-turquoise);
}

.pbm8aaqv h3 {
    font-size: 1.4rem;
    color: var(--primary-blue);
    margin-bottom: 12px;
}

.pbm8aaqv p {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.z8utr2y2 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--accent-turquoise);
    font-weight: 500;
    font-size: 0.95rem;
}

.z8utr2y2 svg {
    width: 20px;
    height: 20px;
    fill: var(--accent-turquoise);
}

/* Consultation Form Section */
.itke35kh {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #1976D2 100%);
    position: relative;
    overflow: hidden;
}

.itke35kh::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.pvm0dj64 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

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

.dp8hjo3f .n66t5eg7 {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
    margin-bottom: 20px;
}

.dp8hjo3f .n66t5eg7 svg {
    fill: var(--white);
}

.dp8hjo3f .ytsj7203 {
    color: var(--white);
    margin-bottom: 20px;
}

.dp8hjo3f .odvtcxs5 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.15rem;
    line-height: 1.8;
}

.tmzwxyw1 {
    margin-top: 40px;
}

.lyo9eqng {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.lyo9eqng svg {
    width: 24px;
    height: 24px;
    fill: var(--accent-turquoise);
    flex-shrink: 0;
}

.lyo9eqng span {
    font-size: 1.05rem;
}

.lwl70g3y {
    background: var(--white);
    border-radius: 25px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.nc3hx48v {
    font-size: 1.6rem;
    color: var(--primary-blue);
    margin-bottom: 10px;
    text-align: center;
}

.eauc8821 {
    color: var(--text-light);
    text-align: center;
    margin-bottom: 35px;
    font-size: 1rem;
}

.qegznicg {
    margin-bottom: 25px;
}

.qegznicg label {
    display: block;
    font-size: 0.95rem;
    color: var(--text-dark);
    font-weight: 500;
    margin-bottom: 10px;
}

.qegznicg input,
.qegznicg select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #E0E0E0;
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Sarabun', sans-serif;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: var(--background-light);
}

.qegznicg input:focus,
.qegznicg select:focus {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 4px rgba(21, 101, 192, 0.1);
}

.qegznicg select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231565C0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
}

.q1w4x9je {
    width: 100%;
    background: linear-gradient(135deg, var(--accent-turquoise) 0%, #26A69A 100%);
    color: var(--white);
    padding: 18px;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Sarabun', sans-serif;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(77, 182, 172, 0.3);
}

.q1w4x9je:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(77, 182, 172, 0.4);
}

.dda5chzx {
    text-align: center;
    margin-top: 20px;
    font-size: 0.85rem;
    color: var(--text-light);
}

.dda5chzx a {
    color: var(--primary-blue);
    text-decoration: underline;
}

/* Footer */
.footer {
    background: var(--text-dark);
    color: var(--white);
    padding: 60px 0 30px;
}

.f1qsfy94 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.w8myikmp {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    margin-bottom: 50px;
}

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

.ifchdn36 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ifchdn36 .gawgx8p3 {
    width: 45px;
    height: 45px;
    fill: var(--accent-turquoise);
}

.ifchdn36 .v9k4iue7 {
    color: var(--white);
    font-size: 1.3rem;
}

.ifchdn36 .v9k4iue7 span {
    color: var(--accent-turquoise);
}

.oeyauwi2 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.8;
    max-width: 350px;
}

.xdhuxtn1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.xhmide8y {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.xhmide8y svg {
    width: 20px;
    height: 20px;
    fill: var(--accent-turquoise);
    flex-shrink: 0;
    margin-top: 2px;
}

.qm0sa9k4 h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: var(--white);
}

.qm0sa9k4 ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.qm0sa9k4 a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.qm0sa9k4 a:hover {
    color: var(--accent-turquoise);
}

.lh6w4ehv {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.jbgtqs07 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.exbsnusl {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.exbsnusl svg {
    width: 18px;
    height: 18px;
    fill: var(--accent-turquoise);
}

/* Modal */
.mbg7wnpg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.v9chue5t {
    background: var(--white);
    border-radius: 25px;
    padding: 50px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    position: relative;
}

.i5ie68p8 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: var(--background-light);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.i5ie68p8:hover {
    background: rgba(21, 101, 192, 0.1);
}

.i5ie68p8 svg {
    width: 20px;
    height: 20px;
    fill: var(--text-light);
}

.mpdgi6wq {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--accent-turquoise) 0%, var(--primary-blue) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.mpdgi6wq svg {
    width: 50px;
    height: 50px;
    fill: var(--white);
}

.v9chue5t h2 {
    font-size: 1.8rem;
    color: var(--primary-blue);
    margin-bottom: 15px;
}

.v9chue5t p {
    color: var(--text-light);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

.t46h1mff {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #1976D2 100%);
    color: var(--white);
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Sarabun', sans-serif;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(21, 101, 192, 0.3);
}

.t46h1mff:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(21, 101, 192, 0.4);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .fx6ozaxc,
    .pvm0dj64 {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .myo03nvr {
        order: -1;
    }

    .myo03nvr img {
        height: 400px;
    }

    .r76le142,
    .xira8xqm {
        grid-template-columns: repeat(2, 1fr);
    }

    .w8myikmp {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

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

    .fiw1idi5 {
        display: flex;
    }

    .dcnjmoea {
        font-size: 2.2rem;
    }

    .q3s6q0s0 {
        font-size: 1rem;
    }

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

    .r76le142,
    .xira8xqm {
        grid-template-columns: 1fr;
    }

    .lwl70g3y {
        padding: 30px 20px;
    }

    .w8myikmp {
        grid-template-columns: 1fr;
        gap: 30px;
    }

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

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

@media (max-width: 480px) {
    .dcnjmoea {
        font-size: 1.8rem;
    }

    .ytsj7203 {
        font-size: 1.8rem;
    }

    .v9k4iue7 {
        font-size: 1.1rem;
    }

    .e8k5o7yq {
        padding: 14px 25px;
        font-size: 1rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.r1edqnbn,
.myo03nvr,
.zatezooj,
.pbm8aaqv {
    animation: fadeInUp 0.6s ease forwards;
}

.zatezooj:nth-child(2) {
    animation-delay: 0.2s;
}

.zatezooj:nth-child(3) {
    animation-delay: 0.4s;
}

.pbm8aaqv:nth-child(2) {
    animation-delay: 0.2s;
}

.pbm8aaqv:nth-child(3) {
    animation-delay: 0.4s;
}
