html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #050003;
    color: #eee4e7;
    font-family: Georgia, "Times New Roman", serif;
}

main {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: #080004;
    overflow: hidden;
}

section {
    box-sizing: border-box;
}

.hero {
    min-height: 780px;
    padding: 45px 25px 30px;
    text-align: center;
    border-left: 1px solid #32101d;
    border-right: 1px solid #32101d;
    background:
        radial-gradient(circle at 50% 25%, #21000d 0%, #080004 45%, #050003 100%);
}

.hero > p:first-child {
    margin: 0 0 32px;
    color: #d6ad29;
    font-size: 15px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.hero h3 {
    margin: 0 0 12px;
    color: #ddd4d7;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 6px;
}

.hero h1 {
    margin: 0;
    color: #f1d779;
    font-size: 48px;
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: 0 0 18px rgba(230, 190, 55, 0.25);
}

.hero > div {
    margin: 25px 0;
    color: #d5aa21;
    font-size: 25px;
    letter-spacing: 8px;
}

.hero h2 {
    margin: 0;
    color: #e7dadd;
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 8px;
}

.hero > p:nth-of-type(2) {
    margin: 40px 0 0;
    color: #ddd4d7;
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: 2px;
}

.hero > p:nth-of-type(3) {
    margin: 35px 0;
    color: #d6ad29;
    font-size: 20px;
    letter-spacing: 3px;
}

.datos-evento {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 115px;
    margin: 0 0 32px;
    padding: 25px 0;
    border-top: 1px solid #6c5011;
    border-bottom: 1px solid #6c5011;
}

.datos-evento div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.datos-evento div + div {
    border-left: 1px solid #6c5011;
}

.datos-evento span {
    margin-bottom: 12px;
    color: #e72a87;
    font-size: 29px;
}

.datos-evento p {
    margin: 0;
    color: #d5aa21;
    font-size: 34px;
}

.datos-evento small {
    color: #d5aa21;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 1px;
}

.datos-evento div:nth-child(1) {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
}

.datos-evento div:nth-child(1) span {
    grid-column: 1 / 3;
}

.datos-evento div:nth-child(1) p {
    grid-column: 1;
    grid-row: 2;
}

.datos-evento div:nth-child(1) small {
    grid-column: 2;
    grid-row: 2;
    margin-top: 8px;
}

.hero > p:last-child {
    margin: 30px 0 0;
    color: #cfc2c5;
    font-size: 17px;
    font-style: italic;
    line-height: 1.5;
}

.inversion {
    padding: 25px 38px;
    text-align: center;
    border-top: 1px solid #5d4310;
    border-bottom: 1px solid #5d4310;
    background: #090909;
}

.inversion > h2 {
    margin: 0 0 10px;
    color: #d8b33d;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
}

.inversion > h1 {
    margin: 0 0 22px;
    color: #f5f2ef;
    font-size: 35px;
}

.inversion hr {
    margin: 0 0 25px;
    border: 0;
    border-top: 1px solid #252525;
}

.inversion > h3 {
    margin: 0 0 20px;
    color: #e8ddd0;
    font-size: 16px;
}

.inversion ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inversion li {
    margin: 0 0 22px;
    color: #ddd6d6;
    font-size: 15px;
    line-height: 1.4;
}

.inversion li::first-letter {
    color: #42e581;
}

.pagos {
    margin-top: 35px;
    padding: 25px;
    border: 1px solid #604b0b;
    border-radius: 12px;
    background: #020202;
}

.pagos > h2 {
    margin: 0 0 20px;
    color: #d5aa21;
    font-size: 19px;
    letter-spacing: 1px;
}

.pago-principal {
    padding: 20px 12px;
    border: 1px solid #6a5413;
    border-radius: 9px;
    background: #2a210a;
}

.pago-principal span {
    display: block;
    margin-bottom: 10px;
    color: #fff0bb;
    font-size: 25px;
}

.pago-principal p {
    margin: 0;
    color: #eee8dc;
    font-size: 15px;
}

.pago-principal h2 {
    margin: 10px 0 0;
    color: #f3e6b5;
    font-size: 24px;
    letter-spacing: 2px;
}

.pagos > p {
    margin: 20px 0;
    color: #d5d0d0;
    font-size: 15px;
    line-height: 1.4;
}

.cuotas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.cuotas div {
    padding: 13px 8px;
    border: 1px solid #444444;
    border-radius: 8px;
    background: #202020;
}

.cuotas small {
    color: #aaa5a8;
    font-size: 11px;
}

.cuotas p {
    margin: 7px 0 0;
    color: #eee9e7;
    font-size: 14px;
}

.comprobante {
    margin-top: 20px;
    padding: 12px 8px;
    border: 1px solid #8b7119;
    border-radius: 8px;
    background: #554313;
    color: #fff4d0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
}

.boletas {
    margin: 0 5px;
    padding: 15px 25px 25px;
    text-align: center;
    border: 1px solid #624d12;
    border-top: 0;
    border-radius: 0 0 13px 13px;
    background: #0a0a0a;
}

.boletas > div {
    color: #f0e2b2;
    font-size: 27px;
}

.boletas h2 {
    margin: 10px 0;
    color: #eee2ce;
    font-size: 19px;
}

.boletas p {
    margin: 0;
    color: #ddd5d4;
    font-size: 15px;
    line-height: 1.5;
}

.informacion {
    margin: 25px 5px 0;
    padding: 27px 25px;
    text-align: center;
    border: 1px solid #82205a;
    border-radius: 12px;
    background: #21000f;
}

.informacion h3 {
    margin: 0 0 22px;
    color: #dc65a9;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
}

.informacion p {
    margin: 0 0 17px;
    color: #d8ced2;
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
}

.informacion p:last-child {
    margin-bottom: 0;
}

.confirmacion {
    padding: 38px 5px 35px;
    text-align: center;
    background: #050003;
}

.confirmacion h2 {
    margin: 0;
    color: #d5aa21;
    font-size: 27px;
    font-weight: normal;
    letter-spacing: 3px;
}

.confirmacion > p {
    margin: 15px 5px 40px;
    color: #a99ea2;
    font-size: 13px;
    font-style: italic;
    line-height: 1.4;
}

.confirmacion form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.confirmacion label {
    margin: 0 0 10px;
    color: #ddd1c0;
    font-size: 14px;
    font-weight: bold;
}

.confirmacion input,
.confirmacion select {
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    margin-bottom: 27px;
    padding: 0 18px;
    border: 1px solid #806514;
    border-radius: 11px;
    outline: none;
    background: #030303;
    color: #eee8e8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    text-align: center;
}

.confirmacion input::placeholder {
    color: #747b86;
}

.confirmacion input:focus,
.confirmacion select:focus {
    border-color: #d5aa21;
    box-shadow: 0 0 12px rgba(213, 170, 33, 0.15);
}

.confirmacion select {
    appearance: none;
    cursor: pointer;
}

.confirmacion select option {
    background: #080808;
    color: #eee;
}

.confirmacion button {
    width: 100%;
    height: 63px;
    margin-top: 0;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(
        to bottom,
        #fff2a8 0%,
        #e6c84d 45%,
        #d1a91d 100%
    );
    color: #19130a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 0 25px rgba(214, 174, 45, 0.18);
    transition: 0.2s ease;
}

.confirmacion button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(214, 174, 45, 0.35);
}

.confirmacion button:active {
    transform: translateY(0);
}

@media (max-width: 480px) {

    .hero {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero h2 {
        font-size: 34px;
    }

    .hero > p:nth-of-type(2) {
        font-size: 15px;
    }

    .datos-evento {
        margin-left: 0;
        margin-right: 0;
    }

    .inversion {
        padding-left: 25px;
        padding-right: 25px;
    }

    .pagos {
        padding: 20px 15px;
    }

    .confirmacion h2 {
        font-size: 24px;
    }
}
