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

:root {
    --primary: #4add2c;
    --primary-dark: #38b81e;
    --secondary: #24bc6b;
    --dark: #22331f;
    --light: #f6f9f5;
    --gray: #697b65;
    --gray-light: #dde6db;
    --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;
}

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

section {
    padding: 5rem 0;
}

.obrdgaiuyo {
    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);
}

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

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

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

.qoqqphbim {
    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);
}

.oziixgkyru {
    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%;
}

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

/* Hero Section */
.xmhistteqs {
    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;
}

.xmhistteqs: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;
}

.xmhistteqs: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;
}

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

.qcephmv {
    max-width: 600px;
}

.bdrwymuapc {
    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;
}

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

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

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

.zubeoxfyu {
    position: relative;
}

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

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

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

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

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

.gtgmjwqfzs {
    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 */
.iysgwkl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

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

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

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

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

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

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

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

.mjwtmnx {
    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;
}

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

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

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

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

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

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

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

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

.hqvachnmyhi.active .grklzbudfg {
    background-color: var(--light);
}

.hqvachnmyhi.active .grklzbudfg i {
    transform: rotate(180deg);
}

.hqvachnmyhi.active .xabhbdex {
    padding: 1.5rem;
    max-height: 500px;
}

/* CTA Section */
.upoytizczvj {
    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;
}

.upoytizczvj h2 {
    color: white;
}

.upoytizczvj h2:after {
    background: white;
}

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

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

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

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

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

.pfxknvvlodr {
    margin-bottom: 1.5rem;
}

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

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

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

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

.azxtimuet {
    padding: 1rem 0;
}

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

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

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

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

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

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

.vekxfcgjk ul {
    list-style: none;
}

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

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

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

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

.uatfrpl 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);
}

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

.pivqwaius {
    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;
    }
    
    .fteccyknrf, .iysgwkl, .onqgnggrce {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .zubeoxfyu {
        order: -1;
    }
    
    .jolgjdmd {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    section {
        padding: 3rem 0;
    }
    
    .xmhistteqs {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    
    .zkhbvpqa {
        flex-direction: column;
    }
    
    .itzeubh {
        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;
    }
    
    .jolgjdmd {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    .qbqxcwocuuh {
        padding: 0 1rem;
    }
    
    .zkhshzbg, .xicpvnsdxdf {
        padding: 1.5rem;
    }
    
    .upoytizczvj {
        padding: 3rem 1.5rem;
    }
}

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

section.nfgcdlohkz {
    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.nfgcdlohkz 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.nfgcdlohkz .zjqfvla {
    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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

details.kydypoyk .sclxmqhyvfm {
    padding: 0 1.5rem 1.5rem;
}

details.kydypoyk .sclxmqhyvfm p:last-child {
    margin-bottom: 0;
}

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

/* Generated layout rules */
body{background:linear-gradient(140deg, #f9fbff 0%, #f3fff9 100%);}
.zkhshzbg,.kjyamrc,.xicpvnsdxdf,.hqvachnmyhi,.swojiwm{border-radius:22px;}
section{padding:6rem 0;}
.swojiwm{border:2px solid rgba(8,8,8,.62);background:#fff;}
table.rbitmuhxjfa{border-collapse:separate;border-spacing:0;}
table.rbitmuhxjfa th,table.rbitmuhxjfa td{border-right:2px solid rgba(10,10,10,.58);border-bottom:2px solid rgba(10,10,10,.58);background:#fff;}
table.rbitmuhxjfa tr td:first-child,table.rbitmuhxjfa tr th:first-child{border-left:2px solid rgba(10,10,10,.58);} 
table.rbitmuhxjfa thead tr:first-child th{border-top:2px solid rgba(10,10,10,.58);background:rgba(0,0,0,.14);} 
main.cbokdic img,main.cbokdic .bhziznmylxl{display:block;width:100%;max-width:980px;height:420px;object-fit:cover;border-radius:22px;margin:1rem auto;box-shadow:var(--shadow-lg);} 
main.cbokdic img{display:block;max-width:100%;} 
.xmhistteqs .mfqnnjockok{height:420px !important;} 
.oziixgkyru{display:flex;align-items:center;justify-content:space-between;gap:.75rem;}
.oziixgkyru .logo{flex:0 0 auto;min-width:0;max-width:min(75vw,280px);}
.oziixgkyru 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;}
.oopvsckobr{position:fixed;inset:0;z-index:10001;background:rgba(0,0,0,.75);display:none;align-items:center;justify-content:center;padding:1rem;}
.unkawssjrtq{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);}
.osqatnmrd{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;}
.osqatnmrd p{margin:0;color:rgba(255,255,255,.78);font-size:.9rem;}
.nqxicknqjxc{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;}
.qbqxcwocuuh{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;}
.xmhistteqs{padding-top:6.2rem;padding-bottom:2.4rem;}
.fteccyknrf,.iysgwkl,.onqgnggrce,.monqyyqx{grid-template-columns:1fr !important;gap:1.2rem !important;}
.zkhbvpqa{display:flex;flex-direction:column;gap:.8rem;}
.obrdgaiuyo,button:not(.itzeubh),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(.obrdgaiuyo){min-height:0;}
.swojiwm{overflow-x:auto;-webkit-overflow-scrolling:touch;}
table.rbitmuhxjfa{font-size:.86rem;min-width:620px;}
main.cbokdic img,main.cbokdic .bhziznmylxl,.xmhistteqs .mfqnnjockok{height:220px !important;object-fit:cover;}
main img,main .bhziznmylxl{display:block;width:100% !important;max-width:100% !important;height:auto !important;object-fit:contain;}
@media (min-width: 900px){
  .qbqxcwocuuh{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;}
  .xmhistteqs{padding-top:8rem;padding-bottom:4.2rem;}
  .fteccyknrf,.iysgwkl,.onqgnggrce{grid-template-columns:1fr 1fr !important;gap:2.2rem !important;}
  .zkhbvpqa{flex-direction:row;}
  .obrdgaiuyo,button:not(.itzeubh),input[type="button"],input[type="submit"]{width:auto;}
  table.rbitmuhxjfa{min-width:0;font-size:.95rem;}
  main.cbokdic img,main.cbokdic .bhziznmylxl,.xmhistteqs .mfqnnjockok{height:420px !important;object-fit:cover;}
}
header{background-color:rgba(245,255,249,0.96);backdrop-filter:blur(12px);} 
.obrdgaiuyo{letter-spacing:.02em;text-transform:uppercase;}
h1,h2{letter-spacing:-0.02em;}
