.am-home {
	--ink: #142631;
	--muted: #566c77;
	--pink: #ffc1db;
	--pink2: #fff0f7;
	--blue: #aee8f7;
	--blue2: #e5faff;
	--line: #ccebf3;
	--gold: #ffc83d;
	--button: #303136;
	--button-hover: #76566f;
	color: var(--ink);
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
}
.am-home *, .am-home *::before, .am-home *::after { box-sizing: border-box; }
.am-home h1, .am-home h2, .am-home h3 { font-family: Georgia, "Times New Roman", serif; color: #222; letter-spacing: -.025em; margin: 0; }
.am-home p { color: var(--muted); line-height: 1.65; margin: 0; }
.am-home a { text-decoration: none; }
@media (min-width: 768px) { body.home header.elementor-location-header { position: relative; z-index: 10000; overflow: visible; } }
.am-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.am-section { padding: 88px 0; position: relative; }
.am-section-soft { background: linear-gradient(135deg, rgba(174,232,247,.38), rgba(255,193,219,.34)); }
.am-section-blue { background: linear-gradient(135deg, #effbfe 0%, #fff 52%, #fff3f8 100%); }
.am-eyebrow { color: #a83b72; font-size: 13px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 14px; }
.am-heading { font-size: clamp(38px, 5vw, 64px); line-height: 1.04; max-width: 820px; }
.am-lead { max-width: 720px; font-size: 18px; margin-top: 20px !important; }
.am-center { text-align: center; }
.am-center .am-heading, .am-center .am-lead { margin-left: auto; margin-right: auto; }
.am-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 14px 24px; border-radius: 9px; background: var(--button); color: #fff !important; font-size: 14px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; box-shadow: 0 12px 26px rgba(20,38,49,.15); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.am-btn:hover, .am-btn:focus { background: linear-gradient(135deg,#ed78ad,#a283e8); color: #fff !important; border-color: transparent; transform: translateY(-2px); box-shadow: 0 16px 30px rgba(162,131,232,.28); }
.am-btn-light { background: rgba(255,255,255,.92); color: var(--ink) !important; border: 1px solid rgba(20,38,49,.2); box-shadow: none; }
.am-btn-light:hover, .am-btn-light:focus { background: linear-gradient(135deg,#ed78ad,#a283e8); color: #fff !important; border-color: transparent; }

.am-hero { min-height: 690px; display: flex; align-items: center; background-image: linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.08)), url("/wp-content/uploads/2025/08/Design-ohne-Titel4-scaled.jpg"); background-size: cover; background-position: center; position: relative; }
.am-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, rgba(255,255,255,.58)); pointer-events: none; }
.am-hero .am-wrap { display: flex; justify-content: flex-end; position: relative; z-index: 2; }
.am-hero-card { width: min(530px, 48vw); padding: 34px; border: 1px solid rgba(255,255,255,.75); border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: 0 24px 60px rgba(20,38,49,.18); backdrop-filter: blur(9px); }
.am-hero-brand { display: inline-flex; align-items: center; gap: 10px; color: #a83b72; font-weight: 900; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.am-hero-brand img { width: 118px; height: auto; }
.am-hero h1 { font-size: clamp(42px, 5vw, 69px); line-height: .98; margin-top: 20px; }
.am-hero-copy { font-size: 17px; margin-top: 19px !important; max-width: 470px; }
.am-hero-actions { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 25px; }
.am-hero-rating { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 21px; font-size: 13px; font-weight: 800; color: var(--ink); }
.am-stars { color: var(--gold); font-size: 19px; letter-spacing: 1px; text-shadow: 0 1px 6px rgba(255,200,61,.35); }

.am-trust { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.am-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.am-trust-item { padding: 23px 22px; display: flex; gap: 12px; align-items: center; justify-content: center; text-align: left; border-right: 1px solid var(--line); }
.am-trust-item:last-child { border-right: 0; }
.am-trust-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 50%; background: linear-gradient(135deg, var(--blue2), var(--pink2)); font-size: 19px; }
.am-trust-item strong { display: block; font-size: 13px; color: var(--ink); }
.am-trust-item span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }

.am-benefits { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 44px; }
.am-benefit { background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: 20px; padding: 26px; box-shadow: 0 14px 36px rgba(20,38,49,.07); transition: transform .22s ease, box-shadow .22s ease; }
.am-benefit:hover { transform: translateY(-4px) scale(1.01); box-shadow: 0 20px 42px rgba(20,38,49,.11); }
.am-benefit-mark { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), var(--pink)); font-size: 22px; margin-bottom: 20px; }
.am-benefit h3 { font-size: 26px; line-height: 1.12; margin-bottom: 10px; }
.am-benefit p { font-size: 15px; }

.am-results-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; }
.am-ba { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 20px; border: 1px solid var(--line); background: #fff; box-shadow: 0 16px 38px rgba(20,38,49,.1); }
.am-ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.am-ba-after { clip-path: inset(0 50% 0 0); }
.am-ba-line { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; transform: translateX(-50%); box-shadow: 0 0 0 1px rgba(20,38,49,.25); pointer-events: none; }
.am-ba-line::after { content: "↔"; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #a83b72; font-weight: 900; box-shadow: 0 7px 20px rgba(20,38,49,.22); }
.am-ba input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 4; }
.am-ba-label { position: absolute; top: 14px; z-index: 3; padding: 7px 10px; background: rgba(255,255,255,.9); border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .08em; color: var(--ink); text-transform: uppercase; }
.am-ba-label-before { left: 14px; }
.am-ba-label-after { right: 14px; }
.am-result-note { margin-top: 22px !important; text-align: center; font-size: 14px; }

.am-choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 44px; }
.am-product-card { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #fff; box-shadow: 0 18px 44px rgba(20,38,49,.09); display: grid; grid-template-columns: 44% 56%; min-height: 420px; transition: transform .22s ease, box-shadow .22s ease; }
.am-product-card:hover { transform: translateY(-4px); box-shadow: 0 24px 52px rgba(20,38,49,.13); }
.am-product-image { position: relative; background: linear-gradient(145deg, var(--blue2), var(--pink2)); min-height: 100%; }
.am-product-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.am-product-badge { position: absolute; left: 14px; top: 14px; border-radius: 999px; padding: 8px 11px; background: #fff; color: #a83b72; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; box-shadow: 0 6px 18px rgba(20,38,49,.13); }
.am-product-copy { padding: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.am-product-copy h3 { font-size: 34px; line-height: 1.02; }
.am-product-copy p { margin-top: 13px; font-size: 14px; }
.am-product-price { font-family: Georgia, "Times New Roman", serif; font-size: 26px; color: var(--ink); margin-top: 18px; }
.am-product-price del { color: #81909a; font-size: 17px; }
.am-product-price ins { text-decoration: none; color: #a83b72; }
.am-product-points { list-style: none; padding: 0; margin: 18px 0 22px; display: grid; gap: 8px; }
.am-product-points li { position: relative; padding-left: 23px; color: var(--ink); font-size: 13px; font-weight: 700; line-height: 1.4; }
.am-product-points li::before { content: "✓"; position: absolute; left: 0; color: #d34d8c; font-weight: 900; }
.am-product-copy .am-btn { margin-top: auto; }

.am-compare { margin-top: 34px; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 16px 38px rgba(20,38,49,.07); }
.am-compare-head, .am-compare-row { display: grid; grid-template-columns: 1.2fr .9fr .9fr; }
.am-compare-head { background: linear-gradient(90deg, var(--blue2), var(--pink2)); font-weight: 900; color: var(--ink); }
.am-compare-head > div, .am-compare-row > div { padding: 16px 18px; border-right: 1px solid var(--line); }
.am-compare-head > div:last-child, .am-compare-row > div:last-child { border-right: 0; }
.am-compare-row { border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.am-compare-row > div:not(:first-child), .am-compare-head > div:not(:first-child) { text-align: center; }
.am-compare-row strong { color: var(--ink); }
.am-yes { color: #287e69; font-weight: 900; }
.am-optional { color: #a83b72; font-weight: 900; }

.am-lotion-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 42px; }
.am-lotion { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 18px; display: grid; grid-template-columns: 40% 60%; align-items: center; box-shadow: 0 16px 40px rgba(20,38,49,.08); }
.am-lotion img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 16px; background: var(--blue2); }
.am-lotion-copy { padding: 14px 14px 14px 22px; }
.am-lotion-copy h3 { font-size: 30px; line-height: 1.05; }
.am-lotion-copy p { margin-top: 10px; font-size: 14px; }
.am-lotion-copy .am-product-price { margin: 13px 0 17px; }
.am-lotion .am-product-price .bos4w-or-subscribe,
.am-product-price .wcsatt-sub-options { display: none !important; }

.am-hype { margin-top: 42px; padding: 30px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: center; border-radius: 24px; background: linear-gradient(120deg, #c9f3fc, #ffd4e6); border: 1px solid rgba(255,255,255,.8); }
.am-hype h3 { font-size: 36px; }
.am-hype p { margin-top: 10px; color: #314c59; }
.am-hype-stat { text-align: center; padding: 24px; border-radius: 18px; background: rgba(255,255,255,.8); }
.am-hype-stat strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 52px; color: #a83b72; }
.am-hype-stat span { color: var(--ink); font-weight: 800; font-size: 13px; }

.am-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; counter-reset: step; }
.am-step { counter-increment: step; position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.am-step::before { content: "0" counter(step); display: block; font-family: Georgia, "Times New Roman", serif; font-size: 44px; color: #d34d8c; margin-bottom: 20px; }
.am-step h3 { font-size: 27px; margin-bottom: 10px; }

.am-category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 38px; }
.am-category { min-height: 175px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); border-radius: 20px; background: #fff; color: var(--ink) !important; box-shadow: 0 12px 30px rgba(20,38,49,.06); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.am-category:nth-child(odd) { background: linear-gradient(145deg, #fff, var(--blue2)); }
.am-category:nth-child(even) { background: linear-gradient(145deg, #fff, var(--pink2)); }
.am-category:hover { transform: translateY(-4px); border-color: var(--pink); }
.am-category span { font-size: 30px; margin-bottom: auto; }
.am-category strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.05; }
.am-category small { margin-top: 8px; color: var(--muted); font-weight: 700; }

.am-press { padding: 46px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.am-press-title { text-align: center; color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.am-logos { display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; align-items: center; margin-top: 24px; }
.am-logos img { width: 100%; height: 58px; object-fit: contain; filter: grayscale(1); opacity: .7; }
.am-brand { padding: 76px 0; background: #fff; }
.am-brand-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 46px; align-items: center; padding: 44px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(120deg, rgba(229,250,255,.76), rgba(255,240,247,.82)); box-shadow: 0 18px 46px rgba(20,38,49,.08); }
.am-brand-logo { padding: 34px; border-radius: 20px; background: rgba(255,255,255,.84); display: grid; place-items: center; min-height: 200px; }
.am-brand-logo img { width: min(270px, 100%); height: auto; }
.am-brand-copy h2 { font-size: clamp(38px,4.5vw,58px); line-height: 1.02; }
.am-brand-copy p { margin: 17px 0 23px; font-size: 17px; }

.am-faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; align-items: start; margin-top: 10px; }
.am-faq-list { display: grid; gap: 12px; }
.am-faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.am-faq-list summary { list-style: none; cursor: pointer; padding: 19px 50px 19px 20px; color: var(--ink); font-weight: 900; position: relative; }
.am-faq-list summary::-webkit-details-marker { display: none; }
.am-faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: #d34d8c; font-size: 25px; }
.am-faq-list details[open] summary::after { content: "−"; }
.am-faq-list details p { padding: 0 20px 20px; font-size: 14px; }

.am-final { padding: 78px 0; background: linear-gradient(120deg, #bdeffa, #ffd0e3); }
.am-final-card { width: min(900px, 100%); margin: 0 auto; padding: 45px; text-align: center; border-radius: 26px; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 20px 55px rgba(20,38,49,.12); }
.am-final-card h2 { font-size: clamp(39px,5vw,63px); line-height: 1; }
.am-final-card p { max-width: 620px; margin: 18px auto 25px; font-size: 17px; }
.am-final-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.am-reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.am-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
	.am-section { padding: 70px 0; }
	.am-hero { min-height: 620px; align-items: flex-end; background-position: 42% center; }
	.am-hero-card { width: min(590px, 76vw); margin-bottom: 28px; }
	.am-trust-grid { grid-template-columns: repeat(2,1fr); }
	.am-trust-item:nth-child(2) { border-right: 0; }
	.am-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
	.am-benefits { grid-template-columns: repeat(2,1fr); }
	.am-results-grid { grid-template-columns: repeat(3, minmax(260px,1fr)); overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; }
	.am-ba { scroll-snap-align: start; }
	.am-choice-grid, .am-lotion-grid { grid-template-columns: 1fr; }
	.am-category-grid { grid-template-columns: repeat(2,1fr); }
	.am-brand-card { grid-template-columns: 1fr; gap: 25px; }
	.am-faq-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 720px) {
	.am-wrap { width: min(100% - 28px, 1180px); }
	.am-section { padding: 58px 0; }
	.am-heading { font-size: 39px; }
	.am-lead { font-size: 16px; }
	.am-hero { min-height: 680px; background-image: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.12)), url("/wp-content/uploads/2025/08/Ad-12-Story.jpg"); background-position: center top; }
	.am-hero::after { height: 250px; background: linear-gradient(transparent, rgba(255,255,255,.74)); }
	.am-hero .am-wrap { justify-content: center; }
	.am-hero-card { width: 100%; padding: 25px 20px; margin-bottom: 16px; border-radius: 20px; }
	.am-hero-brand img { width: 100px; }
	.am-hero h1 { font-size: 43px; }
	.am-hero-copy { font-size: 15px; }
	.am-hero-actions { display: grid; }
	.am-btn { width: 100%; }
	.am-trust-item { padding: 16px 10px; gap: 8px; justify-content: flex-start; }
	.am-trust-icon { width: 32px; height: 32px; flex-basis: 32px; font-size: 15px; }
	.am-trust-item strong { font-size: 11px; }
	.am-trust-item span { font-size: 10px; }
	.am-benefits { grid-template-columns: 1fr; }
	.am-benefit { padding: 22px; }
	.am-results-grid { margin-right: -14px; }
	.am-product-card { grid-template-columns: 1fr; }
	.am-product-image { min-height: 330px; }
	.am-product-copy { padding: 24px 20px; }
	.am-product-copy h3 { font-size: 33px; }
	.am-compare { border-radius: 18px; }
	.am-compare-head, .am-compare-row { grid-template-columns: .9fr 1fr 1fr; }
	.am-compare-head > div, .am-compare-row > div { padding: 12px 8px; font-size: 11px; }
	.am-lotion { grid-template-columns: 1fr; }
	.am-lotion img { max-height: 330px; }
	.am-lotion-copy { padding: 22px 4px 5px; }
	.am-hype { grid-template-columns: 1fr; padding: 23px; }
	.am-hype h3 { font-size: 31px; }
	.am-steps { grid-template-columns: 1fr; }
	.am-category-grid { gap: 11px; }
	.am-category { min-height: 145px; padding: 18px; }
	.am-category strong { font-size: 21px; }
	.am-logos { grid-template-columns: repeat(3,1fr); }
	.am-brand { padding: 58px 0; }
	.am-brand-card { padding: 24px 20px; }
	.am-brand-logo { min-height: 155px; padding: 24px; }
	.am-final-card { padding: 34px 20px; }
}

/* Preserve the approved mobile hero flow formerly supplied by snippet 30. */
@media (max-width: 767px) {
	.am-home .am-hero {
		display: block !important;
		min-height: 0 !important;
		padding: 0 0 30px !important;
		overflow: visible !important;
		background-image: none !important;
		background-color: #fff !important;
	}
	.am-home .am-hero::before {
		content: "" !important;
		position: relative !important;
		inset: auto !important;
		z-index: 0 !important;
		display: block !important;
		width: 100% !important;
		height: clamp(360px,112vw,455px) !important;
		background-image: url("/wp-content/uploads/2025/08/Ad-12-Story.jpg") !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center top !important;
	}
	.am-home .am-hero::after { display: none !important; }
	.am-home .am-hero > .am-wrap {
		display: block !important;
		width: min(100% - 28px,1180px) !important;
		margin: -24px auto 0 !important;
		position: relative !important;
		z-index: 2 !important;
	}
	.am-home .am-hero-card {
		width: 100% !important;
		margin: 0 !important;
		padding: 25px 20px !important;
		border-radius: 20px !important;
		background: rgba(255,255,255,.97) !important;
		backdrop-filter: none !important;
		box-shadow: 0 18px 42px rgba(20,38,49,.16) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.am-home *, .am-home *::before, .am-home *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
	.am-reveal { opacity: 1; transform: none; }
}
