.ed-about {
	--ed-about-navy: #071a36;
	--ed-about-blue: #2563eb;
	--ed-about-text: #111827;
	--ed-about-muted: #667085;
	--ed-about-border: #dbe5f1;
	--ed-about-soft: #f2f7ff;
	background: #fff;
	color: var(--ed-about-text);
	font-family: "Google Sans", "Noto Sans Thai", system-ui, sans-serif;
	font-size: 16px;
}

.ed-about,
.ed-about * {
	box-sizing: border-box;
}

.ed-about__container {
	width: min(1120px, calc(100% - 48px));
	margin-inline: auto;
}

.ed-about__hero {
	overflow: hidden;
	padding: 80px 0;
	background: var(--ed-about-navy);
}

.ed-about__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
	align-items: center;
	gap: clamp(52px, 7vw, 92px);
}

.ed-about__badge,
.ed-about__eyebrow {
	display: inline-block;
	color: var(--ed-about-blue);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .06em;
}

.ed-about__badge {
	margin-bottom: 22px;
	color: #8fb0ff;
}

.ed-about__hero h1 {
	max-width: 560px;
	margin: 0 0 24px;
	color: #fff;
	font-size: clamp(46px, 4.6vw, 62px);
	line-height: 1.06;
	letter-spacing: -.04em;
}

.ed-about__hero-copy p {
	max-width: 590px;
	margin: 0 0 14px;
	color: #c7d3e3;
	font-size: 17px;
	line-height: 1.72;
}

.ed-about__visual {
	position: relative;
	min-height: 390px;
}

.ed-about__mock-browser {
	position: absolute;
	top: 5px;
	left: 0;
	width: 88%;
	height: 360px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
}

.ed-about__mock-bar {
	display: flex;
	gap: 6px;
	height: 34px;
	padding: 13px;
	border-bottom: 1px solid #e4e9f1;
	background: #f5f7fa;
}

.ed-about__mock-bar i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c2ccd9;
}

.ed-about__mock-nav {
	display: grid;
	grid-template-columns: 1fr auto auto auto;
	align-items: center;
	gap: 18px;
	height: 55px;
	padding: 0 20px;
	border-bottom: 1px solid #e6ebf2;
	font-size: 16px;
}

.ed-about__mock-nav span {
	width: 34px;
	height: 5px;
	border-radius: 4px;
	background: #dbe2eb;
}

.ed-about__mock-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 168px;
	margin: 18px;
	padding: 25px;
	background: #f2eee7;
}

.ed-about__mock-banner > div:first-child {
	display: grid;
	gap: 9px;
}

.ed-about__mock-banner small {
	color: #667085;
	font-size: 16px;
}

.ed-about__mock-banner strong {
	max-width: 270px;
	font-size: 25px;
	line-height: 1.15;
}

.ed-about__mock-banner em {
	width: max-content;
	padding: 7px 10px;
	background: #0b1a32;
	color: #fff;
	font-size: 16px;
	font-style: normal;
}

.ed-about__mock-shapes {
	position: relative;
	width: 130px;
	height: 100px;
}

.ed-about__mock-shapes i {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 32px 32px 3px 3px;
}

.ed-about__mock-shapes i:nth-child(1) {
	width: 68px;
	height: 92px;
	background: #b59672;
}

.ed-about__mock-shapes i:nth-child(2) {
	right: 56px;
	width: 50px;
	height: 63px;
	background: #d1b38e;
}

.ed-about__mock-shapes i:nth-child(3) {
	right: 96px;
	width: 40px;
	height: 39px;
	background: #7e9f77;
}

.ed-about__mock-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 9px;
	padding: 0 18px;
}

.ed-about__mock-products span {
	height: 52px;
	border: 4px solid #4268c5;
	background: #dbe7ff;
}

.ed-about__mock-products span:nth-child(2) {
	border-color: #bf985e;
	background: #f4e6cf;
}

.ed-about__mock-products span:nth-child(3) {
	border-color: #7652ca;
	background: #e6dbff;
}

.ed-about__mock-products span:nth-child(4) {
	border-color: #397b6b;
	background: #d8ece7;
}

.ed-about__mock-phone {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 168px;
	height: 294px;
	overflow: hidden;
	padding: 9px;
	border: 8px solid #fff;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 24px 52px rgba(0, 0, 0, .24);
}

.ed-about__mock-phone > i {
	display: block;
	width: 44px;
	height: 4px;
	margin: 0 auto 10px;
	border-radius: 4px;
	background: #d7dee8;
}

.ed-about__mock-phone header {
	display: flex;
	justify-content: space-between;
	padding: 7px 4px 12px;
	font-size: 16px;
}

.ed-about__mock-phone > div {
	display: grid;
	gap: 7px;
	min-height: 104px;
	padding: 14px 10px;
	background: #f2eee7;
}

.ed-about__mock-phone small,
.ed-about__mock-phone p {
	font-size: 16px;
}

.ed-about__mock-phone strong {
	font-size: 16px;
	line-height: 1.25;
}

.ed-about__mock-phone p {
	margin: 15px 2px 8px;
	font-weight: 700;
}

.ed-about__mock-phone section {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 7px;
}

.ed-about__mock-phone section span {
	height: 48px;
	border: 3px solid #4268c5;
	background: #dbe7ff;
}

.ed-about__section-heading {
	max-width: 760px;
	margin: 0 auto 44px;
	text-align: center;
}

.ed-about__section-heading h2,
.ed-about__split h2 {
	margin: 12px 0 16px;
	font-size: clamp(36px, 4vw, 46px);
	line-height: 1.14;
	letter-spacing: -.035em;
}

.ed-about__section-heading > p,
.ed-about__split p {
	margin: 0;
	color: var(--ed-about-muted);
	font-size: 16px;
	line-height: 1.75;
}

.ed-about__values {
	padding: 88px 0;
	background: var(--ed-about-soft);
}

.ed-about__value-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ed-about__value-grid article {
	min-height: 230px;
	padding: 30px;
	border: 1px solid var(--ed-about-border);
	border-radius: 14px;
	background: #fff;
}

.ed-about__value-grid article > span {
	display: grid;
	width: 34px;
	height: 34px;
	margin-bottom: 27px;
	place-items: center;
	border: 1px solid #cfe0ff;
	border-radius: 50%;
	color: var(--ed-about-blue);
	font-size: 16px;
	font-weight: 700;
}

.ed-about__value-grid h3,
.ed-about__standards h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.3;
}

.ed-about__value-grid p {
	margin: 0;
	color: var(--ed-about-muted);
	font-size: 16px;
	line-height: 1.7;
}

.ed-about__wordpress {
	padding: 90px 0;
}

.ed-about__split {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: clamp(60px, 9vw, 120px);
}

.ed-about__links {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-top: 26px;
}

.ed-about__links a {
	color: var(--ed-about-blue);
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.ed-about__standards {
	padding: 34px;
	border-radius: 16px;
	background: var(--ed-about-soft);
}

.ed-about__standards ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 28px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.ed-about__standards li {
	position: relative;
	padding: 15px 0 15px 24px;
	border-top: 1px solid var(--ed-about-border);
	font-size: 16px;
	font-weight: 600;
}

.ed-about__standards li::before {
	position: absolute;
	top: 15px;
	left: 0;
	color: var(--ed-about-blue);
	content: "✓";
}

.ed-about__development {
	padding: 88px 0;
	background: var(--ed-about-soft);
}

.ed-about__development .ed-about__section-heading {
	max-width: 1120px;
	margin-bottom: 38px;
}

.ed-about__development .ed-about__section-heading > p {
	max-width: none;
	white-space: nowrap;
}

.ed-about__development-list {
	display: grid;
	gap: 14px;
}

.ed-about__development-row {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: clamp(36px, 6vw, 78px);
	padding: 30px 34px;
	border: 1px solid var(--ed-about-border);
	border-radius: 14px;
	background: #fff;
}

.ed-about__development-row--featured {
	border-color: #12376e;
	background: #0c2d5d;
	box-shadow: 0 20px 46px rgba(7, 26, 54, .14);
	color: #fff;
}

.ed-about__development-row > header {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	align-items: start;
	gap: 16px;
}

.ed-about__development-number {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: #eef4ff;
	color: var(--ed-about-blue);
	font-size: 16px;
	font-weight: 700;
}

.ed-about__development-row--featured .ed-about__development-number {
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.ed-about__development-row small {
	display: block;
	margin: 1px 0 6px;
	color: var(--ed-about-blue);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .055em;
	text-transform: uppercase;
}

.ed-about__development-row--featured small {
	color: #8fb0ff;
}

.ed-about__development-row h3 {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.3;
}

.ed-about__development-row--featured h3 {
	color: #fff;
}

.ed-about__development-row header p {
	margin: 0;
	color: var(--ed-about-muted);
	font-size: 16px;
	line-height: 1.7;
}

.ed-about__development-row--featured header p {
	color: #c7d3e3;
}

.ed-about__development-row ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 28px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ed-about__development-row li {
	position: relative;
	padding-left: 22px;
	color: #344054;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
}

.ed-about__development-row li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--ed-about-blue);
	font-weight: 800;
	content: "✓";
}

.ed-about__development-row--featured li {
	color: #e7eef9;
}

.ed-about__development-row--featured li::before {
	color: #55d6b2;
}

.ed-about__contact {
	padding: 56px 0;
	background: #e9f1ff;
}

.ed-about__contact .ed-about__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.ed-about__contact h2 {
	margin: 8px 0 6px;
	font-size: clamp(30px, 3.3vw, 42px);
	line-height: 1.2;
}

.ed-about__contact p {
	margin: 0;
	color: var(--ed-about-muted);
	font-size: 16px;
}

.ed-about__button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 9px;
	background: var(--ed-about-blue);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: transform .2s ease, background-color .2s ease;
}

.ed-about__button:hover {
	transform: translateY(-2px);
	background: #1d4ed8;
	color: #fff;
}

@media (max-width: 960px) {
	.ed-about__development .ed-about__section-heading > p {
		white-space: normal;
	}

	.ed-about__hero-grid,
	.ed-about__split {
		grid-template-columns: 1fr;
	}

	.ed-about__hero-copy {
		max-width: 700px;
	}

	.ed-about__visual {
		width: min(680px, 100%);
	}
}

@media (max-width: 720px) {
	.ed-about__container {
		width: min(100% - 32px, 1120px);
	}

	.ed-about__hero,
	.ed-about__values,
	.ed-about__wordpress,
	.ed-about__development {
		padding: 64px 0;
	}

	.ed-about__hero h1 {
		font-size: clamp(40px, 12vw, 54px);
	}

	.ed-about__visual {
		min-height: 320px;
	}

	.ed-about__mock-browser {
		width: 94%;
		height: 295px;
	}

	.ed-about__mock-banner {
		min-height: 132px;
		margin: 12px;
		padding: 18px;
	}

	.ed-about__mock-banner strong {
		font-size: 20px;
	}

	.ed-about__mock-shapes {
		display: none;
	}

	.ed-about__mock-phone {
		display: none;
	}

	.ed-about__value-grid,
	.ed-about__standards ul {
		grid-template-columns: 1fr;
	}

	.ed-about__value-grid article {
		min-height: auto;
	}

	.ed-about__development-row {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 26px 24px;
	}

	.ed-about__development-row ul {
		grid-template-columns: 1fr;
	}

	.ed-about__contact .ed-about__container {
		align-items: flex-start;
		flex-direction: column;
	}
}
