@media (max-width: 768px) {

:root {
	
	--primary: #ffc6e7;
	--secondary: #ffe6f7;
	--accent: #ffb7dd;
	--success: #98fb98;
	--error: #ffb3b3;
	--text: #ffffff;
	--bg-0: #0f1016;
	--bg-1: #161827;
	--surface: rgba(255, 255, 255, 0.05);
	--border: rgba(255, 183, 221, 0.2);
	--muted: rgba(255, 255, 255, 0.9);
	--radius: 16px;
	--radius-sm: 12px;
	--radius-lg: 20px;
	
	--btn-a: #6f42c1;
	--btn-b: #4e73df;
	--btn-border: rgba(255, 255, 255, 0.2);
}


* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { -webkit-text-size-adjust: 100%; background-color: var(--bg-0); }
html::before { content: ""; position: fixed; inset: 0; background: linear-gradient(135deg, rgba(255, 198, 231, 0.12), rgba(116, 194, 168, 0.08), rgba(185, 133, 220, 0.08)); z-index: -2; }

html:not(.ready) body { opacity: 0; }
html.ready body { opacity: 1; }
html:not(.ready) * { transition: none !important; }


.container { 
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    overflow-y: auto; 
    padding: 72px 16px 20px 16px;
    z-index: 1;
}


:root {
    --vh: 1vh;
}

body { 
    background: transparent; 
    color: var(--text); 
    font-family: 'Poppins', sans-serif; 
    min-height: 100vh; 
    overflow-x: hidden; 
    position: relative; 
    margin: 0;
    padding: 0;
}


html, body { overscroll-behavior: none; }


body.scroll-locked {
    position: fixed !important;
    width: 100% !important;
    overflow: hidden !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
}


body::before, body::after { content: ""; position: fixed; border-radius: 50%; pointer-events: none; z-index: -1; filter: blur(8px); opacity: 0.45; }
body::before { width: 280px; height: 280px; top: -60px; left: -60px; background: radial-gradient(circle, rgba(255,183,221,0.35), rgba(255,183,221,0)); }
body::after { width: 320px; height: 320px; bottom: -80px; right: -80px; background: radial-gradient(circle, rgba(185,133,220,0.3), rgba(185,133,220,0)); }

img { max-width: 100%; height: auto; }
a { color: var(--text); text-decoration: none; }


body { padding: 0; }
.container > *:last-child { margin-bottom: 0 !important; }
html, body { height: auto; }


header { 
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 1000; 
    background: rgba(0,0,0,0.3); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border); 
    padding: 8px 10px; 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
}
.logo { display: block; margin: 0; }
.logo a { display: block; }
.logo-image { height: 56px; width: auto; object-fit: contain; }
.logo-shine { display: none; }


.planet-logo, .planet-ring { display: none !important; }


.mobile-menu-button { position: relative; margin-left: auto; margin-right: 6px; display: inline-flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 12px; background: rgba(0,0,0,0.6); color: #fff; cursor: pointer; }


.mobile-menu-button span,
.mobile-menu-button span:nth-child(1),
.mobile-menu-button span:nth-child(2), 
.mobile-menu-button span:nth-child(3),
.mobile-menu-button.active span,
.mobile-menu-button.active span:nth-child(1),
.mobile-menu-button.active span:nth-child(2),
.mobile-menu-button.active span:nth-child(3) { 
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    background: #ffffff !important; 
    background-color: #ffffff !important;
    border-radius: 2px !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
}

.mobile-menu-button.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 5px) !important; }
.mobile-menu-button.active span:nth-child(2) { opacity: 0 !important; transform: translateX(-8px) !important; }
.mobile-menu-button.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px) !important; }

nav { position: absolute; top: 100%; right: 10px; width: 240px; background: rgba(0,0,0,0.95); border: 1px solid var(--border); border-radius: 14px; padding: 10px; display: flex; flex-direction: column; gap: 8px; transform-origin: top right; transform: scale(0.96) translateY(-8px); opacity: 0; pointer-events: none; }
nav.active { transform: scale(1) translateY(6px); opacity: 1; pointer-events: auto; }
nav a { display: block; width: 100%; text-align: left; padding: 12px; border-radius: 12px; border: 1px solid transparent; color: #fff; font-size: 14px; background: rgba(255,255,255,0.04); }
nav a:hover { border-color: var(--border); background: rgba(255,255,255,0.06); }
.go-up-btn { display: none; }


.hero, .oxos-hero { min-height: calc(100dvh - 72px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 16px 0; }

.hero h1, .oxos-hero h1 { 
    font-size: 28px; 
    line-height: 1.15; 
    margin-bottom: 10px; 
    color: var(--accent); 
    font-family: 'Poppins', sans-serif; 
    font-weight: 600; 
    text-shadow: 0 0 20px rgba(255, 183, 221, 0.5);
}

.hero p, .oxos-hero p { 
    font-size: 16px; 
    color: var(--muted); 
    margin-bottom: 18px; 
    font-family: 'Poppins', sans-serif; 
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.3); 
}

.hero-cta { width: 100%; max-width: 350px; }
.cta-button, .oxos-download-btn { 
    display: inline-block; 
    width: calc(100% - 32px); 
    margin: 0 16px;
    padding: 6px 12px; 
    border-radius: 20px; 
    background: linear-gradient(45deg, #ffb7dd, #ffb7dd); 
    color: #fff; 
    border: 2px solid rgba(255, 183, 221, 0.2); 
    font-weight: 700; 
    text-align: center; 
    font-size: 11px; 
    box-shadow: 0 2px 10px rgba(255, 183, 221, 0.25); 
}


section { padding: 40px 0; scroll-margin-top: 120px; }
section h2 { text-align: center; font-size: 22px; color: var(--accent); margin-bottom: 20px; font-family: 'Poppins', sans-serif; font-weight: 600; text-shadow: 0 0 15px rgba(255, 183, 221, 0.4); }


.service-area-info { background: linear-gradient(135deg, rgba(255, 183, 221, 0.18), rgba(111, 66, 193, 0.12)); border: 2px solid rgba(255, 183, 221, 0.5); border-radius: 20px; padding: 18px; display: flex; gap: 14px; align-items: center; margin: 12px 0 18px 0; backdrop-filter: blur(12px); box-shadow: 0 8px 24px rgba(255, 183, 221, 0.15); }
.service-area-info .info-icon { font-size: 28px; color: var(--accent); }
.service-area-info .info-content h3 { font-size: 17px; color: var(--accent); margin: 0 0 6px; font-weight: 600; }
.service-area-info .info-content p { font-size: 14px; color: rgba(255,255,255,0.95); line-height: 1.5; }


.service-grid, .oxos-grid, .minecraft-grid, .hosting-grid, .oxos-version-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 16px; }


.service-card, .oxos-card, .minecraft-card, .hosting-card, .oxos-version-card { 
    background: var(--surface); 
    border: 1px solid var(--border); 
    border-radius: var(--radius); 
    padding: 14px; 
    color: #fff; 
    -webkit-backdrop-filter: blur(800px) !important;
    backdrop-filter: blur(800px) !important; 
    overflow: hidden; 
}
.service-icon, .oxos-icon, .oxos-version-icon { font-size: 24px; margin-bottom: 10px; color: var(--accent); }
.service-card h3, .oxos-card h3, .minecraft-card h3, .hosting-card h3, .oxos-version-card h3 { font-size: 18px; margin-bottom: 8px; color: var(--accent); }
.service-card p, .oxos-card p, .minecraft-card p, .hosting-card p, .oxos-version-card p { font-size: 14px; color: #ffffff; line-height: 1.5; }
.server-info { margin: 12px 0; padding: 10px; border-radius: var(--radius-sm); background: rgba(255,255,255,0.06); backdrop-filter: blur(8px); }
.price-tag, .price { display: inline-block; margin-top: 8px; margin-bottom: 12px; padding: 6px 10px; border-radius: 12px; background: rgba(255,255,255,0.08); border: 1px solid var(--border); color: #fff; font-weight: 600; backdrop-filter: blur(8px); }
.price-note { font-size: 12px; color: var(--muted); margin-top: 6px; }
.unavailable-badge { display: inline-block; margin-top: 12px; margin-bottom: 12px; padding: 6px 10px; border-radius: 12px; background: rgba(255,255,255,0.08); border: 1px solid var(--border); font-size: 12px; backdrop-filter: blur(8px); }


.oxos-info-section { 
    background: var(--surface) !important; 
    background-color: var(--surface) !important; 
    border: 1px solid var(--border); 
    border-radius: var(--radius); 
    padding: 16px; 
    color: #fff; 
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important; 
    margin: 16px 0;
}


.oxos-version-card::before { display: none !important; }


.oxos-version-card { 
    background: var(--surface) !important; 
    background-color: var(--surface) !important; 
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;
}


.oxos-version-card[id="desktop"],
.oxos-version-card[id="server"],
.oxos-version-card[id="terminal"] {
    scroll-margin-top: 110px;
}



.oxos-features-list { 
    list-style: none; 
    padding: 0; 
    margin: 15px 0; 
    text-align: left; 
}


.oxos-version-grid > h2 { margin: 0 0 8px 2px; padding: 0; }

.oxos-features-list li { 
    color: rgba(255, 255, 255, 0.8); 
    margin-bottom: 6px; 
    padding-left: 15px; 
    position: relative; 
    font-size: 0.95rem;
}

.oxos-features-list li::before { 
    content: '✨'; 
    position: absolute; 
    left: 0; 
    color: var(--accent); 
}

.back-to-home { display: inline-block; width: 100%; padding: 14px 16px; border-radius: 25px; text-align: center; font-weight: 700; color: #fff; background: linear-gradient(45deg, var(--btn-a), var(--btn-b)) !important; border: 2px solid var(--btn-border) !important; backdrop-filter: blur(8px); }


.service-button, .minecraft-button, .hosting-button, .oxos-button, button.order-btn, .submit-button, .submit-order-button, button { display: inline-block; width: 100%; padding: 14px 16px; border-radius: 25px; text-align: center; font-weight: 700; color: #fff; background: linear-gradient(45deg, var(--btn-a), var(--btn-b)) !important; border: 2px solid var(--btn-border) !important; backdrop-filter: blur(8px); }
.cancel-button { display: inline-block; width: 100%; padding: 14px 16px; border-radius: 25px; text-align: center; font-weight: 700; color: #fff !important; background: rgba(255,255,255,0.08) !important; border: 1px solid var(--border); backdrop-filter: blur(8px); }
.service-button.disabled, .minecraft-button.disabled, .hosting-button.disabled, .submit-order-button.disabled { background: #6a6a6a !important; color: rgba(255,255,255,0.85) !important; border-color: transparent; backdrop-filter: blur(8px); pointer-events: none !important; }


.contact-section { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); backdrop-filter: blur(8px); }
.contact-form { max-width: 100%; margin: 12px auto; padding: 16px; }
.form-group { margin-bottom: 12px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 14px; border-radius: var(--radius-sm); border: 1px solid var(--border); background: rgba(255,255,255,0.04); color: #fff; font-size: 14px; backdrop-filter: blur(8px); }
.form-group textarea { min-height: 120px; resize: vertical; }


footer { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); margin-top: 20px; padding-top: 12px; margin-bottom: 40px; backdrop-filter: blur(8px); }
.footer-bottom { margin: 0; }
.footer-content { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 0 12px 12px; }
.footer-section { background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 12px; color: #fff; backdrop-filter: blur(8px); }
.footer-section.clickable { cursor: pointer; }
.footer-section h3, .footer-section h4 { color: #fff; font-weight: 600; }
.click-hint { display: block; font-size: 12px; color: rgba(255,255,255,0.7); margin-top: 6px; }
.footer-bottom { text-align: center; padding: 14px; background: rgba(255,255,255,0.04); border-top: 1px solid var(--border); border-radius: 0 0 var(--radius) var(--radius); backdrop-filter: blur(8px); color: #fff; }
.footer-mascot { display: none; }


.modal { 
    display: none; 
    position: fixed; 
    z-index: 10000; 
    inset: 0; 
    background: rgba(0,0,0,0.86); 
    
    overflow: hidden;
}

.modal-content { 
    position: relative; 
    width: 100%; 
    height: 100%; 
    max-width: none; 
    max-height: none; 
    margin: 0; 
    border-radius: 0; 
    background: #0f1016; 
    color: #fff; 
    
    overflow-y: auto; 
    overflow-x: hidden; 
    
    overscroll-behavior: contain;
    
    -webkit-overflow-scrolling: touch;
}


.modal-header { 
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    padding: 14px 16px; 
    background: #151827; 
    border-bottom: 1px solid var(--border); 
    
    position: sticky;
    top: 0;
    z-index: 1;
}
.modal-header h2 { font-size: 18px; }
.close-modal { 
    font-size: 22px; 
    line-height: 1; 
    cursor: pointer; 
    padding: 6px 10px; 
    border-radius: 10px; 
    background: rgba(255,255,255,0.06); 
}
.modal-body { padding: 16px; }


.about-section { margin-bottom: 24px; }
.about-section h3 { font-size: 16px; color: var(--accent); margin-bottom: 12px; text-align: center; }
.about-section p { font-size: 14px; color: rgba(255,255,255,0.9); line-height: 1.55; text-align: justify; }
.values-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.value-item { background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 12px; text-align: center; }
.value-icon { font-size: 22px; margin-bottom: 6px; }
.team-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.team-item { display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 12px; }
.team-avatar { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 700; }
.team-info h4 { font-size: 14px; color: var(--accent); margin-bottom: 2px; }
.team-info p { font-size: 13px; color: var(--muted); }


.legal-links { display: grid; grid-template-columns: 1fr; gap: 12px; }
.legal-link { display: block; text-align: center; padding: 12px; border-radius: var(--radius-sm); background: linear-gradient(45deg, var(--accent), var(--primary)); color: #fff; border: 2px solid rgba(255, 183, 221, 0.3); font-weight: 700; }


.order-modal { width: 100%; max-width: none; }


.warranty-modal { width: 100%; max-width: none; }


#about-modal .modal-content { width: 100%; max-width: none; }


#about-modal .modal-content.order-modal { 
    width: 100%; 
    max-width: none; 
}


#about-modal {
    position: fixed !important;
    z-index: 10000 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0,0,0,0.86) !important;
    
    overflow: hidden !important;
    
    transform: none !important;
}

#about-modal .modal-content {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    background: #0f1016 !important;
    color: #fff !important;
    
    overflow-y: auto !important;
    overflow-x: hidden !important;
    
    overscroll-behavior: contain !important;
    
    -webkit-overflow-scrolling: touch !important;
    
    min-height: 100vh !important;
    min-width: 100vw !important;
    
    box-sizing: border-box !important;
    
    padding-bottom: env(safe-area-inset-bottom, 20px) !important;
    
    height: 100dvh !important;
    min-height: 100dvh !important;
}


#about-modal .modal-body {
    padding-bottom: 40px !important;
    
    margin-bottom: env(safe-area-inset-bottom, 20px) !important;
}


#about-modal .about-section:last-child {
    margin-bottom: 20px !important;
}


.order-info { text-align: center; padding: 12px; border-radius: var(--radius-sm); background: rgba(255,255,255,0.05); border: 1px solid var(--border); margin-bottom: 12px; }
.order-price { color: var(--success); font-weight: 700; }
.order-form { display: flex; flex-direction: column; gap: 12px; }
.order-form .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 0; }
.order-form label { font-size: 13px; color: #fff; }
.order-form input, .order-form textarea, .order-form select { padding: 12px 14px; border-radius: var(--radius-sm); border: 1px solid var(--border); background: rgba(255,255,255,0.06); color: #fff; font-size: 14px; }
.order-form textarea { min-height: 110px; }


.warranty-info { text-align: center; padding: 12px; border-radius: var(--radius-sm); background: rgba(255,255,255,0.05); border: 1px solid var(--border); margin-bottom: 12px; }
.warranty-title { color: var(--success); font-weight: 700; }
.warranty-form { display: flex; flex-direction: column; gap: 12px; }
.warranty-form .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 0; }
.warranty-form label { font-size: 13px; color: #fff; }
.warranty-form input, .warranty-form textarea { padding: 12px 14px; border-radius: var(--radius-sm); border: 1px solid var(--border); background: rgba(255,255,255,0.06); color: #fff; font-size: 14px; }
.warranty-form textarea { min-height: 110px; }


#linux-distribution-section, #desktop-environment-section, #custom-input-section, #custom-de-input-section { background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: var(--radius); padding: 12px; }
#linux-distribution-section { margin-bottom: 12px; }
#custom-input-section { margin-top: 12px; margin-bottom: 12px; }
#custom-de-input-section { margin-top: 12px; }


.terms-checkbox { margin: 6px 0; }
.checkbox-label { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; line-height: 1.4; }
.checkbox-label input[type="checkbox"] { display: none; }
.checkmark { width: 20px; height: 20px; border-radius: 6px; border: 1px solid var(--border); background: rgba(255,255,255,0.06); position: relative; }
.checkbox-label input[type="checkbox"]:checked + .checkmark { background: var(--accent); border-color: var(--accent); }
.checkbox-label input[type="checkbox"]:checked + .checkmark::after { content: '✓'; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 14px; }
.terms-link { color: #ffd3ec; text-decoration: underline; }


.form-actions { display: flex; gap: 10px; }


.discount-code-group { margin-bottom: 16px; }
.discount-input-wrapper { 
    display: flex; 
    flex-direction: column; 
    gap: 12px; 
    align-items: stretch; 
}
.discount-input-wrapper input { 
    flex: 1; 
    min-width: 0; 
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    font-size: 14px;
    width: 100%;
}
.apply-discount-btn { 
    padding: 12px 16px; 
    border-radius: 25px; 
    background: linear-gradient(45deg, var(--primary), var(--secondary)); 
    color: #fff; 
    border: 2px solid rgba(255, 255, 255, 0.2); 
    font-weight: 600; 
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%; 
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(111, 66, 193, 0.3);
}
.apply-discount-btn:hover { 
    opacity: 0.9; 
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(111, 66, 193, 0.4);
}

.discount-status { 
    margin-top: 8px; 
    padding: 12px 16px; 
    border-radius: 25px; 
    font-size: 13px; 
    font-weight: 500;
    display: none;
    border: 2px solid rgba(255, 255, 255, 0.1);
}
.discount-status.success { 
    background: rgba(130, 230, 130, 0.15); 
    border: 1px solid rgba(130, 230, 130, 0.3); 
    color: #82e682; 
    display: block;
}
.discount-status.error { 
    background: rgba(255, 138, 138, 0.15); 
    border: 1px solid rgba(255, 138, 138, 0.3); 
    color: #ffb3b3; 
    display: block;
}


.discount-input-wrapper input.valid { 
    border-color: #82e682; 
    box-shadow: 0 0 0 1px rgba(130, 230, 130, 0.3);
}
.discount-input-wrapper input.invalid { 
    border-color: #ffb3b3; 
    box-shadow: 0 0 0 1px rgba(255, 138, 138, 0.3);
}


.warning-message { background: rgba(255, 193, 7, 0.12); border: 1px solid rgba(255, 193, 7, 0.32); border-radius: var(--radius-sm); padding: 10px; }
.warning-message p { font-size: 13px; color: #ffd58f; }
.order-success { background: rgba(130, 230, 130, 0.12); border: 1px solid rgba(130, 230, 130, 0.32); color: #82e682; border-radius: var(--radius-sm); padding: 10px; }
.order-error { background: rgba(255, 138, 138, 0.12); border: 1px solid rgba(255, 138, 138, 0.32); color: #ffb3b3; border-radius: var(--radius-sm); padding: 10px; }


.social-links { display: flex; gap: 10px; flex-wrap: wrap; }
.social-link { color: #fff; font-size: 14px; }


[data-aos] { opacity: 1 !important; transform: none !important; transition: none !important; }


.particles-container, .particle, .ambient-particle, .floating-element, .burst, .burst-particle, .element-symbol { display: none !important; }


.status-badge { display: inline-block; padding: 4px 8px; border-radius: 10px; font-size: 12px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #4CAF50; display: inline-block; margin-right: 6px; }


.thanks-people p { text-align: center !important; }


.warning-message { margin-top: 12px; }


.address-group {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px;
    margin-bottom: 16px;
    backdrop-filter: blur(8px);
}

.address-title {
    color: var(--accent);
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
    text-align: center;
}

.address-fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-row {
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

.form-group-half {
    flex: 1;
    margin-bottom: 0 !important;
}
}