.elementor-193 .elementor-element.elementor-element-3eef31e{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-193 .elementor-element.elementor-element-3eef31e.e-con{--align-self:center;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS *//* --- VARIABLES & RESET --- */
.kcc-reg-wrapper {
    --c-primary: #0a4870;
    --c-dark: #062e49;
    --c-light: #f0f7fa;
    --c-gold: #c5a059;
    --c-text: #0f172a;
    --c-border: #cbd5e1;
    --font-sans: 'Inter', sans-serif;
    --font-serif: 'Playfair Display', serif;
    
    font-family: var(--font-sans);
    color: var(--c-text);
    line-height: 1.6;
    background-color: #f8fafc;
    width: 100%;
}
.kcc-reg-wrapper * { box-sizing: border-box; }

/* UTILITIES */
.kcc-reg-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; width: 100%; }
.relative { position: relative; }
.text-gold { color: var(--c-gold); }
.text-white { color: #ffffff !important; }
.italic { font-style: italic; }
.text-center { text-align: center; }

/* --- HERO SECTION --- */
.kcc-reg-hero {
    position: relative;
    padding: 6rem 0 4rem 0;
    background-color: var(--c-primary);
    color: #fff;
    background-image: url('https://www.transparenttextures.com/patterns/cubes.png');
}
.kcc-reg-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(6, 46, 73, 0.95) 0%, rgba(6, 46, 73, 1) 100%);
    z-index: 1;
}
.hero-content { position: relative; z-index: 10; max-width: 600px; margin: 0 auto; }

.hero-tag { 
    display: inline-block; 
    background: rgba(255,255,255,0.1); 
    border: 1px solid rgba(255,255,255,0.2); 
    padding: 0.25rem 0.75rem; 
    border-radius: 50px; 
    font-size: 0.7rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.1em; 
    color: var(--c-gold);
    margin-bottom: 1rem;
}

/* FIX: Explicitly target hero title color */
.kcc-reg-hero .hero-title {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff !important; /* Forces White */
}
@media(min-width: 768px) { .kcc-reg-hero .hero-title { font-size: 3.5rem; } }

.hero-sub { color: #cbd5e1; font-size: 1.1rem; font-weight: 300; }

/* --- MAIN BODY --- */
.kcc-reg-body { padding: 4rem 0; margin-top: -3rem; position: relative; z-index: 20; }

.kcc-reg-grid { display: grid; gap: 3rem; }
@media(min-width: 900px) { 
    .kcc-reg-grid { grid-template-columns: 4fr 6fr; align-items: start; } 
}

/* LEFT COLUMN */
.reg-info { padding-top: 1rem; }
.info-title { font-family: var(--font-serif); font-size: 1.75rem; color: var(--c-primary); font-weight: 700; margin-bottom: 1rem; }
.info-desc { font-size: 0.95rem; color: #475569; margin-bottom: 2rem; }

/* Steps */
.reg-steps { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 3rem; }
.step-item { display: flex; gap: 1rem; }
.step-num { 
    width: 32px; height: 32px; 
    background: var(--c-primary); color: #fff; 
    font-weight: 700; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; 
    flex-shrink: 0; font-size: 0.9rem;
    box-shadow: 0 4px 6px -1px rgba(10, 72, 112, 0.3);
}
.step-text h4 { font-size: 0.95rem; font-weight: 700; color: var(--c-primary); margin: 0 0 0.25rem 0; }
.step-text p { font-size: 0.85rem; color: #64748b; margin: 0; line-height: 1.4; }

/* Trust Box */
.trust-box { 
    display: flex; gap: 1.5rem; padding: 1rem 0; 
    border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; 
    margin-bottom: 2rem;
}
.trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8rem; font-weight: 600; color: var(--c-dark); }

/* Help Box */
.help-box { background: #fff; padding: 1.5rem; border-radius: 0.75rem; border: 1px solid #e2e8f0; }
.help-box h4 { font-size: 0.9rem; font-weight: 700; color: var(--c-primary); margin-bottom: 0.5rem; }
.help-box p { font-size: 0.8rem; color: #64748b; margin-bottom: 0.75rem; }
.link-gold { color: var(--c-gold); font-size: 0.85rem; font-weight: 700; text-decoration: none; }
.link-gold:hover { text-decoration: underline; }

/* RIGHT COLUMN (FORM) */
.reg-form-card { 
    background: #fff; 
    border-radius: 1rem; 
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); 
    overflow: hidden; 
    border: 1px solid #e2e8f0;
}

.form-header-strip { 
    background: var(--c-primary); 
    color: #fff; 
    padding: 0.75rem 1.5rem; 
    font-size: 0.85rem; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.05em; 
    text-align: center;
}

.form-embed-wrapper { 
    padding: 0; 
    background: #fff; 
    min-height: 600px;
}

/* iframe overrides */
.form-embed-wrapper iframe {
    width: 100% !important; /* Force full width */
    display: block;
}/* End custom CSS */