/* Single-style mode (style subdomain like vangogh.iconics.studio) */
html.single-style .step[data-step="2"] { display: none; }

.ig-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 100;
  background: #1a1410; color: #faf6f0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
  padding-left: calc(16px + env(safe-area-inset-left));
  padding-right: calc(16px + env(safe-area-inset-right));
  font-size: 13px;
  box-shadow: 0 -8px 24px rgba(0,0,0,0.25);
}
.ig-banner.hidden { display: none; }
.ig-banner-body { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.ig-banner-body strong { font-size: 14px; }
.ig-banner-close {
  background: transparent; color: #faf6f0; border: 0;
  font-size: 24px; line-height: 1; padding: 0 12px; cursor: pointer;
  min-width: 44px; min-height: 44px;
}
html.in-ig main { padding-bottom: calc(96px + env(safe-area-inset-bottom)); }

:root {
  --bg: #f6efe4;
  --bg-deep: #efe6d5;
  --ink: #141010;
  --muted: #6b5f55;
  --accent: #8b1e2f;
  --accent-2: #c9a227;
  --gold: #a07a1f;
  --gold-soft: rgba(160, 122, 31, 0.25);
  --line: #e6dccb;
  --card: #fffcf6;
  --radius: 14px;
  --radius-lg: 22px;
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-art: 0 30px 60px -20px rgba(26,20,16,0.45), 0 12px 30px -12px rgba(26,20,16,0.3);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body {
  margin: 0; padding: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
@media (hover: none) {
  .btn-primary:hover, .style:hover, .offer:hover { transform: none; }
}

.site-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
  padding-left: max(24px, env(safe-area-inset-left));
  padding-right: max(24px, env(safe-area-inset-right));
  border-bottom: 1px solid var(--line);
  background: rgba(250,246,240,0.95); position: sticky; top: 0; z-index: 10;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  gap: 12px;
}
.brand {
  font-family: var(--serif); font-size: 26px; letter-spacing: 6px; font-weight: 600;
  background: linear-gradient(135deg, var(--ink) 20%, var(--gold) 70%, var(--ink) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.site-header nav a { margin: 0 14px; font-size: 14px; color: var(--muted); }
.site-header nav a:hover { color: var(--ink); }
.trustpilot-pill { font-size: 13px; background: #00b67a; color: #fff; padding: 6px 12px; border-radius: 999px; }
.trustpilot-pill .stars { margin-right: 6px; }

.hero {
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px;
  padding: 80px 48px 96px; max-width: 1240px; margin: 0 auto; align-items: center;
  isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero-bg-layer { position: absolute; inset: 0; }
.hero-bg-1 {
  background:
    radial-gradient(ellipse at 20% 10%, rgba(201,162,39,0.18), transparent 50%),
    radial-gradient(ellipse at 85% 80%, rgba(139,30,47,0.15), transparent 50%);
}
.hero-bg-2 {
  background-image:
    radial-gradient(circle at 15% 30%, rgba(160,122,31,0.10) 0, transparent 2px),
    radial-gradient(circle at 80% 60%, rgba(139,30,47,0.08) 0, transparent 2px);
  background-size: 200px 200px, 240px 240px;
  opacity: 0.7;
}
.hero-bg-noise {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' /></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.5'/></svg>");
  opacity: 0.10; mix-blend-mode: multiply;
}
/* Van Gogh — Starry Night palette */
html.style-vangogh .hero-bg-1 {
  background:
    radial-gradient(ellipse at 25% 20%, rgba(255,210,80,0.35), transparent 45%),
    radial-gradient(ellipse at 80% 80%, rgba(60,90,180,0.35), transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(20,40,100,0.25), transparent 70%);
}
html.style-vangogh { --bg: #0f1736; --bg-deep: #1a2550; --ink: #f6efe4; --muted: #c5bda8; --accent: #f6c84a; --card: rgba(255,252,246,0.06); --line: rgba(255,252,246,0.12); }
html.style-vangogh body { background: linear-gradient(180deg, #0b1230 0%, #1a2550 60%, #0f1736 100%); color: #f6efe4; }
html.style-vangogh .eyebrow { background: rgba(255,252,246,0.08); color: #f6c84a; border-color: rgba(246,200,74,0.4); }
html.style-vangogh .brand { background: linear-gradient(135deg, #f6efe4 20%, #f6c84a 60%, #f6efe4 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
html.style-vangogh .site-header { background: rgba(15,23,54,0.85); border-bottom-color: rgba(255,252,246,0.08); }
html.style-vangogh .site-header nav a { color: rgba(255,252,246,0.7); }
html.style-vangogh .hero-copy p { color: rgba(255,252,246,0.8); }
html.style-vangogh .btn-primary { background: #f6c84a; color: #141010; }
html.style-vangogh .anchor .price { color: #f6c84a; }
html.style-vangogh .create, html.style-vangogh .reviews { background: transparent; }
html.style-vangogh .step h3, html.style-vangogh .create h2, html.style-vangogh .reviews h2 { color: #f6efe4; }
html.style-vangogh .dropzone { background: rgba(255,252,246,0.04); border-color: rgba(255,252,246,0.2); color: #f6efe4; }
html.style-vangogh .dz-prompt { color: rgba(255,252,246,0.7); }
html.style-vangogh .dz-prompt strong { color: #f6efe4; }
html.style-vangogh .style { background: rgba(255,252,246,0.06); border-color: rgba(255,252,246,0.12); }
html.style-vangogh .style span { color: #f6efe4; }
html.style-vangogh .review { background: rgba(255,252,246,0.06); color: #f6efe4; }
html.style-vangogh .review p { color: rgba(255,252,246,0.9); }

/* Enchanted Anime — soft pastels */
html.style-anime .hero-bg-1 {
  background:
    radial-gradient(ellipse at 20% 20%, rgba(255,180,220,0.5), transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(120,180,240,0.4), transparent 55%),
    radial-gradient(ellipse at 50% 50%, rgba(200,230,200,0.3), transparent 70%);
}
html.style-anime { --bg: #fff5f9; --bg-deep: #ffe8f1; --accent: #ef6fa5; }
html.style-anime body { background: linear-gradient(180deg, #fff5f9 0%, #f4ecff 100%); }

/* Street Art — bold black/red */
html.style-streetart .hero-bg-1 {
  background:
    radial-gradient(ellipse at 30% 30%, rgba(255,60,60,0.25), transparent 45%),
    radial-gradient(ellipse at 70% 70%, rgba(40,40,40,0.3), transparent 55%);
}
html.style-streetart { --bg: #0f0f10; --bg-deep: #1a1a1c; --ink: #f6efe4; --muted: #b5aa9e; --accent: #ff3c3c; --card: rgba(255,252,246,0.05); --line: rgba(255,252,246,0.12); }
html.style-streetart body { background: linear-gradient(180deg, #0f0f10 0%, #1a1a1c 100%); color: #f6efe4; }
html.style-streetart .brand { background: linear-gradient(135deg, #f6efe4 20%, #ff3c3c 70%, #f6efe4 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
html.style-streetart .site-header { background: rgba(15,15,16,0.85); border-bottom-color: rgba(255,252,246,0.08); }
html.style-streetart .site-header nav a { color: rgba(255,252,246,0.7); }
html.style-streetart .hero-copy p { color: rgba(255,252,246,0.8); }
html.style-streetart .btn-primary { background: #ff3c3c; color: #fff; }
html.style-streetart .eyebrow { background: rgba(255,252,246,0.08); color: #ff3c3c; border-color: rgba(255,60,60,0.3); }
html.style-streetart .step h3, html.style-streetart .create h2, html.style-streetart .reviews h2 { color: #f6efe4; }
html.style-streetart .dropzone { background: rgba(255,252,246,0.04); border-color: rgba(255,252,246,0.2); }
html.style-streetart .dz-prompt { color: rgba(255,252,246,0.7); }
html.style-streetart .dz-prompt strong { color: #f6efe4; }
html.style-streetart .style { background: rgba(255,252,246,0.05); border-color: rgba(255,252,246,0.12); }
html.style-streetart .style span { color: #f6efe4; }
html.style-streetart .review { background: rgba(255,252,246,0.05); color: #f6efe4; }

.eyebrow {
  display: inline-block; font-size: 11px; letter-spacing: 3px; font-weight: 600;
  text-transform: uppercase; color: var(--gold);
  padding: 6px 12px; border: 1px solid var(--gold-soft); border-radius: 999px;
  background: rgba(255, 252, 246, 0.6); margin-bottom: 20px;
}
.hero h1 {
  font-family: var(--serif); font-size: clamp(44px, 6.5vw, 76px); line-height: 1.0;
  margin: 0 0 24px; font-weight: 500; letter-spacing: -0.015em;
}
.hero h1 br { display: block; }
.hero-copy p { font-size: 19px; color: #4a3f35; margin-bottom: 28px; max-width: 500px; line-height: 1.55; }
.cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; }
.anchor { font-size: 14px; color: var(--muted); }
.anchor .price { font-family: var(--serif); font-size: 28px; color: var(--accent); font-weight: 600; }
.social-proof { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); }
.social-proof .stars { color: #f5a623; letter-spacing: 3px; font-size: 15px; }

/* Hero gallery — layered, framed, magazine style */
.hero-gallery {
  position: relative;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.hero-gallery .tile {
  position: relative; margin: 0;
  border-radius: 6px; aspect-ratio: 4 / 5; overflow: hidden;
  box-shadow: var(--shadow-art);
  transform: rotate(var(--rot, 0deg));
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  will-change: transform;
}
.hero-gallery .tile:hover { transform: rotate(0deg) translateY(-4px); box-shadow: 0 40px 80px -20px rgba(26,20,16,0.55); }
.hero-gallery .tile-1 { --rot: -2deg; margin-top: 24px; }
.hero-gallery .tile-2 { --rot: 1.5deg; }
.hero-gallery .tile-3 { --rot: -1deg; margin-top: -18px; }
.hero-gallery .tile-4 { --rot: 2deg; }
.hero-gallery .frame {
  position: absolute; inset: 0;
  padding: 6px; background: linear-gradient(135deg, #e6c97a, #a07a1f 40%, #7a5a14 70%, #c9a227);
  border-radius: 6px;
}
.hero-gallery .frame::after {
  content: ""; position: absolute; inset: 6px;
  border: 1px solid rgba(0,0,0,0.2); border-radius: 3px; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
}
.hero-gallery .frame img {
  width: 100%; height: 100%; object-fit: cover;
  border-radius: 2px; display: block;
}
.hero-gallery figcaption {
  position: absolute; bottom: -6px; left: 50%;
  transform: translate(-50%, 100%);
  font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--muted);
  opacity: 0; transition: opacity .3s;
  white-space: nowrap;
}
.hero-gallery .tile:hover figcaption { opacity: 1; }
.gallery-caption {
  grid-column: 1 / -1; text-align: center; font-size: 13px;
  color: var(--muted); margin-top: 12px; font-style: italic;
}

/* Marquee strip */
.marquee {
  background: var(--ink); color: var(--bg); overflow: hidden;
  padding: 14px 0; border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.marquee-track {
  display: flex; gap: 36px; white-space: nowrap;
  animation: marquee 40s linear infinite;
  font-size: 12px; letter-spacing: 4px; font-weight: 600;
}
.marquee-track span { opacity: 0.85; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
}

.btn-primary {
  position: relative; overflow: hidden;
  display: inline-block; background: var(--ink); color: var(--bg);
  padding: 15px 32px; border-radius: 999px; font-size: 15px; font-weight: 600;
  letter-spacing: 0.2px;
  border: 0; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
  min-height: 50px;
  box-shadow: 0 10px 24px -10px rgba(26,20,16,0.45);
}
.btn-primary::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(120deg, transparent 30%, rgba(201,162,39,0.35) 50%, transparent 70%);
  transform: translateX(-100%); transition: transform .6s var(--ease);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 36px -12px rgba(26,20,16,0.55); }
.btn-primary:hover::before { transform: translateX(100%); }
.btn-primary:disabled { opacity: 0.35; cursor: not-allowed; transform: none; }
.btn-primary:disabled::before { display: none; }
.btn-lg { font-size: 17px; padding: 20px 40px; min-height: 56px; }
.btn-secondary {
  display: inline-block; border: 1.5px solid var(--ink); color: var(--ink);
  padding: 12px 24px; border-radius: 999px; font-weight: 600;
}

.create { max-width: 960px; margin: 0 auto; padding: 64px 24px; }
.create h2 { font-family: var(--serif); font-size: 42px; text-align: center; margin: 0 0 40px; font-weight: 500; }
.steps { display: grid; gap: 40px; }
.step h3 { font-family: var(--serif); font-size: 24px; margin: 0 0 16px; font-weight: 500; }

.dropzone {
  display: flex; align-items: center; justify-content: center;
  border: 2px dashed var(--line); border-radius: var(--radius);
  padding: 48px; background: var(--card); cursor: pointer; min-height: 240px;
  transition: border-color .15s, background .15s; position: relative; overflow: hidden;
}
.dropzone:hover, .dropzone.drag { border-color: var(--accent); background: #fff8f0; }
.dz-prompt { text-align: center; color: var(--muted); }
.dz-prompt strong { display: block; font-size: 18px; color: var(--ink); margin-bottom: 6px; }
#preview { max-width: 100%; max-height: 360px; border-radius: 10px; display: none; }
.dropzone.has-image .dz-prompt { display: none; }
.dropzone.has-image #preview { display: block; }

.styles { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; }
.styles.three { grid-template-columns: repeat(3, 1fr); max-width: 540px; margin: 0 auto; }
@media (max-width: 540px) { .styles.three { grid-template-columns: 1fr; } }
.style {
  background: var(--card); border: 2px solid var(--line); border-radius: var(--radius);
  padding: 10px 10px 14px; cursor: pointer; text-align: center;
  transition: border-color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);
  min-height: 48px; position: relative; overflow: hidden;
}
.style:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -12px rgba(26,20,16,0.25); }
.style.selected { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(139,30,47,0.1); }
.style.selected::after {
  content: "✓"; position: absolute; top: 8px; right: 10px;
  width: 20px; height: 20px; line-height: 20px; text-align: center;
  background: var(--accent); color: #fff; border-radius: 50%;
  font-size: 11px; font-weight: 700;
}
.style .thumb { aspect-ratio: 4 / 5; border-radius: 10px; margin-bottom: 10px; overflow: hidden; position: relative; box-shadow: 0 8px 20px -10px rgba(26,20,16,0.3); }
.style .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s var(--ease); }
.style:hover .thumb img { transform: scale(1.05); }
.style span { font-family: var(--serif); font-size: 16px; font-weight: 500; color: var(--ink); }

.guarantee { font-size: 13px; color: var(--muted); margin-top: 12px; }

.result { margin-top: 48px; padding: 32px; background: var(--card); border-radius: var(--radius); display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.result.hidden { display: none; }
.result-image-wrap { position: relative; }
#resultImage { width: 100%; border-radius: 10px; box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.watermark {
  position: absolute; bottom: 14px; left: 14px;
  font-family: var(--serif); font-style: italic; font-weight: 500;
  font-size: 16px; letter-spacing: 4px;
  color: rgba(255,252,246,0.85);
  text-shadow: 0 1px 4px rgba(0,0,0,0.55), 0 0 1px rgba(0,0,0,0.4);
  pointer-events: none; user-select: none;
  mix-blend-mode: screen;
}
.result h3 { font-family: var(--serif); font-size: 28px; margin: 0 0 8px; }

.offers { display: grid; gap: 10px; margin-top: 20px; }
.offer {
  text-align: left; background: var(--bg); border: 2px solid var(--line);
  border-radius: 12px; padding: 16px; cursor: pointer; position: relative;
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px;
  transition: border-color .15s; min-height: 56px; font: inherit;
}
.offer:hover { border-color: var(--ink); }
.offer.recommended { border-color: var(--accent); background: #fff8f0; }
.offer .offer-name { font-weight: 600; font-size: 16px; }
.offer .offer-price { font-family: var(--serif); font-size: 24px; color: var(--accent); font-weight: 600; grid-row: span 2; }
.offer .offer-note { font-size: 13px; color: var(--muted); }
.offer .badge { position: absolute; top: -10px; left: 14px; background: var(--accent); color: #fff; font-size: 11px; padding: 2px 10px; border-radius: 999px; font-weight: 600; letter-spacing: 0.5px; }
.secondary-cta { margin-top: 16px; font-size: 13px; color: var(--muted); text-align: center; }
.secondary-cta a { color: var(--ink); border-bottom: 1px solid var(--ink); }

.reviews { max-width: 1100px; margin: 64px auto; padding: 0 24px; }
.reviews h2 { font-family: var(--serif); font-size: 36px; text-align: center; margin: 0 0 32px; font-weight: 500; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.review { background: var(--card); padding: 24px; border-radius: var(--radius); }
.review .stars { color: #f5a623; letter-spacing: 3px; margin-bottom: 12px; }
.review p { font-size: 15px; margin: 0 0 12px; font-style: italic; }
.review .who { font-size: 13px; color: var(--muted); }

.appstore { text-align: center; padding: 80px 24px; background: var(--ink); color: var(--bg); margin-top: 64px; }
.appstore h2 { font-family: var(--serif); font-size: 40px; margin: 0 0 16px; font-weight: 500; color: var(--bg); }
.appstore p { color: #b8ae9f; margin-bottom: 28px; }
.appstore .btn-secondary { border-color: var(--bg); color: var(--bg); }

.thanks { max-width: 720px; margin: 0 auto; padding: 64px 24px; }
.thanks-card { background: var(--card); border-radius: var(--radius); padding: 48px 32px; text-align: center; box-shadow: 0 10px 40px rgba(0,0,0,.06); }
.thanks-card .checkmark {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 24px;
  background: #00b67a; color: #fff; font-size: 36px; line-height: 64px;
}
.thanks-card h1 { font-family: var(--serif); font-size: 36px; margin: 0 0 12px; font-weight: 500; }
.thanks-card .lead { color: var(--muted); margin: 0 0 32px; }
.app-push { background: var(--bg); border-radius: var(--radius); padding: 32px 24px; margin: 32px 0; }
.app-push h2 { font-family: var(--serif); font-size: 26px; margin: 0 0 8px; font-weight: 500; }
.app-push p { color: var(--muted); margin: 0 0 20px; }
.perk-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.perk { display: flex; flex-direction: column; }
.perk strong { font-family: var(--serif); font-size: 24px; color: var(--accent); }
.perk span { font-size: 12px; color: var(--muted); margin-top: 4px; }
.back-link { display: inline-block; margin-top: 20px; color: var(--muted); font-size: 14px; }
@media (max-width: 540px) {
  .thanks { padding: 32px 16px; }
  .thanks-card { padding: 32px 20px; }
  .thanks-card h1 { font-size: 28px; }
  .app-push { padding: 24px 16px; }
  .app-push h2 { font-size: 22px; }
  .perk strong { font-size: 20px; }
}

footer { text-align: center; padding: 32px; color: var(--muted); font-size: 13px; border-top: 1px solid var(--line); }
footer a { margin: 0 8px; }
footer .social-links { margin-bottom: 10px; }
footer .social-links a { color: var(--ink); font-weight: 600; }

/* Tablet */
@media (max-width: 960px) {
  .hero { padding: 56px 32px; gap: 36px; }
  .hero h1 { font-size: 52px; }
  .create { padding: 48px 24px; }
  .create h2 { font-size: 36px; }
  .reviews h2, .appstore h2 { font-size: 32px; }
}

/* Phone */
@media (max-width: 760px) {
  .site-header { padding: 12px 16px; }
  .site-header nav { display: none; }
  .brand { font-size: 20px; letter-spacing: 4px; }
  .trustpilot-pill { font-size: 12px; padding: 5px 10px; white-space: nowrap; }

  .hero { grid-template-columns: 1fr; padding: 28px 20px 48px; gap: 28px; }
  .hero-copy { order: 2; }
  .hero-gallery { order: 1; gap: 12px; }
  .hero-gallery .tile { aspect-ratio: 4/5; }
  .hero-gallery .tile-1, .hero-gallery .tile-3 { margin-top: 0; }
  .hero h1 { font-size: 40px; line-height: 1.05; }
  .hero-copy p { font-size: 16px; }
  .anchor .price { font-size: 24px; }
  .cta-row { flex-direction: column; align-items: stretch; }
  .cta-row .anchor { text-align: center; }
  .btn-primary { display: block; width: 100%; text-align: center; }
  .marquee { padding: 10px 0; }
  .marquee-track { gap: 24px; font-size: 11px; letter-spacing: 3px; }

  .create { padding: 40px 16px; }
  .create h2 { font-size: 28px; margin-bottom: 28px; }
  .steps { gap: 28px; }
  .step h3 { font-size: 20px; }
  .dropzone { padding: 28px 16px; min-height: 200px; }
  #preview { max-height: 280px; }

  .styles { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .styles.three { grid-template-columns: repeat(3, 1fr); max-width: 100%; gap: 8px; }
  .styles.three .style { padding: 8px; }
  .styles.three .style span { font-size: 12px; }

  .result { grid-template-columns: 1fr; gap: 24px; padding: 20px; margin-top: 32px; }
  .result h3 { font-size: 24px; }

  .offers { gap: 8px; }
  .offer { padding: 14px; }
  .offer .offer-name { font-size: 15px; }
  .offer .offer-price { font-size: 22px; }
  .offer .offer-note { font-size: 12px; }

  .reviews { padding: 0 16px; margin: 40px auto; }
  .reviews h2 { font-size: 26px; margin-bottom: 20px; }
  .review { padding: 18px; }

  .appstore { padding: 56px 20px; margin-top: 40px; }
  .appstore h2 { font-size: 28px; }

  footer { padding: 24px 16px; }
}

/* Small phone (iPhone SE / 360px) */
@media (max-width: 380px) {
  .brand { font-size: 18px; letter-spacing: 2px; }
  .trustpilot-pill { font-size: 11px; padding: 4px 8px; }
  .hero h1 { font-size: 32px; line-height: 1.1; }
  .hero-copy p { font-size: 15px; }
  .create h2 { font-size: 24px; }
  .styles.three .style span { font-size: 11px; }
  .offer { grid-template-columns: 1fr; gap: 4px; }
  .offer .offer-price { grid-row: auto; }
}

/* App Store badge + footer additions (appended) */
footer .footer-links { margin: 6px 0 12px; }
footer .footer-legal { font-size: 12px; opacity: 0.75; max-width: 640px; margin: 0 auto; line-height: 1.5; }
.appstore-badge { display: inline-block; line-height: 0; transition: transform .2s var(--ease), opacity .2s; }
.appstore-badge:hover { transform: translateY(-2px); opacity: 0.92; }
.appstore-badge img { display: block; height: auto; max-width: 100%; }

/* Contact + simple inner-page layout */
.legal-page { max-width: 720px; margin: 0 auto; padding: 64px 24px; }
.legal-page h1 { font-family: var(--serif); font-size: 42px; margin: 0 0 24px; font-weight: 500; }
.legal-page h2 { font-family: var(--serif); font-size: 24px; margin: 32px 0 12px; font-weight: 500; }
.legal-page p, .legal-page li { color: var(--ink); font-size: 16px; line-height: 1.65; }
.legal-page a { color: var(--accent); border-bottom: 1px solid var(--accent); }

/* Voucher / discount code field */
.voucher-row { margin: 14px 0 6px; }
.voucher-row details { font-size: 13px; color: var(--muted); }
.voucher-row summary { cursor: pointer; padding: 6px 0; color: var(--ink); font-weight: 500; user-select: none; list-style: none; display: inline-flex; align-items: center; gap: 6px; }
.voucher-row summary::before { content: "🏷️"; font-size: 13px; }
.voucher-row summary::-webkit-details-marker { display: none; }
.voucher-input { margin-top: 8px; display: flex; align-items: center; gap: 10px; }
.voucher-input input {
  flex: 1; max-width: 240px; padding: 10px 12px;
  font: inherit; font-size: 14px; letter-spacing: 1px; text-transform: uppercase;
  background: var(--card); color: var(--ink);
  border: 1.5px solid var(--line); border-radius: 8px;
  transition: border-color .15s;
}
.voucher-input input:focus { outline: none; border-color: var(--accent); }
.voucher-status { font-size: 12px; color: var(--muted); }
.voucher-status.ok { color: #00b67a; font-weight: 600; }
.voucher-status.err { color: #c0392b; }

/* Daily-limit modal */
#iconic-limit-modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; }
#iconic-limit-modal .iconic-limit-backdrop { position: absolute; inset: 0; background: rgba(20,16,16,0.6); backdrop-filter: blur(6px); }
#iconic-limit-modal .iconic-limit-card {
  position: relative; max-width: 400px; width: 100%;
  background: var(--card); color: var(--ink);
  border-radius: var(--radius-lg); padding: 32px 28px;
  text-align: center; box-shadow: 0 30px 60px -20px rgba(0,0,0,0.4);
}
#iconic-limit-modal h3 { font-family: var(--serif); font-size: 26px; margin: 0 0 12px; font-weight: 500; }
#iconic-limit-modal .iconic-limit-msg { color: var(--muted); margin: 0 0 24px; line-height: 1.5; }
#iconic-limit-modal .iconic-limit-cta { display: inline-block; line-height: 0; margin-bottom: 12px; }
#iconic-limit-modal .iconic-limit-cta img { display: block; max-width: 100%; height: auto; }
#iconic-limit-modal .iconic-limit-close {
  display: block; margin: 8px auto 0; background: transparent; border: 0;
  color: var(--muted); font-size: 13px; cursor: pointer; padding: 8px 12px;
}
