:root{
    --physio-primary:#0f766e;
    --physio-primary-dark:#0b5f59;
    --physio-secondary:#2563eb;
    --physio-accent:#14b8a6;
    --physio-bg:#f4fbfb;
    --physio-bg-soft:#ecfeff;
    --physio-card:#ffffff;
    --physio-text:#0f172a;
    --physio-muted:#64748b;
    --physio-border:#dbeafe;
    --physio-shadow:0 18px 45px rgba(15,118,110,.12);
    --physio-radius:22px;
}

*{
    box-sizing:border-box;
}

body{
    margin:0;
    font-family:'Kanit',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
    color:var(--physio-text);
    background:
        radial-gradient(circle at top left, rgba(20,184,166,.18), transparent 32%),
        radial-gradient(circle at top right, rgba(37,99,235,.12), transparent 30%),
        linear-gradient(135deg,#f8ffff 0%,#effcff 45%,#f7fbff 100%);
    min-height:100vh;
}

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

.physio-shell{
    min-height:100vh;
}

.physio-topbar{
    position:sticky;
    top:0;
    z-index:50;
    backdrop-filter:blur(18px);
    background:rgba(255,255,255,.82);
    border-bottom:1px solid rgba(219,234,254,.9);
}

.physio-nav{
    max-width:1180px;
    margin:0 auto;
    padding:14px 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
}

.physio-brand{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:800;
    color:var(--physio-primary);
}

.physio-brand-mark{
    width:42px;
    height:42px;
    border-radius:14px;
    display:grid;
    place-items:center;
    color:white;
    font-weight:800;
    background:linear-gradient(135deg,var(--physio-primary),var(--physio-secondary));
    box-shadow:0 12px 26px rgba(15,118,110,.25);
}

.physio-menu{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    justify-content:flex-end;
}

.physio-menu a{
    padding:9px 13px;
    border-radius:999px;
    font-size:14px;
    color:#334155;
    transition:.2s ease;
}

.physio-menu a:hover,
.physio-menu a.active{
    color:white;
    background:linear-gradient(135deg,var(--physio-primary),var(--physio-secondary));
}

.physio-container{
    max-width:1180px;
    margin:0 auto;
    padding:28px 18px 64px;
}

.physio-hero{
    position:relative;
    overflow:hidden;
    border-radius:32px;
    padding:42px 32px;
    color:white;
    background:
        linear-gradient(135deg,rgba(15,118,110,.96),rgba(37,99,235,.92)),
        url('/assets/img/physio-cover.jpg');
    background-size:cover;
    background-position:center;
    box-shadow:var(--physio-shadow);
}

.physio-hero::after{
    content:"";
    position:absolute;
    right:-80px;
    top:-80px;
    width:260px;
    height:260px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
}

.physio-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:7px 13px;
    border-radius:999px;
    background:rgba(255,255,255,.16);
    font-size:14px;
    margin-bottom:16px;
}

.physio-hero h1{
    position:relative;
    z-index:1;
    font-size:clamp(30px,5vw,56px);
    line-height:1.05;
    margin:0 0 14px;
    letter-spacing:-.04em;
}

.physio-hero p{
    position:relative;
    z-index:1;
    max-width:720px;
    font-size:18px;
    line-height:1.7;
    margin:0 0 24px;
    color:rgba(255,255,255,.9);
}

.physio-actions{
    position:relative;
    z-index:1;
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.physio-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:44px;
    padding:11px 18px;
    border-radius:999px;
    border:0;
    cursor:pointer;
    font-weight:700;
    transition:.2s ease;
}

.physio-btn-primary{
    color:var(--physio-primary);
    background:white;
}

.physio-btn-secondary{
    color:white;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.35);
}

.physio-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 12px 26px rgba(15,23,42,.18);
}

.physio-section-title{
    margin:30px 0 14px;
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:16px;
}

.physio-section-title h2{
    margin:0;
    font-size:24px;
    letter-spacing:-.03em;
}

.physio-section-title p{
    margin:4px 0 0;
    color:var(--physio-muted);
}

.physio-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}

.physio-grid-3{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}

.physio-card{
    background:rgba(255,255,255,.92);
    border:1px solid rgba(219,234,254,.95);
    border-radius:var(--physio-radius);
    padding:20px;
    box-shadow:0 14px 36px rgba(15,118,110,.08);
}

.physio-stat-label{
    font-size:14px;
    color:var(--physio-muted);
    margin-bottom:8px;
}

.physio-stat-value{
    font-size:34px;
    line-height:1;
    font-weight:800;
    color:var(--physio-primary);
}

.physio-feature-icon{
    width:46px;
    height:46px;
    border-radius:16px;
    display:grid;
    place-items:center;
    margin-bottom:14px;
    color:white;
    background:linear-gradient(135deg,var(--physio-primary),var(--physio-secondary));
}

.physio-card h3{
    margin:0 0 8px;
    font-size:18px;
}

.physio-card p{
    margin:0;
    color:var(--physio-muted);
    line-height:1.65;
}

.physio-table-wrap{
    overflow:auto;
    border-radius:var(--physio-radius);
    border:1px solid var(--physio-border);
    background:white;
}

.physio-table{
    width:100%;
    border-collapse:collapse;
}

.physio-table th,
.physio-table td{
    padding:14px 16px;
    border-bottom:1px solid #e2e8f0;
    text-align:left;
    font-size:14px;
}

.physio-table th{
    background:#f8fafc;
    color:#334155;
    font-weight:800;
}

.physio-badge{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    padding:5px 10px;
    font-size:12px;
    font-weight:700;
    color:var(--physio-primary);
    background:#ccfbf1;
}

.physio-footer{
    text-align:center;
    color:var(--physio-muted);
    padding:26px 18px 40px;
}

@media(max-width:960px){
    .physio-grid,
    .physio-grid-3{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .physio-nav{
        align-items:flex-start;
        flex-direction:column;
    }

    .physio-menu{
        justify-content:flex-start;
    }
}

@media(max-width:640px){
    .physio-container{
        padding:18px 12px 44px;
    }

    .physio-hero{
        border-radius:24px;
        padding:30px 20px;
    }

    .physio-grid,
    .physio-grid-3{
        grid-template-columns:1fr;
    }

    .physio-menu a{
        padding:8px 10px;
        font-size:13px;
    }
}
