/*
	Theme Name: AGC-VISION
	Theme URI: http://twoja-domena.pl/
	Author: Twoje Imię i Nazwisko
	Author URI: http://twoja-strona-portfolio.pl/
	Description: 
	Version: 1.0.0
	Text Domain: agc-vision
	Tags: 
*/

/* outfit-300 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/outfit-v15-latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/outfit-v15-latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* outfit-500 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/outfit-v15-latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
	--primary: hsl(210, 64%, 25%);
	--secondary: hsl(201, 65%, 53%);
	--tertiary: hsl(210, 35%, 43%);
	--quaternary: hsl(201, 65%, 80%);

	--primary-gradient: radial-gradient(circle at left bottom, hsl(210, 44%, 45%), hsl(210, 42%, 47%));
	--secondary-gradient: radial-gradient(circle at left bottom, hsl(201, 65%, 53%), hsl(201, 50%, 68%));
	--tertiary-gradient: radial-gradient(circle at left bottom, hsl(210, 35%, 43%), hsl(210, 35%, 58%));
	--quaternary-gradient: radial-gradient(circle at bottom left, hsl(201, 47%, 98%), hsl(201, 46%, 99%));

	
	--left-bottom-gradient: radial-gradient(circle at left bottom, hsl(201, 48%, 97%) 20%, hsl(0, 0%, 99%) 60%);
	--right-top-gradient: radial-gradient(circle at right top, hsl(201, 48%, 97%) 20%, hsl(0, 0%, 99%) 60%);

	--text-primary: #0B1E31;
	--text-secondary: #174068;
	--text-light: #A9D5ED;

	--text-hover: #399FD5;

	--neutral-0: hsl(0, 0%, 99%);
	--neutral-1: #FAFAFA;
	--neutral-2: #F7F7F7;
	--neutral-3: #F4F4F4;
	--neutral-4: #F1F1F1;

	--gradient-1: hsl(210, 64%, 24%);
	--gradient-2: hsl(210, 64%, 29%);

	--border-primary: rgba(23, 64, 104, .08);

	--opacity-01: rgba(23, 64, 104, .01);
	--opacity-02: rgba(23, 64, 104, .02);
	--opacity-04: rgba(23, 64, 104, .04);
	--opacity-08: rgba(23, 64, 104, .08);
	--opacity-12: rgba(23, 64, 104, .12);
	--opacity-24: rgba(23, 64, 104, .24);

	--border-radius-min: .375rem;
	--border-radius-small: .75rem;
	--border-radius-medium: 1.25rem;
	--border-radius-large: 1.75rem;

	--box-shadow: 0 .75rem 2rem -.5rem rgba(23, 64, 104, .08);
	--box-shadow-strong: 0 .25rem .5rem rgba(44, 46, 53, .12);
}

* {
	border: none;
	box-sizing: border-box;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	outline: none;
	padding: 0;
}

html {
  	scroll-behavior: smooth;
}

body {
	background-color: var(--neutral-0);
}

body {overflow-x:hidden;}

p, li, a, label, input, button {
	color: var(--text-primary);
	font-size: 1.125rem;
	letter-spacing: 1%;
	line-height: 1.5;
	text-decoration: none;
	width: fit-content;
	/* text-align: justify; */
}

@media (max-width: 400px) {
	p, li, a, label, input, button {
		font-size: 1rem;
	}
}

p strong {
	font-size: inherit;
	font-weight: 500;
}

p.strong-400 {
	font-weight: 400;
}

p.strong-500 {
	font-weight: 500;
}

p.small {
	font-size: 1rem;
}

li {
	list-style-type: none;
}

li span {
	font-size: inherit;
	font-weight: 400;
}

a {
	color: var(--text-primary);
	transition: all 250ms ease-in-out;
}

a:hover {
	color: var(--text-hover);
	cursor: pointer;
}

h1 {

}

h2, h1 {
	display: flex;
	flex-direction: column;
}

h2 span:last-of-type, h1 span:last-of-type {
	color: var(--text-primary);
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: -1%;
	line-height: 1.8;
	width: 100%;
}

h2 span:first-of-type, h1 span:first-of-type {
	color: var(--text-hover);
	background: var(--secondary-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.2;
	/* font-weight: 400; */
}
@media (min-width: 768px) {
	h2 span:last-of-type, h1 span:last-of-type {
		font-size: 1.75rem;
	}

	h2 span:first-of-type, h1 span:first-of-type {
		font-size: 2.625rem;
	}
}
@media (min-width: 1280px) {
	h2 span:last-of-type, h1 span:last-of-type {
		font-size: 2.25rem;
	}

	h2 span:first-of-type, h1 span:first-of-type {
		font-size: 3.375rem;
	}
}

h3 {
	color: var(--text-primary);
	display: flex;
	flex-direction: column;
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: -1%;
	line-height: 1.25;
	width: fit-content;
}

h3 strong {
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	font-weight: 500;
}

@media (min-width: 768px) {
	h3 {
		font-size: 1.625rem;
	}
}

@media (min-width: 1280px) {
	h3 {
		font-size: 1.875rem;
	}
}





















.container, .container-fluid {
	inset: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%;
}

.container {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.container-fluid {
	max-width: 1920px;
}

@media (min-width: 640px) {
	.container {
		max-width: 620px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 748px;
	}
}

@media (min-width: 1024px) {
	.container {
		max-width: 1004px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1260px;
	}
}

@media (min-width: 1536px) {
	.container {
		max-width: 1516px;
	}
}

section {
	padding: 4rem 0;
}

@media (min-width: 768px) {
	section {
		padding: 5.5rem 0;
	}
}

@media (min-width: 1280px) {
	section {
		padding: 7rem 0;
	}
}


/* other */
.py-small {
	padding-bottom: .75rem;
	padding-top: .75rem;
}

@media (min-width: 768px) {
	.py-small {
		padding-bottom: .875rem;
		padding-top: .875rem;
	}
}

@media (min-width: 1280px) {
	.py-small {
		padding-bottom: 1rem;
		padding-top: 1rem;
	}
}

.py-medium {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}

@media (min-width: 768px) {
	.py-medium {
		padding-bottom: 1.75rem;
		padding-top: 1.75rem;
	}
}

@media (min-width: 1280px) {
	.py-medium {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
}
.py-large {
	padding-bottom: 1.625rem;
	padding-top: 1.625rem;
}

@media (min-width: 768px) {
	.py-large {
		padding-bottom: 2.125rem;
		padding-top: 2.125rem;
	}
}

@media (min-width: 1280px) {
	.py-large {
		padding-bottom: 2.625rem;
		padding-top: 2.625rem;
	}
}

.px-small {
	padding-left: .75rem;
	padding-right: .75rem;
}

@media (min-width: 768px) {
	.px-small {
		padding-left: .875rem;
		padding-right: .875rem;
	}
}

@media (min-width: 1280px) {
	.px-small {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.px-medium {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 768px) {
	.px-medium {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}

@media (min-width: 1280px) {
	.px-medium {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.px-large {
	padding-left: 1.625rem;
	padding-right: 1.625rem;
}

@media (min-width: 768px) {
	.px-large {
		padding-left: 2.125rem;
		padding-right: 2.125rem;
	}
}

@media (min-width: 1280px) {
	.px-large {
		padding-left: 2.625rem;
		padding-right: 2.625rem;
	}
}



















/* header */
header {
	background: linear-gradient(180deg, var(--neutral-0) 20%, transparent 80%);
	left: 0;
	padding: .75rem 0 0 0;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999;
}

.navbar {
	align-items: center;
	background-color: var(--neutral-0);
	border: 1px solid var(--border-primary);
	border-radius: var(--border-radius-small);
	box-shadow: var(--box-shadow);
	column-gap: 1rem;
	display: grid;
	grid-template-columns: 7rem 1fr auto;
	width: 100%;
}

@media (min-width: 768px) {
	.navbar {
		column-gap: 1.75rem;
		grid-template-columns: 7.5rem 1fr auto;
	}
}

@media (min-width: 1280px) {
	.navbar {
		column-gap: 2.5rem;
		grid-template-columns: 8rem 1fr auto;
	}
}

.logo-wrapper {
	align-items: center;
	display: flex;
}

.logo-wrapper > a {
	align-items: center;
	display: flex;
}

.header-logo {
	height: auto;
	width: 100%;
}




.language-switcher {
	align-items: center;
	column-gap: 1rem;
	display: flex;
	justify-content: end;
}

@media (min-width: 768px) {
	.language-switcher {
		column-gap: 1.25rem;
	}
}

@media (min-width: 1024px) {
	.language-switcher {
		column-gap: 1.5rem;
	}
}

a:has(.flag) {
	align-items: center;
	border: 0 solid var(--primary);
	display: flex;
}

.flag {
	border-radius: .125rem;
	box-shadow: var(--box-shadow-strong);
	/* border: 1px solid var(--neutral-4); */
	filter: grayscale(0%);
	object-fit: cover;
	transition: all 250ms ease-in-out;
	width: 1.5rem;
}

@media (min-width: 1024px) {
	.flag {
		width: 1.5rem;
	}
}





.nav-desktop {
	align-items: center;
	column-gap: 2.5rem;
	display: none;
}

@media (min-width: 1024px) {
	.nav-desktop {
		display: flex;
	}
}

.buttons {
	margin-top: 1rem;
}

nav .menu-cta a, .btn-primary {
	background: var(--secondary-gradient);
	border-radius: var(--border-radius-small);
	color: var(--neutral-0);
	padding: .75rem 1.75rem;
	transition: all 250ms ease-in-out;
}

nav .menu-cta a:hover, .btn-primary:hover {
	cursor: pointer;
	color: var(--neutral-0);
	filter: brightness(1.1);
}

.menu-toggle {
	display: flex;
	height: 2.25rem;
	position: relative;
	width: 2.25rem;
}

@media (min-width: 1024px) {
	.menu-toggle {
		display: none;
	}
}

.menu-toggle svg {
    left: 0;
    pointer-events: none;
	position: absolute;
    top: 0;
	transition: all 250ms ease-in-out; 
	width: 2.25rem;
}

.menu-toggle .close {
    opacity: 0;
    transform: rotate(-180deg) scale(0);
}

.menu-toggle .menu {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.menu-toggle .menu.is-active {
    opacity: 0;
    transform: rotate(180deg) scale(0);
}

.menu-toggle .close.is-active {
    opacity: 1;
    transform: rotate(0deg) scale(1);
}





.background-fixed {
	background-color: var(--neutral-1);
	height: 100lvh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 150ms ease-in-out;
	visibility: hidden;
	width: 100lvw;
	z-index: 998;
}

.background-fixed.is-visible {
	opacity: 1;
	visibility: visible;
}

@media (min-width: 1024px) {
	.background-fixed {
		display: none;
	}
}

.menu-mobile {
	left: 0;
	position: fixed;
	top: calc(63.25px + 2rem);
	transform: translateX(100lvw);
	transition: all 250ms ease-in-out;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}

@media (min-width: 768px) {
	.menu-mobile {
		top: calc(74.13333px + 2rem);
	}
}

.menu-mobile.is-visible {
	transform: translateX(0);
	visibility: visible;
}

@media (min-width: 1024px) {
	.menu-mobile {
		display: none;
	}
}

.navbar-mobile {
	background-color: var(--neutral-0);
	border: 1px solid var(--border-primary);
	border-radius: var(--border-radius-medium);
	box-shadow: var(--box-shadow);
	height: calc(100dvh - 63.25px - 3rem);
}

@media (min-width: 768px) {
	.navbar-mobile {
		height: calc(100dvh - 74.13333px - 3rem);
	}
}

.navbar-mobile nav {
	height: 100%;
}

.nav-mobile {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	row-gap: 3rem;
}

@media (orientation: landscape) {
	.nav-mobile {
		column-gap: 2rem;
		flex-direction: row;
		flex-wrap: wrap;
	}
}



/* hero section home */
.hero-section-home {
	/* background: radial-gradient(circle at center, rgba(255,255,255,.7) 0%, var(--neutral-0) 40%); */
	background-image: 
        /* radial-gradient(at 0% 0%, var(--neutral-0) 0px, transparent 50%),
        radial-gradient(at 100% 0%, var(--neutral-0) 0px, transparent 50%),
        radial-gradient(at 100% 100%, var(--neutral-0) 0px, transparent 50%),
        radial-gradient(at 0% 100%, var(--neutral-0) 0px, transparent 50%), */
		linear-gradient(90deg, var(--neutral-0) 20%, rgba(255,255,255,.4) 50%, var(--neutral-0) 80%),
		linear-gradient(0deg, var(--neutral-0) 20%, rgba(255,255,255,.4) 50%, var(--neutral-0) 80%);
	left: 0;
	max-width: 1536px;
	margin: auto;
	position: relative;
	top: 0;
	background-size: 120% 120%;
	background-repeat: no-repeat;
	animation: gradientMove 10s ease infinite alternate;
	overflow: hidden;
}

@keyframes gradientMove {
    0% { background-position: 10% 50%; }
    25% { background-position: 90% 50%; }
    50% { background-position: 90% 10%; }
    75% { background-position: 50% 10%; }
}

.hero-section-home::before {
	content: "";
	background-size: cover;
	background-position: center 0%;
	background-image: url('./assets/img/home-hero.jpg');
	background-repeat: no-repeat;
	border-radius: var(--border-radius-medium);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;

}
.hero-section-home .hero-grid {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 30rem;
	row-gap: 2rem;
}

.hero-grid p {
	/* font-size: 1.25rem; */
}

.hero-grid h1, .hero-grid p {
	text-align: center;
	max-width: 80dvw;
}

@media (min-width: 1024px) {
	.hero-grid h1, .hero-grid p {
		max-width: 60dvw;
	}	
}



.control-grid {
	align-items: center;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 20rem;
	justify-content: center;
	max-width: 1024px;
	margin: auto;
	row-gap: 2rem;
	position: relative;
	z-index: 8;
	margin-top: -2rem;
	/* flex-direction: column; */
}

@media (min-width: 1024px) {
	.control-grid {
		grid-template-columns: 1fr 38rem;
		grid-template-rows: auto;
	}
}

.control-grid > div:first-of-type{
	background-color: var(--neutral-0);
	/* background-image: url('./assets/img/hero_control.png'); */
	/* background-repeat: no-repeat; */
	/* background-size: contain; */
	border: 1px solid var(--opacity-12);
	border-radius: var(--border-radius-medium);
	box-shadow: var(--box-shadow);
	display: flex;
	flex-direction: column;
	/* margin-top: -2rem; */
	/* padding-right: 25rem; */
	row-gap: 1.5rem;
}

.control-grid > div:first-of-type > div {
	display: flex;
	column-gap: 1rem;
}


.control-grid > div:first-of-type > div svg {
	fill: var(--primary);
	width: 2rem;
}

/* .features-info-grid > div:last-of-type {
	position: relative;
}

.features-info-grid > div:last-of-type::after {
	background-image: 
		linear-gradient(90deg, var(--neutral-0) 15%, rgba(255,255,255,.2) 50%, var(--neutral-0) 70%),
		linear-gradient(0deg, var(--neutral-0) 5%, rgba(255,255,255,.2) 50%, var(--neutral-0) 95%);
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -6; 
}

.features-info-grid > div img {
	width: 100%;
} */

.control-grid > div:last-of-type {
	background-image: url('./assets/img/hero-control.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 120% auto;
	background-position: center center;
	border-radius: var(--border-radius-medium);
	height: 100%;
	width: 100%;
	position: relative;
}



.control-grid > div:last-of-type .glass {
	content: "";
	position: absolute;
	bottom: 1%;
	left: 1%;
	padding: 1rem;
	width: 98%;
background: rgba(255, 255, 255, 0.2); /* Półprzezroczyste białe tło */
    backdrop-filter: blur(3px);          /* KLUCZ: Rozmycie tego, co jest POD spodem */
    -webkit-backdrop-filter: blur(3px);   /* Wsparcie dla Safari */
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    border-radius: 20px;                   /* Zaokrąglone rogi dodają nowoczesności */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.glass {
	align-items: center;
	display: flex;
	justify-content: center;
}
































/* form */
.form-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	margin: auto;
	max-width: 1024px;
	row-gap: 3rem;
	width: 100%;
}

@media (min-width: 1024px) {
	.form-grid {
		column-gap: 2rem;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
	}
}

.form-grid > div:first-of-type {
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}

.form-grid .contact {
	align-items: center;
	column-gap: 1rem;
	display: flex;
}

.form-grid .contact-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.form-grid .contact svg {
	fill: var(--text-primary);
	width: 1.875rem;
}



.agc-form {
	background: var(--left-bottom-gradient);
	
}

form {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

label {
	padding: 1rem;
}

.agc-field {
	/* background-color: rgba(23, 64, 104, .04); */
	border: 1px solid var(--opacity-08);
	border-radius: var(--border-radius-small);
	padding: .75rem 1.5rem;
	width: 100%;
}

.wpcf7-response-output {
	border: none !important;
	padding: 0 !important;
	margin: 1rem 0 0 0 !important;
}


/* footer */
footer {
	padding: 0 0 1.5rem 0;
}

.footer-grid {
	background-color: var(--neutral-1);
	background-color: hsl(201, 65%, 98%);
	background: var(--right-top-gradient);
	border: 1px solid var(--opacity-12);
	border-radius: var(--border-radius-medium);
	/* border: 1px solid rgba(0, 0, 0, 0.05); */
/* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03); */
	box-shadow: var(--box-shadow);
	/* box-shadow: 0 10px 40px -10px rgba(0, 40, 80, 0.15); */
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, auto);
	gap: 1.75rem;
	width: 100%;
}

@media (min-width: 1024px) {
	.footer-grid {
		grid-template-columns: 1fr 2fr;
		grid-template-rows: auto auto;
	}
}

.footer-grid > div {
	align-items: start;
	display: flex;
	flex-direction: column;
	row-gap: .875rem;
}

.footer-grid > div:nth-of-type(3) {
	justify-content: end;
	margin-top: 2rem;
}

@media (min-width: 1024px) {
	.footer-grid > div:nth-of-type(3) {
		margin-top: 0;
	}
}

.footer-grid > div:nth-of-type(3) p {
	color: var(--text-secondary);
}

.footer-grid > div:nth-of-type(4) > ul {
	column-gap: 1.5rem;
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(7, auto);
	row-gap: .875rem;
	width: 100%;
}

@media (min-width: 640px) {
	.footer-grid > div:nth-of-type(4) > ul {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, auto);
	}
}

.footer-logo {
	width: 8rem;
}

.footer-bottom {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 2rem;
	row-gap: 2rem;
}

.footer-bottom img {
	max-width: 40rem;
	width: 95%;
}

@media (min-width: 1024px) {
	.footer-bottom {
		/* justify-content: start; */
	}
}

.copyright {
	background-color: var(--primary);
	border-radius: var(--border-radius-min);
	color: var(--neutral-0);
	font-size: .875rem;
	opacity: 1;
	padding: .25rem .675rem;
}














/* hero grid */
section:has(.hero-grid) {
	padding: 1rem 0;
}
.container:has(.hero-grid) {
	overflow: hidden;
	position: relative;
}

.container:has(.hero-grid)::after {
	/* animation: gradientMove 10s ease infinite alternate; */
	background-image: 
		linear-gradient(90deg, var(--neutral-0) 15%, rgba(255,255,255,.5) 50%, var(--neutral-0) 70%),
		linear-gradient(0deg, var(--neutral-0) 5%, rgba(255,255,255,.5) 50%, var(--neutral-0) 95%);
	background-size: 100% 100%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -6; 
}


	


.hero-grid {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	max-width: 1280px;
	min-height: 30rem;
	row-gap: 2rem;
}

.hero-grid-background {
    height: 100%;
    left: 15%;
    object-fit: cover; 
    object-position: center; 
	position: absolute;
    top: 0;
	width: 70%;
    z-index: -8;
}










/* benefits */
section:has(.benefits-grid) {
	/* background-color: var(--neutral-1); */
	border-bottom: 1px solid var(--opacity-08);
	border-top: 1px solid var(--opacity-08);
}
.benefits-grid {
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 3rem;
}

@media (min-width: 1280px) {
	.benefits-grid {
		align-items: center;
	}
}

.benefits-grid > h2, .benefits-grid > p {
	text-align: left;
}

@media (min-width: 1280px) {
	.benefits-grid > h2, .benefits-grid > p {
		text-align: center;
	}
}

.benefits-grid > p {
	max-width: 65rem;
}

.benefits {
	align-items: center;
	column-gap: 1.5rem;
	display: grid;
	height: 30rem;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	max-width: 80rem;
}

.benefit {
	border: 1px solid var(--opacity-12);
	border-radius: var(--border-radius-medium);
	box-shadow: var(--box-shadow);
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 2fr auto auto 0fr;
	height: 80%;
	transition: all 250ms ease-in-out;
	overflow: hidden;
	position: relative;
}

.benefit:hover {
	cursor: pointer;
}


.benefit::before {
	content: "";
	background-size: cover;
	background-position: 70% center;
	border-radius: var(--border-radius-medium);
	/* filter: blur(.25rem); */
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	opacity: .06;
	overflow: hidden;
	/* transform: scale(.99); */
	transition: all 250ms ease-in-out;
	width: 100%;
	z-index: -2;
}


.benefit:nth-of-type(1)::before {
	background-image: url('./assets/img/benefit_1_small.jpg');
}


.benefit:nth-of-type(2)::before {
	background-image: url('./assets/img/benefit_2_small.jpg');
}

.benefit:nth-of-type(3)::before {
	background-image: url('./assets/img/benefit_3_small.jpg');
}

.benefit:nth-of-type(4)::before {
	background-image: url('./assets/img/benefit_4_small.jpg');
}

.benefit:hover::before, .benefit.active::before {
	/* border: 1px solid var(--neutral-0); */
	opacity: 1;
    /* filter: blur(0); */
    transform: scale(1.02); /* Delikatne powiększenie dla dynamiki */
}

.benefit::after {
	content: "";
	background: linear-gradient(0deg, var(--primary) 40%, transparent);
	/* backdrop-filter: blur(1rem); 
    -webkit-backdrop-filter: blur(1rem); */
	border-radius: var(--border-radius-medium);
	height: 100%;
	left: 0;
	opacity: .0;
	position: absolute;
	top: 0;
	transition: all 250ms ease-in-out;
	width: 100%;
	z-index: -1;
}

.benefit:hover::after, .benefit.active::after {
	opacity: .8;
}

.benefit > p:nth-of-type(1) {
	color: var(--text-secondary);
	font-size: 2.5rem;
	font-weight: 500;
}

.benefit > p:nth-of-type(2) {
	color: var(--text-secondary);
	font-size: 2rem;
	line-height: 1.25;
}

.benefit > p:last-of-type {
	align-items: end;
	margin-top: 1rem;
	display: flex;
	overflow: hidden;
}

.benefit.active {
	border: 1px solid var(--neutral-0);
	grid-template-rows: 3fr auto auto 2fr;
	transition: all 250ms ease-in-out;
	height: 100%;
}

.benefit svg {
	fill: var(--text-secondary);
	margin: 1rem 0;
	width: 2.5rem;
}

.benefit > p:last-of-type {
	opacity: 0;
}

.benefit.active > p:last-of-type {
	opacity: 1;
}

.benefit p, .benefit svg {
	transition: all 250ms ease-in-out;
}

.benefit:hover p, .benefit.active p {
	color: var(--neutral-0);
}

.benefit:hover svg, .benefit.active svg {
	fill: var(--neutral-0);
}

@media (max-width: 1024px) {
    .benefits {
        column-gap: 1.5rem;
                display: flex;
                overflow-x: auto;
                scroll-snap-type: x mandatory;
                scroll-behavior: smooth;
                scrollbar-width: none;
                scroll-padding-left: 1.25rem;
				width: 100dvw;
    }

    .benefits::-webkit-scrollbar {
        display: none; /* Ukrywa pasek przewijania na Chrome/Safari */
    }

    .benefit {
		flex-shrink: 0;
                width: 70dvw;
                scroll-snap-align: start;
				scroll-snap-stop: always;
    }

	.benefit:nth-of-type(1) {
                margin-left: 1.25rem;
            }
            .benefit:last-of-type {
                margin-right: 1.25rem;
            }
}







/* faq */
section:has(.faq-grid) {
	/* background-color: var(--neutral-1); */
	background: var(--quaternary-gradient);
	border-bottom: 1px solid var(--opacity-08);
	border-top: 1px solid var(--opacity-08);
	/* border-top: 1px solid var(--opacity-04); */
}
.faq-grid::before {
	/* background-image:  */
		/* linear-gradient(90deg, var(--neutral-0) 20%, rgba(169, 213, 237, .2) 50%, var(--neutral-0) 80%),
		linear-gradient(0deg, var(--neutral-0) 20%, rgba(169, 213, 237, .2) 50%, var(--neutral-0) 80%); */
	/* radial-gradient(circle farthest-corner at center, var(--quaternary), var(--neutral-0) 70%), */
	/* radial-gradient(circle farthest-corner at center, var(--quaternary), var(--neutral-0) 60%); */
	/* background: radial-gradient(circle at left bottom, var(--secondary), var(--quaternary));
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -6;
	transform: scale(.86);
	filter: blur(4rem); */
}
.faq-grid {
	/* background: linear-gradient(45deg, var(--primary), var(--secondary));
	border-radius: var(--border-radius-medium); */
	/* box-shadow: var(--box-shadow); */
	background: var(--left-bottom-gradient);
	display: grid;
	grid-auto-flow: row;
	/* overflow: hidden; */
	position: relative;
	row-gap: 3rem;
	width: 100%;
}

.faq-position {
	column-gap: 2rem;
	cursor: pointer;
	display: grid;
	grid-template-columns: 1rem 1fr 2rem;
	grid-template-rows: auto 0fr;
	row-gap: 0;
	transition: all 300ms ease-in-out;	
}

.faq-position p, .faq-position li {
	/* color: var(--neutral-0); */
}



.faq-position > p:first-of-type {
	color: var(--tertiary);
	font-size: 1.5rem;
	font-weight: 400;
	transform: translateY(-.25rem);
}

.faq-position.open {
	grid-template-rows: auto 1fr;
	row-gap: 1rem;
}

.question {
	align-items: start;
	cursor: pointer;
	/* font-size: 1.25rem; */
	font-weight: 400;
	grid-column: 2 / span 1;
	grid-row: 1 / span 1;
}

@media (min-width: 1024px) {
	.question {
		/* font-size: 1.375rem; */
		font-size: 1.25rem;
	}
}

.faq-position div:first-of-type {
	align-items: center;
	cursor: pointer;
	display: flex;
	grid-column: 3 / span 1;
	grid-row: 1 / span 1;
	height: 2.5rem;
	justify-content: center;
	transform: translateY(-.375rem);
	width: 2.5rem;
}

.faq-position div:first-of-type svg {
	fill: var(--tertiary);
	height: 1.5rem;
	transition: all 300ms ease-in-out;
	width: 1.5rem;
}

.faq-position.open div:first-of-type svg {
	transform: rotate(45deg);
}

.answer {
	/* background-color: rgba(255, 255, 255, .06); */
	/* background: var(--tetiary-gradient); */
	/* background: var(--tertiary); */
	/* border-radius: var(--border-radius-small); */
	/* border: 1px solid rgba(255, 255, 255, .12); */
	display: flex;
	flex-direction: column;
	grid-column: 1 / span 3;
	grid-row: 2 / span 1;
	opacity: 0;
	overflow: hidden;
	padding: 0 0rem;
	row-gap: .75rem;
	transition: all 300ms ease-in-out;
	width: 100%;
}

.answer ul {
	display: flex;
	flex-direction: column;
	padding: 0 1rem;
	row-gap: .75rem;
}

.faq-position.open .answer {
	border-top: 1px solid var(--quaternary);
	/* border-bottom: 1px solid var(--quaternary); */
	opacity: 1;
	padding: 2rem 0cm;
}

.answer p, .answer li {
	/* color: var(--neutral-0); */
	/* font-size: 1rem; */
}


















/* NASZE ROZWIĄZANIE */

section:has(.features-info-grid) {
	background: var(--quaternary-gradient);
	border-bottom: 1px solid var(--opacity-08);
	border-top: 1px solid var(--opacity-08);
}
.features-info-grid {
	
	column-gap: 2rem;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	row-gap: 1rem;
}
@media (min-width: 1280px) {
	.features-info-grid {
		grid-template-columns: 24rem 1fr;
		grid-template-rows: auto;
	}
}
@media (min-width: 1536px) {
	.features-info-grid {
		grid-template-columns: 30rem 1fr;
	}
}
.features-info-grid > div {
	background-color: var(--neutral-0);
	display: flex;
	flex-direction: column;
}
.features-info-grid > div:first-of-type {
	background: var(--left-bottom-gradient);
	row-gap: 2rem;
}
.features-info-grid > div:last-of-type {
	background: var(--right-top-gradient);
	row-gap: 3rem;
}

.features-image-wrapper {
	column-gap: 1rem;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto 3rem auto 3rem auto;	
	row-gap: 2rem;
}
@media (min-width: 640px) {
	.features-image-wrapper {
		grid-template-columns: 1fr .75rem 1fr .75rem 1fr;	
		grid-template-rows: auto;
	}
}
@media (min-width: 1536px) {
	.features-image-wrapper {
		grid-template-columns: 1fr 4rem 1fr 4rem 1fr;	
	}
}

.features-image-wrapper > div:nth-child(odd) {
	/* background: red; */
	/* height: auto; */
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	width: 100%;
}

.features-image-wrapper > div:nth-child(even) {
	border: 1px dashed var(--secondary);
	height: 100%;
	margin: auto;
	width: 0;
}
@media (min-width: 640px) {
	.features-image-wrapper > div:nth-child(even) {
		height: 0;
		width: 100%;
	}
}

.features-image-wrapper > div:nth-child(odd) > img {
	/* height: 100%; */
	border: 1px solid var(--opacity-08);
	border-radius: var(--border-radius-medium);
	height: 14rem;
	max-width: 18rem;
	object-fit: cover;
	width: 100%;
}
@media (min-width: 640px) {
	.features-image-wrapper > div:nth-child(odd) > img {
		height: 9rem;	
	}
}
@media (min-width: 768px) {
	.features-image-wrapper > div:nth-child(odd) > img {
		height: 10rem;	
	}
}
@media (min-width: 1024px) {
	.features-image-wrapper > div:nth-child(odd) > img {
		height: 12rem;	
	}
}

.features-image-wrapper > div:nth-child(odd) > p {
	text-align: center;
}






.features-grid {
	align-items: center;
    display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
    row-gap: 3rem;
	width: fit-content;
}
.features-grid > h2, .features-grid > p {
	text-align: center;
}
.version-toggle {
	/* background: var(--neutral-2);
	border-radius: var(--border-radius-medium);
	border: 1px solid var(--opacity-08);
	box-shadow: var(--box-shadow); */
    column-gap: .75rem;
    display: flex;
	padding: .5rem;
    justify-content: center;
}
.version-btn {
	/* box-shadow: var(--box-shadow); */
	/* border: 1px solid var(--opacity-08); */
    background: var(--neutral-0);
	border: 1px solid var(--opacity-08);
    border-radius: var(--border-radius-small);
    padding: .75rem 1.75rem;
	/* transition: all 250ms ease-in-out; */
    /* border: 1px solid var(--neutral-3); */
}
.version-btn:hover {
	background-color: var(--neutral-1);

	/* box-shadow: var(--box-shadow-strong); */
    cursor: pointer;
}
.version-btn.active {
    background: var(--secondary-gradient);
	box-shadow: none;
	border: none;
	/* border: 1px solid var(--secondary); */
    /* border: 1px solid var(--tertiary); */
    color: white;
}
.version-view { display: none; }
.version-view.active { display: block; }


.features-wrapper-desktop {
    display: none;
}

.features-wrapper-mobile {
    display: grid;
    grid-auto-flow: row;
    row-gap: 1rem;
}

@media (min-width: 1024px) {
    .features-wrapper-desktop {
        column-gap: 2rem;
        display: grid;
        grid-template-columns: 25rem 1fr;
    }

    .features-wrapper-mobile {
        display: none;
    }
}

.features-wrapper-mobile .features-content > div {
	display: flex;
	
}

.features-nav {
    display: flex;
    flex-direction: column;
    row-gap: .75rem;
}

#view-desktop .f-detail {
	flex-direction: column;
	row-gap: 2rem;
}


#view-mobile .f-detail {
	/* column-gap: 2rem;
	flex-direction: row; */
	flex-direction: column;
	row-gap: 2rem;
}


.f-item {
	/* background-color: var(--neutral-0); */
    background: var(--neutral-0);
	border: 1px solid var(--opacity-08);
	/* box-shadow: var(--box-shadow); */
	border-radius: var(--border-radius-small);
	padding: 1rem 1.75rem;
	text-align: left;
	width: 100%;
}
.f-item:hover {
	background-color: var(--neutral-1);
	/* box-shadow: var(--box-shadow-strong); */
	cursor: pointer;
}
.f-item.active {
	background: linear-gradient(45deg, var(--secondary), var(--quaternary));
	border: none;
	color: var(--neutral-1);
}
.f-detail img {
	border: .375rem solid var(--quaternary);
	border-radius: var(--border-radius-medium);
	box-shadow: var(--box-shadow);
	/* max-height: 30rem; */
	object-fit: cover;
	
  	object-position: center top;
	width: 100%;
}

.f-detail p {
	/* font-size: 1rem; */
}

#view-mobile .f-detail img {
	/* max-width: 60%; */
}














section:has(.process-grid) {
	/* background-color: var(--neutral-1); */
	background: var(--quaternary-gradient);
	border-bottom: 1px solid var(--opacity-08);
	border-top: 1px solid var(--opacity-08);
}
.process-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	row-gap: 3rem;
}
.process {
	background: var(--right-top-gradient);
	display: flex;
	flex-direction: column;
	height: auto;
	width: 100%;
}

.process-wrapper {
	align-items: start;
	column-gap: 2rem;
	display: grid;
	justify-content: start;
	grid-template-columns: 1fr 30%;
	grid-template-rows: 1fr;
}

.process-more {
	background: radial-gradient(circle at left bottom, var(--secondary), var(--quaternary));
	border-radius: var(--border-radius-medium);
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.process-more p {
	color: var(--primary);
}

.process-more p:nth-of-type(1) {
	font-weight: 400;
	font-size: 1.5rem;
}

.process-step {
	column-gap: 1rem;
	display: grid;
	grid-template-columns: 2rem 1fr;
}
@media (min-width: 1024px) {
	.process-step {
		column-gap: 1.75rem;
		grid-template-columns: 2.5rem 1fr;
	}
}
.process-step > div:first-of-type {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 2rem 1fr;
}
@media (min-width: 1024px) {
	.process-step > div:first-of-type {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 2.5rem 1fr;
	}
}
.process-step > div:first-of-type > div:first-of-type {
	/* background-color: hsl(201, 65%, 53%); */
	border-radius: var(--border-radius-small);
	/* border: 1px solid var(--secondary); */
	/* background: linear-gradient(45deg, var(--tertiary), var(--quaternary)); */
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}
.process-step > div:first-of-type > div:first-of-type svg {
	fill: var(--neutral-1);
	fill: var(--secondary);
	width: 2rem;
}

@media (min-width: 1024px) {
	.process-step > div:first-of-type > div:first-of-type svg {
		width: 2.5rem;
	}
}

.process-step > div:first-of-type > div:last-of-type {
	border: 1px dashed var(--quaternary);
	height: 50%;
	margin: auto;
	width: 0;
}  
.process-step:last-of-type > div:first-of-type > div:last-of-type {
	display: none;
}
.process-step > div:last-of-type > p:first-of-type {
	margin-top: 12.5px;
	margin-bottom: 1rem;
}
.process-step > div:last-of-type > p:last-of-type {
	padding-bottom: 2rem;
}
.process-step:last-of-type > div:last-of-type > p:last-of-type {
	padding: 0;
}
.process-step > div > p:first-of-type {
	/* font-size: 1.25rem; */
		transform: translateY(-.5rem);
    font-weight: 400;
}
@media (min-width: 1024px) {
	.process-step > div > p:first-of-type {
		font-size: 1.25rem;
		transform: translateY(-.5rem);
	}
}


















/* Dla kogo */
section:has(.for-whom-grid) {
	/* background-color: var(--neutral-1); */
	background: var(--quaternary-gradient);
	border-bottom: 1px solid var(--opacity-08);
	border-top: 1px solid var(--opacity-08);
}
.for-whom-grid {
	column-gap: 2rem;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	row-gap: 1rem;
}
@media (min-width: 1280px) {
	.for-whom-grid {
		grid-template-columns: 1fr 40rem;
		grid-template-rows: auto;
	}
}
@media (min-width: 1536px) {
	.for-whom-grid {
		grid-template-columns: 1fr 48rem;
		grid-template-rows: auto;
	}
}
.for-whom-grid > div {
	background-color: var(--neutral-0);
	display: flex;
	flex-direction: column;
}
.for-whom-grid > div:first-of-type {
	background: var(--left-bottom-gradient);
	row-gap: 3rem;
}
.for-whom-grid > div:last-of-type {
	background: var(--right-top-gradient);
	row-gap: 2rem;
}
.points {
	gap: 1.5rem;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;	
}
.points > div {
	align-items: center;
	/* background: var(--tertiary-gradient); */
	/* border-radius: var(--border-radius-small); */
	display: flex;
	column-gap: 1.25rem;
	/* padding: .75rem .75rem; */
}
.points > div > svg {
	/* background: var(--tertiary-gradient); */
	/* border-radius: var(--border-radius-small); */
	fill: var(--neutral-0);
	fill: var(--secondary);
	flex-shrink: 0;
	/* padding: .5rem; */
	width: 2.25rem;
}
.points > div > p {
	color: var(--secondary);
	/* font-size: 1rem; */
	/* font-weight: 400; */
}
section:has(.for-whom-more-grid) {
	border-bottom: 1px solid var(--opacity-08);
}





/* O nas */
section:has(.startup-info-grid) {
	/* background-color: var(--neutral-1); */
	background: var(--quaternary-gradient);
	border-bottom: 1px solid var(--opacity-08);
	border-top: 1px solid var(--opacity-08);
}
.startup-info-grid {
	column-gap: 2rem;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	row-gap: 1rem;
}

@media (min-width: 1280px) {
	.startup-info-grid {
		grid-template-columns: 1fr 43rem;
		grid-template-rows: auto;
	}
}

@media (min-width: 1536px) {
	.startup-info-grid {
		grid-template-columns: 1fr 58rem;
		grid-template-rows: auto;
	}
}

.startup-info-grid > div {
	background-color: var(--neutral-0);
	display: flex;
	flex-direction: column;
	row-gap: 1.5rem;
}
.startup-info-grid > div:first-of-type {
	background: var(--left-bottom-gradient);
	row-gap: 2rem;
}
.startup-info-grid > div:last-of-type {
	background: var(--right-top-gradient);
	row-gap: 3rem;
}
.startup-info-grid > div:last-of-type > div {
	gap: 1.5rem;
	display: flex;
	flex-direction: column;
	/* flex-wrap: wrap; */
}
.startup-info-grid > div:last-of-type > div > div {
	align-items: center;
	/* background: var(--tertiary-gradient); */
	/* border-radius: var(--border-radius-small); */
	display: flex;
	column-gap: 1.25rem;
	/* padding: .75rem .75rem; */
}
.startup-info-grid > div:last-of-type > div > div > svg {
	/* background: var(--tertiary-gradient); */
	/* border-radius: var(--border-radius-small); */
	fill: var(--neutral-0);
	fill: var(--secondary);
	flex-shrink: 0;
	/* padding: .5rem; */
	width: 2.5rem;
}
.startup-info-grid > div:last-of-type > div > div > p {
	color: var(--secondary);
	/* font-size: 1rem; */
	/* font-weight: 400; */
}







.team-grid {
	align-items: start;
	display: grid;
	gap: 3rem;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	margin: auto;
	max-width: 1280px;
}

@media (min-width: 1280px) {
	.team-grid {
		grid-template-columns: 1fr 45rem;
		grid-template-rows: auto;
	}
}

.team-grid > h2, .team-grid > p {
	margin: auto;
	max-width: 65rem;
	/* text-align: justify; */
	text-align: center;

	/* text-align: justify;
    text-justify: inter-word; 
    hyphens: auto;          
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    lang: pl; */
}

.team-members {
	align-self: center;
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
	grid-auto-flow: row;
	width: 100%;
}
.team-member {
	align-items: center;
	column-gap: 3rem;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto;
	/* padding: 1.25rem; */
	row-gap: 2rem;
	width: 100%;
}

@media (min-width: 768px) {
	.team-member {
		grid-template-columns: 12rem 1fr;
		grid-template-rows: auto;
		/* padding: 2rem; */
	}
}

.team-member:first-of-type {
	background: var(--left-bottom-gradient);
}

.team-member:last-of-type {
	background: var(--right-top-gradient);
}

.team-member > div:first-of-type {
	border-radius: var(--border-radius-small);
	max-height: 24rem;
	min-height: 20rem;
	overflow: hidden;
}

@media (min-width: 768px) {
	.team-member > div:first-of-type {
		max-height: 16rem;
		min-height: 16rem;
	}
}

.team-member > div:first-of-type > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}


.team-member > div:last-of-type {
	display: flex;
	flex-direction: column;
	height: 100%;
	/* justify-content: space-between; */
	justify-content: center;
	row-gap: 2rem;
}

.team-member > div:last-of-type > div:nth-of-type(2) {
	background-color: var(--primary);
	height: 1px;
	width: 4rem;
}

.team-member > div:last-of-type > div {
	display: flex;
	flex-direction: column;
	row-gap: .5rem;
}

.team-member .member-name { 
	color: var(--text-secondary);
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: uppercase;
}
.team-member .member-role {
	color: var(--text-secondary);
	/* font-size: 1.25rem; */
	font-weight: 400;
}

.member-phone, .member-email {
	align-items: center;
	column-gap: .75rem;
	display: flex;
}
/* 
.member-phone a, .member-email a {
	font-size: 1rem;
}

@media (min-width: 640px) {
	.member-phone a, .member-email a {
		font-size: 1.125rem;
	}
}

.member-phone svg, .member-email svg {
	fill: var(--text-secondary);
	width: 1.5rem;
}

@media (min-width: 768px) {
	.member-phone svg, .member-email svg {
		width: 2rem;
	}
} */






section:has(.startup-grid) {
	/* background-color: var(--neutral-1); */
	background: var(--quaternary-gradient);
	border-bottom: 1px solid var(--opacity-08);
	border-top: 1px solid var(--opacity-08);
}

.startup-grid {
            align-items: center;
            display: flex;
            flex-direction: column;
            row-gap: 3rem;
        }
        .startup-grid > h2, .startup-grid > p {
            max-width: 65rem;
            text-align: center;
        }
        .startup-info {
            align-items: center;
            display: grid;
            gap: 3rem;
            /* grid-template-columns: 1fr 28rem; */
            grid-template-columns: 1fr;
            grid-template-rows: auto auto;
            max-width: 1280px;
            /* grid-template-columns: 30rem 1fr;
            grid-template-rows: auto; */
        }

        @media (min-width: 1024px) {
            .startup-info {
                grid-template-columns: 1fr 18rem;
                grid-template-rows: auto;
            }
        }

        @media (min-width: 1280px) {
            .startup-info {
                grid-template-columns: 1fr 22rem;
                grid-template-rows: auto;
            }
        }
        
        .startup-info img {
            /* border-radius: var(--border-radius-min); */
            height: auto;
            margin: auto;
            max-width: 28rem;
            width: 100%;
        }

        .startup-info > div {
            background-color: var(--neutral-0);
            border: 1px solid var(--opacity-12);
            border-radius: var(--border-radius-medium);
            box-shadow: var(--box-shadow);
            display: flex;
            flex-direction: column;
            row-gap: 1rem;
        }


        .text-grid > h2, .text-grid > p {
            max-width: 65rem;
            text-align: left;
        }

        @media (min-width: 1024px) {
            .text-grid > h2, .text-grid > p {
                text-align: center;
            }    
        }
















.box {
	background-color: var(--neutral-0);
	border: 1px solid var(--opacity-12);
	border-radius: var(--border-radius-medium);
	box-shadow: var(--box-shadow);
}





.bg-gradient {
	background: linear-gradient(45deg, var(--primary), var(--secondary));
}


.max-1024 {
	margin: auto;
	max-width: 1024px;
}

.text-left-center {
	text-align: left;
}

@media (min-width: 1024px) {
	.text-left-center {
		text-align: center;
	}
}







br {
	margin-bottom: .5rem;
}








.text-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}
@media (min-width: 1024px) {
	.text-wrapper {
		row-gap: 3rem;
	}
}

.left-center-wrapper {
	align-items: left;
	display: flex;
	flex-direction: column;
	margin: auto;
	row-gap: 2rem;
}


@media (min-width: 1024px) {
	.left-center-wrapper {
		align-items: center;
		max-width: 60dvw;
		row-gap: 3rem;
	}
}

.left-center-wrapper > h2, .left-center-wrapper > p {
	text-align: left;
}

@media (min-width: 1024px) {
	.left-center-wrapper > h2, .left-center-wrapper > p {
		text-align: center;
	}
}
.border-bottom {
	border-bottom: 1px solid var(--opacity-08);
}