/* =========================================================
   APF — NOS OFFRES V7
   Fichier COMPLET à écraser
   ========================================================= */

body{
	--apf-offers-bg:#f6f2eb;
	--apf-paper:#fbf8f3;
	--apf-paper-2:#f4efe7;
	--apf-card:#ffffff;
	--apf-line:rgba(58,51,44,.10);
	--apf-line-strong:rgba(58,51,44,.16);
	--apf-ink:#2f2923;
	--apf-text:rgba(47,41,35,.78);
	--apf-text-soft:rgba(47,41,35,.64);
	--apf-olive:#7A7F2B;
	--apf-olive-dark:#5f6421;
	--apf-gold:#a38d57;
	--apf-shadow-soft:0 12px 28px rgba(34,27,20,.05);
	--apf-shadow-card:0 18px 44px rgba(34,27,20,.08);
	--apf-shadow-strong:0 24px 60px rgba(34,27,20,.12);
	--apf-radius:22px;
	--apf-radius-lg:28px;
}

/* HEADER */
body:has(.apf-bands) .apf-header-v12{ padding-top:16px; }
body:has(.apf-bands) .apf-header-v12 .apf-header-bar{
	min-height:76px;
	background:rgba(248,244,237,.86);
	box-shadow:0 10px 24px rgba(27,22,15,0.09), inset 0 1px 0 rgba(255,255,255,0.36);
}
body:has(.apf-bands) .apf-header-v12 .apf-header-center{ min-height:76px; }
body:has(.apf-bands) .apf-header-v12 .apf-logo-badge{
	width:144px; height:144px; transform:translate(-50%, -38%); padding:14px;
}
body:has(.apf-bands) .apf-header-v12 .apf-site-logo img{
	max-width:100px !important; max-height:100px !important;
}
body:has(.apf-bands) .apf-header-v12 .apf-nav .wp-block-navigation-item__content{ font-size:1.12rem; }

/* WRAPPER */
.apf-bands{
	position:relative;
	padding:44px 18px 96px;
	background:
		radial-gradient(900px 420px at 12% 0%, rgba(255,255,255,.72) 0%, rgba(255,255,255,0) 62%),
		radial-gradient(900px 560px at 88% 100%, rgba(255,255,255,.66) 0%, rgba(255,255,255,0) 58%),
		var(--apf-offers-bg);
}
.apf-bands > *{ position:relative; z-index:1; }

/* HERO */
.apf-offers-hero{
	max-width:1180px;
	margin:0 auto 28px;
	padding:42px 36px 36px;
	border:1px solid var(--apf-line);
	border-radius:28px;
	background:linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(251,248,243,.98) 100%);
	box-shadow:var(--apf-shadow-soft);
	text-align:center;
}
.apf-offers-hero__kicker{
	display:inline-block;
	margin:0 0 14px;
	padding:8px 14px;
	border-radius:999px;
	background:rgba(122,127,43,.10);
	border:1px solid rgba(122,127,43,.16);
	color:#6a7027;
	font-size:12px;
	font-weight:700;
	letter-spacing:.12em;
	text-transform:uppercase;
}
.apf-offers-hero h1,
.apf-offers-hero .wp-block-heading{
	margin:0 0 14px;
	font-family:"Lora", Georgia, serif;
	font-size:clamp(34px, 4vw, 56px);
	line-height:1.04;
	letter-spacing:-.02em;
	color:var(--apf-ink);
	font-weight:600;
}
.apf-offers-hero p{
	max-width:860px;
	margin:0 auto;
	font-size:18px;
	line-height:1.72;
	color:var(--apf-text);
}

/* NOTES */
.apf-offers-hero__notes{
	max-width:1180px;
	margin:0 auto 34px;
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:18px;
	align-items:stretch;
}
.apf-offers-hero__notes .wp-block-column{ display:flex; }
.apf-offers-hero__note{
	width:100%;
	min-height:208px;
	padding:22px 22px 20px;
	border-radius:22px;
	background:linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,244,237,.96) 100%);
	border:1px solid rgba(58,51,44,.10);
	box-shadow:0 14px 30px rgba(34,27,20,.05);
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	text-align:left;
}
.apf-offers-hero__note--main{
	background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(246,242,233,.98) 100%);
}
.apf-offers-hero__note--secondary{
	background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,244,238,.98) 100%);
}
.apf-offers-hero__note--special{
	background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(250,246,236,.98) 100%);
	border-color:rgba(163,141,87,.20);
	justify-content:space-between;
}
.apf-offers-hero__note-kicker{
	display:inline-block;
	margin:0 0 10px;
	padding:7px 11px;
	border-radius:999px;
	background:rgba(122,127,43,.08);
	border:1px solid rgba(122,127,43,.14);
	color:#6a7027;
	font-size:11px;
	font-weight:800;
	letter-spacing:.12em;
	text-transform:uppercase;
}
.apf-offers-hero__note-title{
	margin:0 0 10px;
	font-family:"Lora", Georgia, serif;
	font-size:28px;
	line-height:1.08;
	letter-spacing:-.02em;
	color:#2f2923;
	font-weight:600;
}
.apf-offers-hero__note-text{
	margin:0;
	font-size:15.5px;
	line-height:1.68;
	color:rgba(47,41,35,.78);
}
.apf-offers-hero__note-price{
	margin:14px 0 0;
	font-family:"Lora", Georgia, serif;
	font-size:36px;
	line-height:1;
	font-weight:700;
	color:#2f2923;
}
.apf-offers-hero__mini-list{
	margin:6px 0 0;
	padding:0;
	list-style:none;
	display:grid;
	gap:10px;
}
.apf-offers-hero__mini-list li{
	position:relative;
	padding-left:16px;
	font-size:15.5px;
	line-height:1.5;
	color:rgba(47,41,35,.78);
}
.apf-offers-hero__mini-list li::before{
	content:"";
	position:absolute;
	left:0;
	top:.62em;
	width:7px;
	height:7px;
	border-radius:50%;
	background:var(--apf-olive);
	transform:translateY(-50%);
}
.apf-offers-hero__note-actions{ margin-top:16px; }
.apf-offers-hero__note-actions .wp-block-button__link{
	min-height:46px; padding:12px 18px; border-radius:999px; font-size:15px; font-weight:700;
}
.apf-offers-hero__note strong{
	display:block; margin-bottom:8px; font-family:"Lora", Georgia, serif; font-size:17px; line-height:1.22; color:#2f2923; font-weight:700;
}
.apf-offers-hero__note span{
	display:block; font-size:15px; line-height:1.62; color:var(--apf-text);
}

/* RASSURANCE */
.apf-reassurance{ max-width:1180px; margin:0 auto 34px; }
.apf-reassurance__box{
	padding:24px 24px 22px;
	background:rgba(255,255,255,.90);
	border:1px solid var(--apf-line);
	border-radius:22px;
	box-shadow:var(--apf-shadow-soft);
}
.apf-reassurance__title{
	margin:0 0 12px;
	font-family:"Lora", Georgia, serif;
	font-size:26px;
	line-height:1.18;
	font-weight:600;
	color:#2f2923;
}
.apf-reassurance__list{
	margin:0; padding:0; list-style:none; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px 24px;
}
.apf-reassurance__list li{
	position:relative; padding-left:16px; font-size:16px; line-height:1.52; color:var(--apf-text);
}
.apf-reassurance__list li::before{
	content:""; position:absolute; left:0; top:.62em; width:7px; height:7px; border-radius:50%; background:var(--apf-olive); transform:translateY(-50%);
}

/* BANDES */
.apf-band{
	max-width:1180px;
	margin:0 auto 34px;
	display:grid;
	grid-template-columns:minmax(0, 1.02fr) minmax(400px, .98fr);
	align-items:stretch;
	background:linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(251,248,243,.98) 100%);
	border:1px solid var(--apf-line);
	border-radius:30px;
	overflow:hidden;
	box-shadow:var(--apf-shadow-card);
	transition:all .25s ease;
}
.apf-band:hover{
	transform:translateY(-4px);
	box-shadow:0 28px 64px rgba(34,27,20,.14);
}
.apf-band__content{
	position:relative;
	padding:34px 34px 28px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	min-width:0;
	min-height:100%;
}
.apf-band__content::before{
	content:"";
	position:absolute;
	inset:0;
	background:
		radial-gradient(560px 240px at 0% 0%, rgba(122,127,43,.06) 0%, rgba(122,127,43,0) 60%),
		linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,0));
	pointer-events:none;
	z-index:1;
}
.apf-band__content > *{ position:relative; z-index:2; }
.apf-band__content > *:last-child{ margin-bottom:0; }
.apf-band__formula{
	display:inline-flex;
	align-items:center;
	gap:10px;
	margin:0 0 12px;
	font-family:"Lora", Georgia, serif;
	font-size:clamp(30px, 2.4vw, 40px);
	line-height:1.02;
	font-weight:700;
	letter-spacing:-.03em;
	color:#2b261f;
	text-wrap:balance;
}
.apf-band__formula::before{
	content:"";
	width:13px;
	height:13px;
	border-radius:50%;
	background:linear-gradient(180deg, #7A7F2B 0%, #9ea24a 100%);
	box-shadow:0 0 0 7px rgba(122,127,43,.10);
	flex:0 0 auto;
	transform:translateY(1px);
}
.apf-band--memory .apf-band__formula{ color:#5a6121; }
.apf-band--serenity .apf-band__formula{ color:#6a6f20; }
.apf-band--prestige .apf-band__formula{ color:#7a6740; }
.apf-band--diagnostic .apf-band__formula{ color:#555146; }
.apf-band--compact .apf-band__formula{ color:#4f4b3d; }
.apf-band__eyebrow{
	margin:0 0 12px;
	font-size:17px;
	line-height:1.4;
	color:rgba(47,41,35,.72);
}
.apf-band__title,
.apf-band h2,
.apf-band h3,
.apf-band .wp-block-heading{
	margin:0 0 16px;
	font-family:"Lora", Georgia, serif;
	font-size:clamp(24px, 2.2vw, 34px);
	line-height:1.10;
	letter-spacing:-.02em;
	color:#2f2923;
	font-weight:600;
	max-width:18ch;
	text-wrap:balance;
}
.apf-band__lead{
	margin:0 0 18px;
	font-size:17px;
	line-height:1.72;
	color:var(--apf-text);
	max-width:58ch;
}
.apf-band__lead strong{ color:#2f2923; }

/* badges */
.apf-band__badge{
	display:inline-flex;
	align-items:center;
	gap:8px;
	min-height:42px;
	padding:10px 16px;
	margin:0 0 16px;
	border-radius:999px;
	font-size:.95rem;
	font-weight:800;
	letter-spacing:.01em;
}
.apf-band__badge--recommended{
	background:linear-gradient(180deg, rgba(122,127,43,.16), rgba(122,127,43,.10));
	border:1px solid rgba(122,127,43,.24);
	color:#5c611e;
	box-shadow:0 10px 22px rgba(122,127,43,.10);
}
.apf-band__badge--premium{
	background:linear-gradient(180deg, rgba(163,141,87,.16), rgba(163,141,87,.10));
	border:1px solid rgba(163,141,87,.22);
	color:#7a6740;
	box-shadow:0 10px 22px rgba(163,141,87,.08);
}
.apf-band--recommended{
	position:relative;
	z-index:2;
	border-color:rgba(122,127,43,.26);
	box-shadow:0 24px 54px rgba(34,27,20,.11), 0 0 0 4px rgba(122,127,43,.06);
}
.apf-band--recommended .apf-band__formula{
	transform:scale(1.04);
	transform-origin:left center;
}
.apf-band--premium{
	border-color:rgba(163,141,87,.30);
	box-shadow:0 26px 58px rgba(34,27,20,.13), 0 0 0 4px rgba(163,141,87,.05);
}

/* listes */
.apf-band__list,
.apf-band ul{
	margin:0 0 16px;
	padding:0;
	list-style:none;
	display:grid;
	gap:7px;
}
.apf-band__list li,
.apf-band ul li{
	position:relative;
	padding-left:16px;
	font-size:15.5px;
	line-height:1.46;
	color:var(--apf-text);
}
.apf-band__list li::before,
.apf-band ul li::before{
	content:"";
	position:absolute;
	left:0;
	top:.58em;
	width:6px;
	height:6px;
	border-radius:50%;
	background:var(--apf-olive);
	transform:translateY(-50%);
}

/* inclus */
.apf-included{
	margin:14px 0 16px;
	padding:14px 16px;
	border-radius:16px;
	background:rgba(122,127,43,.06);
	border:1px solid rgba(122,127,43,.14);
}
.apf-included__title{
	font-size:14px;
	margin:0 0 8px;
	color:#5f6421;
}
.apf-included ul{ margin:0; padding-left:16px; }
.apf-included li{ font-size:15px; line-height:1.5; }
.apf-included--highlight{
	background:rgba(122,127,43,.10);
	border-color:rgba(122,127,43,.22);
}
.apf-included--premium{
	background:rgba(163,141,87,.12);
	border-color:rgba(163,141,87,.26);
}

/* details */
.apf-band__details{
	margin-top:10px;
	padding-top:2px;
}
.apf-band__details summary{
	cursor:pointer;
	min-height:50px;
	display:flex;
	align-items:center;
	font-size:16px;
	font-weight:700;
	color:#443d34;
	list-style:none;
	padding:13px 16px;
	border-radius:18px;
	background:rgba(255,255,255,.86);
	border:1px solid rgba(163,141,87,.18);
	box-shadow:0 8px 18px rgba(34,27,20,.04);
	transition:all .22s ease;
}
.apf-band__details summary:hover{
	background:rgba(255,255,255,.96);
	border-color:rgba(122,127,43,.22);
	box-shadow:0 10px 22px rgba(34,27,20,.05);
}
.apf-band__details summary::-webkit-details-marker{ display:none; }
.apf-band__details summary::before{
	content:"▸";
	display:inline-block;
	margin-right:8px;
	color:#7A7F2B;
	transition:transform .2s ease;
}
.apf-band__details[open] summary::before{ transform:rotate(90deg); }
.apf-band__details[open] summary{
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
}
.apf-band__details p{
	margin:10px 0 0;
	padding:16px 18px;
	border-radius:16px;
	background:rgba(255,255,255,.90);
	border:1px solid rgba(58,51,44,.08);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.4);
	font-size:15.5px;
	line-height:1.66;
	color:var(--apf-text);
}

/* prix */
.apf-price{
	margin-top:22px;
	padding:20px 20px 18px;
	border-radius:24px;
	background:linear-gradient(180deg, rgba(251,248,242,.99) 0%, rgba(244,239,229,.99) 100%);
	border:1px solid rgba(163,141,87,.24);
	box-shadow:0 16px 34px rgba(34,27,20,.05), inset 0 1px 0 rgba(255,255,255,.5);
}
.apf-price__label{
	font-size:12px;
	font-weight:800;
	letter-spacing:.16em;
	text-transform:uppercase;
	color:rgba(58,51,44,.70);
	margin:0 0 10px;
}
.apf-price__value{
	font-family:"Lora", Georgia, serif;
	font-size:clamp(50px, 3.5vw, 66px);
	line-height:.95;
	letter-spacing:-.05em;
	font-weight:700;
	color:#2b261f;
	margin:0;
	text-wrap:balance;
	text-align:center;
}
.apf-price--single .apf-price__sub{
	margin:14px auto 0;
	font-size:14px;
	line-height:1.62;
	color:rgba(47,41,35,.62);
	text-align:center;
	max-width:440px;
}
.apf-price--featured{
	padding:22px 22px 20px;
	box-shadow:0 18px 38px rgba(34,27,20,.06), inset 0 1px 0 rgba(255,255,255,.5);
}
.apf-price--featured .apf-price__label{ text-align:left; }
.apf-price--featured .apf-price__value{
	text-align:left;
	padding-left:2px;
	margin-bottom:12px;
}
.apf-price__plans{
	margin-top:14px;
	padding-top:12px;
	border-top:1px dashed rgba(122,127,43,.24);
}
.apf-price__plan{
	padding:12px 0;
	border-bottom:1px dashed rgba(122,127,43,.20);
	align-items:baseline;
	gap:14px;
}
.apf-price__plan:last-child{
	border-bottom:none;
	padding-bottom:2px;
}
.apf-price__plan p{
	margin:0;
	font-size:15px;
	line-height:1.45;
	color:var(--apf-text);
}
.apf-price__plan strong{
	font-family:"Lora", Georgia, serif;
	font-size:24px;
	line-height:1;
	color:#2f2923;
	font-weight:700;
}
.apf-price__plan span{
	display:inline-block;
	margin-left:6px;
	font-size:14px;
	font-weight:700;
	color:#6f7426;
}
.apf-price__note{
	margin:16px 0 0;
	font-size:13.5px;
	line-height:1.62;
	color:rgba(47,41,35,.62);
}

/* media */
.apf-band__media{
	position:relative;
	min-height:100%;
	border-left:1px solid rgba(58,51,44,.08);
	background:#f3eee6;
	overflow:hidden;
	isolation:isolate;
}
.apf-band__media::after{
	content:"";
	position:absolute;
	inset:0;
	background:linear-gradient(180deg, rgba(58,51,44,.02) 0%, rgba(58,51,44,.06) 100%);
	pointer-events:none;
	z-index:1;
}
.apf-band__media--plain{
	padding:0;
	display:flex;
	min-height:100%;
}
.apf-band__media .wp-block-image,
.apf-band__media figure,
.apf-band__media img,
.apf-offer-image,
.apf-offer-image img{
	width:100%;
	height:100%;
	min-height:100%;
	margin:0;
	display:block;
}
.apf-band__media img,
.apf-offer-image img{
	object-fit:cover;
	object-position:center;
	transition:transform .45s ease;
}
.apf-band:hover .apf-band__media img,
.apf-band:hover .apf-offer-image img{
	transform:scale(1.025);
}

/* options */
.apf-options{
	max-width:1180px;
	margin:34px auto 0;
}
.apf-options__box{
	background:linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(251,248,243,.98) 100%);
	border:1px solid rgba(58,51,44,.10);
	border-radius:28px;
	box-shadow:0 12px 26px rgba(0,0,0,.05);
	padding:28px 22px 24px;
}
.apf-options__kicker{
	display:inline-block;
	margin:0 0 10px;
	padding:8px 12px;
	border-radius:999px;
	background:rgba(163,141,87,.10);
	border:1px solid rgba(163,141,87,.16);
	color:#7a6740;
	font-size:12px;
	font-weight:700;
	letter-spacing:.12em;
	text-transform:uppercase;
}
.apf-options__box h2,
.apf-options__box h3{
	font-family:"Lora", Georgia, serif;
	margin:0 0 10px;
	color:#3a332c;
	font-size:32px;
	line-height:1.12;
	font-weight:600;
}
.apf-options__lead{
	margin:0 0 16px;
	font-size:16px;
	line-height:1.72;
	color:var(--apf-text);
	max-width:860px;
}
.apf-optline{
	display:flex;
	justify-content:space-between;
	gap:14px;
	padding:14px 14px;
	border:1px solid transparent;
	border-bottom:1px solid rgba(58,51,44,.10);
	border-radius:12px;
	font-size:16px;
	line-height:1.55;
	color:var(--apf-text);
	transition:all .2s ease;
}
.apf-optline:last-child{ border-bottom:none; }
.apf-optline:hover{
	background:rgba(122,127,43,.06);
	transform:translateX(4px);
	border-color:rgba(122,127,43,.18);
}
.apf-optline p{ margin:0; }
.apf-muted{
	margin:14px 0 0;
	color:rgba(17,17,17,.62);
	font-size:14px;
	line-height:1.7;
}

/* quick cards */
.apf-options--quick .apf-options__box{ padding:28px 22px 26px; }
.apf-quickcards{ margin-top:18px; gap:16px; }
.apf-quickcard{
	height:100%;
	padding:18px 16px 16px;
	border-radius:18px;
	background:linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,244,237,.98) 100%);
	border:1px solid rgba(58,51,44,.08);
	box-shadow:0 12px 26px rgba(34,27,20,.04);
	transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.apf-quickcard:hover{
	transform:translateY(-3px);
	box-shadow:0 18px 36px rgba(34,27,20,.08);
	border-color:rgba(122,127,43,.18);
}
.apf-quickcard__title{
	margin:0 0 8px;
	font-size:15px;
	line-height:1.35;
	color:#2f2923;
}
.apf-quickcard__text{
	margin:0 0 14px;
	font-size:14px;
	line-height:1.55;
	color:rgba(47,41,35,.72);
	min-height:44px;
}
.apf-quickcard__price{
	margin:0;
	font-family:"Lora", Georgia, serif;
	font-size:30px;
	line-height:1;
	font-weight:700;
	color:#6a7027;
}
.apf-quickcard p{ margin:0; }

/* upsell */
.apf-options--upsell .apf-options__box{
	background:linear-gradient(180deg, rgba(122,127,43,.08), rgba(255,255,255,.95));
	border:1px solid rgba(122,127,43,.22);
}

/* CTA */
.apf-offers-cta{
	max-width:1180px;
	margin:34px auto 0;
}
.apf-offers-cta__box{
	position:relative;
	overflow:hidden;
	padding:30px 28px;
	border-radius:28px;
	background:linear-gradient(135deg, rgba(122,127,43,.94) 0%, rgba(95,100,33,.98) 100%);
	box-shadow:0 24px 54px rgba(42,38,27,.18);
	color:#fff;
	border:1px solid rgba(255,255,255,.08);
}
.apf-offers-cta__box::before{
	content:"";
	position:absolute;
	inset:0;
	background:
		radial-gradient(circle at 85% 20%, rgba(255,255,255,.15), transparent 38%),
		radial-gradient(circle at 0% 100%, rgba(255,255,255,.10), transparent 42%);
	pointer-events:none;
}
.apf-offers-cta__inner{
	position:relative;
	z-index:1;
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	gap:24px;
	align-items:center;
}
.apf-offers-cta__content h2,
.apf-offers-cta__content h3{
	margin:0 0 10px;
	font-family:"Lora", Georgia, serif;
	font-size:clamp(28px, 2.4vw, 40px);
	line-height:1.08;
	font-weight:600;
	letter-spacing:-.02em;
	color:#fff;
}
.apf-offers-cta__content p{
	margin:0;
	max-width:760px;
	font-size:17px;
	line-height:1.72;
	color:rgba(255,255,255,.90);
}
.apf-offers-cta .wp-block-buttons{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	margin:0;
}
.apf-offers-cta .wp-block-button__link,
.apf-offers-cta .wp-element-button{
	min-height:52px;
	padding:15px 24px;
	border-radius:999px;
	background:#fff;
	color:#3a332c !important;
	font-weight:700;
	border:none;
	box-shadow:0 14px 34px rgba(0,0,0,.16);
	transition:transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.apf-offers-cta .wp-block-button__link:hover,
.apf-offers-cta .wp-element-button:hover{
	transform:translateY(-2px);
	box-shadow:0 18px 38px rgba(0,0,0,.18);
}

/* responsive */
@media (max-width: 1100px){
	body:has(.apf-bands) .apf-header-v12 .apf-logo-badge{ width:128px; height:128px; }
	body:has(.apf-bands) .apf-header-v12 .apf-site-logo img{ max-width:88px !important; max-height:88px !important; }
	.apf-offers-hero__notes{ grid-template-columns:1fr; }
	.apf-offers-hero__note{ min-height:auto; }
	.apf-offers-hero__note-title{ font-size:24px; }
	.apf-reassurance__list{ grid-template-columns:1fr; }
	.apf-band{ grid-template-columns:1fr; }
	.apf-band__content{ order:2; padding:28px 24px 24px; }
	.apf-band__media{
		order:1; min-height:320px; border-left:none; border-bottom:1px solid rgba(58,51,44,.08);
	}
	.apf-band__title,
	.apf-band h2,
	.apf-band h3,
	.apf-band .wp-block-heading{ max-width:none; }
	.apf-quickcard__text{ min-height:auto; }
	.apf-offers-cta__inner{ grid-template-columns:1fr; }
	.apf-offers-cta .wp-block-buttons{ justify-content:flex-start; }
}

@media (max-width: 780px){
	.apf-bands{ padding:28px 14px 72px; }
	body:has(.apf-bands) .apf-header-v12{ padding-top:12px; }
	body:has(.apf-bands) .apf-header-v12 .apf-header-bar{ min-height:70px; }
	body:has(.apf-bands) .apf-header-v12 .apf-logo-badge{ width:112px; height:112px; padding:10px; }
	body:has(.apf-bands) .apf-header-v12 .apf-site-logo img{ max-width:74px !important; max-height:74px !important; }
	.apf-offers-hero{
		padding:30px 20px 26px; border-radius:22px; margin-bottom:22px;
	}
	.apf-offers-hero p{ font-size:16.5px; line-height:1.68; }
	.apf-offers-hero__note{ padding:18px 18px 16px; border-radius:18px; }
	.apf-offers-hero__note-title{ font-size:22px; }
	.apf-offers-hero__note-price{ font-size:30px; }
	.apf-band{
		border-radius:24px; margin-bottom:24px; box-shadow:0 12px 26px rgba(34,27,20,.07);
	}
	.apf-band__content{ padding:22px 18px 20px; }
	.apf-band__formula{
		font-size:clamp(24px, 7vw, 30px); line-height:1.08; margin-bottom:10px;
	}
	.apf-band__title,
	.apf-band h2,
	.apf-band h3,
	.apf-band .wp-block-heading{
		font-size:clamp(22px, 6.2vw, 30px); line-height:1.14;
	}
	.apf-band__lead{ font-size:15.8px; line-height:1.64; }
	.apf-band__media{ min-height:230px; }
	.apf-band__details summary{ font-size:15px; line-height:1.45; }
	.apf-price{ padding:18px 18px 16px; }
	.apf-price__value{ font-size:40px; }
	.apf-price__plan{ flex-direction:column; align-items:flex-start; }
	.apf-optline{ flex-direction:column; align-items:flex-start; }
	.apf-options__box h2,
	.apf-options__box h3{ font-size:28px; }
	.apf-quickcard{ padding:16px 14px; border-radius:16px; }
	.apf-quickcard__price{ font-size:26px; }
	.apf-offers-cta__box{ padding:24px 20px; border-radius:22px; }
}
