/* Auto-generated theme for Crystalbet (Georgia) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #2c3edd;
    --primary-dark: #1e2db8;
    --secondary: #7524bc;
    --dark: #1f2133;
    --light: #f5f6f9;
    --gray: #65677b;
    --gray-light: #dbdce6;
    --shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    --radius: 12px;
    --transition: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--dark);
    background-color: white;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

h2:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

p {
    margin-bottom: 1.5rem;
    color: var(--gray);
}

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

.kaqlaenkodm {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

section {
    padding: 5rem 0;
}

.fpqsbeeun {
    display: inline-block;
    background: linear-gradient(to right, var(--primary), var(--primary-dark));
    color: white;
    padding: 0.875rem 2rem;
    border-radius: var(--radius);
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
    box-shadow: var(--shadow);
}

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

.nhsbmmj {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
}

.nhsbmmj:hover {
    background: var(--primary);
    color: white;
}

.clpzpnuvs {
    text-align: center;
    margin-bottom: 3rem;
}

/* Header & Navigation */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 1rem 0;
    transition: var(--transition);
}

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

.logo {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo i {
    font-size: 2rem;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
}

nav a {
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
}

nav a:hover {
    color: var(--primary);
}

nav a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--primary);
    bottom: 0;
    left: 0;
    transition: var(--transition);
}

nav a:hover:after {
    width: 100%;
}

.dowjswkkyzp {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--dark);
    cursor: pointer;
}

/* Hero Section */
.jkyxrdjulx {
    padding-top: 10rem;
    padding-bottom: 8rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
    position: relative;
    overflow: hidden;
}

.jkyxrdjulx:before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.1) 0%, rgba(79, 70, 229, 0) 70%);
    top: -200px;
    right: -200px;
    z-index: 0;
}

.jkyxrdjulx:after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0) 70%);
    bottom: -100px;
    left: -100px;
    z-index: 0;
}

.mozgkuvirpr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.oyckrxeu {
    max-width: 600px;
}

.obukbhduf {
    display: inline-block;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.jkyxrdjulx h1 {
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.jkyxrdjulx p {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
    color: var(--dark);
    opacity: 0.9;
}

.thhybcapk {
    display: flex;
    gap: 1rem;
}

.duxtkddsw {
    position: relative;
}

.hpqjcufermr {
    width: 100%;
    height: 400px;
    border-radius: var(--radius);
    object-fit: cover;
    box-shadow: var(--shadow-lg);
    border: 8px solid white;
}

/* Features Section */
.baversetpev {
    background-color: var(--light);
}

.ajmefadmj {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.xjzwhgvrb {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    transition: var(--transition);
    text-align: center;
}

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

.lklpwvw {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.1) 0%, rgba(16, 185, 129, 0.1) 100%);
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

/* Main Content Section */
.itahnsgj {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.uyoctgqrqib {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    height: 400px;
    object-fit: cover;
}

/* Testimonials */
.dpjfodedhsr {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
}

.ijbtmtulz {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.cqqmgqjihv {
    background: white;
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    position: relative;
}

.cqqmgqjihv:before {
    content: '"';
    position: absolute;
    font-size: 5rem;
    color: var(--primary);
    opacity: 0.1;
    top: -10px;
    left: 10px;
    font-family: serif;
}

.nodcjnovs {
    font-style: italic;
    margin-bottom: 1.5rem;
}

.vrmtexeu {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.rriixbz {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.rbnkmokrx h4 {
    margin-bottom: 0.25rem;
}

.rbnkmokrx p {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--gray);
}

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

.nwvwtxzoj {
    margin-bottom: 1rem;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.zhyoldus {
    padding: 1.5rem;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    transition: var(--transition);
}

.zhyoldus:hover {
    background-color: var(--light);
}

.zhyoldus i {
    transition: var(--transition);
}

.kttdyklw {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: var(--transition);
    background-color: white;
}

.nwvwtxzoj.active .zhyoldus {
    background-color: var(--light);
}

.nwvwtxzoj.active .zhyoldus i {
    transform: rotate(180deg);
}

.nwvwtxzoj.active .kttdyklw {
    padding: 1.5rem;
    max-height: 500px;
}

/* CTA Section */
.xowgnayw {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
    color: white;
    text-align: center;
    border-radius: var(--radius);
    padding: 5rem 2rem;
    margin: 0 auto;
    max-width: 1000px;
}

.xowgnayw h2 {
    color: white;
}

.xowgnayw h2:after {
    background: white;
}

.xowgnayw p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto 2.5rem;
}

.xowgnayw .fpqsbeeun {
    background: white;
    color: var(--primary);
    font-weight: 600;
}

.xowgnayw .fpqsbeeun:hover {
    background: var(--light);
    transform: translateY(-3px);
}

/* Contact Section */
.gaytcsam {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.arwawoq {
    background: white;
    padding: 2.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.acfgvon {
    margin-bottom: 1.5rem;
}

.acfgvon label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.qhdbvsjur {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--gray-light);
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    transition: var(--transition);
}

.qhdbvsjur:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

textarea.qhdbvsjur {
    min-height: 150px;
    resize: vertical;
}

.ifcyhapxh {
    padding: 1rem 0;
}

.ifcyhapxh p {
    margin-bottom: 1.5rem;
}

/* Footer */
footer {
    background-color: var(--dark);
    color: white;
    padding: 4rem 0 2rem;
}

.qxedmmqjojg {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.hazlastff {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    display: block;
}

.uvucaqpoopg p {
    color: rgba(255, 255, 255, 0.7);
}

.jdzavzmw h4, .kqgwzor h4 {
    color: white;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.jdzavzmw ul {
    list-style: none;
}

.jdzavzmw li {
    margin-bottom: 0.75rem;
}

.jdzavzmw a {
    color: rgba(255, 255, 255, 0.7);
    transition: var(--transition);
}

.jdzavzmw a:hover {
    color: white;
    padding-left: 5px;
}

.abldulk {
    display: flex;
    gap: 1rem;
}

.abldulk a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: var(--transition);
}

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

.cxypstmwin {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    h1 {
        font-size: 3rem;
    }
    
    h2 {
        font-size: 2.25rem;
    }
    
    .mozgkuvirpr, .itahnsgj, .gaytcsam {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .duxtkddsw {
        order: -1;
    }
    
    .qxedmmqjojg {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    section {
        padding: 3rem 0;
    }
    
    .jkyxrdjulx {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    
    .thhybcapk {
        flex-direction: column;
    }
    
    .dowjswkkyzp {
        display: block;
    }
    
    nav ul {
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        transition: var(--transition);
        z-index: 999;
    }
    
    nav ul.active {
        transform: translateY(0);
        opacity: 1;
    }
    
    .qxedmmqjojg {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    .kaqlaenkodm {
        padding: 0 1rem;
    }
    
    .xjzwhgvrb, .arwawoq {
        padding: 1.5rem;
    }
    
    .xowgnayw {
        padding: 3rem 1.5rem;
    }
}

/* --- Site generator: shared inner pages, tables, active nav, FAQ (details) --- */
main.nktiopcqen {
    padding-top: 5.5rem;
}

section.avizykqma {
    padding-top: 7rem;
    padding-bottom: 3rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
}

section.avizykqma h1 {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

section.avizykqma .inuvsctp {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    color: var(--gray);
}

nav a[aria-current="page"] {
    color: var(--primary);
}

nav a[aria-current="page"]:after {
    width: 100%;
}

.oeifbpud {
    overflow-x: auto;
    margin: 1.5rem 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

table.soltnvru {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    background: white;
}

table.soltnvru th,
table.soltnvru td {
    border: 1px solid var(--gray-light);
    padding: 0.75rem 1rem;
    text-align: left;
    vertical-align: top;
}

table.soltnvru th {
    background: var(--light);
    color: var(--dark);
    font-weight: 600;
}

table.soltnvru caption {
    caption-side: top;
    padding: 0.75rem 1rem;
    font-weight: 600;
    text-align: left;
}

.pnhlert {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.pnhlert ul {
    padding-left: 1.25rem;
}

@media (max-width: 768px) {
    .pnhlert {
        grid-template-columns: 1fr;
    }
}

details.sheeyfvcs {
    margin-bottom: 1rem;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background: white;
}

details.sheeyfvcs summary {
    padding: 1.5rem;
    cursor: pointer;
    font-weight: 600;
    list-style: none;
}

details.sheeyfvcs summary::-webkit-details-marker {
    display: none;
}

details.sheeyfvcs[open] summary {
    background: var(--light);
}

details.sheeyfvcs .xabijhu {
    padding: 0 1.5rem 1.5rem;
}

details.sheeyfvcs .xabijhu p:last-child {
    margin-bottom: 0;
}

.ywhzzdftj {
    max-width: 900px;
    margin: 0 auto;
}

/* Generated layout rules */
body{background:linear-gradient(140deg, #f9fbff 0%, #f3fff9 100%);}
.xjzwhgvrb,.cqqmgqjihv,.arwawoq,.nwvwtxzoj,.oeifbpud{border-radius:22px;}
section{padding:6rem 0;}
.oeifbpud{border:2px solid rgba(8,8,8,.62);background:#fff;}
table.soltnvru{border-collapse:separate;border-spacing:0;}
table.soltnvru th,table.soltnvru td{border-right:2px solid rgba(10,10,10,.58);border-bottom:2px solid rgba(10,10,10,.58);background:#fff;}
table.soltnvru tr td:first-child,table.soltnvru tr th:first-child{border-left:2px solid rgba(10,10,10,.58);} 
table.soltnvru thead tr:first-child th{border-top:2px solid rgba(10,10,10,.58);background:rgba(0,0,0,.14);} 
main.nktiopcqen img,main.nktiopcqen .uyoctgqrqib{display:block;width:100%;max-width:980px;height:420px;object-fit:cover;border-radius:22px;margin:1rem auto;box-shadow:var(--shadow-lg);} 
main.nktiopcqen img{display:block;max-width:100%;} 
.jkyxrdjulx .hpqjcufermr{height:420px !important;} 
.rbypcqy{display:flex;align-items:center;justify-content:space-between;gap:.75rem;}
.rbypcqy .logo{flex:0 0 auto;min-width:0;max-width:min(75vw,280px);}
.rbypcqy a.logo{display:inline-flex;align-items:center;gap:.55rem;max-width:100%;box-sizing:border-box;}
.logo img,header a.logo>img{max-width:40px;max-height:40px;width:34px;height:34px;object-fit:contain;object-position:left center;display:block;flex:0 0 auto;box-sizing:border-box;}
.logo{display:flex;align-items:center;gap:.55rem;min-width:0;}
.adpiknib{position:fixed;inset:0;z-index:10001;background:rgba(0,0,0,.75);display:none;align-items:center;justify-content:center;padding:1rem;}
.xdhokhnsiod{max-width:560px;width:100%;background:var(--dark);color:#fff;border-radius:22px;padding:1.5rem;border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow-lg);}
.ocyaseq{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem;border-radius:12px;background:rgba(255,255,255,.08);margin-bottom:.65rem;}
.ocyaseq p{margin:0;color:rgba(255,255,255,.78);font-size:.9rem;}
.opaukkhxi{width:100%;margin-top:1rem;padding:.9rem 1rem;border:0;border-radius:12px;background:linear-gradient(to right,var(--primary),var(--secondary));color:#fff;font-weight:700;cursor:pointer;}
/* Mobile-first priority layout */
html,body{max-width:100%;overflow-x:hidden;-webkit-text-size-adjust:100%;}
body{font-size:16px;line-height:1.58;}
.kaqlaenkodm{padding-left:1rem;padding-right:1rem;}
section{padding:2.4rem 0;}
h1{font-size:2rem;line-height:1.2;} h2{font-size:1.55rem;} h3{font-size:1.2rem;}
.jkyxrdjulx{padding-top:6.2rem;padding-bottom:2.4rem;}
.mozgkuvirpr,.itahnsgj,.gaytcsam,.pnhlert{grid-template-columns:1fr !important;gap:1.2rem !important;}
.thhybcapk{display:flex;flex-direction:column;gap:.8rem;}
.fpqsbeeun,button:not(.dowjswkkyzp),input[type="button"],input[type="submit"]{min-height:44px;padding:.82rem 1rem;width:100%;box-sizing:border-box;}
header a{min-height:44px;display:inline-flex;align-items:center;}
a:not(.fpqsbeeun){min-height:0;}
.oeifbpud{overflow-x:auto;-webkit-overflow-scrolling:touch;}
table.soltnvru{font-size:.86rem;min-width:620px;}
main.nktiopcqen img,main.nktiopcqen .uyoctgqrqib,.jkyxrdjulx .hpqjcufermr{height:220px !important;object-fit:cover;}
main img,main .uyoctgqrqib{display:block;width:100% !important;max-width:100% !important;height:auto !important;object-fit:contain;}
@media (min-width: 900px){
  .kaqlaenkodm{padding-left:1.5rem;padding-right:1.5rem;}
  section{padding:6rem 0;}
  h1{font-size:3rem;} h2{font-size:2.2rem;} h3{font-size:1.4rem;}
  .jkyxrdjulx{padding-top:8rem;padding-bottom:4.2rem;}
  .mozgkuvirpr,.itahnsgj,.gaytcsam{grid-template-columns:1fr 1fr !important;gap:2.2rem !important;}
  .thhybcapk{flex-direction:row;}
  .fpqsbeeun,button:not(.dowjswkkyzp),input[type="button"],input[type="submit"]{width:auto;}
  table.soltnvru{min-width:0;font-size:.95rem;}
  main.nktiopcqen img,main.nktiopcqen .uyoctgqrqib,.jkyxrdjulx .hpqjcufermr{height:420px !important;object-fit:cover;}
}
header{background-color:rgba(245,255,249,0.96);backdrop-filter:blur(12px);} 
.fpqsbeeun{letter-spacing:.02em;text-transform:uppercase;}
h1,h2{letter-spacing:-0.02em;}
