/* ./assets/style.css */

/* Variables and Reset */
:root {
    --bg-dark: #0A0D10;
    --ice-light: #E6FBFF;
    --ice-border: rgba(230, 251, 255, 0.3);
    --ice-glow: rgba(230, 251, 255, 0.1);
    --text-dim: #A0B0B5;
    --transition-speed: 0.3s;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.Yuioplkjhgfd {
    background-color: var(--bg-dark);
    color: var(--ice-light);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Layout Container */
.Qwertynbcxzv {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
header.Qazwsxedcrfv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 13, 16, 0.85);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--ice-border);
}

.Plmoknijubhv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.Mnbvcxzasdfg {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    color: var(--ice-light);
    text-transform: uppercase;
}

/* Navigation */
.Zxcvbnmlkjhg {
    list-style: none;
    display: flex;
    gap: 30px;
}

.Asdfghjklpoi {
    text-decoration: none;
    color: var(--text-dim);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: color var(--transition-speed);
}

.Asdfghjklpoi:hover {
    color: var(--ice-light);
}

/* Burger Menu */
.Xdrctfvgbyhn {
    display: none;
}

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

.Vgybhunjimko span {
    width: 25px;
    height: 2px;
    background-color: var(--ice-light);
    transition: var(--transition-speed);
}

/* Main Sections */
section.Poiuytrewqas {
    padding: 100px 0;
    border-bottom: 1px solid var(--ice-glow);
}

/* Hero Section */
#HeroSectionMain {
    padding-top: 180px;
}

.Mnblkjpoiuyt {
    display: flex;
    gap: 60px;
    align-items: center;
}

.Zxcvbnmaskdl {
    flex: 1;
}

.Rtyuighjklnm {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}

h1.Plokmijnuhbg {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 300;
}

h2.Ghjklyuiopmn {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
}

p.Lkjmnbhuivgc {
    font-size: 18px;
    color: var(--text-dim);
    margin-bottom: 25px;
}

/* Buttons */
.Vcxzasdfghjk {
    display: inline-block;
    padding: 15px 40px;
    background-color: var(--ice-light);
    color: var(--bg-dark);
    text-decoration: none;
    font-weight: 600;
    border: none;
    border-radius: 2px;
    transition: all var(--transition-speed);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 20px;
}

.Vcxzasdfghjk:hover {
    box-shadow: 0 0 20px var(--ice-glow);
    transform: translateY(-2px);
    background-color: #ffffff;
}

/* Lists */
.Bvcxzlkjhgfd {
    list-style: none;
    margin-top: 40px;
}

.Nmlkjihgfedc {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    color: var(--text-dim);
}

.Nmlkjihgfedc::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--ice-light);
}

/* Pricing Grid */
.Xswedcvfrtgb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.Mkiujnhybgvf {
    background: rgba(230, 251, 255, 0.03);
    border: 1px solid var(--ice-border);
    padding: 40px;
    text-align: center;
    transition: transform var(--transition-speed);
}

.Mkiujnhybgvf:hover {
    transform: scale(1.02);
    border-color: var(--ice-light);
}

.Mkiujnhybgvf-Featured {
    background: rgba(230, 251, 255, 0.07);
    border-color: var(--ice-light);
}

.Cfrtgbnhyujm {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.PriceTagBody {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.Dfrevbgtyhnm {
    list-style: none;
    margin-bottom: 30px;
    text-align: left;
}

.Dfrevbgtyhnm li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(230, 251, 255, 0.1);
    color: var(--text-dim);
    font-size: 14px;
}

/* Blockquote */
.Kjhgfdsapoiu {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    border-left: 1px solid var(--ice-light);
    padding: 40px;
    background: rgba(230, 251, 255, 0.02);
}

.Lkmnbvcxzpoi {
    margin-top: 20px;
    font-style: italic;
    color: var(--ice-light);
}

/* FAQ */
.Asdfghjklzxc {
    max-width: 800px;
    margin: 0 auto;
}

.Qwertynbcxza {
    margin-bottom: 15px;
    border: 1px solid var(--ice-border);
}

.Plokmijnuhbg1 {
    padding: 20px;
    cursor: pointer;
    background: rgba(230, 251, 255, 0.03);
    font-weight: 500;
}

.Qwertynbcxza[open] .Plokmijnuhbg1 {
    border-bottom: 1px solid var(--ice-border);
}

.Qwertynbcxza p {
    padding: 20px;
    background: rgba(10, 13, 16, 0.5);
}

/* Form */
.FormWrapperBody {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(230, 251, 255, 0.02);
    padding: 50px;
    border: 1px solid var(--ice-border);
}

.InputGroupItem {
    margin-bottom: 20px;
}

.LabelItemForm {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--text-dim);
}

.InputItemField, .TextareaItemField {
    width: 100%;
    padding: 12px;
    background: rgba(10, 13, 16, 0.6);
    border: 1px solid var(--ice-border);
    color: var(--ice-light);
    outline: none;
}

.InputItemField:focus, .TextareaItemField:focus {
    border-color: var(--ice-light);
}

.CheckboxGroup {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: var(--text-dim);
    margin-bottom: 30px;
}

.CheckboxGroup a {
    color: var(--ice-light);
}

/* Footer */
.Plmoknijubhv1 {
    padding: 60px 0;
    border-top: 1px solid var(--ice-border);
    background: #050709;
}

.FooterMainContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.FooterLogoInfo {
    font-size: 16px;
    font-weight: 600;
}

.FooterContactMail a {
    color: var(--ice-light);
    text-decoration: none;
}

.FooterLinksRow {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.FooterLinkItem {
    color: var(--text-dim);
    text-decoration: none;
    font-size: 12px;
    transition: color var(--transition-speed);
}

.FooterLinkItem:hover {
    color: var(--ice-light);
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .Mnblkjpoiuyt {
        flex-direction: column;
        text-align: center;
    }
    
    h1.Plokmijnuhbg {
        font-size: 36px;
    }
    
    .Vgybhunjimko {
        display: flex;
    }
    
    .Zxcvbnmlkjhg {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        flex-direction: column;
        background: var(--bg-dark);
        padding: 20px;
        text-align: center;
        border-bottom: 1px solid var(--ice-border);
    }
    
    .Xdrctfvgbyhn:checked ~ .Zxcvbnmlkjhg {
        display: flex;
    }
}

@media (max-width: 600px) {
    .FormWrapperBody {
        padding: 20px;
    }
    
    .FooterMainContent {
        flex-direction: column;
        text-align: center;
    }
    
    .FooterLinksRow {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}

/* Decor Ice Lines */
.Poiuytrewqas::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: var(--ice-light);
    margin: 60px auto 0;
    opacity: 0.2;
}

/* Animations without JS */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.Mkiujnhybgvf {
    animation: fadeIn 0.8s ease forwards;
}