.rogeyn__oferta label {
    display: block;
}
.registration-shell {
    border-radius: 20px;
    background: rgba(130, 178, 233, 0.15);
    padding: 32px 24px;
}

.registration-form .section {
    margin-bottom: 10px;
    padding: 10px;
}

.registration-form .section:last-child {
    margin-bottom: 0;
}

.section-title-container {
    margin-bottom: 16px;
}

.section__fields.donor {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.field-frame {
    border-radius: 12px;
    border: 1px solid #d0d8e2;
    background: #fff;
    padding: 0 14px;
    min-height: 44px;
    display: flex;
    align-items: center;
}

.field-frame input,
.field-frame select {
    width: 100%;
    border: 0;
    background: transparent;
    outline: none;
    font-size: 16px;
}

.default-submit {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-weight: 600;
    border: 1px solid #23825A;
    background: #23825A;
    /*background: linear-gradient(56deg, #abdf9c 0%, rgba(153, 202, 230, 0.82) 47.28%, rgba(148, 196, 251, 0.77) 55.61%, #79abe6 100%);*/
}

#addParticipantBtn {
    /*min-height: 42px;*/
    /*padding: 0 16px;*/
    /*border-radius: 999px;*/
    /*border: 1px solid #23825A;*/
    /*background: #23825A;*/
    /*color: #fff;*/
}
#addParticipantBtn:hover{
    background: #82b2e9;
    transform: none;
}

.participant-card {
    border: 1px solid #d7dee8;
    border-radius: 14px;
    padding: 14px;
}

.participant-card .section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.remove-participant {
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid #e08181;
    background: #fff;
    color: #9f3030;
    min-width: 90px;
    font-size: 14px;
}
.remove-participant:hover{
    background-color: #e08182;
    color: #fff;
}

p.desc.participant-age {
    font-size: 14px;
}

.btn--blue {
    background: #82b2e9;
    color: #fff;
    padding: 8px 16px;
}

.btn--blue:hover {
    opacity:0.8;
}

#priceInfo {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .registration-shell {
        padding: 20px 12px;
    }

    .section__fields.donor {
        grid-template-columns: 1fr;
    }
}


.rogeyn-landing .container {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(16px, 4vw, 32px);
    padding-right: clamp(16px, 4vw, 32px);
    box-sizing: border-box;
}

.rogeyn-landing {
    --rg-bg: #fcf9f8;
    --rg-surface: #ffffff;
    --rg-surface-container: #f0eded;
    --rg-surface-container-low: #ffffff;
    --rg-dark: #1B1A18;
    --rg-primary: #82b2e9;
    --rg-secondary: #ABDF9C;
    --rg-stone: #474747;
    --rg-on-surface-variant: #42474f;
    --rg-radius-cta: 20px;
    --rg-radius-card: 12px;
    --rg-shadow-1: 0 2px 4px rgba(0, 0, 0, 0.1);
    --rg-shadow-2: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-family: "Montserrat", sans-serif;
    color: var(--rg-dark);
}

.rogeyn-landing .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.rogeyn-landing__section {
    padding: 64px 0;
}

.rogeyn-landing__section--surface {
    background: var(--rg-surface);
}

.rogeyn-landing__section--surface-muted {
    background: var(--rg-surface-container);
}

.rogeyn-landing__section--dark {
    background: var(--rg-dark);
    color: #fff;
}

.rogeyn-landing__section--primary {
    background: var(--rg-primary);
    color: var(--rg-dark);
}

.rogeyn-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 64px;
    overflow: hidden;
}

.rogeyn-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.rogeyn-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.rogeyn-hero__scrim {
    position: absolute;
    inset: 0;
    background: rgba(27, 26, 24, 0.5);
}

.rogeyn-hero__inner {
    position: relative;
    z-index: 10;
    width: 100%;
}

.rogeyn-hero__text {
    max-width: 48rem;
    color: #fff;
}

.rogeyn-badge {
    display: inline-block;
    padding: 4px 16px;
    background: var(--rg-secondary);
    color: var(--rg-dark);
    border-radius: 9999px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.rogeyn-h1 {
    font-size: clamp(1.95rem, 5vw, 4.375rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin: 0 0 32px;
    hyphens: auto;
    overflow-wrap: break-word;
}

.rogeyn-h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin: 0 0 16px;
}

.rogeyn-h3 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 24px;
}

.rogeyn-h5 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 12px;
}

.rogeyn-lead {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0 0 40px;
    opacity: 0.9;
    color: #fff!important;
}

.rogeyn-body {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    margin: 0;
}

.rogeyn-body--muted {
    color: var(--rg-on-surface-variant);
}

.rogeyn-body-sm {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.rogeyn-body-md {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.rogeyn-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.rogeyn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    border-radius: var(--rg-radius-cta);
    font-weight: 700;
    font-size: 18px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.15s, opacity 0.2s, background 0.2s;
}

.rogeyn-btn:active {
    transform: scale(0.97);
}

.rogeyn-btn--gradient {
    background: linear-gradient(135deg, #ABDF9C 0%, #82B2E9 100%);
    color: #fff;
    box-shadow: var(--rg-shadow-2);
}

.rogeyn-btn--glass {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
}

.rogeyn-btn--glass:hover {
    background: rgba(255, 255, 255, 0.2);
}

.rogeyn-btn--primary-solid {
    background: var(--rg-primary);
    color: #fff;
    box-shadow: var(--rg-shadow-1);
}

.rogeyn-btn--primary-solid:hover {
    opacity: 0.9;
}

.rogeyn-btn--outline {
    width: 100%;
    border: 2px solid var(--rg-primary);
    color: var(--rg-primary);
    background: transparent;
}

.rogeyn-btn--outline:hover {
    background: rgba(130, 178, 233, 0.1);
}

.rogeyn-btn--secondary-solid {
    width: 100%;
    background: var(--rg-secondary);
    color: var(--rg-dark);
    box-shadow: var(--rg-shadow-1);
}

.rogeyn-btn--secondary-solid:hover {
    opacity: 0.9;
}

.rogeyn-btn--white {
    width: 100%;
    background: #fff;
    color: var(--rg-dark);
    box-shadow: var(--rg-shadow-1);
}

.rogeyn-btn--white:hover {
    background: var(--rg-surface-container);
}

.rogeyn-grid-2 {
    display: grid;
    gap: 24px;
    align-items: center;
}

@media (min-width: 768px) {
    .rogeyn-grid-2 {
        grid-template-columns: 1fr 1fr;
    }
}

.rogeyn-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rogeyn-quote {
    padding: 32px 32px 32px 28px;
    border-left: 4px solid var(--rg-secondary);
    background: var(--rg-surface-container-low);
    border-radius: 0 var(--rg-radius-card) var(--rg-radius-card) 0;
}

.rogeyn-quote blockquote {
    margin: 0;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6;
}

.rogeyn-media-card {
    position: relative;
    border-radius: var(--rg-radius-card);
    overflow: hidden;
    box-shadow: var(--rg-shadow-2);
    aspect-ratio: 1;
}

.rogeyn-media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rogeyn-kicker {
    color: var(--rg-primary);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 12px;
}

.rogeyn-center-head {
    text-align: center;
    margin-bottom: 40px;
}

.rogeyn-center-head .rogeyn-body {
    opacity: 0.7;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.rogeyn-grid-4 {
    display: grid;
    gap: 24px;
}

@media (min-width: 768px) {
    .rogeyn-grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.rogeyn-grid-3 {
    display: grid;
    gap: 24px;
}

@media (min-width: 768px) {
    .rogeyn-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.rogeyn-feature-card {
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--rg-radius-card);
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.2s;
}

.rogeyn-feature-card:hover {
    background: rgba(255, 255, 255, 0.1);
}

.rogeyn-feature-card .material-symbols-outlined {
    font-size: 40px;
    color: var(--rg-secondary);
    margin-bottom: 24px;
}

.rogeyn-fund-box {
    margin-top: 80px;
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    color: var(--rg-dark);
    padding: 40px;
    border-radius: var(--rg-radius-cta);
    box-shadow: var(--rg-shadow-2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

@media (min-width: 768px) {
    .rogeyn-fund-box {
        flex-direction: row;
    }
}

.rogeyn-fund-box__text {
    flex: 1;
}

.rogeyn-fund-box .rogeyn-body {
    font-size: 18px;
    font-weight: 600;
    color: var(--rg-on-surface-variant);
}

.rogeyn-title-center {
    text-align: center;
    margin-bottom: 64px;
}

.rogeyn-grid-cards {
    display: grid;
    gap: 24px;
}

@media (min-width: 768px) {
    .rogeyn-grid-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .rogeyn-grid-cards {
        grid-template-columns: repeat(4, 1fr);
    }
}

.rogeyn-format-card {
    background: #fff;
    border: 1px solid var(--rg-dark);
    border-radius: var(--rg-radius-card);
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.rogeyn-format-card:hover {
    box-shadow: var(--rg-shadow-2);
}

.rogeyn-format-card__img {
    height: 208px;
    overflow: hidden;
}

.rogeyn-format-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s;
}

.rogeyn-format-card:hover .rogeyn-format-card__img img {
    transform: scale(1.05);
}

.rogeyn-format-card__body {
    padding: 32px;
}

.rogeyn-audience-grid,
.rogeyn-audience-grid-p {
    display: grid;
    gap: 24px;
}

@media (min-width: 768px) {
    .rogeyn-audience-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, minmax(0, 1fr));
        min-height: 640px;
    }
    .rogeyn-audience-grid-p {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .rogeyn-audience-grid__wide-top {
        grid-column: span 2;
        grid-row: 1;
    }

    .rogeyn-audience-grid__side-top {
        grid-column: 3;
        grid-row: 1;
    }

    .rogeyn-audience-grid__tall {
        grid-column: 1;
        grid-row: 2;
    }

    .rogeyn-audience-grid__wide-bottom {
        grid-column: 2 / span 2;
        grid-row: 2;
    }
}

.rogeyn-audience-card {
    border: 1px solid var(--rg-dark);
    border-radius: var(--rg-radius-card);
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.rogeyn-audience-card--hero {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 240px;
}

.rogeyn-audience-card--hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    transition: transform 1s;
}

.rogeyn-audience-card--hero:hover > img {
    transform: scale(1.05);
}

.rogeyn-audience-card--hero > .rogeyn-audience-card__inner {
    position: relative;
    z-index: 10;
}

.rogeyn-audience-card--primary {
    background: var(--rg-primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: var(--rg-shadow-1);
}

.rogeyn-audience-card--secondary {
    background: var(--rg-secondary);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: var(--rg-shadow-1);
}

.rogeyn-audience-card--families {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    background: var(--rg-surface-container);
}

@media (min-width: 768px) {
    .rogeyn-audience-card--families {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.rogeyn-audience-card--families img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: var(--rg-radius-card);
    box-shadow: var(--rg-shadow-1);
}

@media (min-width: 768px) {
    .rogeyn-audience-card--families img {
        width: 50%;
        max-height: none;
        height: 100%;
        align-self: stretch;
    }
}

.rogeyn-avatars {
    display: flex;
}

.rogeyn-avatars__item {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #dcd9d9;
    margin-left: -16px;
}

.rogeyn-avatars__item:first-child {
    margin-left: 0;
}

.rogeyn-avatars__more {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--rg-secondary);
    color: var(--rg-dark);
    font-weight: 700;
}

.rogeyn-progress {
    background: rgba(255, 255, 255, 0.3);
    height: 12px;
    border-radius: 9999px;
    overflow: hidden;
}

.rogeyn-progress__bar {
    background: var(--rg-dark);
    height: 100%;
    width: 85%;
    border-radius: 9999px;
}

.rogeyn-benefits-grid {
    display: grid;
    gap: 48px;
}

@media (min-width: 768px) {
    .rogeyn-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .rogeyn-benefits-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.rogeyn-benefit-row {
    display: flex;
    gap: 24px;
}

.rogeyn-benefit-icon {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background: #fff;
    border: 1px solid var(--rg-dark);
    border-radius: var(--rg-radius-card);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--rg-shadow-1);
}

.rogeyn-benefit-icon .material-symbols-outlined {
    font-size: 32px;
    color: var(--rg-dark);
}

.rogeyn-quote-wide {
    margin-top: 96px;
    text-align: center;
}

.rogeyn-quote-wide p {
    margin: 0;
    font-size: clamp(1.25rem, 2vw, 2.2rem);
    font-style: italic;
    font-weight: 500;
}

.rogeyn-quote-dark {
    padding: 20px 32px 32px 28px;
    background: transparent;
}
.rogeyn-quote-dark blockquote{
    font-style: normal;
    font-size: 16px;
}

.rogeyn-packages {
    display: grid;
    gap: 40px;
    align-items: stretch;
}
p.donor__oferta-mini {
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 9px;
}

.donor__oferta.rogeyn__oferta a {
    text-decoration:underline;
}


@media (min-width: 768px) {
    .rogeyn-packages {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 991px) {
    .rogeyn-packages {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1199px) {
    .rogeyn-packages {
        grid-template-columns: repeat(4, 1fr);
    }
}

.rogeyn-package {
    background: #fff;
    border: 1px solid var(--rg-dark);
    border-radius: var(--rg-radius-card);
    padding: 40px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
}

.rogeyn-package:hover {
    box-shadow: var(--rg-shadow-2);
}

.rogeyn-package--featured {
    border: 2px solid var(--rg-secondary);
    box-shadow: var(--rg-shadow-2);
    position: relative;
    z-index: 1;
}

.rogeyn-package__ribbon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--rg-secondary);
    color: var(--rg-dark);
    padding: 8px 24px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.rogeyn-package--dark {
    background: var(--rg-dark);
    color: #fff;
}

.rogeyn-package__price {
    color: var(--rg-primary);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    margin-top: 8px;
}

.rogeyn-package ul {
    list-style: none;
    margin: 0 0 48px;
    padding: 0;
    flex: 1;
}

.rogeyn-package li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 0px!important;
}

.rogeyn-package li .material-symbols-outlined {
    font-size: 22px;
    flex-shrink: 0;
    color: var(--rg-secondary);
}

.rogeyn-package--dark li .material-symbols-outlined {
    color: var(--rg-primary);
}

.rogeyn-package--dark li.rogeyn-package__li--bold {
    color: #fff;
    font-weight: 700;
}

.rogeyn-landing__section--dark h2, .rogeyn-landing__section--dark p {
    color: #fff;
}

@media (max-width: 767px) {
    .rogeyn-hero {
        min-height: auto;
        padding: 100px 0 48px;
    }

    .rogeyn-fund-box {
        margin-top: 48px;
    }
}

.rogeyn-wrap {
    padding: 0px!important;
}
.rogeyn-package--dark p,
.rogeyn-package--dark li {color: #fff;}

.rogeyn-package--dark .rogeyn-package__price {color: #82b2e9}

.rogeyn-landing .rogeyn-package li:before {
    display: none!important;
}


.rogeyn-tz-when-grid {
    display: grid;
    gap: 24px;
}

@media (min-width: 640px) {
    .rogeyn-tz-when-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.rogeyn-tz-when-card {
    background: #fff;
    border: 1px solid var(--rg-dark);
    border-radius: var(--rg-radius-card);
    padding: 32px;
    box-shadow: var(--rg-shadow-1);
}

.rogeyn-tz-when-card .rogeyn-kicker {
    margin-bottom: 8px;
    font-size: 13px;
}

.rogeyn-tz-when-card .rogeyn-h2 {
    margin: 0;
    font-size: 1.35rem;
}

.rogeyn-grid-rules {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .rogeyn-grid-rules {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1100px) {
    .rogeyn-grid-rules {
        grid-template-columns: repeat(5, 1fr);
    }
}

.rogeyn-format-card--textonly .rogeyn-format-card__body {
    padding: 22px 20px;
}

.rogeyn-format-card--textonly .material-symbols-outlined {
    font-size: 32px;
    color: var(--rg-primary);
    margin-bottom: 12px;
    display: block;
}

.rogeyn-tz-highlight-grid {
    display: grid;
    gap: 20px;
}

@media (min-width: 768px) {
    .rogeyn-tz-highlight-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.rogeyn-tz-highlight {
    background: var(--rg-surface-container);
    border: 1px solid rgba(27, 26, 24, 0.12);
    border-radius: var(--rg-radius-card);
    padding: 24px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
}
.rogeyn-btn--gradient:hover {
    color: #fff;
    opacity: 0.9;
}


.rogeyn-btn--outline:hover,
.rogeyn-btn--secondary-solid:hover,
.rogeyn-btn--white:hover {
    color: #414141;
}

section#partners,
section#start
{
    padding: 130px 0px;
}


@media (max-width: 768px) {
    section#partners,
    section#start
    {
        padding: 110px 0px;
    }

    .mobile-top-15 {
        margin-top: 15px;
    }
}