/* ./assets/style.css */

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body.AbCdEfGhIjKl {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #060708;
    color: #e0e0e0;
    line-height: 1.6;
    overflow-x: hidden;
}

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

/* Header Styles */
header.MnBvCxZlKjHg {
    background-color: rgba(6, 7, 8, 0.95);
    border-bottom: 2px solid #FFC55E;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 15px 0;
}

header.MnBvCxZlKjHg .PoIuYtReWqAz {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.LmKjNhBgVfCd {
    font-size: 1.8rem;
    font-weight: 800;
    color: #FFC55E;
    text-transform: uppercase;
    letter-spacing: 2px;
}

nav.ZaQsXdCfVrGt ul.BhNjMkLoPiUy {
    list-style: none;
    display: flex;
    gap: 25px;
}

nav.ZaQsXdCfVrGt ul.BhNjMkLoPiUy a {
    text-decoration: none;
    color: #e0e0e0;
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

nav.ZaQsXdCfVrGt ul.BhNjMkLoPiUy a:hover {
    color: #FFC55E;
}

/* Burger Menu (Hidden on desktop) */
.XcZvLbNkMjHi {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.XcZvLbNkMjHi span {
    width: 25px;
    height: 3px;
    background-color: #FFC55E;
    border-radius: 2px;
}

/* Section Common Styles */
section {
    padding: 100px 0;
}

h1, h2, h3 {
    color: #FFC55E;
    line-height: 1.2;
    margin-bottom: 25px;
}

h1.XcVbNmAsDfGh {
    font-size: 3.5rem;
    font-weight: 900;
}

h2.GhJkLmNbVcXz, h2.XcVbNmAsDfGh {
    font-size: 2.5rem;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #FFC55E;
    box-shadow: 0 0 10px #FFC55E;
}

p.AsDfGhJkLzXc, p.QwErTyUiOpLk {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #b0b0b0;
}

/* Hero Section */
.OiUyTrEwQaZs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.LkJhGfDsAwQe img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(255, 197, 94, 0.1);
    object-fit: cover;
}

/* Buttons */
.VbNmKjHgFdSa {
    display: inline-block;
    padding: 16px 35px;
    background-color: #FFC55E;
    color: #060708;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.VbNmKjHgFdSa:hover {
    background-color: #ffd285;
    box-shadow: 0 0 25px rgba(255, 197, 94, 0.6);
    transform: translateY(-2px);
}

/* Feature Lists */
ul.OiUyTrEwQaZs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    list-style: none;
    margin-top: 40px;
}

li.PlMnKoJiBhGy {
    background: rgba(255, 255, 255, 0.03);
    padding: 15px 20px;
    border-left: 3px solid #FFC55E;
    transition: transform 0.3s ease;
}

li.PlMnKoJiBhGy:hover {
    transform: translateX(10px);
    background: rgba(255, 255, 255, 0.05);
}

/* Pricing Grid */
.LkJhGfDsAwQe.PricingGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.AsDfGhJkLzXc.QwErTyUiOpLk {
    background: #0d0e10;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(255, 197, 94, 0.2);
    text-align: center;
    transition: all 0.4s ease;
}

.AsDfGhJkLzXc.QwErTyUiOpLk:hover {
    border-color: #FFC55E;
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
}

.AsDfGhJkLzXc.QwErTyUiOpLk h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.BhNjMkLoPiUy {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
}

.ZaQsXdCfVrGt li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.9rem;
}

/* Benefits Section Mirroring */
.ZkLpMqNxYvRt .OiUyTrEwQaZs {
    direction: ltr;
}

/* Blockquote */
blockquote.TrEwQaZsXdCf {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
    background: rgba(255, 197, 94, 0.05);
    padding: 60px;
    border-radius: 30px;
    border: 1px dashed rgba(255, 197, 94, 0.3);
}

blockquote p {
    font-size: 1.5rem;
    color: #e0e0e0;
    margin-bottom: 30px;
}

cite.BhNjMkLoPiUy {
    display: block;
    font-size: 1.1rem;
    color: #FFC55E;
    font-style: normal;
}

/* FAQ Details */
details.AsDfGhJkLzXc {
    background: rgba(255, 255, 255, 0.02);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

summary.BhNjMkLoPiUy {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

summary.BhNjMkLoPiUy::after {
    content: '+';
    color: #FFC55E;
    font-size: 1.5rem;
}

details[open] summary::after {
    content: '−';
}

details p {
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
}

/* Form Styles */
form.NbVcXzLkJhGf {
    max-width: 700px;
    margin: 40px auto 0;
    background: #0d0e10;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(255, 197, 94, 0.1);
}

.DsAwQeRtYuIo {
    margin-bottom: 25px;
}

.DsAwQeRtYuIo label {
    display: block;
    margin-bottom: 8px;
    color: #FFC55E;
    font-size: 0.9rem;
}

.DsAwQeRtYuIo input[type="text"],
.DsAwQeRtYuIo input[type="email"],
.DsAwQeRtYuIo textarea {
    width: 100%;
    padding: 12px 15px;
    background: #060708;
    border: 1px solid #333;
    border-radius: 4px;
    color: #fff;
    font-family: inherit;
}

.DsAwQeRtYuIo input:focus,
.DsAwQeRtYuIo textarea:focus {
    outline: none;
    border-color: #FFC55E;
    box-shadow: 0 0 10px rgba(255, 197, 94, 0.2);
}

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

.PlOkMiJnUhBy input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #FFC55E;
}

.PlOkMiJnUhBy a {
    color: #FFC55E;
    text-decoration: underline;
}

/* Footer Styles */
footer.MnBvCxZlKjHg {
    background: #030405;
    padding: 60px 0;
    border-top: 1px solid #222;
    text-align: center;
}

footer .PoIuYtReWqAz {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

footer a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s;
    margin: 0 15px;
    font-size: 0.85rem;
}

footer a:hover {
    color: #FFC55E;
}

/* Responsive Design */
@media (max-width: 992px) {
    .OiUyTrEwQaZs {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .LkJhGfDsAwQe.PricingGrid {
        grid-template-columns: 1fr 1fr;
    }
    
    h1.XcVbNmAsDfGh {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    nav.ZaQsXdCfVrGt {
        display: none; /* In real site would be burger toggle */
    }
    
    .XcZvLbNkMjHi {
        display: flex;
    }
    
    .LkJhGfDsAwQe.PricingGrid {
        grid-template-columns: 1fr;
    }
    
    ul.OiUyTrEwQaZs {
        grid-template-columns: 1fr;
    }
    
    h2.GhJkLmNbVcXz {
        font-size: 2rem;
    }
}

/* Decorative Gold Points */
h2::before {
    content: '✦';
    position: absolute;
    left: 20%;
    color: rgba(255, 197, 94, 0.4);
    font-size: 1rem;
}

h2::after {
    /* Extending existing rule */
}

/* Additional Content Polish */
.GhJkLmNbVcXz, .ZkLpMqNxYvRt {
    position: relative;
    overflow: hidden;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #060708;
}
::-webkit-scrollbar-thumb {
    background: #FFC55E;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ffd285;
}

/* Detailed Text Spacing */
.ExtraTextContent {
    column-count: 1;
    column-gap: 40px;
}

@media (min-width: 1200px) {
    .ExtraTextContent {
        column-count: 2;
    }
}

/* Animation simulation without JS */
@keyframes glow {
    0% { box-shadow: 0 0 5px rgba(255, 197, 94, 0.2); }
    50% { box-shadow: 0 0 20px rgba(255, 197, 94, 0.5); }
    100% { box-shadow: 0 0 5px rgba(255, 197, 94, 0.2); }
}

.VbNmKjHgFdSa {
    animation: glow 3s infinite ease-in-out;
}