@import url("https://use.typekit.net/eke1idl.css");
@import url("https://fonts.googleapis.com/css?family=Play:400,700");
@import url("https://storage-asset.msi.com/frontend/css/common-creation-font.css");

#Copilot-plus-PC-For-Commercial {
	container: body / inline-size;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
	line-height: normal;
	letter-spacing: 0px;
	background-color: var(--microsoft-pure-white);
	overflow: auto;
	overflow-x: hidden;
}

#Copilot-plus-PC-For-Commercial ol {
	list-style: decimal !important;
}

#Copilot-plus-PC-For-Commercial ol li {
	margin-bottom: 15px;
	margin-left: 8px;
	list-style: decimal !important;
}

#Copilot-plus-PC-For-Commercial .imgflex {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* row-a */

#Copilot-plus-PC-For-Commercial h3{
	font-size: 36px;
	margin: 40px 0  5px 0;
	color: darkslateblue;
}

#Copilot-plus-PC-For-Commercial a{
	color: white;
}

#Copilot-plus-PC-For-Commercial .row-a {
	display: flex;
	align-items: center;
	gap: 80px;
	flex-shrink: 0;
	max-width: 1320px;
	margin: 0 auto;
}
/* end row-a*/


#Copilot-plus-PC-For-Commercial .windows-fy25-commr {
	width: 100%;
	min-width: 0;
	flex-grow: 1;
	align-self: safe center;
	border-radius: 16px;
	object-fit: cover;
}

#Copilot-plus-PC-For-Commercial .row-windows-fy251 {
	height: 295px;
}

#Copilot-plus-PC-For-Commercial .row-windows-fy252 {
	height: 400px;
}

#Copilot-plus-PC-For-Commercial .row-windows-fy253 {
	height: 370px;
}

#Copilot-plus-PC-For-Commercial .row-windows-fy254 {
	height: 340px;
}



/* column-a */

#Copilot-plus-PC-For-Commercial .column-a {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
	flex-grow: 1;
}

#Copilot-plus-PC-For-Commercial .column-title {
	font-size: 48px;
}

#Copilot-plus-PC-For-Commercial .column-text1 {
	font-size: 20px;
}
/* end column-a*/




/* row-b */

#Copilot-plus-PC-For-Commercial .row-b {
	display: flex;
	align-items: center;
	gap: 80px;
	flex-shrink: 0;
	max-width: 1320px;
	margin: 0 auto;
}
/* end row-b*/


#Copilot-plus-PC-For-Commercial .header {
	height: auto;
	display: inline-block;
	align-items: center;
	gap: 80px;
	flex-shrink: 0;
	color: var(--microsoft-pure-white);
	background: url(../images/header.jpg) center / cover no-repeat;
	padding: 0px;
	position: relative;
}

#Copilot-plus-PC-For-Commercial .header .fixed-Windows-images{
	position: absolute;
	top: 10px;
	right: 5px;
	display: flex;
	align-items: center;
}

#Copilot-plus-PC-For-Commercial .header .fixed-Windows-images img{
	max-height: 32px;
	margin: 15px;
}

#Copilot-plus-PC-For-Commercial .hero {
	display: flex;
	gap: 40px;
}

#Copilot-plus-PC-For-Commercial .header-col-left {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 120px;
	flex-grow: 1;
	padding: 112px;
	margin-left:10%;
}

#Copilot-plus-PC-For-Commercial .header-col-right {
	width:100%;
	margin-top: 5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	/* background: url(../images/hero-bg.png) center right / 100% no-repeat; */
}

#Copilot-plus-PC-For-Commercial .header-copilot-plus {
	width: 100%;
	max-width: 300px;
	flex-shrink: 0;
}

#Copilot-plus-PC-For-Commercial .header-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	align-self: stretch;
}

#Copilot-plus-PC-For-Commercial .header-business-ready {
	align-self: stretch;
	font-size: 64px;
	font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
	font-weight: 400;
	line-height: 1.125;
	background: linear-gradient(90deg, #000 0%, #613a3a 100%) top left / auto auto no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#Copilot-plus-PC-For-Commercial .header-btn-shop-now {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: left;
	background-color: #273963;
	color: white;
}

#Copilot-plus-PC-For-Commercial .header-frame-right {
	margin-top: 0px;
	width: 91%;
	flex-grow: 1;
	align-self: stretch;
	aspect-ratio: 16 / 9;
	border-radius: 16px;
}

#Copilot-plus-PC-For-Commercial video, iframe {
	border-radius: 16px;
	overflow: hidden;
}

#Copilot-plus-PC-For-Commercial .video-container {
	position: relative;
  	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
#Copilot-plus-PC-For-Commercial .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#Copilot-plus-PC-For-Commercial .header-circle {
	position: relative;
	width: 120px; height: 120px;
	background-color: var(--microsoft-pure-white);
	border-radius: 50%;
}

#Copilot-plus-PC-For-Commercial .header-graphic {
	position: absolute; top: 32%; left: 37%; 
	width: 31%;
}

#Copilot-plus-PC-For-Commercial .col1 {
	container: col1 / inline-size;
	gap: 80px;
	font-weight: 400;
	background-image: linear-gradient(180deg, #f5ddc5 0%, #e9cad4 100%);
}

#Copilot-plus-PC-For-Commercial .row-top1 {
	color: var(--microsoft-blue-black);
}


#Copilot-plus-PC-For-Commercial .row-bottom1 .col-left .column-title {
	color: var(--microsoft-blue-black);
}

#Copilot-plus-PC-For-Commercial .row-bottom1 .col-left .column-text1 {
	color: #091f2c;
}

#Copilot-plus-PC-For-Commercial .col2 {
	container: col2 / inline-size;
	display: flex;
	flex-direction: column;
	gap: 48px;
	color: var(--microsoft-pure-white);
	background-color: var(--microsoft-blue-black);
	padding: 96px 112px;
}

#Copilot-plus-PC-For-Commercial .col-top {
	display: flex;
	flex-direction: column;
	gap: 32px;
	font-weight: 400;
	max-width: 1320px;
	margin: 0 auto;
}

#Copilot-plus-PC-For-Commercial .title-unlock-efficiency {
	--min-font-size: 27; --max-font-size: 48; font-size: var(--interpolate);
}

#Copilot-plus-PC-For-Commercial .text-experience {
	--min-font-size: 16; --max-font-size: 20; font-size: var(--interpolate);
}

#Copilot-plus-PC-For-Commercial .row1 {
	display: flex;
	align-items: flex-start;
	gap: 80px;
	max-width: 1320px;
	margin: 0 auto;
}



/* column-b */

#Copilot-plus-PC-For-Commercial .column-b {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
	flex-grow: 1;
}

#Copilot-plus-PC-For-Commercial .column-windows-fy25 {
	flex-shrink: 0;
	border-radius: 16px;
}

#Copilot-plus-PC-For-Commercial .column-col-bottom {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#Copilot-plus-PC-For-Commercial .column-subtitle {
	font-size: 32px;
	font-weight: 600;
}

#Copilot-plus-PC-For-Commercial .column-text2 {
	font-size: 20px;
	font-weight: 400;
}
/* end column-b*/


#Copilot-plus-PC-For-Commercial .col3 {
	container: col1 / inline-size;
	gap: 80px;
	color: var(--microsoft-blue-black);
	font-weight: 400;
	background-image: linear-gradient(180deg, #c8ccef 0%, #b9cbeb 100%);
}

#Copilot-plus-PC-For-Commercial .row2 {
	height: 609px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

#Copilot-plus-PC-For-Commercial .card-left {
	width: 100%; 
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	flex-grow: 1;
	background: url(../images/card.jpg) center / cover no-repeat;
}

#Copilot-plus-PC-For-Commercial .card-left-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 48px;
	padding: 96px 80px 96px 112px;

}

#Copilot-plus-PC-For-Commercial .card-left-col-top {
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-self: stretch;
	color: black;
	font-weight: 400;
}

#Copilot-plus-PC-For-Commercial .card-left-title {
	font-size: 48px;
}

#Copilot-plus-PC-For-Commercial .card-left-text {
	font-size: 20px;
}

#Copilot-plus-PC-For-Commercial .card-left-btn-shop-now {
	color: var(--microsoft-pure-white);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: left;
	background-color: var(--copilot-dark-613a3a);
}

#Copilot-plus-PC-For-Commercial .windows-fy25-commr1 {
	width: 100%;
	min-width: 0;
	flex-grow: 1;
	align-self: safe center;
	object-fit: cover;
	height: 100%;
}

#Copilot-plus-PC-For-Commercial .footer {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	background-color: var(--microsoft-blue-black);
	padding: 64px 112px;
}

#Copilot-plus-PC-For-Commercial .footer-wrapper {
	display: flex;
	align-items: flex-start;
	gap: 64px;
}

#Copilot-plus-PC-For-Commercial .footer-copilot-plus {
	width: 223px;
	flex-shrink: 0;
}

#Copilot-plus-PC-For-Commercial .footer-text {
	flex-grow: 1;
}



/** breakpoints (margin / paddings) **/

@media screen and (max-width: 1280px) {
	#Copilot-plus-PC-For-Commercial .header {
		padding: 0;
	}
	#Copilot-plus-PC-For-Commercial .header-col-left {
		padding: 60px;
	}
	#Copilot-plus-PC-For-Commercial .header-col-right {
		padding: 0;
	}
	#Copilot-plus-PC-For-Commercial .col2, .section {
		padding-inline: var(--margin-md);
	}
	#Copilot-plus-PC-For-Commercial .card-left {
		padding-inline: var(--margin-md);
	}
	#Copilot-plus-PC-For-Commercial .footer {
		padding-inline: var(--margin-md);
	}
}



/* container queries (flex rows) */

@container col1 (width < 1016px) {
	#Copilot-plus-PC-For-Commercial .row-a {
		height: unset;
		flex-direction: column;
		gap: 31px;
		margin-top: 45px;
	}
	#Copilot-plus-PC-For-Commercial .row-a > .row-windows-fy251 {
		width: 568px;
	}
}

@container col1 (width < 1016px) {
	#Copilot-plus-PC-For-Commercial .row-b {
		height: unset;
		flex-direction: column-reverse;
		gap: 43px;
		margin-top: 45px;
	}
	#Copilot-plus-PC-For-Commercial .row-b > .row-windows-fy252 {
		width: 568px;
	}
}

@container body (width < 1439px) {
	#Copilot-plus-PC-For-Commercial .header {
		height: unset;
		flex-direction: column;
		align-items: flex-start;
		gap: 58px;
	}
}

@container col2 (width < 1215px) {
	#Copilot-plus-PC-For-Commercial .row1 {
		gap: 50px;
	}
}

@container body (width < 1187px) {
	#Copilot-plus-PC-For-Commercial .row2 {
		height: unset;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

@container body (width < 1439px) {
	#Copilot-plus-PC-For-Commercial .footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}
}




@media screen and (max-width: 576px) {

	#Copilot-plus-PC-For-Commercial .header .fixed-Windows-images{
		position: relative;
		top: 0px;
		right: 5px;
		margin-bottom: 20px;
	}

	#Copilot-plus-PC-For-Commercial .header .fixed-Windows-images img{
		max-height: 32px;
		margin: 5px 0px;
	}

	#Copilot-plus-PC-For-Commercial .hero {
		flex-direction: column;
	}
	#Copilot-plus-PC-For-Commercial .header {
		padding: 20px;
	}
	#Copilot-plus-PC-For-Commercial .header-copilot-plus {
		max-width: 250px;
	}
	#Copilot-plus-PC-For-Commercial .row-windows-fy252, .row-windows-fy253, .row-windows-fy254 {
		height: 300px;
	}
	#Copilot-plus-PC-For-Commercial .section {
		padding: 40px !important;
	}
	#Copilot-plus-PC-For-Commercial .header-frame-right {
		padding: 0;
		width: 100%;
	}
	#Copilot-plus-PC-For-Commercial .header-col-left {
		width: 90%;
		padding: 0px;
		gap: 60px;
	}
	#Copilot-plus-PC-For-Commercial .header-col-right {
		min-height: 450px;
		margin-top: -60px;
	}
	#Copilot-plus-PC-For-Commercial .header-business-ready {
		font-size: 50px;
	}
	#Copilot-plus-PC-For-Commercial .card-left-wrapper {
		padding: 0;
	}
	#Copilot-plus-PC-For-Commercial .row1 {
		flex-direction: column;

	}
	#Copilot-plus-PC-For-Commercial .col2 {
		padding: 40px;
	}
	#Copilot-plus-PC-For-Commercial .card-left {
		padding: 40px;
	}
	#Copilot-plus-PC-For-Commercial .footer {
		padding: 40px;
		text-align: left;
		align-items: flex-start;
	}
	#Copilot-plus-PC-For-Commercial .footer-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 18px;
	}
	#Copilot-plus-PC-For-Commercial .footer-text {
		margin-top: 15px;
	}
	#Copilot-plus-PC-For-Commercial .text, .column-title, .card-left-title {
		font-size: 40px !important;
	}
}


#Copilot-plus-PC-For-Commercial .product-card-container {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: center;
}
#Copilot-plus-PC-For-Commercial .product-card {
	flex: 1 1 400px;
	max-width: 400px;
	box-sizing: border-box;
}
#Copilot-plus-PC-For-Commercial .product-card__image  {
	margin-bottom: 4%
}

#Copilot-plus-PC-For-Commercial .product-card__content {
	display: flex;
	align-items: center;
	gap: 16px; 
	flex-wrap: wrap; 
}

#Copilot-plus-PC-For-Commercial .product-card__info {
	flex: 1; 
}

#Copilot-plus-PC-For-Commercial .product-card__cta {
	white-space: nowrap;
	margin-top: auto
}

#Copilot-plus-PC-For-Commercial .button--campaign-secondary {
	background-color: #273863;
	color: white;
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
}

#Copilot-plus-PC-For-Commercial .button--campaign-secondary:hover {
	background-color: #2e4580; 
}

:root {
	/* color variables */
	--microsoft-pure-white: #fff;
	--copilot-dark-733145: #733145;
	--microsoft-pure-black: #000;
	--microsoft-blue-black: #091f2c;
	--copilot-dark-613a3a: #613a3a;

	/* responsive margins / paddings */
	--margin-sm: 16px;
	--margin-md: 32px;
}

/* text utility classes */

#Copilot-plus-PC-For-Commercial .sub-text {
	font-size: 12px;
}

#Copilot-plus-PC-For-Commercial .sub-text a{
	font-size: 12px;
	color: #000 !important;
}

#Copilot-plus-PC-For-Commercial .link {
	text-decoration: underline;
}

/* section utility classes */

#Copilot-plus-PC-For-Commercial .section {
	flex-direction: column;
	background-position: top left;
	background-size: auto auto;
	background-repeat: no-repeat;
	padding: 96px 112px;
}



/* ui objects utility classes */

#Copilot-plus-PC-For-Commercial .btn {
	background-color: #273863;
    color: white;
	margin: 15px;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}



/* button hover utility classes */

#Copilot-plus-PC-For-Commercial .hover-bright:hover {
	filter: brightness(1.2);
	transition: all .3s ease;
}


@media screen and (max-width: 576px) {
	#Copilot-plus-PC-For-Commercial {
		font-size: 14px;
	}
}
