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

html {
    scroll-behavior: smooth;
}

body.LwPhySuppG_01 {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #0A0D10;
    color: #e5e7eb;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Header & Nav */
.LwPhySuppG_02 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 13, 16, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(230, 251, 255, 0.1);
}

.LwPhySuppG_03 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.LwPhySuppG_04 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #E6FBFF;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.LwPhySuppG_05 {
    display: none;
}

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

.LwPhySuppG_06 span {
    width: 25px;
    height: 2px;
    background-color: #E6FBFF;
    transition: 0.3s;
}

.LwPhySuppG_08 {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.LwPhySuppG_09 {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.LwPhySuppG_09:hover {
    color: #E6FBFF;
}

.LwPhySuppG_10 {
    background-color: transparent;
    color: #E6FBFF;
    border: 1px solid #E6FBFF;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-size: 0.9rem;
    border-radius: 4px;
    transition: 0.3s;
}

.LwPhySuppG_10:hover {
    background-color: #E6FBFF;
    color: #0A0D10;
    box-shadow: 0 0 15px rgba(230, 251, 255, 0.4);
}

.LwPhySuppG_11 {
    height: 2px;
    background: linear-gradient(90deg, transparent, #E6FBFF, transparent);
    width: 100%;
    opacity: 0.3;
}

/* Hero Section */
.LwPhySuppG_13 {
    padding: 120px 2rem 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.LwPhySuppG_14 {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.LwPhySuppG_15 {
    flex: 1;
}

.LwPhySuppG_16 {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.LwPhySuppG_17 {
    flex: 1.2;
}

.LwPhySuppG_18 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.LwPhySuppG_19 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #94a3b8;
}

.LwPhySuppG_21 {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #E6FBFF;
    color: #0A0D10;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 2rem;
    transition: 0.3s;
}

.LwPhySuppG_21:hover {
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(230, 251, 255, 0.6);
    transform: translateY(-2px);
}

.LwPhySuppG_22 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(230, 251, 255, 0.1);
}

.LwPhySuppG_24 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #E6FBFF;
}

.LwPhySuppG_26 {
    display: block;
    font-weight: bold;
    color: #E6FBFF;
}

.LwPhySuppG_27 {
    font-size: 0.85rem;
    color: #94a3b8;
}

/* Benefits Section */
.LwPhySuppG_28 {
    background-color: #111827;
    padding: 80px 2rem;
}

.LwPhySuppG_29 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.LwPhySuppG_30 {
    flex: 1.2;
}

.LwPhySuppG_31 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.LwPhySuppG_32 {
    margin-bottom: 2rem;
}

.LwPhySuppG_33 {
    list-style: none;
}

.LwPhySuppG_34 {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.LwPhySuppG_36 {
    border-radius: 50%;
}

.LwPhySuppG_37 strong {
    display: block;
    font-size: 1.2rem;
    color: #E6FBFF;
    margin-bottom: 0.25rem;
}

.LwPhySuppG_37 span {
    font-size: 0.95rem;
    color: #94a3b8;
}

.LwPhySuppG_38 {
    flex: 1;
}

.LwPhySuppG_39 {
    width: 100%;
    border-radius: 12px;
}

/* Services / Packages */
.LwPhySuppG_40 {
    padding: 100px 2rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.LwPhySuppG_41 {
    font-size: 2.5rem;
    margin-bottom: 4rem;
}

.LwPhySuppG_42 {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.LwPhySuppG_43 {
    background: #111827;
    border: 1px solid rgba(230, 251, 255, 0.1);
    padding: 3rem 2rem;
    border-radius: 12px;
    width: 350px;
    transition: transform 0.3s, border-color 0.3s;
    display: flex;
    flex-direction: column;
}

.LwPhySuppG_43:hover {
    transform: translateY(-10px);
    border-color: #E6FBFF;
}

.LwPhySuppG_SpecialCard {
    border: 1px solid #E6FBFF;
    position: relative;
}

.LwPhySuppG_44 {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.LwPhySuppG_45 {
    font-size: 3rem;
    font-weight: 800;
    color: #E6FBFF;
    margin-bottom: 2rem;
}

.LwPhySuppG_46 {
    list-style: none;
    text-align: left;
    margin-bottom: 3rem;
    flex-grow: 1;
}

.LwPhySuppG_46 li {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.1);
    font-size: 0.95rem;
    color: #94a3b8;
}

.LwPhySuppG_47, .LwPhySuppG_48 {
    padding: 1rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.LwPhySuppG_47 {
    border: 1px solid #E6FBFF;
    color: #E6FBFF;
}

.LwPhySuppG_47:hover {
    background: #E6FBFF;
    color: #0A0D10;
}

.LwPhySuppG_48 {
    background: #E6FBFF;
    color: #0A0D10;
}

.LwPhySuppG_48:hover {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(230, 251, 255, 0.5);
}

/* Text Sections */
.LwPhySuppG_49 {
    padding: 100px 2rem;
}

.LwPhySuppG_50 {
    max-width: 1000px;
    margin: 0 auto;
}

.LwPhySuppG_51 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
    text-align: center;
}

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

.LwPhySuppG_53 h3 {
    color: #E6FBFF;
    margin-bottom: 1rem;
}

.LwPhySuppG_54 {
    background: #0D131A;
    padding: 100px 2rem;
}

.LwPhySuppG_55 {
    max-width: 1000px;
    margin: 0 auto;
}

.LwPhySuppG_56 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
}

.LwPhySuppG_57 {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #94a3b8;
}

.LwPhySuppG_58 {
    display: flex;
    gap: 2rem;
    margin-top: 4rem;
    flex-wrap: wrap;
}

.LwPhySuppG_59 {
    flex: 1;
    min-width: 250px;
    background: #111827;
    padding: 2rem;
    border-left: 3px solid #E6FBFF;
}

.LwPhySuppG_60 {
    font-weight: 800;
    color: #E6FBFF;
    font-size: 0.8rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}

.LwPhySuppG_61 {
    list-style: square;
    margin-left: 1.5rem;
    color: #94a3b8;
}

.LwPhySuppG_61 li {
    margin-bottom: 1rem;
}

/* Audience Section */
.LwPhySuppG_62 {
    padding: 100px 2rem;
    background-color: #0A0D10;
}

.LwPhySuppG_63 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.LwPhySuppG_64 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.LwPhySuppG_65 {
    margin-bottom: 4rem;
    color: #94a3b8;
}

.LwPhySuppG_66 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
}

.LwPhySuppG_67 {
    padding: 2rem;
    transition: background 0.3s;
    border-radius: 8px;
}

.LwPhySuppG_67:hover {
    background: #111827;
}

.LwPhySuppG_68 {
    margin-bottom: 1.5rem;
}

.LwPhySuppG_69 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.LwPhySuppG_67 h3 {
    margin-bottom: 1rem;
    color: #E6FBFF;
}

.LwPhySuppG_67 p {
    font-size: 0.9rem;
    color: #94a3b8;
}

/* FAQ Section */
.LwPhySuppG_70 {
    padding: 100px 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.LwPhySuppG_71 {
    font-size: 2.5rem;
    margin-bottom: 4rem;
    text-align: center;
}

.LwPhySuppG_73 {
    background: #111827;
    margin-bottom: 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.LwPhySuppG_74 {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: bold;
    color: #E6FBFF;
    outline: none;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.LwPhySuppG_74::-webkit-details-marker {
    display: none;
}

.LwPhySuppG_74::after {
    content: '+';
    font-size: 1.5rem;
}

.LwPhySuppG_73[open] .LwPhySuppG_74::after {
    content: '−';
}

.LwPhySuppG_75 {
    padding: 0 1.5rem 1.5rem;
    color: #94a3b8;
    font-size: 0.95rem;
}

/* Practitioner / Quote */
.LwPhySuppG_76 {
    padding: 100px 2rem;
    background: linear-gradient(180deg, #111827 0%, #0A0D10 100%);
}

.LwPhySuppG_77 {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgba(230, 251, 255, 0.2);
    padding: 4rem 2rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
}

.LwPhySuppG_78 {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 2rem;
    color: #ffffff;
    line-height: 1.4;
}

.LwPhySuppG_79 strong {
    display: block;
    color: #E6FBFF;
    font-size: 1.2rem;
}

.LwPhySuppG_79 span {
    font-size: 0.9rem;
    color: #94a3b8;
}

/* Form Section */
.LwPhySuppG_80 {
    padding: 100px 2rem;
}

.LwPhySuppG_81 {
    max-width: 600px;
    margin: 0 auto;
    background: #111827;
    padding: 4rem;
    border-radius: 12px;
}

.LwPhySuppG_82 {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}

.LwPhySuppG_83 {
    text-align: center;
    margin-bottom: 3rem;
    color: #94a3b8;
}

.LwPhySuppG_85 {
    margin-bottom: 1.5rem;
}

.LwPhySuppG_85 label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #E6FBFF;
}

.LwPhySuppG_85 input, .LwPhySuppG_85 textarea {
    width: 100%;
    padding: 1rem;
    background: #0A0D10;
    border: 1px solid rgba(230, 251, 255, 0.2);
    color: #ffffff;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}

.LwPhySuppG_85 input:focus, .LwPhySuppG_85 textarea:focus {
    border-color: #E6FBFF;
}

.LwPhySuppG_86 {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 2rem;
    font-size: 0.85rem;
    color: #94a3b8;
}

.LwPhySuppG_86 a {
    color: #E6FBFF;
}

.LwPhySuppG_87 {
    width: 100%;
    padding: 1rem;
    background: #E6FBFF;
    color: #0A0D10;
    border: none;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
}

.LwPhySuppG_87:hover {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(230, 251, 255, 0.5);
}

.LwPhySuppG_88 {
    margin-top: 2rem;
    font-size: 0.75rem;
    text-align: center;
    color: #64748b;
    font-style: italic;
}

/* Footer */
.LwPhySuppG_89 {
    background: #050709;
    padding: 60px 2rem;
    border-top: 1px solid rgba(230, 251, 255, 0.05);
}

.LwPhySuppG_90 {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.LwPhySuppG_91 {
    font-size: 1.2rem;
    color: #E6FBFF;
    margin-bottom: 2rem;
    font-weight: bold;
}

.LwPhySuppG_92 {
    font-size: 0.9rem;
    color: #64748b;
    margin-bottom: 2rem;
}

.LwPhySuppG_92 p {
    margin-bottom: 0.5rem;
}

.LwPhySuppG_92 a {
    color: #94a3b8;
    text-decoration: none;
}

.LwPhySuppG_93 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.LwPhySuppG_93 a {
    color: #475569;
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.3s;
}

.LwPhySuppG_93 a:hover {
    color: #E6FBFF;
}

/* Responsive */
@media (max-width: 1024px) {
    .LwPhySuppG_14, .LwPhySuppG_29 {
        flex-direction: column;
        gap: 3rem;
    }
    .LwPhySuppG_18 {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .LwPhySuppG_06 {
        display: flex;
    }
    .LwPhySuppG_07 {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #0A0D10;
        max-height: 0;
        overflow: hidden;
        transition: 0.5s;
    }
    .LwPhySuppG_08 {
        flex-direction: column;
        padding: 2rem;
        gap: 1.5rem;
    }
    .LwPhySuppG_05:checked ~ .LwPhySuppG_07 {
        max-height: 500px;
    }
    .LwPhySuppG_05:checked ~ .LwPhySuppG_06 span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .LwPhySuppG_05:checked ~ .LwPhySuppG_06 span:nth-child(2) {
        opacity: 0;
    }
    .LwPhySuppG_05:checked ~ .LwPhySuppG_06 span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    .LwPhySuppG_18 {
        font-size: 2rem;
    }
    .LwPhySuppG_81 {
        padding: 2rem;
    }
}