.ff-cmp,
.ff-cmp *{box-sizing:border-box}
.ff-cmp{
	font-family:"Noto Sans JP","Inter",system-ui,-apple-system,sans-serif;
	background:#ffffff;
	color:#0e1116;
	-webkit-font-smoothing:antialiased;
	font-feature-settings:"palt";
	line-height:1.65;
}
.ff-cmp a{color:inherit}
.ff-cmp img{max-width:100%;display:block}
.ff-cmp .num{font-family:"Inter",sans-serif;font-feature-settings:"tnum";letter-spacing:-0.01em}

/* ───────── Hero ───────── */
.hero{
	max-width:1280px;
	margin:0 auto;
	padding:64px 28px 72px;
}
.hero-grid{
	display:grid;
	grid-template-columns:1fr 1.25fr;
	gap:48px;
	align-items:end;
}
.hero-visuals{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:12px;
	align-items:end;
}
.hv{
	display:flex;
	flex-direction:column;
	gap:10px;
	transition:transform .25s ease;
}
.hv[data-active="false"]{display:none}
.hv.is-mid{transform:translateY(-22px)}
.hv-img{
	aspect-ratio:2/3;
	border-radius:14px;
	background:linear-gradient(160deg,#fafbfd 0%, #f1f3f7 100%);
	display:grid;
	place-items:center;
	overflow:hidden;
	position:relative;
	border:1px solid #eef0f3;
}
.hv-img img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.hv-label{
	display:flex;
	align-items:center;
	gap:8px;
	font-size:12px;
	font-weight:700;
	color:#0e1116;
}
.hv-label .dot{
	width:8px;
	height:8px;
	border-radius:50%;
	flex-shrink:0;
}
.hv[data-id="creator5pro"] .dot{background:#4a1f8a}
.hv[data-id="creator5pro"] .hv-img{border-bottom:3px solid #4a1f8a}
.hv[data-id="creator5"] .dot{background:#7b3fe4}
.hv[data-id="creator5"] .hv-img{border-bottom:3px solid #7b3fe4}
.hv[data-id="ad5x"] .dot{background:#ff6a13}
.hv[data-id="ad5x"] .hv-img{border-bottom:3px solid #ff6a13}
.hv[data-id="m5pro"] .dot{background:#0e1116}
.hv[data-id="m5pro"] .hv-img{border-bottom:3px solid #0e1116}
.hv[data-id="m5"] .dot{background:#0a66ff}
.hv[data-id="m5"] .hv-img{border-bottom:3px solid #0a66ff}
.hero-eyebrow{
	display:inline-flex;
	align-items:center;
	gap:8px;
	font-size:12px;
	font-weight:600;
	letter-spacing:0.08em;
	color:#ff6a13;
	text-transform:uppercase;
	background:#fff3eb;
	padding:6px 12px;
	border-radius:999px;
}
.hero-eyebrow::before{
	content:"";
	width:6px;
	height:6px;
	border-radius:50%;
	background:#ff6a13;
}
.hero h1{
	font-size:52px;
	line-height:1.08;
	letter-spacing:-0.02em;
	font-weight:900;
	margin:24px 0 20px;
	text-wrap:balance;
}
.hero h1 em{
	font-style:normal;
	background:linear-gradient(90deg,#7b3fe4 0%, #ff6a13 50%, #0a66ff 100%);
	-webkit-background-clip:text;
	background-clip:text;
	color:transparent;
}
.hero p.lead{
	font-size:16px;
	color:#3a414d;
	max-width:720px;
	margin:0;
}
.hero-meta{
	display:flex;
	gap:36px;
	margin-top:36px;
	flex-wrap:wrap;
	font-size:13px;
	color:#6b7280;
}
.hero-meta b{
	color:#0e1116;
	font-weight:700;
	font-size:14px;
	display:block;
}
@media (max-width:1024px){
	.hero{padding:48px 24px 56px}
	.hero-grid{gap:40px}
	.hero h1{font-size:44px}
	.hero-visuals{gap:10px}
}
@media (max-width:768px){
	.hero{padding:36px 20px 40px}
	.hero-grid{grid-template-columns:1fr;gap:32px;align-items:start}
	.hero h1{font-size:32px;margin:18px 0 14px}
	.hero p.lead{font-size:14.5px}
	.hero-meta{gap:20px;margin-top:24px}
	.hero-visuals{gap:8px;align-items:start}
	.hv-label{font-size:11px}
	.hv.is-mid{transform:none}
}

/* ───────── Picker ───────── */
.picker-wrap{
	max-width:1280px;
	margin:0 auto;
	padding:32px 28px 12px;
}
.picker-wrap-compact{
	padding-top:8px;
	padding-bottom:24px;
}
.picker-head{
	display:flex;
	align-items:baseline;
	justify-content:space-between;
	gap:16px;
	margin-bottom:14px;
	flex-wrap:wrap;
}
.picker-title{
	font-size:14px;
	font-weight:700;
	letter-spacing:0.04em;
}
.picker-hint{
	font-size:12px;
	color:#6b7280;
}
.picker-hint b{color:#ff6a13}
.picker{
	display:flex;
	gap:10px;
	flex-wrap:wrap;
}
.pill{
	border:1px solid #e5e7eb;
	background:#fff;
	border-radius:999px;
	padding:10px 16px;
	font-size:13px;
	font-weight:600;
	cursor:pointer;
	display:inline-flex;
	align-items:center;
	gap:10px;
	transition:all .15s ease;
	font-family:inherit;
	color:#0e1116;
	position:relative;
}
.pill:hover{border-color:#0e1116}
.pill.active{
	background:#0e1116;
	color:#fff;
	border-color:#0e1116;
}
.pill .dot{
	width:9px;
	height:9px;
	border-radius:50%;
	flex-shrink:0;
}
.pill[data-id="creator5"] .dot{background:#7b3fe4}
.pill[data-id="creator5pro"] .dot{background:#4a1f8a}
.pill[data-id="ad5x"] .dot{background:#ff6a13}
.pill[data-id="m5"] .dot{background:#0a66ff}
.pill[data-id="m5pro"] .dot{background:#0e1116;outline:1px solid #ffffff;outline-offset:-1px}
.pill[data-id="m5pro"].active .dot{outline-color:#fff}
.pill .check-mark{
	width:14px;
	height:14px;
	border-radius:50%;
	border:1.5px solid currentColor;
	display:inline-grid;
	place-items:center;
	opacity:0.4;
	transition:opacity .15s;
	flex-shrink:0;
}
.pill.active .check-mark{
	opacity:1;
	background:#fff;
	border-color:#fff;
}
.pill.active .check-mark::after{
	content:"";
	width:6px;
	height:6px;
	border-radius:50%;
	background:#0e1116;
}
.pill.disabled{
	opacity:0.45;
	cursor:not-allowed;
}
.pill.disabled:hover{border-color:#e5e7eb}
@media (max-width:768px){
	.picker-wrap{padding:24px 20px 8px}
	.pill{padding:9px 14px;font-size:12.5px}
}

/* ───────── Card row ───────── */
.cards{
	max-width:1280px;
	margin:0 auto;
	padding:24px 28px 80px;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:24px;
}
.card{
	border:1px solid #e5e7eb;
	border-radius:20px;
	padding:32px 28px;
	background:#fff;
	display:flex;
	flex-direction:column;
	position:relative;
}
.card[data-active="false"]{display:none}
.card-tag{
	position:absolute;
	top:18px;
	right:18px;
	font-size:11px;
	font-weight:700;
	padding:4px 10px;
	border-radius:999px;
	letter-spacing:0.05em;
}
.card[data-id="creator5"] .card-tag{background:#f1ecff;color:#7b3fe4}
.card[data-id="creator5pro"] .card-tag{background:#4a1f8a;color:#fff}
.card[data-id="ad5x"] .card-tag{background:#fff3eb;color:#ff6a13}
.card[data-id="m5"] .card-tag{background:#eaf1ff;color:#0a66ff}
.card[data-id="m5pro"] .card-tag{background:#0e1116;color:#fff}
.card-name{
	font-size:13px;
	font-weight:600;
	color:#6b7280;
	margin-bottom:4px;
	letter-spacing:0.04em;
}
.card-title{
	font-size:26px;
	font-weight:900;
	letter-spacing:-0.01em;
	line-height:1.15;
	margin:0 0 10px;
}
.card-tagline{
	font-size:13px;
	color:#3a414d;
	margin:0 0 18px;
	min-height:42px;
}
.card-img{
	height:240px;
	border-radius:14px;
	background:#f6f7f9;
	display:grid;
	place-items:center;
	margin:8px 0 24px;
	position:relative;
	overflow:hidden;
}
.card-img img{
	width:100%;
	height:100%;
	object-fit:contain;
}
.card-price{
	display:flex;
	align-items:baseline;
	flex-wrap:wrap;
	gap:8px;
	margin-bottom:18px;
	min-height:42px;
}
.card-price .yen{
	font-size:14px;
	color:#6b7280;
	font-weight:600;
}
.card-price .num{
	font-size:30px;
	font-weight:900;
	letter-spacing:-0.02em;
}
.card-price .tax{
	font-size:12px;
	color:#6b7280;
}
.card-price .strike{
	font-size:14px;
	color:#9aa1ae;
	text-decoration:line-through;
	font-weight:600;
	width:100%;
	margin-bottom:-4px;
}
.card-price .sale-tag{
	display:inline-block;
	background:#e0142b;
	color:#fff;
	font-size:10px;
	font-weight:800;
	padding:3px 8px;
	border-radius:4px;
	letter-spacing:0.02em;
	margin-right:4px;
	vertical-align:middle;
	transform:translateY(-2px);
}
.card-bullets{
	list-style:none;
	padding:0;
	margin:0 0 28px;
	display:flex;
	flex-direction:column;
	gap:12px;
	border-top:1px solid #eef0f3;
	padding-top:22px;
}
.card-bullets li{
	display:flex;
	gap:10px;
	font-size:13px;
	color:#3a414d;
	align-items:flex-start;
}
.card-bullets li::before{
	content:"";
	width:14px;
	height:14px;
	border-radius:50%;
	background:#f6f7f9;
	flex-shrink:0;
	margin-top:4px;
}
.card[data-id="creator5"] .card-bullets li::before{
	background-image:radial-gradient(circle,#7b3fe4 30%, transparent 35%);
	background-color:#f1ecff;
}
.card[data-id="creator5pro"] .card-bullets li::before{
	background-image:radial-gradient(circle,#4a1f8a 30%, transparent 35%);
	background-color:#f1ecff;
}
.card[data-id="ad5x"] .card-bullets li::before{
	background-image:radial-gradient(circle,#ff6a13 30%, transparent 35%);
	background-color:#fff3eb;
}
.card[data-id="m5"] .card-bullets li::before{
	background-image:radial-gradient(circle,#0a66ff 30%, transparent 35%);
	background-color:#eaf1ff;
}
.card[data-id="m5pro"] .card-bullets li::before{
	background-image:radial-gradient(circle,#0e1116 30%, transparent 35%);
	background-color:#f6f7f9;
}
.card-actions{
	margin-top:auto;
	display:flex;
	gap:8px;
}
.btn{
	flex:1;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	font-weight:700;
	padding:11px 16px;
	border-radius:10px;
	cursor:pointer;
	border:none;
	font-family:inherit;
	transition:all .15s ease;
}
.ff-cmp a.btn-primary,
.btn-primary{
	background:#0e1116;
	color:#fff;
}
.btn-primary:hover{background:#ff6a13}
.ff-cmp a.btn-ghost,
.btn-ghost{
	background:#fff;
	color:#0e1116;
	border:1px solid #e5e7eb;
}
.btn-ghost:hover{border-color:#0e1116}
@media (max-width:1024px){
	.cards{grid-template-columns:1fr 1fr;padding:20px 24px 64px}
	.cards .card:nth-child(odd):last-child{grid-column:span 2}
}
@media (max-width:768px){
	.cards{grid-template-columns:1fr;padding:16px 20px 48px;gap:16px}
	.card{padding:24px 22px}
	.cards .card:nth-child(odd):last-child{grid-column:auto}
	.card-title{font-size:22px}
	.card-img{height:200px}
	.card-price .num{font-size:26px}
}

/* ───────── Section heading ───────── */
.section{
	max-width:1280px;
	margin:0 auto;
	padding:96px 28px 32px;
}
.section-eyebrow{
	font-size:12px;
	font-weight:700;
	letter-spacing:0.12em;
	color:#ff6a13;
	text-transform:uppercase;
	margin-bottom:8px;
}
.section h2{
	font-size:42px;
	font-weight:900;
	letter-spacing:-0.02em;
	line-height:1.18;
	margin:0 0 14px;
	text-wrap:balance;
}
.section .sub{
	color:#6b7280;
	font-size:14.5px;
	max-width:680px;
	margin:0;
	line-height:1.7;
}
@media (max-width:1024px){
	.section{padding:72px 24px 24px}
	.section h2{font-size:34px}
}
@media (max-width:768px){
	.section{padding:56px 20px 20px}
	.section h2{font-size:26px}
	.section .sub{font-size:13.5px}
}

/* ───────── Highlights row ───────── */
.highlights{
	max-width:1280px;
	margin:0 auto;
	padding:40px 28px 56px;
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:20px;
}
.hi{
	border:1px solid #e5e7eb;
	border-radius:16px;
	padding:32px 26px;
	background:#fff;
}
.hi h4{
	margin:0 0 12px;
	font-size:12px;
	color:#6b7280;
	font-weight:700;
	letter-spacing:0.06em;
	text-transform:uppercase;
}
.hi .big{
	font-size:36px;
	font-weight:900;
	letter-spacing:-0.02em;
	line-height:1;
}
.hi .big small{
	font-size:15px;
	font-weight:600;
	color:#6b7280;
	margin-left:6px;
}
.hi p{
	margin:16px 0 0;
	font-size:12.5px;
	color:#6b7280;
	line-height:1.65;
}
@media (max-width:1024px){
	.highlights{grid-template-columns:1fr 1fr;padding:32px 24px 48px;gap:16px}
}
@media (max-width:768px){
	.highlights{grid-template-columns:1fr;padding:24px 20px 40px;gap:12px}
	.hi{padding:24px 22px}
}

/* ───────── Spec table ───────── */
.spec-tabs{
	max-width:1280px;
	margin:0 auto;
	padding:0 28px;
	display:flex;
	gap:4px;
	border-bottom:1px solid #e5e7eb;
}
.spec-tab{
	background:none;
	border:none;
	padding:14px 18px;
	font-size:13px;
	font-weight:600;
	color:#6b7280;
	cursor:pointer;
	font-family:inherit;
	border-bottom:2px solid transparent;
	margin-bottom:-1px;
	white-space:nowrap;
}
.spec-tab:hover{color:#0e1116}
.spec-tab.active{
	color:#0e1116;
	border-bottom-color:#ff6a13;
}
.spec-wrap{
	max-width:1280px;
	margin:0 auto;
	padding:32px 28px 48px;
}
table.spec{
	width:100%;
	border-collapse:collapse;
	font-size:13.5px;
	table-layout:fixed;
}
table.spec col.col-label{width:22%}
table.spec th,
table.spec td{
	padding:18px 14px;
	text-align:left;
	border-bottom:1px solid #eef0f3;
	vertical-align:top;
	word-break:break-word;
}
table.spec thead th{
	font-size:12px;
	color:#6b7280;
	font-weight:700;
	letter-spacing:0.06em;
	text-transform:uppercase;
	border-bottom:1px solid #e5e7eb;
	background:transparent;
	padding-bottom:10px;
	padding-top:10px;
}
table.spec thead th .product-head{
	display:flex;
	flex-direction:column;
	gap:2px;
}
table.spec thead th .product-head .pn{
	font-size:14px;
	color:#0e1116;
	font-weight:800;
	letter-spacing:-0.01em;
	text-transform:none;
	line-height:1.3;
}
table.spec thead th .product-head .pp{
	font-size:11.5px;
	color:#6b7280;
	font-weight:600;
	font-family:"Inter",sans-serif;
}
table.spec thead th .product-head .pp .strike{
	color:#9aa1ae;
	text-decoration:line-through;
	margin-right:4px;
	font-weight:500;
}
table.spec thead th .product-head .pp .sale{
	color:#e0142b;
	font-weight:800;
}
table.spec tbody th{
	font-weight:600;
	color:#3a414d;
	background:#f6f7f9;
	font-size:13px;
}
table.spec td{
	color:#0e1116;
	font-size:13px;
}
table.spec td.win{
	position:relative;
	font-weight:700;
}
table.spec td.win::before{
	content:"";
	position:absolute;
	left:0;
	top:8px;
	bottom:8px;
	width:3px;
	background:#ff6a13;
	border-radius:2px;
}
table.spec tbody tr:hover td,
table.spec tbody tr:hover th{background:#fffaf6}
table.spec [data-col].is-hidden{display:none}
.yes{color:#10a36b;font-weight:700}
.no{color:#b9bec7}
.opt{color:#e0a52a;font-weight:600}
.scroll-hint{display:none}
@media (max-width:1024px){
	.spec-wrap{padding:24px 24px 40px}
	table.spec{font-size:12.5px}
	table.spec th,
	table.spec td{padding:14px 10px;font-size:12px}
}
@media (max-width:768px){
	.spec-tabs{padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}
	.spec-tab{padding:12px 14px;font-size:12px}
	.spec-wrap{padding:20px 0 32px;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}
	table.spec{font-size:11.5px;min-width:720px;table-layout:auto}
	table.spec th,
	table.spec td{padding:12px 10px}
	table.spec tbody th{width:auto}
	.scroll-hint{
		display:flex;
		position:absolute;
		top:50%;
		left:50%;
		transform:translate(-50%,-50%);
		align-items:center;
		gap:8px;
		padding:10px 18px;
		font-size:12px;
		color:#fff;
		font-weight:700;
		letter-spacing:0.04em;
		background:rgba(14,17,22,0.78);
		border-radius:999px;
		pointer-events:none;
		z-index:5;
		transition:opacity .25s ease;
		white-space:nowrap;
	}
	.scroll-hint.is-hidden{opacity:0}
}

/* ───────── Feature matrix ───────── */
.matrix{
	max-width:1280px;
	margin:0 auto;
	padding:16px 28px 100px;
}
.matrix-grid{
	display:grid;
	border:1px solid #e5e7eb;
	border-radius:18px;
	overflow:hidden;
}
.matrix-grid.cols-1{grid-template-columns:1.6fr 1fr}
.matrix-grid.cols-2{grid-template-columns:1.6fr repeat(2,1fr)}
.matrix-grid.cols-3{grid-template-columns:1.6fr repeat(3,1fr)}
.matrix-grid > div{
	padding:22px 18px;
	border-bottom:1px solid #eef0f3;
	border-right:1px solid #eef0f3;
	font-size:13px;
}
.matrix-grid.cols-1 > div:nth-child(2n){border-right:none}
.matrix-grid.cols-2 > div:nth-child(3n){border-right:none}
.matrix-grid.cols-3 > div:nth-child(4n){border-right:none}
.matrix-grid .mh{
	background:#f6f7f9;
	font-weight:700;
	font-size:12px;
	color:#6b7280;
	letter-spacing:0.04em;
	text-transform:uppercase;
	border-bottom:1px solid #e5e7eb;
}
.matrix-grid .mlabel{
	font-weight:600;
	color:#0e1116;
}
.matrix-grid .mlabel small{
	display:block;
	font-weight:400;
	color:#6b7280;
	font-size:12px;
	margin-top:2px;
}
.matrix-grid .m-cell.is-hidden{display:none}
.matrix-grid .mh.is-hidden{display:none}
.check{
	display:inline-grid;
	place-items:center;
	min-width:22px;
	height:22px;
	border-radius:50%;
	font-size:13px;
	font-weight:800;
	padding:0 6px;
}
.check-y{background:#e7f7ef;color:#10a36b}
.check-n{background:#f6f7f9;color:#b9bec7}
.check-o{background:#fff3da;color:#e0a52a}
@media (max-width:1024px){
	.matrix{padding:12px 24px 80px}
	.matrix-grid > div{padding:16px 12px;font-size:12.5px}
}
@media (max-width:768px){
	.matrix{padding:8px 20px 56px;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}
	.matrix-grid{min-width:560px}
	.matrix-grid > div{padding:14px 10px;font-size:12px}
}

/* ───────── Use-case row ───────── */
.usecases{
	max-width:1280px;
	margin:0 auto;
	padding:40px 28px 80px;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:18px;
}
.uc{
	border-radius:20px;
	padding:32px 28px;
	color:#fff;
	display:flex;
	flex-direction:column;
	gap:16px;
	min-height:340px;
	position:relative;
	overflow:hidden;
}
.uc-photo{
	height:120px;
	border-radius:12px;
	margin-bottom:6px;
	background:rgba(255,255,255,0.12);
	display:grid;
	place-items:center;
	overflow:hidden;
}
.uc-photo svg{
	width:100%;
	height:100%;
	max-width:280px;
}
.uc[data-rec="creator5"]{background:linear-gradient(150deg,#7b3fe4 0%, #9c6fff 60%, #c2a1ff 100%)}
.uc[data-rec="creator5pro"]{background:linear-gradient(150deg,#4a1f8a 0%, #2a164d 100%)}
.uc[data-rec="ad5x"]{background:linear-gradient(150deg,#ff6a13 0%, #ff8a3d 60%, #ffb476 100%)}
.uc[data-rec="m5"]{background:linear-gradient(150deg,#0a66ff 0%, #4a8bff 60%, #8db4ff 100%)}
.uc[data-rec="m5pro"]{background:linear-gradient(150deg,#0e1116 0%, #2a2f38 100%)}
.uc-rec{
	font-size:11px;
	font-weight:700;
	letter-spacing:0.08em;
	background:rgba(255,255,255,0.18);
	padding:5px 10px;
	border-radius:999px;
	align-self:flex-start;
	text-transform:uppercase;
}
.uc h3{
	font-size:21px;
	margin:0;
	font-weight:900;
	letter-spacing:-0.01em;
	line-height:1.25;
}
.uc p{
	font-size:13px;
	margin:0;
	opacity:0.92;
	line-height:1.6;
}
.uc-best{
	margin-top:auto;
	border-top:1px solid rgba(255,255,255,0.22);
	padding-top:14px;
	font-size:12px;
}
.uc-best b{
	font-size:15px;
	display:block;
	font-weight:800;
	letter-spacing:-0.01em;
	margin-top:2px;
}
.uc-icon{
	position:absolute;
	right:-20px;
	top:-20px;
	font-size:140px;
	line-height:1;
	opacity:0.08;
	font-weight:900;
	font-family:"Inter",sans-serif;
}
@media (max-width:1024px){
	.usecases{grid-template-columns:1fr 1fr;padding:32px 24px 64px;gap:16px}
}
@media (max-width:768px){
	.usecases{grid-template-columns:1fr;padding:24px 20px 48px;gap:14px}
	.uc{padding:26px 22px;min-height:auto}
	.uc h3{font-size:19px}
}

/* ───────── Product CTA grid ───────── */
.pcta-wrap{
	max-width:1280px;
	margin:0 auto;
	padding:24px 28px 96px;
}
.pcta-grid{
	display:grid;
	grid-template-columns:repeat(5,1fr);
	gap:14px;
}
.pcta{
	position:relative;
	display:flex;
	flex-direction:column;
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:16px;
	padding:22px 20px 20px;
	text-decoration:none;
	color:inherit;
	transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;
	overflow:hidden;
}
.pcta:hover{
	border-color:#0e1116;
	transform:translateY(-2px);
	box-shadow:0 18px 36px -22px rgba(14,17,22,.28);
}
.pcta::after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:4px;
	background:var(--accent,#ff6a13);
}
.pcta-head{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:8px;
	margin-bottom:12px;
}
.pcta-tag{
	font-size:10.5px;
	font-weight:700;
	letter-spacing:0.06em;
	color:var(--accent,#ff6a13);
	text-transform:uppercase;
}
.pcta-arrow{
	width:28px;
	height:28px;
	border-radius:999px;
	border:1px solid #e5e7eb;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#3a414d;
	transition:background .18s ease, color .18s ease, border-color .18s ease;
	flex-shrink:0;
}
.pcta:hover .pcta-arrow{
	background:#0e1116;
	color:#fff;
	border-color:#0e1116;
}
.pcta h3{
	font-size:17px;
	font-weight:900;
	margin:0 0 6px;
	letter-spacing:-0.01em;
	line-height:1.2;
}
.pcta-sub{
	font-size:12px;
	color:#6b7280;
	margin:0 0 16px;
	line-height:1.55;
	min-height:54px;
}
.pcta-meta{
	display:flex;
	flex-direction:column;
	gap:4px;
	padding-top:12px;
	border-top:1px dashed #e5e7eb;
	margin-top:auto;
}
.pcta-price{
	font-family:"Inter",sans-serif;
	font-weight:800;
	font-size:15px;
	letter-spacing:-0.01em;
	display:flex;
	align-items:baseline;
	gap:6px;
	flex-wrap:wrap;
}
.pcta-price .strike{
	font-weight:500;
	font-size:11px;
	color:#9aa1ae;
	text-decoration:line-through;
}
.pcta-price .sale{
	color:#e0142b;
}
.pcta-price small{
	font-weight:500;
	font-size:10px;
	color:#6b7280;
}
.pcta-link{
	font-size:11.5px;
	font-weight:700;
	color:var(--accent,#ff6a13);
}
@media (max-width:1024px){
	.pcta-wrap{padding:20px 24px 80px}
	.pcta-grid{grid-template-columns:repeat(2,1fr);gap:14px}
	.pcta-grid .pcta:nth-child(5):nth-last-child(1){grid-column:span 2}
}
@media (max-width:768px){
	.pcta-wrap{padding:16px 20px 56px}
	.pcta-grid{grid-template-columns:1fr;gap:12px}
	.pcta-grid .pcta:nth-child(5):nth-last-child(1){grid-column:auto}
	.pcta h3{font-size:17px}
	.pcta-sub{min-height:auto;margin:0 0 14px}
}

/* ───────── Store CTA ───────── */
.store-cta-wrap{
	max-width:1280px;
	margin:0 auto;
	padding:24px 28px 96px;
}
.store-cta{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:32px;
	background:#0e1116;
	border-radius:24px;
	padding:48px 56px;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.store-cta::before{
	content:"";
	position:absolute;
	right:-80px;
	top:-80px;
	width:280px;
	height:280px;
	border-radius:50%;
	background:radial-gradient(circle,#ff6a13 0%, rgba(255,106,19,0) 70%);
	opacity:0.45;
	pointer-events:none;
}
.store-cta-text{
	flex:1;
	min-width:0;
	position:relative;
	z-index:1;
}
.store-cta-eyebrow{
	display:inline-block;
	font-size:11.5px;
	font-weight:700;
	letter-spacing:0.12em;
	color:#ff6a13;
	text-transform:uppercase;
	margin-bottom:12px;
}
.store-cta h2{
	font-size:30px;
	font-weight:900;
	letter-spacing:-0.02em;
	line-height:1.2;
	margin:0 0 10px;
	text-wrap:balance;
}
.store-cta p{
	font-size:14px;
	color:#9aa1ae;
	margin:0;
	line-height:1.6;
	max-width:540px;
}
.store-cta-btn{
	display:inline-flex;
	align-items:center;
	gap:10px;
	background:#ff6a13;
	color:#fff;
	font-size:15px;
	font-weight:800;
	padding:18px 32px;
	border-radius:999px;
	text-decoration:none;
	letter-spacing:0.02em;
	white-space:nowrap;
	transition:background .15s ease, transform .15s ease;
	position:relative;
	z-index:1;
	flex-shrink:0;
}
.store-cta-btn:hover{
	background:#ff8a3d;
	transform:translateY(-2px);
}
.store-cta-btn svg{flex-shrink:0}
@media (max-width:1024px){
	.store-cta-wrap{padding:20px 24px 80px}
	.store-cta{padding:40px 40px;gap:24px}
	.store-cta h2{font-size:26px}
}
@media (max-width:768px){
	.store-cta-wrap{padding:16px 20px 56px}
	.store-cta{flex-direction:column;align-items:flex-start;padding:32px 28px;gap:24px;border-radius:20px}
	.store-cta h2{font-size:22px}
	.store-cta p{font-size:13px}
	.store-cta-btn{width:100%;justify-content:center;padding:16px 24px;font-size:14px}
}