/* ===================================
   SIAM ALPHA FORCE - Premium Men's Health
   Modern Luxury & Power Theme
   =================================== */

/* CSS Variables */
:root {
    --color-bg: #111827;
    --color-bg-light: #1F2937;
    --color-bg-card: #1E293B;
    --color-primary: #1E40AF;
    --color-primary-light: #3B82F6;
    --color-accent: #60A5FA;
    --color-text: #E5E7EB;
    --color-text-muted: #9CA3AF;
    --color-white: #FFFFFF;
    --color-gold: #FCD34D;
    --color-success: #10B981;
    
    --font-primary: 'Prompt', -apple-system, BlinkMacSystemFont, sans-serif;
    
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.4);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.6);
    
    --transition: all 0.3s ease;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    background-color: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

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

button {
    cursor: pointer;
    border: none;
    outline: none;
    font-family: var(--font-primary);
}

/* ===================================
   HEADER
   =================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(17, 24, 39, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
}

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

.kk3tv8zw {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mlq4q9a3 {
    font-size: 2rem;
}

.jhhxhfgb {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-white);
    letter-spacing: 2px;
    background: linear-gradient(135deg, var(--color-white) 0%, var(--color-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav {
    display: flex;
    gap: 30px;
    align-items: center;
}

.rj80p148 {
    font-weight: 400;
    color: var(--color-text);
    transition: var(--transition);
    position: relative;
}

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

.rj80p148:hover {
    color: var(--color-white);
}

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

.yptb49pp {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 600;
    color: var(--color-white) !important;
    box-shadow: var(--shadow-md);
}

.yptb49pp:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.yptb49pp::after {
    display: none;
}

.so9c40gl {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    padding: 5px;
}

.so9c40gl span {
    width: 25px;
    height: 3px;
    background: var(--color-white);
    border-radius: 2px;
    transition: var(--transition);
}

/* ===================================
   HERO SECTION
   =================================== */
.f59wp0pc {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
    background: linear-gradient(135deg, var(--color-bg) 0%, #1a365d 50%, var(--color-bg) 100%);
    overflow: hidden;
}

.f59wp0pc::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='%231E40AF' 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;
}

.e03i53wg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(30, 64, 175, 0.3) 0%, transparent 50%);
}

.fo0ose3k {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.wwpixkz1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(30, 64, 175, 0.3);
    border: 1px solid rgba(59, 130, 246, 0.3);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    color: var(--color-accent);
    margin-bottom: 20px;
}

.lkjqy1i2 {
    font-size: 1rem;
}

.km4rsona {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--color-white);
    margin-bottom: 20px;
}

.km4rsona span {
    background: linear-gradient(135deg, var(--color-white) 0%, var(--color-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.n4tpdzsl {
    font-size: 1.25rem;
    color: var(--color-text-muted);
    margin-bottom: 30px;
    line-height: 1.8;
}

.aclrwnwp {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.o1ur41p9 {
    display: flex;
    flex-direction: column;
}

.jvyvqth7 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--color-primary-light);
}

.r5k76btd {
    font-size: 0.875rem;
    color: var(--color-text-muted);
}

.byrr0het {
    position: relative;
}

.grqq5uif {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.b770a5y0 {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.rhgviy3u {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(30, 64, 175, 0.4) 0%, transparent 70%);
    pointer-events: none;
}

.pa6x3f7q {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.pa6x3f7q svg {
    width: 100%;
    height: 60px;
}

/* ===================================
   BUTTONS
   =================================== */
.n8ghsgj4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
}

.vyvco9bl {
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    color: var(--color-white);
    box-shadow: 0 4px 15px rgba(30, 64, 175, 0.4);
}

.vyvco9bl:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(30, 64, 175, 0.5);
}

.ngwluqqe {
    padding: 16px 40px;
    font-size: 1.125rem;
}

.yor05pp8 {
    width: 100%;
}

.r5v1eizx {
    transition: var(--transition);
}

.n8ghsgj4:hover .r5v1eizx {
    transform: translateX(5px);
}

/* ===================================
   SECTIONS COMMON
   =================================== */
.section {
    padding: 100px 0;
}

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

.t57ojof2 {
    display: inline-block;
    background: rgba(30, 64, 175, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.3);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.875rem;
    color: var(--color-accent);
    margin-bottom: 15px;
}

.r05fl9y9 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 15px;
}

.hbnpmceq {
    font-size: 1.125rem;
    color: var(--color-text-muted);
    max-width: 600px;
    margin: 0 auto;
}

/* ===================================
   SIGNS SECTION
   =================================== */
.jcqcu79a {
    background: var(--color-bg);
}

.we7mtrv6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.rxac6ufk {
    background: var(--color-bg-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.rxac6ufk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #EF4444, #F59E0B);
    opacity: 0;
    transition: var(--transition);
}

.rxac6ufk:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(239, 68, 68, 0.3);
}

.rxac6ufk:hover::before {
    opacity: 1;
}

.ojy7f6mp {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
}

.msf7khxu {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 15px;
}

.n0qjj3x2 {
    color: var(--color-text-muted);
    margin-bottom: 25px;
    line-height: 1.7;
}

.azt08csf {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.ydls2ni2 {
    width: 100px;
    height: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.ydls2ni2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: linear-gradient(90deg, #EF4444, #F59E0B);
    border-radius: 4px;
}

.azt08csf span {
    font-size: 0.75rem;
    color: #EF4444;
    font-weight: 600;
}

/* ===================================
   INGREDIENTS SECTION
   =================================== */
.ah5gxqxb {
    background: var(--color-bg-light);
}

.ke1kjdgc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.va5h28la {
    background: var(--color-bg-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
}

.va5h28la.rh3zcgzj {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.va5h28la:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(59, 130, 246, 0.3);
}

.li59gatm {
    position: relative;
    height: 100%;
    min-height: 250px;
}

.b8ar90c7 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ke6rhxke {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, var(--color-gold), #F59E0B);
    color: var(--color-bg);
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.875rem;
}

.e88elf6t {
    padding: 30px;
}

.h4dw4y00 {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 5px;
}

.jss3v9d9 {
    color: var(--color-accent);
    font-weight: 600;
    margin-bottom: 15px;
}

.y9xllhkj {
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.c7m05m3f {
    list-style: none;
}

.c7m05m3f li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text);
    margin-bottom: 10px;
}

.tab4djzi {
    color: var(--color-success);
    font-weight: 700;
}

/* ===================================
   TESTIMONIALS SECTION
   =================================== */
.butfobhr {
    background: var(--color-bg);
}

.uzvn9dqz {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.owx84heg {
    background: var(--color-bg-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px;
    transition: var(--transition);
}

.owx84heg:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
    border-color: rgba(59, 130, 246, 0.3);
}

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

.q6r7s9eq {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.js2m5l5c {
    flex: 1;
}

.tyugfbm2 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-white);
}

.aou1zqa1 {
    font-size: 0.875rem;
    color: var(--color-text-muted);
}

.fsyq2den {
    font-size: 1rem;
}

.jeerpwtm {
    font-style: italic;
    color: var(--color-text);
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.jeerpwtm::before {
    content: '"';
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 3rem;
    color: var(--color-primary);
    opacity: 0.5;
    font-family: Georgia, serif;
}

.nes7z96g {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.sgzrrye2 {
    color: var(--color-success);
    font-weight: 700;
    white-space: nowrap;
}

.l4hpwh57 {
    color: var(--color-text);
    font-size: 0.875rem;
}

/* ===================================
   CTA SECTION
   =================================== */
.zk7q1ypc {
    background: linear-gradient(135deg, var(--color-primary) 0%, #1e3a8a 100%);
    position: relative;
    overflow: hidden;
}

.zk7q1ypc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ft3wbxrm {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.omxlj2pv {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 15px;
}

.blilmgpt {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.twz5bp9a {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.vlsi3g17 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-white);
}

.sf4k8w0j {
    font-size: 1.25rem;
}

/* ===================================
   FOOTER
   =================================== */
.footer {
    background: var(--color-bg-light);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 60px 0 30px;
}

.dok9t185 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 40px;
    margin-bottom: 40px;
}

.oqnqlpo4 {
    color: var(--color-text-muted);
    line-height: 1.8;
    margin-top: 15px;
}

.ownp7liq {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.r4c5xfii {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    transition: var(--transition);
}

.r4c5xfii:hover {
    background: var(--color-primary);
    transform: translateY(-3px);
}

.z8oo1v0w {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 20px;
}

.yev5ssuf {
    list-style: none;
}

.yev5ssuf li {
    margin-bottom: 12px;
}

.yev5ssuf a {
    color: var(--color-text-muted);
    transition: var(--transition);
}

.yev5ssuf a:hover {
    color: var(--color-white);
    padding-left: 5px;
}

.eig5zfwd {
    font-style: normal;
    color: var(--color-text-muted);
    line-height: 1.8;
}

.c9exrr15 {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--color-text-muted);
}

/* ===================================
   MODAL
   =================================== */
.l4sh1bi5 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.vwu601nk {
    background: var(--color-bg-card);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    position: relative;
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.klwx19zd {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--color-text);
    transition: var(--transition);
}

.klwx19zd:hover {
    background: rgba(239, 68, 68, 0.3);
    color: var(--color-white);
}

.tldh6zq3 {
    padding: 40px;
}

.gnxze9kw {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 20px;
}

.lu515qhf {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--color-white);
    text-align: center;
    margin-bottom: 10px;
}

.tf97eyn3 {
    text-align: center;
    color: var(--color-text-muted);
    margin-bottom: 30px;
}

.hbp7mhwk {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.ip8fj12g {
    width: 50px;
    height: 50px;
    background: var(--color-success);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--color-white);
    margin: 0 auto 15px;
    font-weight: 700;
}

.hbp7mhwk p {
    color: var(--color-text);
    margin-bottom: 5px;
}

.cw115kvl {
    color: var(--color-text-muted);
    font-size: 0.875rem;
}

.uwuhppuw {
    margin-bottom: 20px;
}

.if03v9ds {
    margin-bottom: 15px;
}

.sjtzybm3 {
    width: 100%;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: var(--color-white);
    font-size: 1rem;
    font-family: var(--font-primary);
    transition: var(--transition);
}

.sjtzybm3::placeholder {
    color: var(--color-text-muted);
}

.sjtzybm3:focus {
    border-color: var(--color-primary-light);
    background: rgba(255, 255, 255, 0.08);
}

.gv8i4dot {
    text-align: center;
    font-size: 0.875rem;
    color: var(--color-text-muted);
}

/* ===================================
   RESPONSIVE
   =================================== */
@media (max-width: 1024px) {
    .fo0ose3k {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .byrr0het {
        order: -1;
    }
    
    .aclrwnwp {
        justify-content: center;
    }
    
    .we7mtrv6,
    .uzvn9dqz {
        grid-template-columns: 1fr;
    }
    
    .ke1kjdgc {
        grid-template-columns: 1fr;
    }
    
    .va5h28la.rh3zcgzj {
        grid-template-columns: 1fr;
    }
    
    .dok9t185 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .nav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--color-bg);
        flex-direction: column;
        padding: 30px;
        gap: 20px;
        transform: translateY(-150%);
        opacity: 0;
        transition: var(--transition);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .nav.active {
        transform: translateY(0);
        opacity: 1;
    }
    
    .so9c40gl {
        display: flex;
    }
    
    .so9c40gl.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .so9c40gl.active span:nth-child(2) {
        opacity: 0;
    }
    
    .so9c40gl.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    .km4rsona {
        font-size: 2rem;
    }
    
    .n4tpdzsl {
        font-size: 1rem;
    }
    
    .aclrwnwp {
        flex-direction: column;
        gap: 20px;
    }
    
    .r05fl9y9 {
        font-size: 1.75rem;
    }
    
    .omxlj2pv {
        font-size: 1.75rem;
    }
    
    .twz5bp9a {
        flex-direction: column;
        align-items: center;
    }
    
    .dok9t185 {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .ownp7liq {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .km4rsona {
        font-size: 1.5rem;
    }
    
    .ngwluqqe {
        padding: 14px 25px;
        font-size: 1rem;
    }
    
    .tldh6zq3 {
        padding: 25px;
    }
}
