/* RESET AND BASE STYLES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --dark-graphite: #0A0D10;
    --light-ice: #E6FBFF;
    --ice-border: rgba(230, 251, 255, 0.2);
    --ice-glow: 0 0 15px rgba(230, 251, 255, 0.4);
    --ice-glass: rgba(10, 13, 16, 0.85);
}

html {
    scroll-behavior: smooth;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: var(--dark-graphite);
    color: var(--light-ice);
    line-height: 1.6;
    overflow-x: hidden;
}

/* TYPOGRAPHY */
h1, h2, h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

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

/* UNIQUE GENERATED CLASSES - 12 CHARS */

.AjskdHfuryTq {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: var(--ice-glass);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--ice-border);
}

.BkshDgetUrop {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.CkshGeyTiroP {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--light-ice);
    text-shadow: var(--ice-glow);
}

.DjsyUeirTiop {
    display: flex;
    gap: 30px;
}

.EksyUeirTope {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.EksyUeirTope:hover {
    color: #fff;
    text-shadow: var(--ice-glow);
}

/* HERO SECTION */
.FksyUeirTops {
    padding: 160px 20px 100px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.GksyUeirTopd {
    border-left: 2px solid var(--light-ice);
    padding-left: 30px;
}

.HksyUeirTopf {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 25px;
}

.IksyUeirTopg {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.8;
}

.JksyUeirToph {
    margin-bottom: 40px;
}

.KlsyUeirTopj {
    display: inline-block;
    padding: 15px 40px;
    background-color: var(--light-ice);
    color: var(--dark-graphite);
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid var(--light-ice);
    cursor: pointer;
}

.KlsyUeirTopj:hover {
    background-color: transparent;
    color: var(--light-ice);
    box-shadow: var(--ice-glow);
}

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

/* SECTION COMMON */
.MnsyUeirTopl {
    padding: 100px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

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

.OpsyUeirTopx {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.PpsyUeirTopc {
    width: 60px;
    height: 2px;
    background: var(--light-ice);
    margin: 0 auto;
}

/* LIST CARDS */
.QpsyUeirTopv {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.RpsyUeirTopb {
    border: 1px solid var(--ice-border);
    padding: 40px;
    background: rgba(255,255,255,0.02);
    transition: transform 0.3s ease;
}

.RpsyUeirTopb:hover {
    transform: translateY(-10px);
    border-color: var(--light-ice);
}

/* PACKAGES */
.SpsyUeirTopn {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.TpsyUeirTopm {
    border: 1px solid var(--ice-border);
    padding: 40px;
    text-align: center;
}

.TpsyUeirTopm.active {
    border: 2px solid var(--light-ice);
    box-shadow: var(--ice-glow);
}

.UpsyUeirTopq {
    font-size: 2rem;
    margin: 20px 0;
}

.VpsyUeirTopw {
    margin-bottom: 30px;
    text-align: left;
}

.VpsyUeirTopw li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

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

/* QUOTE */
.WpsyUeirTope {
    background: rgba(230, 251, 255, 0.05);
    padding: 80px 40px;
    text-align: center;
    border-top: 1px solid var(--ice-border);
    border-bottom: 1px solid var(--ice-border);
    margin: 100px 0;
}

.XpsyUeirTopr {
    font-size: 1.8rem;
    font-style: italic;
    max-width: 800px;
    margin: 0 auto 30px;
}

.YpsyUeirTopt {
    font-weight: 700;
    text-transform: uppercase;
}

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

details {
    border-bottom: 1px solid var(--ice-border);
    padding: 20px 0;
}

summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

summary::after {
    content: "+";
}

details[open] summary::after {
    content: "-";
}

/* FORM */
.Aaqswdefrgth {
    max-width: 600px;
    margin: 0 auto;
}

.Baqswdefrgth {
    margin-bottom: 20px;
}

.Baqswdefrgth label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.Baqswdefrgth input, 
.Baqswdefrgth textarea {
    width: 100%;
    padding: 12px;
    background: transparent;
    border: 1px solid var(--ice-border);
    color: #fff;
    outline: none;
}

.Baqswdefrgth input:focus, 
.Baqswdefrgth textarea:focus {
    border-color: var(--light-ice);
}

.Caqswdefrgth {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
}

/* FOOTER */
.Daqswdefrgth {
    padding: 60px 20px;
    border-top: 1px solid var(--ice-border);
    text-align: center;
}

.Eaqswdefrgth {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.Eaqswdefrgth a {
    font-size: 0.8rem;
    opacity: 0.6;
}

.Eaqswdefrgth a:hover {
    opacity: 1;
}

/* BURGER MENU NO JS */
.Faqswdefrgth {
    display: none;
}

#menu-toggle {
    display: none;
}

/* MEDIA QUERIES */
@media (max-width: 992px) {
    .FksyUeirTops {
        grid-template-columns: 1fr;
        padding-top: 120px;
    }
    .LmsyUeirTopk {
        height: 400px;
        order: -1;
    }
    .HksyUeirTopf {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .DjsyUeirTiop {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--dark-graphite);
        padding: 20px;
        border-bottom: 1px solid var(--ice-border);
    }
    
    #menu-toggle:checked ~ .DjsyUeirTiop {
        display: flex;
    }
    
    .Faqswdefrgth {
        display: block;
        font-size: 1.5rem;
        cursor: pointer;
    }
}

/* EXTRA TEXT STYLES */
.Gaqswdefrgth {
    margin-bottom: 25px;
    color: rgba(230, 251, 255, 0.9);
}

.Haqswdefrgth {
    margin: 40px 0 20px;
    font-size: 1.5rem;
}

.Iaqswdefrgth {
    border-left: 1px solid var(--ice-border);
    padding-left: 20px;
    margin: 20px 0;
}

/* SPACERS */
.Jaqswdefrgth { height: 100px; }
.Kaqswdefrgth { height: 50px; }

/* UTILITY */
.Laqswdefrgth { text-align: center; }
.Maqswdefrgth { color: var(--light-ice); font-weight: bold; }