.elementor-757449 .elementor-element.elementor-element-f72de96{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-757449 .elementor-element.elementor-element-f72de96{--content-width:1290px;}}/* Start custom CSS for html, class: .elementor-element-d61816e */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        

        body {
            background: #f4f3f0;
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            padding: 0px !important;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* --- Main Card --- */
        .ambassador-card {
            max-width: 1060px;
            width: 100%;
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
            overflow: hidden;
            padding: 40px 35px 44px;
            margin: 0 auto;
        }

        /* --- Header --- */
        .page-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 32px;
            padding-bottom: 16px;
            border-bottom: 1px solid #eae8e4;
        }

        .logo img {
            height: 50px;
            width: auto;
            display: block;
        }

        .login-link {
            font-size: 14px;
            font-weight: 500;
            color: #3d3a35;
            text-decoration: none;
            transition: color 0.15s;
        }

        .login-link:hover {
            color: #d94f0a;
        }

        /* --- Two-Column Layout --- */
        .two-col {
            display: grid;
            grid-template-columns: 1fr 1.1fr;
            gap: 48px;
            align-items: start;
        }

        /* --- Left Column --- */
        .intro-content {
            padding-top: 4px;
        }

        .badge {
            display: inline-block;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #d94f0a;
            background: #fff1e5;
            padding: 4px 14px;
            border-radius: 30px;
            margin-bottom: 16px;
        }

        .intro-content h1 {
            font-family: 'Oswald', sans-serif;
            font-weight: 700;
            font-size: 34px;
            line-height: 1.1;
            color: #1a1714;
            margin-bottom: 12px;
            letter-spacing: -0.01em;
        }

        .intro-content .subhead {
            font-size: 16px;
            color: #4d4943;
            line-height: 1.6;
            margin-bottom: 28px;
            max-width: 90%;
        }

        .benefit-list {
            list-style: none;
            padding: 0;
            margin: 0 0 28px 0;
        }

        .benefit-list li {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 15px;
            font-weight: 500;
            color: #1f1c18;
            padding: 8px 0;
            border-bottom: 1px solid #f0eee9;
        }

        .benefit-list li:last-child {
            border-bottom: none;
        }

        .benefit-list li svg {
            flex-shrink: 0;
            width: 18px;
            height: 18px;
            fill: none;
            stroke: #d94f0a;
            stroke-width: 2.5;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .trust-line {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            color: #4d4943;
            background: #f9f8f6;
            padding: 12px 16px;
            border-radius: 8px;
            margin-top: 6px;
        }

        .trust-line svg {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            fill: #d94f0a;
            stroke: white;
            stroke-width: 1.5;
        }

        .trust-line strong {
            color: #1f1c18;
            font-weight: 600;
        }

        /* --- Right Column (Form) --- */
        .form-section {
            background: #faf9f7;
            border-radius: 12px;
            padding: 28px 28px 32px;
            border: 1px solid #eae8e4;
        }

        .form-section h2 {
            font-family: 'Oswald', sans-serif;
            font-weight: 600;
            font-size: 24px;
            color: #1a1714;
            margin-bottom: 4px;
            letter-spacing: -0.01em;
            text-align: center;
        }

        .form-section .form-subhead {
            font-size: 14px;
            color: #4d4943;
            margin-bottom: 24px;
            text-align: center;
        }

        /* --- Form Fields --- */
        .mp_wrapper {
            background: transparent !important;
            border: none !important;
            padding: 0 !important;
            border-radius: 0 !important;
            font-family: 'Inter', sans-serif;
            color: #1a1714;
        }

        .mp_wrapper .mepr-form {
            display: flex;
            flex-direction: column;
            gap: 18px;
        }

        .mp_wrapper .mp-form-row {
            margin: 0 !important;
            padding: 0 !important;
            border: none !important;
            float: none !important;
            width: 100% !important;
        }

        .mp_wrapper .mp-form-label {
            margin-bottom: 4px;
        }

        .mp_wrapper .mp-form-label label {
            font-family: 'Inter', sans-serif !important;
            font-size: 13px !important;
            font-weight: 600 !important;
            letter-spacing: 0 !important;
            text-transform: none !important;
            color: #1f1c18 !important;
        }

        .mp_wrapper .mepr-form-input,
        .mp_wrapper input.mepr-form-input {
            width: 100% !important;
            background: #ffffff !important;
            border: 1px solid #d6d2cb !important;
            border-radius: 8px !important;
            padding: 14px 16px !important;
            height: 52px !important;
            color: #1a1714 !important;
            font-size: 15px !important;
            font-family: 'Inter', sans-serif !important;
            transition: border 0.15s, box-shadow 0.15s;
            box-shadow: none !important;
        }

        .mp_wrapper .mepr-form-input:focus,
        .mp_wrapper input.mepr-form-input:focus {
            outline: none !important;
            border-color: #d94f0a !important;
            box-shadow: 0 0 0 3px rgba(217, 79, 10, 0.12) !important;
            background: #ffffff !important;
        }

        .mp_wrapper .mepr-form-input::placeholder {
            color: #9e9990;
        }

        /* --- Inline First/Last Name --- */
        .name-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }

        .name-row .mp-form-row {
            margin: 0 !important;
        }

        /* --- Phone Input Override --- */
        .mp_wrapper .iti {
            width: 100%;
        }

        .mp_wrapper .iti__selected-flag {
            background: #ffffff;
            border-right: 1px solid #d6d2cb;
            border-radius: 8px 0 0 8px;
            padding-left: 12px;
        }

        .mp_wrapper .iti__selected-dial-code {
            color: #1a1714;
        }

        .mp_wrapper input.mepr-tel-input {
            padding-left: 80px !important;
        }

        .mp_wrapper .iti__country-list {
            background: #ffffff;
            border: 1px solid #d6d2cb;
            border-radius: 8px;
            color: #1a1714;
        }

        .mp_wrapper .iti__country.iti__highlight {
            background: #f5ede6;
        }
        
        .mepr_spacer{
            display: none;
        }

        /* --- Submit Button --- */
        .mp_wrapper .mp-form-submit {
            margin-top: 8px !important;
        }

        .mp_wrapper input.mepr-submit {
            width: 100% !important;
            background: #d94f0a !important;
            color: #ffffff !important;
            border: none !important;
            border-radius: 8px !important;
            padding: 16px !important;
            height: 56px !important;
            font-family: 'Inter', sans-serif !important;
            font-weight: 700 !important;
            font-size: 18px !important;
            letter-spacing: 0.02em;
            cursor: pointer;
            transition: background 0.15s, transform 0.1s;
        }

        .mp_wrapper input.mepr-submit:hover {
            background: #c04408 !important;
        }

        .mp_wrapper input.mepr-submit:active {
            transform: scale(0.98);
        }

        /* --- Form Footer --- */
        .form-footer {
            margin-top: 18px;
            text-align: center;
            font-size: 13px;
            color: #6f6a62;
            line-height: 1.6;
        }

        .form-footer a {
            color: #1f1c18;
            font-weight: 500;
            text-decoration: underline;
            text-underline-offset: 2px;
        }

        .form-footer a:hover {
            color: #d94f0a;
        }

        /* --- Hide extraneous elements --- */
        .usago-page .mepr_price,
        .usago-page .mepr_spacer,
        .usago-page .mepr-form-has-errors {
            display: none !important;
        }

        .mp_wrapper .mepr_price {
            display: none !important;
        }
        
        .mepr-utm-fields-wrapper,
[name*="utm_source"],
[name*="utm_medium"],
[name*="utm_campaign"] {
    display: none !important;
}

.mepr_mepr_utm_source,
.mepr_mepr_utm_medium,
.mepr_mepr_utm_campaign {
    display: none !important;
}
        /* --- Responsive --- */
        @media (max-width: 820px) {
            .ambassador-card {
                padding: 28px 20px 32px;
            }

            .two-col {
                grid-template-columns: 1fr;
                gap: 32px;
                display: flex;
                flex-direction: column-reverse;
            }

            .intro-content .subhead {
                max-width: 100%;
            }

            .form-section {
                padding: 24px 18px 26px;
                width: 100%;
            }
            
            .site-content .ast-container{
                padding-left: 0 !important;
                padding-right: 0 !important;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 12px;
            }

            .ambassador-card {
                padding: 20px 16px 28px;
                border-radius: 12px;
            }

            .page-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
                margin-bottom: 24px;
            }

            .logo img {
                height: 34px;
            }

            .login-link {
                font-size: 13px;
            }

            .intro-content h1 {
                font-size: 28px;
            }

            .name-row {
                grid-template-columns: 1fr;
                gap: 18px;
            }

            .mp_wrapper input.mepr-form-input,
            .mp_wrapper .mepr-form-input {
                height: 48px !important;
                padding: 12px 14px !important;
                font-size: 15px !important;
            }

            .mp_wrapper input.mepr-submit {
                height: 50px !important;
                font-size: 17px !important;
                padding: 14px !important;
            }

            .form-section {
                padding: 20px 14px 22px;
            }

            .trust-line {
                font-size: 13px;
                padding: 10px 14px;
            }

            .benefit-list li {
                font-size: 14px;
                padding: 6px 0;
            }
        }

        /* --- Utility --- */
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
        }

        /* --- Fix MemberPress hidden fields --- */
        .mp_wrapper .mepr-form .mepr-hidden {
            display: none !important;
        }

        /* --- Password field button positioning (if used) --- */
        .mepr_password .mepr-show-password,
        .mepr_password_confirm .mepr-show-password {
            top: 50% !important;
            right: 12px !important;
            transform: translateY(-50%) !important;
            background: transparent !important;
            border: none !important;
            color: #6f6a62 !important;
        }/* End custom CSS */