/* INSCRIÇÃO — mesma linguagem da home mockup clone */

body:has(.silc-registration-clone) {
    background: #efe7dc !important;
}

.silc-registration-clone,
.silc-registration-clone * {
    box-sizing: border-box;
}

.silc-registration-clone {
    width: min(1440px, 100%);
    margin: 0 auto;
    overflow: hidden;
    background:
        radial-gradient(circle at 5% 8%, rgba(199,128,40,.10), transparent 28%),
        linear-gradient(180deg, #fffaf1, #fff 52%, #fffaf1);
    color: #0b2746;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 35px 120px rgba(7,31,59,.14);
}

.reg-clone-nav {
    height: 96px;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(199,128,40,.24);
    background: rgba(255,250,241,.96);
}

.reg-clone-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #071f3b;
}

.reg-clone-logo.has-official-logo img {
    max-width: 168px;
    max-height: 58px;
    object-fit: contain;
}

.reg-clone-logo:not(.has-official-logo) span {
    width: 42px;
    height: 26px;
    border: 2px solid #071f3b;
    border-radius: 50% 50% 0 0;
    position: relative;
}

.reg-clone-logo:not(.has-official-logo) span::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top: 2px solid #071f3b;
}

.reg-clone-logo strong {
    font-size: 42px;
    line-height: .8;
    letter-spacing: -.04em;
}

.reg-clone-nav nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.reg-clone-nav nav a {
    color: #071f3b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
}

.reg-clone-nav .nav-button {
    background: #071f3b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 15px 24px;
}

.reg-clone-hero {
    min-height: 510px;
    display: grid;
    grid-template-columns: 52% 48%;
    border-bottom: 1px solid rgba(199,128,40,.24);
}

.reg-hero-copy {
    padding: 72px 64px 64px 105px;
}

.reg-kicker {
    color: #c78028;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-size: 12px;
    font-weight: 950;
    margin: 0 0 12px;
}

.reg-hero-copy h1 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #071f3b;
    font-weight: 400;
    font-size: 88px;
    line-height: .88;
    letter-spacing: -.075em;
    margin: 0 0 20px;
}

.reg-subtitle {
    color: #c78028;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 18px;
    line-height: 1.28;
    margin: 0 0 24px;
}

.reg-meta {
    display: grid;
    gap: 9px;
    margin-bottom: 22px;
}

.reg-meta span {
    position: relative;
    padding-left: 28px;
    color: #071f3b;
    font-size: 15px;
    font-weight: 800;
}

.reg-meta span::before {
    content: "⌖";
    position: absolute;
    left: 0;
    color: #c78028;
}

.reg-meta span:first-child::before {
    content: "□";
}

.reg-hero-text {
    max-width: 520px;
    color: #0b2746;
    line-height: 1.6;
    font-size: 16px;
}

.reg-hero-panel {
    min-height: 510px;
    padding: 52px;
    display: grid;
    align-content: end;
    background:
        linear-gradient(135deg, rgba(7,31,59,.94), rgba(7,31,59,.55)),
        radial-gradient(circle at 70% 38%, rgba(199,128,40,.26), transparent 28%),
        #071f3b;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.reg-hero-panel span {
    color: #e7c99e;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    font-weight: 950;
}

.reg-hero-panel strong {
    display: block;
    font-family: Georgia, serif;
    font-size: 46px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.045em;
    max-width: 450px;
    margin: 16px 0 24px;
}

.reg-hero-panel a {
    width: fit-content;
    background: #fffaf1;
    color: #071f3b;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    padding: 16px 26px;
    font-weight: 950;
    font-size: 12px;
}

.reg-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid rgba(199,128,40,.24);
    background: rgba(255,255,255,.45);
}

.reg-steps article {
    padding: 24px 32px;
    border-right: 1px solid rgba(199,128,40,.20);
}

.reg-steps article:last-child {
    border-right: 0;
}

.reg-steps span {
    display: block;
    color: #c78028;
    font-size: 12px;
    font-weight: 950;
    margin-bottom: 8px;
}

.reg-steps strong {
    display: block;
    color: #071f3b;
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -.04em;
}

.reg-steps small {
    color: #617188;
}

.reg-alert {
    margin: 28px auto;
    width: min(1180px, calc(100% - 44px));
    border: 1px solid rgba(180,60,40,.26);
    background: #fff0ec;
    color: #8a2e24;
    border-radius: 12px;
    padding: 15px 18px;
    font-weight: 800;
}

.reg-clone-form {
    padding-bottom: 70px;
}

.reg-section {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto 28px;
    border: 1px solid rgba(199,128,40,.24);
    background: rgba(255,255,255,.72);
    border-radius: 14px;
    padding: 34px;
    box-shadow: 0 16px 46px rgba(7,31,59,.045);
}

.package-section {
    margin-top: 38px;
    background: #fffaf1;
}

.reg-section-head h2 {
    font-family: Georgia, serif;
    color: #071f3b;
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.045em;
    margin: 0 0 12px;
}

.reg-section-head.center {
    text-align: center;
}

.reg-section-head.center h2::after {
    margin-left: auto;
    margin-right: auto;
}

.reg-section-head h2::after {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #c78028;
    margin-top: 16px;
}

.reg-section-head p:not(.reg-kicker) {
    color: #617188;
    line-height: 1.55;
    margin: 0 0 24px;
}

.reg-package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 34px;
}

.reg-package-option {
    position: relative;
    display: block;
    cursor: pointer;
    border: 1px solid rgba(199,128,40,.45);
    border-radius: 10px;
    background: rgba(255,255,255,.70);
    padding: 30px 32px 28px;
    min-height: 246px;
}

.reg-package-option.featured {
    border-color: rgba(199,128,40,.9);
    transform: translateY(-8px);
}

.reg-package-option input {
    position: absolute;
    opacity: 0;
}

.reg-package-option:has(input:checked) {
    box-shadow: 0 0 0 4px rgba(199,128,40,.10), 0 20px 55px rgba(7,31,59,.075);
}

.reg-package-option:has(input:checked)::after {
    content: "✓";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    background: #c78028;
    color: #fff;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 950;
}

.reg-ribbon {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: #071f3b;
    color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 7px 26px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .08em;
}

.package-icon {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: #f1dfbf;
    color: #c78028;
    font-size: 24px;
    margin-bottom: 16px;
}

.reg-package-option h3 {
    color: #071f3b;
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 8px;
}

.reg-package-option strong {
    display: block;
    font-family: Georgia, serif;
    color: #071f3b;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 12px;
}

.reg-package-option p {
    color: #617188;
    line-height: 1.5;
    font-size: 13px;
}

.reg-form-layout {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 355px;
    gap: 28px;
    align-items: start;
}

.reg-form-main .reg-section {
    width: 100%;
}

.reg-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
}

.reg-fields .span-2 {
    grid-column: span 2;
}

.reg-fields label span,
.reg-payment-layout h3,
.reg-access-box h3 {
    display: block;
    color: #071f3b;
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 7px;
}

.reg-fields input,
.reg-fields select,
.reg-fields textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(7,31,59,.14);
    border-radius: 8px;
    background: rgba(255,255,255,.90);
    padding: 0 13px;
    font: inherit;
}

.reg-fields textarea {
    min-height: 110px;
    padding: 12px 13px;
    resize: vertical;
}

.reg-payment-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.reg-payment-options,
.reg-frequency-options {
    display: grid;
    gap: 13px;
}

.reg-payment-option,
.reg-frequency-options label {
    position: relative;
    min-height: 74px;
    border: 1px solid rgba(7,31,59,.14);
    border-radius: 12px;
    background: rgba(255,255,255,.82);
    padding: 15px 16px;
    display: flex;
    gap: 14px;
    align-items: center;
    cursor: pointer;
}

.reg-payment-option input,
.reg-frequency-options input {
    position: absolute;
    opacity: 0;
}

.reg-payment-option:has(input:checked),
.reg-frequency-options label:has(input:checked) {
    border-color: rgba(199,128,40,.85);
    box-shadow: 0 0 0 4px rgba(199,128,40,.10);
    background: #fff8e9;
}

.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 950;
    background: #071f3b;
}

.brand-eventbrite .brand-mark { background: #ef5a38; }
.brand-zelle .brand-mark { background: #7130d9; }
.brand-donorbox .brand-mark { background: #159b75; }
.brand-stripe .brand-mark { background: #635bff; }

.brand-copy strong,
.brand-copy small {
    display: block;
}

.brand-copy strong {
    color: #071f3b;
    font-size: 16px;
}

.brand-copy small {
    color: #617188;
    font-size: 12px;
    margin-top: 3px;
}

.reg-frequency-options label span {
    color: #071f3b;
    font-weight: 850;
}

.external-note {
    margin: 14px 0 0;
    padding: 14px;
    border: 1px solid rgba(199,128,40,.26);
    border-radius: 12px;
    background: #fff3dc;
    color: #745015;
    font-weight: 800;
    line-height: 1.45;
    font-size: 13px;
}

.reg-access-box {
    margin-top: 28px;
    border: 1px solid rgba(199,128,40,.26);
    border-radius: 12px;
    background: #fff8e9;
    padding: 24px;
}

.reg-access-box h3 {
    font-family: Georgia, serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 5px;
}

.reg-access-box p {
    color: #617188;
    margin: 0 0 18px;
}

.reg-terms {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 22px;
    color: #617188;
    line-height: 1.5;
    border-top: 1px solid rgba(199,128,40,.20);
    padding-top: 18px;
}

.reg-summary {
    position: sticky;
    top: 24px;
}

.reg-summary-card {
    border: 1px solid rgba(199,128,40,.38);
    border-radius: 14px;
    background:
        radial-gradient(circle at top right, rgba(199,128,40,.16), transparent 34%),
        #fffaf1;
    padding: 28px;
    box-shadow: 0 22px 70px rgba(7,31,59,.09);
}

.reg-summary-card h2 {
    font-family: Georgia, serif;
    color: #071f3b;
    font-size: 38px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 16px;
}

.summary-row {
    border-bottom: 1px solid rgba(199,128,40,.20);
    padding: 14px 0;
}

.summary-row span,
.summary-total span {
    display: block;
    color: #617188;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .10em;
    font-weight: 950;
    margin-bottom: 6px;
}

.summary-row strong {
    color: #071f3b;
    font-size: 15px;
}

.summary-total {
    padding: 16px 0;
}

.summary-total strong {
    display: block;
    font-family: Georgia, serif;
    color: #071f3b;
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
}

.reg-summary-card p:not(.reg-kicker) {
    color: #617188;
    line-height: 1.5;
    font-size: 13px;
}

.reg-summary-card button {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 4px;
    background: #071f3b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 950;
    cursor: pointer;
}

.reg-summary-card small {
    display: block;
    color: #617188;
    line-height: 1.45;
    margin-top: 12px;
}

@media (max-width: 1180px) {
    .reg-clone-nav {
        height: auto;
        min-height: 92px;
        padding: 20px 36px;
        flex-wrap: wrap;
        gap: 18px;
    }

    .reg-clone-nav nav {
        flex-wrap: wrap;
        gap: 18px;
    }

    .reg-clone-hero,
    .reg-form-layout,
    .reg-payment-layout {
        grid-template-columns: 1fr;
    }

    .reg-hero-copy {
        padding: 56px 36px;
    }

    .reg-hero-panel {
        min-height: 320px;
    }

    .reg-steps,
    .reg-package-grid {
        grid-template-columns: 1fr 1fr;
    }

    .reg-summary {
        position: static;
    }
}

@media (max-width: 720px) {
    .reg-hero-copy h1 {
        font-size: 62px;
    }

    .reg-steps,
    .reg-package-grid,
    .reg-fields {
        grid-template-columns: 1fr;
    }

    .reg-fields .span-2 {
        grid-column: auto;
    }

    .reg-package-option.featured {
        transform: none;
    }

    .reg-section,
    .reg-form-layout {
        width: calc(100% - 28px);
    }
}
