/* ==========================================================================
   DRY PAPER PAGE — AVANT-GARDE REDESIGN
   ========================================================================== */

/* --- SHARED COMPONENTS --- */
.dp-page { background: #f5f7f9; overflow: visible; }

.dp-pill {
    display: inline-block; padding: 8px 20px; border-radius: 100px;
    font-size: 0.75rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: 0.1em; background: rgba(57,89,138,0.06);
    color: var(--primary-blue); backdrop-filter: blur(10px);
    border: 1px solid rgba(57,89,138,0.1);
}
.dp-pill--eco { background: rgba(0,194,255,0.1); color: #008bb8; border-color: rgba(0,194,255,0.2); }
.dp-pill--glow {
    background: rgba(255,255,255,0.1); color: white;
    border: 1px solid rgba(255,255,255,0.2);
    box-shadow: 0 0 30px rgba(0,194,255,0.15);
}
.dp-pill--dark { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.8); border-color: rgba(255,255,255,0.1); }

.dp-accent { color: #00c2ff; }

.dp-section-header { text-align: center; margin-bottom: 70px; }
.dp-section-title {
    font-family: 'Outfit', sans-serif; font-size: clamp(2.8rem, 5vw, 4rem);
    color: var(--primary-blue); letter-spacing: -0.04em; font-weight: 800;
    line-height: 1; margin-top: 20px;
}
.dp-section-desc { color: var(--text-muted); font-size: 1.15rem; margin-top: 18px; max-width: 550px; margin-left: auto; margin-right: auto; }

.dp-btn {
    display: inline-block; padding: 20px 42px; border-radius: 16px;
    font-weight: 800; font-size: 1rem; text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16,1,0.3,1); cursor: pointer; border: none;
}
.dp-btn--primary { background: var(--primary-blue); color: white; box-shadow: 0 15px 40px rgba(57,89,138,0.25); }
.dp-btn--primary:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(57,89,138,0.35); }
.dp-btn--ghost { background: transparent; color: white; border: 1px solid rgba(255,255,255,0.3); }
.dp-btn--ghost:hover { background: rgba(255,255,255,0.1); transform: translateY(-3px); }
.dp-btn--warm { background: #00c2ff; color: white; }
.dp-btn--warm:hover { transform: translateY(-4px); box-shadow: 0 15px 40px rgba(0,194,255,0.3); }
.dp-btn--green { background: #00c2ff; color: white; padding: 22px 55px; font-size: 1.1rem; }
.dp-btn--green:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,194,255,0.3); }
.dp-btn--ghost-light { background: rgba(255,255,255,0.1); color: white; border: 1px solid rgba(255,255,255,0.2); }
.dp-btn--ghost-light:hover { background: rgba(255,255,255,0.2); transform: translateY(-3px); }

/* --- SECTION 01: HERO --- */
.dp-hero {
    position: relative; min-height: 100vh; display: flex; align-items: center;
    background: #0a1628; overflow: hidden; padding-top: 120px;
}
.dp-hero__bg { position: absolute; inset: 0; z-index: 1; }
.dp-hero__gradient-orb {
    position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.5;
    animation: dp-orb-drift 12s ease-in-out infinite alternate;
}
.dp-hero__gradient-orb--1 { width: 600px; height: 600px; background: rgba(0,194,255,0.3); top: -15%; left: -10%; }
.dp-hero__gradient-orb--2 { width: 500px; height: 500px; background: rgba(57,89,138,0.4); bottom: -20%; right: -5%; animation-delay: -4s; }
.dp-hero__gradient-orb--3 { width: 350px; height: 350px; background: rgba(0,194,255,0.15); top: 40%; left: 50%; animation-delay: -8s; }

@keyframes dp-orb-drift {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(40px, -30px) scale(1.15); }
}

.dp-hero__noise {
    position: absolute; inset: 0; z-index: 2; opacity: 0.03; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px 200px;
}

.dp-hero__inner {
    position: relative; z-index: 3; display: grid;
    grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center;
}
.dp-hero__title {
    font-family: 'Outfit', sans-serif; font-size: clamp(3.5rem, 8vw, 5.5rem);
    color: white; font-weight: 800; letter-spacing: -0.05em; line-height: 0.92; margin: 25px 0;
}
.dp-hero__title--accent { color: #00c2ff; }
.dp-hero__subtitle { color: rgba(255,255,255,0.65); font-size: 1.15rem; line-height: 1.6; max-width: 480px; margin-bottom: 35px; }

.dp-hero__stats { display: flex; gap: 35px; margin-bottom: 40px; }
.dp-hero__stat { display: flex; flex-direction: column; }
.dp-hero__stat-value { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 800; color: white; }
.dp-hero__stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.45); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }

.dp-hero__actions { display: flex; gap: 15px; flex-wrap: wrap; }

.dp-hero__machine-frame { position: relative; }
.dp-hero__machine-img {
    width: 100%; height: auto; border-radius: 30px;
    filter: drop-shadow(0 40px 80px rgba(0,0,0,0.4));
    animation: dp-float 6s ease-in-out infinite;
}
.dp-hero__machine-glow {
    position: absolute; bottom: -30px; left: 10%; right: 10%; height: 60%;
    background: radial-gradient(ellipse, rgba(0,194,255,0.2) 0%, transparent 70%);
    filter: blur(40px); z-index: -1;
}

@keyframes dp-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.dp-hero__scroll-hint {
    position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
    z-index: 5; display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.dp-hero__scroll-hint span { font-size: 0.7rem; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.2em; font-weight: 700; }
.dp-hero__scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent); animation: dp-scroll-pulse 2s ease-in-out infinite; }
@keyframes dp-scroll-pulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }

/* --- SECTION 02: TICKER --- */
.dp-ticker {
    background: var(--primary-blue); padding: 18px 0; overflow: hidden; position: relative;
}
.dp-ticker__track { display: flex; width: max-content; animation: dp-ticker-scroll 25s linear infinite; }
.dp-ticker__content { display: flex; align-items: center; gap: 40px; padding-right: 40px; }
.dp-ticker__item { font-size: 0.9rem; color: rgba(255,255,255,0.85); white-space: nowrap; font-weight: 500; }
.dp-ticker__item strong { color: white; font-weight: 800; }
.dp-ticker__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--highlight); flex-shrink: 0; }

@keyframes dp-ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* --- SECTION 03: ADVANTAGE BENTO --- */
.dp-advantages { padding: 120px 0; }

.dp-bento {
    display: grid; grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 380px 380px; gap: 25px;
}
.dp-bento__card {
    border-radius: 40px; padding: 45px; display: flex; flex-direction: column;
    justify-content: center; position: relative; overflow: hidden;
    transition: all 0.5s cubic-bezier(0.16,1,0.3,1);
}
.dp-bento__card:hover { transform: translateY(-8px); }

.dp-bento__card--glass {
    background: rgba(255,255,255,0.5); backdrop-filter: blur(30px) saturate(150%);
    -webkit-backdrop-filter: blur(30px) saturate(150%);
    border: 1px solid rgba(255,255,255,0.7); box-shadow: 0 20px 50px rgba(0,0,0,0.04);
}
.dp-bento__card--glass:hover { background: rgba(255,255,255,0.7); box-shadow: 0 30px 70px rgba(57,89,138,0.1); }

.dp-bento__card--eco {
    background: rgba(0,194,255,0.06); border: 1px solid rgba(0,194,255,0.15);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
}
.dp-bento__card--eco:hover { background: rgba(0,194,255,0.1); border-color: rgba(0,194,255,0.3); }

.dp-bento__card--wide { grid-column: span 2; }

.dp-bento__card--dark {
    background: var(--primary-blue); border: none;
}
.dp-bento__card--dark:hover { box-shadow: 0 30px 70px rgba(57,89,138,0.3); }
.dp-bento__dark-glow {
    position: absolute; top: 50%; right: -100px; width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(0,194,255,0.25) 0%, transparent 70%);
    pointer-events: none;
}

.dp-bento__watermark {
    position: absolute; right: -30px; bottom: -40px; font-size: 14rem; font-weight: 900;
    color: rgba(0,194,255,0.04); pointer-events: none; line-height: 1;
    font-family: 'Outfit', sans-serif;
}

.dp-bento__title { font-family: 'Outfit', sans-serif; font-size: 2.2rem; color: var(--primary-blue); font-weight: 800; margin: 18px 0 12px; }
.dp-bento__text { color: var(--text-muted); font-size: 1rem; line-height: 1.6; max-width: 450px; }
.dp-bento__card-title { font-family: 'Outfit', sans-serif; font-size: 1.4rem; color: var(--primary-blue); font-weight: 800; }
.dp-bento__card-text { color: var(--text-muted); font-size: 0.9rem; margin-top: 8px; line-height: 1.5; }

.dp-bento__icon {
    width: 55px; height: 55px; border-radius: 18px; display: flex; align-items: center;
    justify-content: center; font-size: 1.4rem; color: white; background: #00c2ff;
    margin-bottom: 20px; box-shadow: 0 8px 20px rgba(0,194,255,0.25);
}
.dp-bento__icon--blue { background: var(--primary-blue); box-shadow: 0 8px 20px rgba(57,89,138,0.25); }

/* --- SECTION 04: FLAGSHIP --- */
.dp-flagship { padding: 140px 0; position: relative; background: #fbfbfd; }
.dp-flagship__bg-pattern {
    position: absolute; inset: 0; opacity: 0.4; pointer-events: none;
    background-image: radial-gradient(rgba(57,89,138,0.06) 1px, transparent 1px);
    background-size: 30px 30px;
}
.dp-flagship__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; }

.dp-flagship__img-wrapper { position: relative; }
.dp-flagship__img { width: 100%; height: auto; filter: drop-shadow(0 40px 80px rgba(0,0,0,0.1)); transition: transform 0.8s cubic-bezier(0.16,1,0.3,1); }
.dp-flagship__img-wrapper:hover .dp-flagship__img { transform: scale(1.03) translateY(-8px); }

.dp-flagship__spec {
    position: absolute; padding: 18px 25px; border-radius: 22px;
    background: rgba(255,255,255,0.3); backdrop-filter: blur(30px) saturate(150%); 
    -webkit-backdrop-filter: blur(30px) saturate(150%);
    border: 1px solid rgba(255,255,255,0.4); box-shadow: 0 20px 50px rgba(0,0,0,0.05);
    z-index: 5; animation: dp-float 5s ease-in-out infinite;
}
.dp-flagship__spec span { font-weight: 800; color: var(--primary-blue); font-size: 1.1rem; display: block; line-height: 1.1; }
.dp-flagship__spec small { font-size: 0.75rem; color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.dp-flagship__spec--top { top: 80px; right: 80px; animation-delay: -2s; }
.dp-flagship__spec--bottom { bottom: 180px; left: 40px; }

.dp-flagship__desc { font-size: 1.15rem; color: var(--text-muted); line-height: 1.65; margin: 25px 0; }
.dp-flagship__detail-card {
    padding: 28px; border-radius: 24px; background: white;
    border: 1px solid rgba(0,0,0,0.05); margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
.dp-flagship__detail-card p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

/* --- SECTION 05: MOSAIC --- */
.dp-mosaic { padding: 120px 0; }

.dp-mosaic__grid {
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    grid-auto-rows: 300px;
    gap: 25px;
}
.dp-mosaic__item {
    border-radius: 40px; overflow: hidden; position: relative; height: 100%;
    transition: all 0.5s cubic-bezier(0.16,1,0.3,1);
    background: #f8f9fa; padding: 20px;
}
.dp-mosaic__item:hover { transform: translateY(-8px); box-shadow: 0 30px 60px rgba(0,0,0,0.12); }
.dp-mosaic__item--large { 
    grid-column: span 2;
    grid-row: span 2;
    padding: 35px;
}
.dp-mosaic__item img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.8s ease; }
.dp-mosaic__item:hover img { transform: scale(1.05); }

.dp-mosaic__overlay {
    position: absolute; bottom: 30px; left: 30px; width: 350px; padding: 35px;
    background: rgba(255,255,255,0.4); backdrop-filter: blur(40px) saturate(160%);
    -webkit-backdrop-filter: blur(40px) saturate(160%);
    border-radius: 35px; border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}
.dp-mosaic__overlay h4 { font-family: 'Outfit', sans-serif; font-size: 1.4rem; color: var(--primary-blue); font-weight: 800; margin-bottom: 12px; }
.dp-mosaic__overlay ul { list-style: none; padding: 0; margin: 0; }
.dp-mosaic__overlay li { font-size: 0.9rem; color: var(--text-muted); padding: 3px 0; font-weight: 500; }
.dp-mosaic__overlay li::before { content: '•'; color: #00c2ff; margin-right: 8px; font-weight: 900; }

.dp-mosaic__caption {
    position: absolute; bottom: 20px; left: 20px; width: 260px; padding: 22px 28px;
    background: rgba(255,255,255,0.4); backdrop-filter: blur(40px) saturate(160%);
    -webkit-backdrop-filter: blur(40px) saturate(160%);
    border-radius: 28px; border: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}
.dp-mosaic__caption h4 { font-family: 'Outfit', sans-serif; font-size: 1.1rem; color: var(--primary-blue); font-weight: 800; margin: 0; }
.dp-mosaic__caption p { font-size: 0.8rem; color: var(--text-muted); margin-top: 4px; margin-bottom: 0; font-weight: 500; }

.dp-cooperation {
    margin-top: 120px; padding: 35px; border-radius: 30px; display: flex;
    align-items: center; justify-content: center; gap: 50px;
    background: rgba(255,255,255,0.5); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.7);
}
.dp-cooperation__label { font-size: 0.75rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.1em; }
.dp-cooperation__logos { display: flex; gap: 50px; }
.dp-cooperation__logos span { font-family: 'Outfit', sans-serif; font-size: 1.8rem; font-weight: 800; color: var(--primary-blue); opacity: 0.35; }

/* --- SECTION 06: PROCESS --- */
.dp-process {
    padding: 140px 0; background: #0a1628; color: white; position: relative;
    border-radius: 60px; margin: 0 20px;
}
.dp-process__header { margin-bottom: 80px; }
.dp-process__title { font-family: 'Outfit', sans-serif; font-size: clamp(2.5rem, 5vw, 3.5rem); color: white; font-weight: 800; letter-spacing: -0.04em; line-height: 1.1; margin-top: 20px; }
.dp-process__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }

.dp-process__step {
    padding: 40px; border-radius: 30px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}
.dp-process__step:hover { background: rgba(255,255,255,0.08); transform: translateY(-6px); border-color: rgba(0,194,255,0.2); }
.dp-process__step-num { font-family: 'Outfit', sans-serif; font-size: 3rem; font-weight: 900; color: #00c2ff; opacity: 0.2; line-height: 1; margin-bottom: 20px; }
.dp-process__step-content h4 { font-family: 'Outfit', sans-serif; font-size: 1.4rem; font-weight: 800; margin-bottom: 12px; color: white; }
.dp-process__step-content p { font-size: 0.9rem; color: rgba(255,255,255,0.55); line-height: 1.6; }

/* --- SECTION 07: FAQ --- */
.dp-faq { padding: 120px 0; background: #fbfbfd; }
.dp-faq__list { max-width: 850px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }

.dp-faq__item {
    border-radius: 24px; overflow: hidden;
    background: rgba(255,255,255,0.6); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.8); box-shadow: 0 5px 20px rgba(0,0,0,0.02);
    transition: all 0.4s ease;
}
.dp-faq__item:hover { box-shadow: 0 15px 40px rgba(57,89,138,0.08); }
.dp-faq__item--open { background: white; border-color: rgba(0,194,255,0.2); }

.dp-faq__trigger {
    width: 100%; display: flex; align-items: center; gap: 20px;
    padding: 28px 35px; background: none; border: none; cursor: pointer; text-align: left;
}
.dp-faq__number { font-family: 'Outfit', sans-serif; font-size: 0.8rem; font-weight: 800; color: #00c2ff; min-width: 30px; }
.dp-faq__question { flex: 1; font-family: 'Outfit', sans-serif; font-size: 1.15rem; color: var(--primary-blue); font-weight: 800; }
.dp-faq__icon {
    width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    background: rgba(57,89,138,0.06); color: var(--primary-blue); font-size: 1.2rem; font-weight: 700;
    transition: transform 0.3s ease;
}
.dp-faq__item--open .dp-faq__icon { transform: rotate(45deg); background: rgba(0,194,255,0.1); color: #00c2ff; }

.dp-faq__answer {
    max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.16,1,0.3,1), padding 0.4s ease;
    padding: 0 35px 0 85px;
}
.dp-faq__item--open .dp-faq__answer { max-height: 200px; padding: 0 35px 28px 85px; }
.dp-faq__answer p { color: var(--text-muted); font-size: 1rem; line-height: 1.65; }

/* --- SECTION 08: CTA --- */
.dp-cta { padding: 0 0 120px; }
.dp-cta__card {
    background: var(--primary-blue); border-radius: 60px; padding: 120px 80px;
    text-align: center; position: relative; overflow: hidden;
}
.dp-cta__glow {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(0,194,255,0.25) 0%, transparent 65%);
    pointer-events: none; animation: dp-orb-drift 10s ease-in-out infinite alternate;
}
.dp-cta__content { position: relative; z-index: 2; }
.dp-cta__title { font-family: 'Outfit', sans-serif; font-size: clamp(2.8rem, 6vw, 4.5rem); color: white; font-weight: 800; letter-spacing: -0.04em; line-height: 1; margin-bottom: 25px; }
.dp-cta__desc { color: rgba(255,255,255,0.7); font-size: 1.2rem; margin-bottom: 45px; max-width: 600px; margin-left: auto; margin-right: auto; }
.dp-cta__actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
    .dp-hero__inner { 
        display: flex !important;
        flex-direction: column-reverse !important;
        text-align: center; 
        gap: 0 !important;
    }
    .dp-hero__machine-frame { 
        width: 100% !important; 
        margin: 0 auto 20px !important; 
        max-width: 420px; 
    }
    .dp-hero__machine-img {
        transform: none !important;
    }
    .dp-hero__subtitle, .dp-hero__stats, .dp-hero__actions { justify-content: center; margin-left: auto; margin-right: auto; }
    .dp-hero__actions { margin-bottom: 100px !important; }
    .dp-hero__scroll-hint { bottom: 20px !important; }
    .dp-bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .dp-flagship__grid { grid-template-columns: 1fr; gap: 50px; }
    .dp-mosaic__grid { grid-template-columns: 1fr 1fr; }
    .dp-mosaic__item--large { grid-column: span 2; }
    .dp-process__steps { grid-template-columns: 1fr 1fr; }
    .dp-process { border-radius: 40px; margin: 0 10px; }
}

@media (max-width: 768px) {
    .dp-bento { grid-template-columns: 1fr; }
    .dp-bento__card--wide { grid-column: span 1; }
    .dp-mosaic__grid { grid-template-columns: 1fr; }
    .dp-mosaic__item--large { grid-column: span 1; height: 320px; }
    .dp-process__steps { grid-template-columns: 1fr; }
    .dp-cta__card { padding: 80px 30px; border-radius: 40px; }
    .dp-hero { padding-top: 140px; }
    .dp-flagship__spec { display: none; }
    .dp-cooperation { flex-direction: column; gap: 20px; }
    .dp-flagship__detail-card { padding: 20px; }
    .dp-hero__stats { gap: 20px; }
    .dp-hero__stat-value { font-size: 1.6rem; }
}

@media (max-width: 640px) {
    .dp-hero__title { font-size: 3rem !important; }
    .dp-hero__subtitle { font-size: 1rem; }
    .dp-hero__actions { flex-direction: column; }
    .dp-hero__actions .dp-btn { width: 100%; text-align: center; }
    
    .dp-section-title { font-size: 2.4rem !important; }
    
    .dp-bento__title { font-size: 1.8rem; }
    .dp-bento__card { padding: 30px; }
    
    .dp-flagship { padding: 80px 0; }
    .dp-mosaic { padding: 80px 0; }
    .dp-process { padding: 80px 0; border-radius: 30px; }
    
    /* Overwrite inline styles for the custom CTA */
    .dp-cta-overhaul .container > div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
        padding: 60px 30px !important;
        text-align: center !important;
    }
    
    .dp-cta-overhaul h2[style*="font-size: 4.5rem"] {
        font-size: 2.5rem !important;
    }
    
    .dp-cta-overhaul p[style*="font-size: 1.3rem"] {
        font-size: 1rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .dp-cta-overhaul div[style*="display: flex"][style*="gap: 20px"] {
        flex-direction: column !important;
    }
    
    .dp-cta-overhaul div[style*="display: flex"][style*="gap: 15px"] {
        justify-content: center !important;
    }
}
