/* One-page anasayfa — başvuru ve model listeleme hariç */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 88px;
}

body.onepage-home {
    background: #0a0a0a;
}

.onepage-home .hero-slider-section,
.onepage-home .hero-slider-container {
    overflow: hidden;
}

.op-section {
    position: relative;
    padding: 88px 0;
    overflow: hidden;
}

.op-section + .op-section {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.op-head {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.op-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #e50914;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.op-head h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.op-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 1.05rem;
    line-height: 1.6;
}

.op-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.op-btn-primary {
    background: #e50914;
    color: #fff;
}

.op-btn-primary:hover {
    background: #c40812;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(229, 9, 20, 0.35);
}

.op-btn-ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
}

.op-btn-ghost:hover {
    border-color: #e50914;
    color: #fff;
}

.op-btn-block {
    width: 100%;
}

.op-apply {
    padding: 80px 0;
    background: #0a0a0a;
}

.op-apply .op-head {
    margin-bottom: 32px;
}

.op-apply-cta {
    display: flex;
    justify-content: center;
}

.op-apply-cta .op-btn {
    min-width: min(560px, 90vw);
    min-height: 92px;
    padding: 26px 64px;
    border-radius: 16px;
    font-size: 1.7rem;
    letter-spacing: 0.02em;
}

.op-empty {
    text-align: center;
    padding: 40px 20px;
    border: 1px dashed rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    color: rgba(255, 255, 255, 0.65);
}

.op-kurumsal {
    background: #0a0a0a;
}

.op-about-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
    margin-bottom: 36px;
}

.op-about-story,
.op-mv-card {
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    padding: 28px;
}

.op-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(229, 9, 20, 0.15);
    color: #ff6b73;
    font-size: 0.78rem;
    font-weight: 700;
}

.op-about-story h3,
.op-mv-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.35rem;
}

.op-about-story h4 {
    margin: 18px 0 8px;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 650;
}

.op-about-story p,
.op-mv-card p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.op-about-story p:last-of-type {
    margin-bottom: 22px;
}

.op-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.op-mv-stack {
    display: grid;
    gap: 16px;
}

.op-mv-card i {
    color: #e50914;
    margin-bottom: 10px;
}

.op-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.op-stat {
    padding: 22px 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.op-stat i {
    color: #e50914;
    margin-bottom: 8px;
}

.op-stat strong {
    display: block;
    color: #fff;
    font-size: 1.6rem;
}

.op-stat span,
.op-stat small {
    display: block;
    color: rgba(255, 255, 255, 0.62);
}

.op-models {
    background: #080808;
}

.op-models .op-model-grid,
.op-models .modeller-grid-modern {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.op-models a.model-kart-modern {
    text-decoration: none;
    color: inherit;
    opacity: 1 !important;
    transform: none;
    background: #1a1a1a;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 360px;
    max-height: 380px;
    position: relative;
    width: 100%;
    transition:
        transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

.op-models a.model-kart-modern:hover,
.op-models a.model-kart-modern:focus {
    color: inherit;
    text-decoration: none;
    transform: translateY(-4px) scale(1.01);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.15),
        0 4px 12px rgba(229, 9, 20, 0.08);
    border-color: rgba(229, 9, 20, 0.2);
}

.op-models a.model-kart-modern:focus-visible {
    outline: 2px solid #e50914;
    outline-offset: 3px;
}

.op-models .model-resim-container {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    flex-shrink: 0;
    background: #1a1a1a;
}

.op-models .model-resim {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background: #1a1a1a;
    filter: grayscale(1);
    transition:
        transform 0.4s ease,
        filter 0.3s ease,
        opacity 0.45s ease;
}

.op-models .model-kart-modern:hover .model-resim {
    transform: scale(1.03);
    filter: none;
}

.op-models .model-kart-modern.is-swapping {
    pointer-events: none;
}

.op-models .model-kart-modern.is-swapping .model-resim,
.op-models .model-kart-modern.is-swapping .model-name,
.op-models .model-kart-modern.is-swapping .model-name-overlay {
    opacity: 0;
}

.op-models .model-content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
    background: #191919;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.op-models .model-header {
    text-align: center;
}

.op-models .model-name {
    margin: 0;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.op-models .model-kart-modern:hover .model-name {
    color: #e50914;
}

.op-models .model-package-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
}

.op-models .model-package-icon:empty {
    display: none;
}

.op-models .model-package-icon i {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.op-models .vip-icon {
    background: #d4af37;
    color: #1a1a1a;
}

.op-models .premium-icon {
    background: #c0c0c0;
    color: #1a1a1a;
}

.op-models .model-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.98);
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
    z-index: 20;
}

.op-models .model-kart-modern:hover .model-overlay {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.op-models .model-info-details {
    width: 100%;
    text-align: center;
    color: #fff;
}

.op-models .model-name-overlay {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.op-models .model-details-grid {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.3);
}

.op-models .detail-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-height: 22px;
    padding: 3px 6px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 11px;
}

.op-models .detail-item i {
    width: 14px;
    color: #e50914;
    font-size: 10px;
}

.op-models .detail-label {
    flex: 1;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

.op-models .detail-value {
    color: #fff;
    font-weight: 600;
}

.op-section-cta {
    margin-top: 28px;
    text-align: center;
}

.op-gallery {
    background: #0a0a0a;
}

.op-shorts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}

.op-short {
    display: flex;
    flex-direction: column;
    min-width: 0;
    border-radius: 22px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.op-short-frame {
    position: relative;
    aspect-ratio: 9 / 16;
    background: #000;
}

.op-short-play {
    position: absolute;
    inset: 0;
    padding: 0;
    border: 0;
    background: #000;
    cursor: pointer;
}

.op-short-play img,
.op-short-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    object-fit: cover;
}

.op-short-playicon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.28);
}

.op-short-playicon i {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e50914;
    font-size: 1.2rem;
    box-shadow: 0 10px 28px rgba(229, 9, 20, 0.45);
}

.op-short-play:hover .op-short-playicon i,
.op-short-play:focus-visible .op-short-playicon i {
    transform: scale(1.06);
}

.op-short.is-playing .op-short-play {
    display: none;
}

.op-contact {
    background: #0a0a0a;
}

.op-contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 24px;
    align-items: start;
}

.op-contact-aside {
    display: grid;
    gap: 12px;
}

.op-info-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    border-radius: 14px;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: inherit;
    text-decoration: none;
}

.op-info-card i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e50914;
    color: #fff;
}

.op-info-card span {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.78rem;
}

.op-info-card strong {
    color: #fff;
}

.op-hours {
    padding: 16px;
    border-radius: 14px;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.op-hours h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1rem;
}

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

.op-hours li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.op-form {
    display: grid;
    gap: 14px;
    padding: 24px;
    border-radius: 20px;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.op-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.op-form label {
    display: grid;
    gap: 6px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    font-weight: 600;
}

.op-form label span {
    color: #e50914;
}

.op-form input,
.op-form select,
.op-form textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #0c0c0c;
    color: #fff;
    font: inherit;
}

.op-form input:focus,
.op-form select:focus,
.op-form textarea:focus {
    outline: 2px solid rgba(229, 9, 20, 0.45);
    border-color: #e50914;
}

.op-check {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    font-weight: 500 !important;
}

.op-check input {
    width: auto;
    margin-top: 3px;
}

.op-check span,
.op-check a {
    color: rgba(255, 255, 255, 0.72);
}

.op-check a,
.op-legal-link {
    color: #ff6b73;
}

.op-legal-link {
    display: inline;
    padding: 0;
    border: 0;
    background: none;
    color: #ff6b73;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.op-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
}

.op-form-status {
    min-height: 1.2em;
    margin: 0;
    font-size: 0.9rem;
}

.op-form-status.is-ok {
    color: #7dffa3;
}
.op-form-status.is-err {
    color: #ff8a8a;
}

.op-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.op-faq-cols {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
}

.op-faq-col {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.op-faq-col-head {
    padding: 4px 4px 8px;
}

.op-faq-col-head h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 1.05rem;
}

.op-faq-col-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
}

.op-faq-item {
    border-radius: 14px;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.07);
    padding: 4px 16px;
    min-width: 0;
    transition:
        border-color 0.2s ease,
        background 0.2s ease;
}

.op-faq-item:hover {
    border-color: rgba(255, 255, 255, 0.16);
}

.op-faq-item[open] {
    border-color: rgba(229, 9, 20, 0.35);
    background: #181111;
}

.op-faq-item[hidden],
.op-faq-col[hidden] {
    display: none !important;
}

.op-faq-item summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
    cursor: pointer;
    list-style: none;
    padding: 14px 0;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.op-faq-item summary:focus-visible {
    outline: 2px solid #e50914;
    outline-offset: 2px;
}

.op-faq-item summary::marker,
.op-faq-item summary::-webkit-details-marker {
    display: none;
    content: none;
}

.op-faq-item summary span {
    min-width: 0;
}

.op-faq-item summary::after {
    content: '+';
    flex-shrink: 0;
    color: #e50914;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1;
}

.op-faq-item[open] summary::after {
    content: '–';
}

.op-faq-answer {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.65;
    font-size: 0.92rem;
}

.op-faq-answer p {
    margin: 0 0 12px;
}

.op-faq-answer p:last-child {
    margin-bottom: 0;
}

.op-faq-answer a {
    color: #ff6b73;
    font-weight: 700;
    text-decoration: none;
}

.op-faq-answer a:hover {
    text-decoration: underline;
}

.op-map {
    margin-top: 28px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 280px;
}

.op-map iframe {
    width: 100%;
    height: 450px;
    border: 0;
    display: block;
}

.op-counter {
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
}

.scroll-indicator {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.op-diziler {
    overflow: hidden;
    background: #0a0a0a;
}

.op-dizi-glow {
    display: none;
}

.op-dizi-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px 14px;
}

.op-dizi-card {
    min-width: 0;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition:
        border-color 0.2s ease,
        transform 0.2s ease;
}

.op-dizi-card:hover,
.op-dizi-card:focus-within {
    border-color: #e50914;
    transform: translateY(-3px);
}

.op-dizi-card.is-swapping {
    pointer-events: none;
}

.op-dizi-card.is-swapping .op-dizi-art,
.op-dizi-card.is-swapping .op-dizi-fallback,
.op-dizi-card.is-swapping .op-dizi-name,
.op-dizi-card.is-swapping .op-dizi-year {
    opacity: 0;
}

.op-dizi-art,
.op-dizi-fallback,
.op-dizi-name,
.op-dizi-year {
    transition: opacity 0.14s ease;
}

.op-dizi-open {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.op-dizi-poster {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: #111;
}

.op-dizi-art {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.op-dizi-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    background: #1a1a1a;
}

.op-dizi-hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.op-dizi-card:hover .op-dizi-hover,
.op-dizi-open:focus-visible .op-dizi-hover {
    opacity: 1;
}

.op-dizi-meta {
    display: grid;
    gap: 4px;
    padding: 10px 11px 12px;
    min-height: 62px;
}

.op-dizi-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    font-weight: 700;
    font-size: 0.84rem;
    line-height: 1.35;
}

.op-dizi-year {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.74rem;
    font-weight: 600;
}

.op-dizi-badge {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: #e50914;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
}

.op-dizi-attr {
    margin: 22px 0 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.38);
    font-size: 0.78rem;
}

.op-dizi-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(10px);
}

.op-dizi-modal[hidden] {
    display: none;
}

.op-dizi-dialog {
    position: relative;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 26px;
    width: min(920px, 100%);
    max-height: min(88vh, 760px);
    padding: 26px;
    border-radius: 24px;
    background: #141414;
    border: 1px solid rgba(229, 9, 20, 0.28);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.op-dizi-close {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
}

.op-dizi-modal-media {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #111;
}

.op-dizi-modal-media img,
.op-dizi-modal-media .op-dizi-fallback {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    object-position: center top;
    background: #0c0c0c;
}

.op-dizi-modal-copy .op-dizi-badge {
    position: static;
}

.op-dizi-modal-copy h3 {
    margin: 10px 0 12px;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.2;
}

.op-dizi-modal-copy p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.op-dizi-modal-copy #opDiziModalText {
    max-height: 42vh;
    overflow: auto;
    padding-right: 6px;
}

.op-dizi-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

@media (max-width: 1100px) {
    .op-about-grid,
    .op-contact-grid,
    .op-stats,
    .op-faq-cols {
        grid-template-columns: 1fr 1fr;
    }
    .op-models .op-model-grid,
    .op-models .modeller-grid-modern {
        grid-template-columns: repeat(4, 1fr);
    }
    .op-models .model-resim-container {
        height: 220px;
    }
    .op-dizi-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .op-section {
        padding: 64px 0;
    }
    .op-about-grid,
    .op-contact-grid,
    .op-stats,
    .op-form-row,
    .op-faq-cols {
        grid-template-columns: 1fr;
    }
    .op-models .op-model-grid,
    .op-models .modeller-grid-modern {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px;
    }
    .op-models a.model-kart-modern {
        min-height: 280px;
        max-height: none;
    }
    .op-models .model-resim-container {
        height: 200px;
    }
    .op-shorts {
        grid-template-columns: 1fr;
        max-width: 360px;
    }
    .op-form {
        padding: 18px;
    }
    .op-dizi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .op-dizi-dialog {
        grid-template-columns: 1fr;
    }
    .op-apply {
        padding: 56px 0;
    }
    .op-apply-cta .op-btn {
        min-width: 90vw;
        min-height: 76px;
        font-size: 1.4rem;
        padding: 20px 28px;
    }
}
