/* --- Page exemples de sites Waibora / Artisan en Ligne --- */
.examples-hero{
	position:relative;
	overflow:hidden;
	padding:82px 0 88px;
	background:
		radial-gradient(circle at 88% 20%,rgba(37,183,164,.13),transparent 32%),
		linear-gradient(180deg,#ffffff 0%,#f5fbfa 100%);
}
.examples-hero-copy h2{color:#000;}

.examples-hero::before{
	content:'';
	position:absolute;
	left:-140px;
	bottom:-180px;
	width:420px;
	height:420px;
	border-radius:50%;
	background:rgba(53,109,152,.06);
}

.examples-hero-inner{
	position:relative;
	z-index:1;
	display:flex;
	align-items:center;
	gap:7%;
}

.examples-hero-copy{
	width:48%;
}

.examples-kicker{
	display:inline-block;
	margin-bottom:13px;
	padding:7px 12px;
	border-radius:999px;
	background:#e8f8f5;
	color:#177f73;
	font-size:12px;
	font-weight:800;
	letter-spacing:.08em;
	text-transform:uppercase;
}

.examples-hero h1{
	max-width:720px;
	margin:0 0 20px;
	font-size:42px;
	line-height:1.1;
	letter-spacing:-.02em;
	color:#17374c;
}

.examples-lead{
	max-width:720px;
	margin:0;
	font-size:18px;
	line-height:1.72;
	color:#566f7e;
}

.examples-hero-points{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin:27px 0 28px;
}

.examples-hero-points span{
	display:inline-flex;
	align-items:center;
	gap:6px;
	padding:9px 12px;
	border:1px solid #dceae8;
	border-radius:999px;
	background:rgba(255,255,255,.86);
	box-shadow:0 4px 14px rgba(20,55,85,.05);
	font-size:12px;
	color:#617786;
}

.examples-hero-points strong{
	color:#183f55;
}

.examples-actions{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:18px;
}

.examples-actions .button-blue{
	margin:0;
}

.examples-primary-button{
	background:#25a995;
	box-shadow:0 5px 18px rgba(37,169,149,.28);
}

.examples-primary-button:hover{
	background:#218f80;
}

.examples-text-link{
	font-size:14px;
	font-weight:700;
	color:#315e7c !important;
	text-decoration:none !important;
}

.examples-text-link:hover{
	text-decoration:underline !important;
	text-underline-offset:4px;
}

.examples-hero-preview{
	position:relative;
	width:45%;
	min-height:420px;
}

.examples-preview-stack{
	position:absolute;
	overflow:hidden;
	width:82%;
	border:1px solid rgba(21,60,82,.12);
	border-radius:20px;
	background:#ffffff;
	box-shadow:0 24px 60px rgba(20,55,85,.16);
}

.examples-preview-stack img{
	display:block;
	width:100%;
	height:auto;
}

.examples-preview-back{
	top:12px;
	right:0;
	transform:rotate(5deg);
	opacity:.68;
}

.examples-preview-middle{
	top:92px;
	left:0;
	transform:rotate(-5deg);
	opacity:.82;
}

.examples-preview-front{
	top:54px;
	left:9%;
	z-index:3;
	width:86%;
}

.examples-browser-bar{
	display:flex;
	align-items:center;
	gap:6px;
	padding:10px 13px;
	border-bottom:1px solid #e8edf0;
	background:#f5f8fa;
}

.examples-browser-bar i{
	display:block;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#c3cdd3;
}

.examples-browser-bar i:nth-child(1){background:#ff8d84;}
.examples-browser-bar i:nth-child(2){background:#ffd17c;}
.examples-browser-bar i:nth-child(3){background:#9ce79a;}

.examples-browser-bar span{
	margin-left:6px;
	font-size:10px;
	font-weight:700;
	letter-spacing:.04em;
	color:#83939d;
}

.examples-gallery-section{
	padding-top:82px;
	padding-bottom:88px;
	background:#f7fafc;
}

.examples-section-heading,
.examples-benefits-intro{
	max-width:900px;
	margin:0 auto 40px;
}

.examples-section-heading h2,
.examples-benefits-intro h2{
	margin:0 0 14px;
	font-size:34px;
	line-height:1.18;
	color:#18384d;
}

.examples-section-heading p,
.examples-benefits-intro p{
	margin:0;
	font-size:16px;
	line-height:1.72;
	color:#667b88;
}

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

.example-site-card{
	display:flex;
	flex-direction:column;
	min-width:0;
	overflow:hidden;
	border:1px solid #dde6eb;
	border-radius:22px;
	background:#ffffff;
	box-shadow:0 12px 32px rgba(20,55,85,.07);
	transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.example-site-card:hover{
	transform:translateY(-6px);
	border-color:#bfd9d5;
	box-shadow:0 20px 46px rgba(20,55,85,.13);
}

.example-site-preview{
	display:block;
	color:inherit !important;
	text-decoration:none !important;
}

.example-site-browser{
	display:flex;
	align-items:center;
	gap:11px;
	padding:10px 13px;
	border-bottom:1px solid #e8edf0;
	background:linear-gradient(180deg,#f9fbfc,#eef3f6);
}

.example-browser-dots{
	display:flex;
	align-items:center;
	gap:5px;
	flex:0 0 auto;
}

.example-browser-dots i{
	display:block;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#c2cbd1;
}

.example-browser-dots i:nth-child(1){background:#ff8d84;}
.example-browser-dots i:nth-child(2){background:#ffd17c;}
.example-browser-dots i:nth-child(3){background:#9ce79a;}

.example-browser-url{
	min-width:0;
	overflow:hidden;
	font-size:10px;
	font-weight:700;
	color:#80919c;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.example-site-image{
	position:relative;
	overflow:hidden;
	background:#edf2f4;
}

.example-site-image::after{
	content:'';
	position:absolute;
	inset:0;
	background:linear-gradient(180deg,rgba(10,27,39,0) 48%,rgba(10,27,39,.42) 100%);
	pointer-events:none;
}

.example-site-image img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform .38s ease;
}

.example-site-card:hover .example-site-image img{
	transform:scale(1.035);
}


.example-site-hover{
	position:absolute;
	right:15px;
	bottom:14px;
	z-index:2;
	display:inline-flex;
	align-items:center;
	gap:7px;
	padding:8px 11px;
	border-radius:999px;
	background:#ffffff;
	box-shadow:0 5px 18px rgba(0,0,0,.18);
	color:#173f55;
	font-size:11px;
	font-weight:800;
	transform:translateY(5px);
	opacity:0;
	transition:opacity .2s ease,transform .2s ease;
}

.example-site-card:hover .example-site-hover{
	transform:translateY(0);
	opacity:1;
}

.example-site-content{
	display:flex;
	flex:1;
	flex-direction:column;
	padding:20px 20px 21px;
}

.example-site-title-row{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:14px;
}

.example-site-trade{
	display:block;
	margin-bottom:5px;
	font-size:10px;
	font-weight:800;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:#1d927f;
}

.example-site-content h3{
	margin:0;
	font-size:21px;
	line-height:1.2;
	color:#18384d;
}


.example-site-content p{
	margin:14px 0 17px;
	font-size:13px;
	line-height:1.62;
	color:#657986;
}

.example-site-link{
	display:inline-flex;
	align-items:center;
	gap:6px;
	margin-top:auto;
	font-size:12px;
	font-weight:800;
	color:#177f73 !important;
	text-decoration:none !important;
}

.example-site-link:hover{
	text-decoration:underline !important;
	text-underline-offset:4px;
}

.examples-benefits-section{
	padding-top:82px;
	padding-bottom:82px;
	background:#ffffff;
}

.examples-benefits-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:18px;
}

.examples-benefit-card{
	position:relative;
	padding:24px;
	border:1px solid #e0e9ed;
	border-radius:18px;
	background:linear-gradient(180deg,#ffffff,#f9fbfc);
	box-shadow:0 9px 28px rgba(20,55,85,.05);
}

.examples-benefit-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:38px;
	height:38px;
	margin-bottom:18px;
	border-radius:12px;
	background:#e9f8f5;
	color:#178776;
	font-size:12px;
	font-weight:900;
}

.examples-benefit-card h3{
	margin:0 0 10px;
	font-size:18px;
	line-height:1.3;
	color:#18384d;
}

.examples-benefit-card p{
	margin:0;
	font-size:13px;
	line-height:1.62;
	color:#667b88;
}

.examples-cta-section{
	padding-top:0;
	padding-bottom:82px;
	background:#ffffff;
}

.examples-cta-box{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:42px;
	padding:43px 48px;
	border-radius:25px;
	background:
		radial-gradient(circle at 88% 0,rgba(112,224,208,.18),transparent 34%),
		linear-gradient(135deg,#143a50,#1c5966);
	box-shadow:0 20px 48px rgba(20,55,85,.18);
	color:#ffffff;
}

.examples-cta-copy{
	max-width:820px;
}

.examples-cta-label{
	display:block;
	margin-bottom:9px;
	font-size:11px;
	font-weight:800;
	letter-spacing:.09em;
	text-transform:uppercase;
	color:#78e3d3;
}

.examples-cta-box h2{
	margin:0 0 12px;
	font-size:30px;
	line-height:1.18;
	color:#ffffff;
}

.examples-cta-box p{
	margin:0;
	font-size:14px;
	line-height:1.7;
	color:rgba(255,255,255,.78);
}

.examples-cta-actions{
	flex:0 0 260px;
	text-align:center;
}

.examples-cta-actions .button-blue{
	width:100%;
	max-width:none;
	margin:0 0 12px;
}

.examples-cta-button{
	background:#25b7a4;
	box-shadow:0 5px 18px rgba(37,183,164,.25);
}

.examples-cta-button:hover{
	background:#20a18f;
}

.examples-cta-link{
	font-size:12px;
	font-weight:700;
	color:#ffffff !important;
	text-decoration:underline !important;
	text-underline-offset:4px;
}

@media(max-width:1100px){
	.examples-hero h1{font-size:36px;}
	.examples-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
	.examples-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media(max-width:900px){
	.examples-hero-inner{flex-direction:column;gap:50px;}
	.examples-hero-copy{width:100%;max-width:820px;}
	.examples-hero-preview{width:100%;max-width:650px;min-height:430px;}
	.examples-cta-box{flex-direction:column;align-items:flex-start;}
	.examples-cta-actions{flex:0 0 auto;width:100%;max-width:320px;}
}

@media(max-width:680px){
	.examples-hero,
	.examples-gallery-section,
	.examples-benefits-section{padding-top:58px;padding-bottom:60px;}
	.examples-hero h1{font-size:31px;}
	.examples-lead{font-size:16px;}
	.examples-section-heading h2,
	.examples-benefits-intro h2{font-size:28px;}
	.examples-grid,
	.examples-benefits-grid{grid-template-columns:1fr;}
	.examples-actions{flex-direction:column;align-items:stretch;}
	.examples-actions .button-blue{width:100%;max-width:none;}
	.examples-text-link{text-align:center;}
	.examples-hero-preview{min-height:350px;}
	.examples-preview-stack{width:88%;}
	.examples-preview-front{width:91%;left:4.5%;}
	.examples-preview-middle{top:80px;}
	.examples-preview-back{top:4px;}
	.examples-cta-section{padding-bottom:58px;}
	.examples-cta-box{padding:28px 24px;border-radius:20px;}
	.examples-cta-box h2{font-size:26px;}
}

@media(max-width:440px){
	.examples-hero-preview{min-height:285px;}
	.examples-preview-middle{top:58px;}
	.examples-preview-front{top:35px;}
	.example-site-title-row{flex-direction:column;gap:9px;}
	.example-site-hover{display:none;}
}
