.elementor-20275 .elementor-element.elementor-element-792bff5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* Camelott Dark FinTech Identity */
:root {
    --camelott-purple: #6c51a1;
    --camelott-gold: #d4af37;
    --camelott-gold-light: #f1d37e;
    --dark-bg: #0a0a0a;
    --card-bg: #111111;
    --glass-border: rgba(212, 175, 55, 0.4);
    --text-main: #ffffff;
    --text-dim: #b0b0b0;
}

.camelott-dark-wrapper {
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
    background-color: var(--dark-bg);
    color: var(--text-main);
    padding: 60px 20px;
    border-radius: 24px;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
}

/* Layout */
.hero-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

.hero-content {
    flex: 1.2;
    min-width: 320px;
}

.hero-image-container {
    flex: 0.8;
    min-width: 320px;
}

.hero-image-container img {
    width: 100%;
    border-radius: 12px;
    border: 2px solid var(--camelott-gold);
    display: block;
    box-shadow: 0 15px 45px rgba(0,0,0,0.5);
}

.brand-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 12px;
    letter-spacing: -0.03em;
}

.brand-span {
    color: var(--camelott-purple);
}

.sub-headline {
    color: var(--camelott-gold);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 35px;
    display: block;
}

/* Checklist */
.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 1.05rem;
}

.feature-item svg {
    width: 22px;
    fill: var(--camelott-purple);
    margin-top: 2px;
}

/* Glass Pricing Table */
.glass-pricing {
    background: var(--card-bg);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 45px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.5);
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table td {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.service-name {
    font-weight: 600;
    color: var(--text-main);
}

.service-price {
    color: var(--camelott-gold);
    font-weight: 800;
    font-size: 1.45rem;
    text-align: right;
}

/* Button System */
.hero-buttons {
    display: flex;
    gap: 15px;
    margin-top: 45px;
    flex-wrap: wrap;
}

.cam-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    min-width: 190px;
    border: none;
    cursor: pointer;
}

.btn-quote {
    background: linear-gradient(135deg, var(--camelott-gold) 0%, #b8962d 100%);
    color: #000 !important;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    animation: camelottPulse 2.1s infinite;
}

.btn-outline {
    border: 2px solid var(--camelott-gold);
    color: var(--text-main);
    background: transparent;
}

.cam-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

@keyframes camelottPulse {
    0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(212, 175, 55, 0); }
    100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}

/* Footer & Terms */
.footer-note {
    margin-top: 30px;
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-dim);
}

.terms-link {
    color: var(--camelott-gold);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border 0.3s;
}

.terms-link:hover {
    border-bottom: 1px solid var(--camelott-gold);
}

.address-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    opacity: 0.7;
    font-size: 0.9rem;
    line-height: 1.8;
}/* End custom CSS */