:root {
	--text-main: #111827;
	--text-muted: #6b7280;
	--line: #e5e7eb;
	--blue: #2563eb;
	--blue-soft: #93c5fd;
	--section-gray: #f9fafb;
	--section-white: #ffffff;

	--hero-bg1: #962fbf; 
	--hero-bg2: #1d2aba; 

	--hero-color1: 214, 41, 118; 
	--hero-color2: 250, 126, 30; 
	--hero-color3: 254, 218, 117;
	--hero-color4: 214, 41, 118; 
	--hero-color5: 250, 126, 30; 

	--hero-color4: 79, 91, 213;  
	--hero-color5: 150, 47, 191; 

	--hero-color-interactive: 140, 100, 255;
	--hero-circle-size: 80%;
	--hero-blending: hard-light;
}

* {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	/* font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
		Arial, sans-serif; */
	font-family: "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
		sans-serif;
	color: var(--text-main);
	background: #fff;
}

.container {
	width: min(1200px, calc(100% - 3rem));
	margin: 0 auto;
}

.section-white {
	background: var(--section-white);
}

.section-gray {
	background: var(--section-gray);
}

.min-h-screen {
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.py-32 {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.mb-16 {
	margin-bottom: 4rem;
}

.mb-12 {
	margin-bottom: 3rem;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mt-6 {
	margin-top: 1.5rem;
}

.max-w-2xl {
	max-width: 42rem;
}

.max-w-xl {
	max-width: 36rem;
}

.glass {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	/* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); */
}

.hero-inner {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background: linear-gradient(40deg, var(--hero-bg1), var(--hero-bg2));
}

.hero-gradient-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.hero-gradient-svg {
	display: none;
}

.hero-gradients-container {
	position: absolute;
	inset: 0;
	filter: url(#hero-goo) blur(40px);
}

.hero-g1,
.hero-g2,
.hero-g3,
.hero-g4,
.hero-g5,
.hero-g6,
.hero-g7,
.hero-interactive {
	position: absolute;
	mix-blend-mode: var(--hero-blending);
	background-repeat: no-repeat;
}

.hero-g1 {
    background: radial-gradient(circle at center, rgba(255, 255, 0, 1) 0, rgba(255, 255, 0, 0) 50%);
    width: 90%;
    height: 90%;
    top: 30%;
    left: 10%;
    transform-origin: center center;
    animation: heroMoveVertical 22s ease-in-out infinite;
    opacity: 0.95;
    mix-blend-mode: normal;
}

.hero-g2 {
    background: radial-gradient(circle at center, rgba(187, 0, 255, 0.95) 0, rgba(255, 165, 0, 0) 50%);
    width: 80%;
    height: 80%;
    top: 60%;
    left: 20%;
    transform-origin: 20% 80%;
    animation: heroMoveInCircle 18s reverse infinite;
    opacity: 0.88;
    mix-blend-mode: normal;
}

.hero-g3 {
    background: radial-gradient(circle at center, rgba(255, 191, 0, 0.92) 0, rgba(255, 0, 255, 0) 50%);
    width: 65%;
    height: 65%;
    top: 40%;
    left: 60%;
    transform-origin: 80% 20%;
    animation: heroMoveHorizontal 28s linear infinite;
    opacity: 0.92;
    mix-blend-mode: normal;
}

.hero-g4 {
    background: radial-gradient(circle at center, rgba(255, 105, 180, 0.85) 0, rgba(255, 105, 180, 0) 50%);
    width: 70%;
    height: 70%;
    top: 20%;
    left: 70%;
    transform-origin: 70% 30%;
    animation: heroMoveDiagonal 32s ease-in-out infinite;
    opacity: 0.85;
    mix-blend-mode: normal;
}

.hero-g5 {
    background: radial-gradient(circle at center, rgba(150, 47, 191, 0.8) 0, rgba(150, 47, 191, 0) 50%);
    width: 80%;
    height: 80%;
    top: 55%;
    left: 50%;
    transform-origin: 50% 90%;
    animation: heroMoveWobble 26s ease-in-out infinite;
    opacity: 0.8;
    mix-blend-mode: normal;
}

.hero-g6 {
	background: radial-gradient(circle at center, rgba(255, 242, 0, 0.8) 0, rgba(150, 47, 191, 0) 50%);
	width: 65%;
	height: 65%;
	top: calc(50% - var(--hero-circle-size) / 2 + 140px);
	left: calc(50% - var(--hero-circle-size) / 2 - 360px);
	transform-origin: calc(50% + 400px);
	animation: heroMoveInCircle 36s linear infinite;
	opacity: 0.82;
}

.hero-g7 {
	background: radial-gradient(circle at center, rgba(255, 140, 0, 0.8) 0, rgba(150, 47, 191, 0) 50%);
	width: 65%;
	height: 65%;
	top: calc(50% - var(--hero-circle-size) / 2 + 140px);
	left: calc(50% - var(--hero-circle-size) / 2 - 360px);
	transform-origin: calc(50% + 400px);
	animation: heroMoveInCircle 36s linear infinite;
	opacity: 0.82;
}

.hero-interactive {
	background: radial-gradient(circle at center, rgba(var(--hero-color-interactive), 0.8) 0, rgba(var(--hero-color-interactive), 0) 50%);
	width: 100%;
	height: 100%;
	top: -50%;
	left: -50%;
	opacity: 0.7;
}

.hero-main {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    min-width: 0;
}

.hero-avatar {
	width: 10rem;
	height: 10rem;
	border-radius: 9999px;
	background: url("images/profile_picture.png") center / cover no-repeat;
	box-shadow: 0 4px 48rem rgba(0, 0, 0, 0.6);
	border: 2px solid #e5e7eb; 
}

.hero-copy {
    min-width: 0;
}


.hero-title {
    margin: 0;
    font-size: clamp(2.6rem, 4vw, 3.2rem);
    line-height: 1.05;
    font-weight: 750;
	color: #fff;
	
	text-shadow: 0 0 5rem rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    margin: 0.5rem 0 0;
    font-size: clamp(1.15rem, 1.8vw, 1.4rem);
    line-height: 1.35;
	color: rgba(255, 255, 255, 0.88);
	text-shadow: 0 0 4rem rgba(0, 0, 0, 1);
}

.hero-instagram {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 2.8rem;
    height: 2.8rem;
    text-decoration: none;
    border: 0;
    background: transparent;
    outline: none;
    transition: transform 0.22s ease;
    will-change: transform;
}


.hero-instagram:hover,
.hero-instagram:focus-visible {
    transform: translateY(-2px) scale(1.05);
}


.hero-instagram:hover .hero-instagram-icon,
.hero-instagram:focus-visible .hero-instagram-icon {
    transform: none;
}

.hero-instagram::before {
    content: "";
    position: absolute;
    inset: -0.18rem; 
/*     border-radius: 9999px;
    background: conic-gradient(
        from 210deg,
        #feda75 0deg,
        #fa7e1e 90deg,
        #d62976 190deg,
        #962fbf 260deg,
        #4f5bd5 330deg,
        #feda75 360deg
    );
    filter: blur(16px);
    opacity: 0.3; */
    transform: scale(0.98);
    transition: opacity 0.22s ease, transform 0.22s ease;
    pointer-events: none;
}

.hero-instagram-icon {
	position: relative;
	z-index: 1;
	width: 5.5rem;
	height: 5.5rem;
	display: block;
	transition: transform 0.22s ease;
	filter: brightness(0) invert(1);
	filter: brightness(0) invert(1) drop-shadow(0 0 12px rgba(0, 0, 0, 0.3));
}

.hero-instagram-info {
    position: absolute;
    right: calc(100% + 0.8rem);
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 0.8rem;
    padding: 0.5rem 0.7rem;
    font-size: 0.85rem;
    color: #374151;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.hero-instagram:hover .hero-instagram-info,
.hero-instagram:focus-visible .hero-instagram-info {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.hero-instagram:hover .hero-instagram-icon,
.hero-instagram:focus-visible .hero-instagram-icon {
    transform: translateY(-2px) scale(1.05);
}

.hero-instagram:hover::before,
.hero-instagram:focus-visible::before {
    opacity: 0.16;
    transform: scale(0.98);
}

@keyframes heroMoveInCircle {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes heroMoveVertical {
	0% {
		transform: translateY(-50%);
	}
	50% {
		transform: translateY(50%);
	}
	100% {
		transform: translateY(-50%);
	}
}

@keyframes heroMoveHorizontal {
	0% {
		transform: translateX(-50%) translateY(-10%);
	}
	50% {
		transform: translateX(50%) translateY(10%);
	}
	100% {
		transform: translateX(-50%) translateY(-10%);
	}
}

@media (min-width: 961px) {
    .hero-inner {
        padding-inline: clamp(1rem, 2vw, 2rem);
    }

    .hero-avatar {
        width: 15rem;
        height: 15rem;
    }

    .hero-title {
        font-size: clamp(3.6rem, 6vw, 4.8rem);
    }

    .hero-subtitle {
        font-size: clamp(1.7rem, 2.4vw, 2.1rem);
    }

    .hero-instagram {
        width: 4.2rem;
        height: 4.2rem;
    }

    .hero-instagram-icon {
        width: 7.5rem;
        height: 7.5rem;
    }

    .hero-main {
        transform: none;
        will-change: auto;
    }
}

.btn {
	border: 1px solid transparent;
	border-radius: 1rem;
	padding: 0.85rem 1.2rem;
	font-size: 0.95rem;
	cursor: pointer;
	transition: all 0.2s ease;
	font-family: inherit;
}

.btn-primary {
	background: var(--text-main);
	color: #fff;
}

.btn-primary:hover {
	filter: brightness(1.08);
}

.section-title {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 4.2vw, 2.25rem);
	font-weight: 600;
}

.section-copy {
	margin: 0px 0px 1.3rem 0px;
	color: var(--text-muted);
	line-height: 1.6;
}

.video-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.5rem;
}

.card {
	border-radius: 1.5rem;
	overflow: hidden;
	transition: transform 0.5s ease;
}

.card:hover {
	transform: scale(1.03);
}

.card-content {
	min-height: 18rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9ca3af;
}

.video-player-wrap {
	border-radius: 1.5rem;
	overflow: hidden;
}

.video-player {
	aspect-ratio: 16 / 9;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--text-muted);
	background: linear-gradient(135deg, #dbeafe, #93c5fd);
}

.app-link {
	display: inline-block;
	margin-top: 0.5rem;
	color: var(--blue);
	text-decoration: none;
}

.app-link:hover {
	text-decoration: underline;
}

.type-selector {
	display: flex;
	gap: 1rem;
}

.type-btn {
	border: 1px solid var(--line);
	background: #fff;
	color: var(--text-main);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.25s ease,
		color 0.25s ease, border-color 0.25s ease;
}

.type-btn:hover {
	transform: translateY(-1px);
	/* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
}

.type-btn:active {
	transform: translateY(0) scale(0.98);
}

.type-btn.active {
	border-color: transparent;
	/* background: var(--text-main); */
	background: var(--blue);
	color: #fff;
	/* box-shadow: 0 10px 22px rgba(17, 24, 39, 0.28); */
}

.type-btn.btn-press {
	animation: typeBtnPress 0.28s ease;
}

.contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
}

.contact-success {
	max-width: 42rem;
	padding: 2rem;
	border-radius: 1.25rem;
	text-align: center;
	margin-top: 0.75rem;
}

.contact-success .section-title {
	margin-bottom: 0.65rem;
}

.contact-success .section-copy {
	margin-bottom: 0;
}

.input,
.dropdown-toggle {
	width: 100%;
	border-radius: 1rem;
	border: 1px solid #acacac;
	background: rgba(255, 255, 255, 0.6);
	padding: 1rem;
	outline: none;
	color: var(--text-main);
	font-size: 0.95rem;
	font-family: inherit;
}

.input:focus,
.dropdown-toggle:focus-visible {
	border-color: #93c5fd;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}

.input.input-error,
.dropdown-toggle.input-error {
	border-color: #ef4444;
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.22);
}

.captcha-wrap {
	border-radius: 1rem;
	padding: 0.25rem;
	transition: box-shadow 0.2s ease;
}

.captcha-wrap.input-error {
	box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.22);
}

.dropdown {
	position: relative;
}

.dropdown-toggle {
	cursor: pointer;
	text-align: left;
}

.dropdown-menu {
	position: absolute;
	top: calc(100% + 0.5rem);
	left: 0;
	right: 0;
	border-radius: 1rem;
	overflow: hidden;
	z-index: 20;
	animation: dropdownIn 0.2s ease;
}

.dropdown-item {
	width: 100%;
	border: 0;
	background: transparent;
	text-align: left;
	padding: 0.75rem 1rem;
	cursor: pointer;
	font-family: inherit;
	color: var(--text-main);
}

.dropdown-item:hover {
	background: #eff6ff;
}

.send-btn {
	grid-column: 1 / -1;
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
	font-size: 1.05rem;
	background: #9ca3af;
	color: #fff;
	border-color: transparent;
	cursor: not-allowed;
	opacity: 0.95;
	transition: background-color 0.28s ease, box-shadow 0.28s ease, transform 0.18s ease,
		opacity 0.28s ease;
}

.send-btn.is-ready {
	background: var(--blue);
	cursor: pointer;
	opacity: 1;
	animation: sendReadyPulse 1.6s ease-in-out infinite;
}

.send-btn.is-ready:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 26px rgba(37, 99, 235, 0.35);
}

.send-btn.is-ready:active {
	transform: scale(0.985);
}

.send-btn:disabled {
	pointer-events: none;
}

.send-btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.28);
}

.footer {
	border-top: 1px solid var(--line);
	color: var(--text-muted);
	padding: 4rem 0;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.imprint-btn {
	border: 0;
	background: transparent;
	color: var(--text-muted);
	cursor: pointer;
	transition: color 0.2s ease;
	font-family: inherit;
	font-size: 1rem;
}

.imprint-btn:hover {
	color: var(--blue);
}

.reveal-on-load,
.reveal-on-scroll,
.form-item {
    opacity: 0;
    filter: blur(20px);
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
    will-change: opacity, transform, filter;
}

.reveal-on-load,
.reveal-on-scroll[data-transition="up"],
.form-item {
	filter: blur(20px);
	transform: translateY(40px);
}

.reveal-on-scroll[data-transition="blur-up"] {
    filter: blur(10px);
    transform: translateY(80px);
}

.reveal-on-scroll[data-transition="scale-blur"] {
    filter: blur(10px);
    transform: scale(0.9);
}

.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
}

.animate-form .form-item {
    animation: formItemIn 0.35s ease forwards;
    animation-delay: calc(var(--i) * 0.03s);
    will-change: opacity, transform, filter;
}

@keyframes dropdownIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes formItemIn {
    from {
        opacity: 0;
        transform: translateY(15px);
        filter: blur(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes sendReadyPulse {
	0%,
	100% {
		filter: brightness(1);
	}
	50% {
		filter: brightness(1.08);
	}
}

@keyframes typeBtnPress {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.96);
	}
	100% {
		transform: scale(1);
	}
}

@media (max-width: 960px) {
	.hero-inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.hero-main {
		flex-direction: column;
		align-items: center;
	}

	.hero-copy {
		text-align: center;
	}

	.hero-instagram {
		margin-left: 0;
		margin-top: 0.25rem;
	}

	.hero-instagram-info {
		right: auto;
		left: 50%;
		top: calc(100% + 0.55rem);
		transform: translateX(-50%) translateY(-8px);
	}

	.hero-instagram:hover .hero-instagram-info,
	.hero-instagram:focus-visible .hero-instagram-info {
		transform: translateX(-50%) translateY(0);
	}
}

@media (min-width: 641px) and (max-width: 960px) {
    .hero {
        overflow: hidden; 
    }

    .hero-inner {
        padding-inline: 1rem;
        padding-right: 1.2rem;
        gap: 1rem;
    }

    .hero-main {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
        transform: none !important;
        margin-left: 0;
    }

    .hero-avatar {
        width: clamp(7.5rem, 11.5vw, 9.5rem);
        height: clamp(7.5rem, 11.5vw, 9.5rem);
        flex-shrink: 0;
        margin: 0;
        box-shadow: 0 8px 40px rgba(0, 0, 0, 0.32);
    }

    .hero-copy {
        min-width: 0;
        text-align: left;
    }

    .hero-instagram {
        margin-left: 1rem;
        margin-top: 0;
        flex: 0 0 auto;
        padding-right: 0.4rem;
    }

    .hero-instagram-icon {
        width: 5.5rem;
        height: 5.5rem;
    }
}

#contact {
    position: relative;
    z-index: 2;
}

@media (max-width: 640px) {
	.container {
		width: min(1200px, calc(100% - 2rem));
	}

	.py-32 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.type-selector {
		flex-wrap: wrap;
	}

	.contact-form {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.field-wide {
		grid-column: 1;
	}

	.send-btn {
		grid-column: 1;
	}

	.footer-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
	}
}


.reveal-on-load.is-visible,
.reveal-on-scroll.is-visible,
.form-item.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
    
}


.dropdown-menu.glass,
.dropdown-menu {
    background: #ffffff !important;
    background-color: #ffffff !important;
    backdrop-filter: none !important;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
    border: 1px solid rgba(0,0,0,0.06);
}

.field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
}

.field-label {
    font-size: 0.86rem;
    font-weight: 600;
    color: #374151;
}

.field-wide {
    grid-column: 1 / -1;
}

select.input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%), linear-gradient(135deg, #6b7280 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 2.3rem;
}

.textarea-project {
    min-height: 9rem;
    resize: vertical;   
    max-width: 100%;    
}

.contact-form,
.field,
.form-item {
    overflow: visible;
}

.form-item {
    position: relative;
}

.form-item.dropdown-open {
    z-index: 80; 
}

.dropdown {
    position: relative;
    z-index: 1;
}

.dropdown-menu {
    z-index: 2000;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}


.dropdown-caret {
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid #6b7280;
    border-bottom: 2px solid #6b7280;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: transform 0.22s ease;
    flex: 0 0 auto;
    margin-left: auto;
}


.dropdown-toggle[aria-expanded="true"] .dropdown-caret {
    transform: rotate(-135deg);
}


@keyframes heroMoveVertical {
    0% { transform: translateY(-30px); }
    25% { transform: translateY(40px); }
    50% { transform: translateY(-20px); }
    75% { transform: translateY(60px); }
    100% { transform: translateY(-30px); }
}

@keyframes heroMoveHorizontal {
    0% { transform: translateX(-40px); }
    25% { transform: translateX(60px); }
    50% { transform: translateX(-20px); }
    75% { transform: translateX(80px); }
    100% { transform: translateX(-40px); }
}

@keyframes heroMoveInCircle {
    0% { transform: rotate(0deg) scale(1); }
    25% { transform: rotate(90deg) scale(1.05); }
    50% { transform: rotate(180deg) scale(0.98); }
    75% { transform: rotate(270deg) scale(1.02); }
    100% { transform: rotate(360deg) scale(1); }
}

@keyframes heroMoveDiagonal {
    0% { transform: translate(0, 0); }
    20% { transform: translate(40px, 40px); }
    40% { transform: translate(-30px, 60px); }
    60% { transform: translate(60px, -30px); }
    80% { transform: translate(-40px, -40px); }
    100% { transform: translate(0, 0); }
}

@keyframes heroMoveWobble {
    0% { transform: scale(1) rotate(0deg); }
    20% { transform: scale(1.08) rotate(10deg); }
    40% { transform: scale(0.95) rotate(-8deg); }
    60% { transform: scale(1.03) rotate(6deg); }
    80% { transform: scale(0.97) rotate(-6deg); }
    100% { transform: scale(1) rotate(0deg); }
}

.dropdown-number-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6em;
    height: 1.6em;
    margin-right: 0.7em;
    font-size: 1em;
    font-weight: 600;
    color: #fff;
    background: /* var(--blue, #000000); */ #4576e0;
    border-radius: 0.5em;
    box-shadow: 0 2px 8px rgba(37,99,235,0.08);
    flex-shrink: 0;
}