@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Outfit:wght@300;400;500;600;700&display=swap");

:root {
  --background: #fafafa;
  --foreground: #1a1a1a;
  --card: #ffffff;
  --muted: #f2f2f2;
  --muted-foreground: #666666;
  --border: #e5e5e5;
  --primary: #000000;
  --primary-foreground: #fafafa;
  --accent: #cf000d;
  --accent-warm: #d1912f;
  --accent-soft: #fff3e4;
  --accent-foreground: #1a1a1a;
  --font-display: "Playfair Display", serif;
  --font-body: "Outfit", sans-serif;
  --shadow-subtle: 0 2px 20px -4px rgb(0 0 0 / 0.06);
  --shadow-card: 0 4px 30px -8px rgb(0 0 0 / 0.08);
  --max: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--foreground);
  background: var(--background);
  font-family: var(--font-body);
  font-size: 16px;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.section-pad {
  padding-left: clamp(24px, 5vw, 112px);
  padding-right: clamp(24px, 5vw, 112px);
}

.section-space {
  padding-top: clamp(80px, 10vw, 144px);
  padding-bottom: clamp(80px, 10vw, 144px);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  color: var(--foreground);
  background: rgb(255 255 255 / 0.96);
  border-bottom: 1px solid rgb(0 0 0 / 0.04);
  box-shadow: 0 10px 28px rgb(82 45 19 / 0.07);
  backdrop-filter: blur(18px);
  transition: background-color 0.5s ease, box-shadow 0.5s ease, backdrop-filter 0.5s ease;
}

.site-header::after {
  content: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  height: 88px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(90% 120% at 96% -15%, transparent 58%, rgb(217 145 47 / 0.28) 59%, transparent 60%),
    radial-gradient(74% 110% at 92% -35%, transparent 62%, rgb(217 145 47 / 0.18) 63%, transparent 64%);
}

.header-inner,
.mobile-panel {
  position: relative;
  z-index: 1;
}

.site-header.is-scrolled,
.site-header.menu-open {
  background: rgb(255 255 255 / 0.97);
  box-shadow: 0 14px 36px rgb(82 45 19 / 0.08);
  backdrop-filter: blur(14px);
}

.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(24px, 6vw, 128px);
}

.brand {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  white-space: nowrap;
}

.brand img {
  display: block;
  width: auto;
  max-width: 230px;
  height: 34px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 42px);
  margin-left: auto;
}

.desktop-nav a {
  color: #111111;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.desktop-nav a:hover {
  color: var(--foreground);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
}

.phone-icon {
  display: none;
}

.header-cta,
.mobile-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 24px;
  color: var(--accent);
  background: rgb(255 255 255 / 0.46);
  border: 1px solid var(--accent);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.header-cta::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.3-.3.75-.39 1.14-.26 1.25.41 2.59.63 3.95.63.61 0 1.1.49 1.1 1.1v3.49c0 .61-.49 1.1-1.1 1.1C10.85 21.74 2.26 13.15 2.26 2.5c0-.61.49-1.1 1.1-1.1h3.5c.6 0 1.09.49 1.09 1.1 0 1.36.22 2.7.63 3.95.12.39.04.83-.27 1.14z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.3-.3.75-.39 1.14-.26 1.25.41 2.59.63 3.95.63.61 0 1.1.49 1.1 1.1v3.49c0 .61-.49 1.1-1.1 1.1C10.85 21.74 2.26 13.15 2.26 2.5c0-.61.49-1.1 1.1-1.1h3.5c.6 0 1.09.49 1.09 1.1 0 1.36.22 2.7.63 3.95.12.39.04.83-.27 1.14z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.header-cta:hover,
.mobile-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  color: var(--foreground);
  background: transparent;
  cursor: pointer;
  overflow: visible;
}

.menu-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin: 0;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 8px));
}

.menu-toggle span:nth-child(2) {
  transform: translate(-50%, -50%);
}

.menu-toggle span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 8px));
}

.site-header.menu-open .menu-toggle span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.site-header.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .menu-toggle span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-panel {
  display: none;
}

.hero {
  min-height: 100vh;
  padding-top: 74px;
  padding-bottom: 46px;
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(500px, 1.04fr);
  align-items: center;
  gap: clamp(20px, 2.8vw, 44px);
}

.artist-grid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.88fr);
  align-items: center;
  gap: clamp(48px, 6vw, 88px);
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: min(100%, 710px);
  padding: 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: clamp(38px, 4vw, 58px);
  padding: 16px 22px;
  color: #22201d;
  background: linear-gradient(90deg, rgb(237 222 203 / 0.88), rgb(246 237 226 / 0.82));
  border: 1px solid rgb(255 255 255 / 0.72);
  border-radius: 10px;
  box-shadow: 0 16px 42px rgb(111 72 29 / 0.08);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-badge svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  color: var(--accent-warm);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-copy h1 {
  margin: 0 0 68px;
  max-width: 760px;
  font-family: var(--font-display);
  font-size: clamp(72px, 6vw, 104px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.045em;
  overflow: visible;
}

.hero-title-main,
.hero-title-accent {
  display: block;
  white-space: nowrap;
}

.mobile-title-break {
  display: none;
}

.hero-title-accent,
.section-head h2 span,
.artist-copy h2 span,
.contact h2 span {
  color: var(--accent);
  font-style: italic;
  font-weight: 600;
}

.hero-title-accent {
  color: var(--accent);
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(96deg, #c8000b, #e01721 52%, #a90009);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-offers {
  display: flex;
  align-items: center;
  gap: 0;
  width: min(100%, 650px);
  margin: 0 0 66px;
  padding: 0;
  list-style: none;
}

.hero-offers li {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 130px;
  padding: 0 34px;
  color: #111111;
  border-left: 1px solid rgb(209 145 47 / 0.38);
  font-size: 18px;
  line-height: 1.45;
}

.hero-offers li:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero-offers svg {
  width: 88px;
  height: 88px;
  padding: 22px;
  flex: 0 0 auto;
  color: var(--accent-warm);
  background: #ffffff;
  border: 1px solid rgb(0 0 0 / 0.08);
  border-radius: 14px;
  box-shadow: 0 8px 28px rgb(40 30 18 / 0.06);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-offers strong {
  color: var(--accent);
  font-size: 28px;
}

.hero-action {
  width: min(100%, 430px);
}

.hero-create {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 74px;
  margin: 0;
  padding: 20px 32px;
  color: #ffffff;
  background: linear-gradient(135deg, #e50010, #c9000b);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgb(207 0 13 / 0.22);
  font-size: 22px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-create:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 54px rgb(207 0 13 / 0.34);
}

.hero-create svg {
  width: 34px;
  height: 34px;
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-note {
  margin: 20px 0 0;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
}

.source {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111111;
  font-size: 15px;
}

.source img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  border-radius: 7px;
}

.hero-lead {
  max-width: 540px;
  margin: 0 0 34px;
  color: #5f5a54;
  font-size: clamp(20px, 1.7vw, 26px);
  font-weight: 500;
  line-height: 1.48;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: min(100%, 680px);
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.hero-benefits li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex: 0 1 auto;
  min-width: 0;
  padding: 0 28px;
  color: #514d48;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.hero-benefits li:first-child {
  padding-left: 0;
}

.hero-benefits li + li {
  border-left: 1px solid rgb(197 139 67 / 0.42);
}

.hero-benefits svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  color: #c58b43;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #1f1f1f;
}

.hero-price,
.hero-time {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero-price span {
  font-size: 22px;
  line-height: 1;
}

.hero-price strong {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-divider {
  width: 1px;
  height: 46px;
  background: linear-gradient(180deg, transparent, #c58b43, transparent);
}

.hero-time {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.hero-time span {
  color: #3f3b36;
  font-size: 17px;
}

.hero-time strong {
  font-size: 17px;
}

.lead-form,
.contact-form {
  width: min(100%, 450px);
  display: grid;
  gap: 16px;
}

.hero-form {
  width: min(100%, 540px);
  gap: 18px;
}

.lead-form label span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted-foreground);
  font-size: 15px;
  font-weight: 600;
}

.lead-form input,
.contact-form input {
  width: 100%;
  min-height: 62px;
  padding: 18px 26px;
  color: var(--foreground);
  background: rgb(255 255 255 / 0.74);
  border: 1px solid rgb(178 178 178 / 0.55);
  border-radius: 0;
  outline: none;
  box-shadow: inset 0 1px 8px rgb(70 51 31 / 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.lead-form input:focus,
.contact-form input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgb(189 163 122 / 0.18);
}

.lead-form button,
.contact-form button {
  min-height: 62px;
  padding: 16px 32px;
  border: 0;
  color: #17120d;
  background: linear-gradient(135deg, #c29455, #d9a253);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 16px 28px rgb(151 98 42 / 0.16);
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.lead-form button:hover,
.contact-form button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgb(151 98 42 / 0.22);
}

.hero-visual {
  position: relative;
  inset: auto;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: -12px;
  pointer-events: auto;
}

.hero-visual::before {
  content: none;
}

.hero-arrow {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 58px;
  height: 58px;
  padding: 0;
  color: #111111;
  background: rgb(255 253 249 / 0.78);
  border: 1px solid rgb(209 145 47 / 0.42);
  border-radius: 999px;
  transform: translateY(-50%);
  cursor: default;
}

.hero-arrow svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-arrow-prev {
  left: -46px;
}

.hero-arrow-next {
  right: -46px;
}

.premium-hero-art {
  position: relative;
  width: min(100%, 620px);
  aspect-ratio: auto;
  margin-left: auto;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.premium-hero-art::before,
.premium-hero-art::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.premium-hero-art::before,
.premium-hero-art::after {
  content: none;
}

.premium-hero-art .hero-person {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: center center;
  -webkit-mask-image: none;
  mask-image: none;
}

.artist img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.trust-strip {
  margin-top: 0;
  padding: clamp(26px, 3vw, 46px) clamp(14px, 2vw, 32px) clamp(42px, 5vw, 68px);
  background: #ffffff;
}

.trust-heading {
  width: min(100%, 1968px);
  margin: 0 auto clamp(18px, 1.8vw, 28px);
  padding: 0 clamp(8px, 1vw, 18px);
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(30px, 3vw, 52px);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.trust-panel {
  width: min(100%, 1968px);
  margin: 0 auto;
  min-height: clamp(112px, 8vw, 164px);
  padding: clamp(22px, 2.2vw, 34px) clamp(22px, 3vw, 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 1.6vw, 30px);
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 14px 44px rgb(0 0 0 / 0.08);
  overflow: hidden;
}

.trust-item,
.trust-total {
  min-height: 76px;
  display: flex;
  align-items: center;
}

.trust-item {
  border-right: 1px solid rgb(0 0 0 / 0.22);
}

.trust-item {
  flex: 1 1 0;
  gap: clamp(12px, 1.2vw, 22px);
  padding-right: clamp(12px, 1.6vw, 28px);
  min-width: 0;
}

.trust-link {
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.trust-link:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

.trust-item img {
  width: clamp(50px, 4vw, 74px);
  height: clamp(50px, 4vw, 74px);
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 8px;
}

.trust-rating {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.8vw, 12px);
  color: #111111;
  white-space: nowrap;
}

.trust-rating strong {
  font-size: clamp(25px, 1.95vw, 36px);
  line-height: 1;
  font-weight: 900;
}

.trust-rating span {
  color: #ffb000;
  font-size: clamp(16px, 1.1vw, 21px);
  letter-spacing: 0.04em;
}

.trust-item p,
.trust-total p {
  margin: clamp(8px, 0.8vw, 12px) 0 0;
  color: #5c5c5c;
  font-size: clamp(18px, 1.45vw, 28px);
  line-height: 1.1;
}

.trust-total {
  flex: 1.22 1 0;
  gap: clamp(16px, 1.6vw, 26px);
  min-width: 0;
}

.trust-heart {
  width: clamp(66px, 5.4vw, 100px);
  height: clamp(66px, 5.4vw, 100px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--accent);
  background: #fde5e6;
  border-radius: 50%;
}

.trust-heart svg {
  width: 52%;
  height: 52%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-total strong {
  display: block;
  color: #000000;
  font-size: clamp(26px, 2.1vw, 40px);
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.size-pricing {
  padding-top: clamp(8px, 1vw, 14px);
  padding-bottom: clamp(48px, 5vw, 76px);
}

.size-pricing-shell {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0;
}

.size-pricing-head {
  max-width: 860px;
  margin-bottom: clamp(26px, 2.8vw, 34px);
}

.size-pricing-head h2 {
  margin: 0 0 14px;
  color: #111111;
  font-family: var(--font-body);
  font-size: clamp(28px, 2.7vw, 42px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.size-pricing-head h2 span {
  color: var(--accent);
}

.size-pricing-head p {
  max-width: 720px;
  margin: 0;
  color: #3d3d3d;
  font-size: 19px;
  line-height: 1.55;
}

.size-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 28px);
}

.size-pricing-card {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 14px;
  background: rgb(255 255 255 / 0.82);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgb(0 0 0 / 0.05);
}

.size-pricing-frame {
  position: relative;
  overflow: hidden;
  background: #f2ede7;
  border-radius: 8px;
  aspect-ratio: 0.84 / 1;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 0.04);
}

.size-pricing-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  color: #2c1a00;
  background: linear-gradient(135deg, #f8d96a 0%, #d7a826 48%, #b8860b 100%);
  border-radius: 8px;
  font-family: Arial, Helvetica, var(--font-body);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgb(184 134 11 / 0.24);
}

.size-pricing-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.size-pricing-copy p {
  margin: 0;
  color: #242424;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.size-pricing-button {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 10px 12px;
  min-height: 58px;
  padding: 14px 18px;
  color: #ffffff;
  background: linear-gradient(180deg, #cf000d 0%, #ab000b 100%);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgb(207 0 13 / 0.2);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.size-pricing-order-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(255 255 255 / 0.24);
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.size-pricing-order-label::after {
  content: "→";
  font-size: 1.05em;
  line-height: 1;
  transition: transform 0.22s ease;
}

.size-pricing-price {
  display: inline-block;
  min-width: 0;
  padding-right: 16px;
  color: #fff6df;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.size-pricing-button:hover {
  filter: brightness(1.03);
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgb(207 0 13 / 0.28);
}

.size-pricing-button:hover .size-pricing-order-label::after {
  transform: translateX(3px);
}

.inline-cta {
  padding-top: 0;
  padding-bottom: clamp(44px, 4vw, 68px);
}

.inline-cta-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 24px 28px;
  border: 1px solid rgb(0 0 0 / 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  border-radius: 10px;
}

.inline-cta-shell strong {
  display: block;
  margin: 0 0 8px;
  color: #111111;
  font-size: clamp(21px, 1.9vw, 30px);
  font-weight: 900;
  line-height: 1.08;
}

.inline-cta-shell p {
  margin: 0;
  color: #4a4a4a;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.45;
}

.inline-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  color: #ffffff;
  background: #e50010;
  box-shadow: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .size-pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .size-pricing {
    padding-top: 0;
    padding-bottom: 34px;
  }

  .size-pricing-shell {
    padding: 0;
  }

  .size-pricing-head {
    margin-bottom: 20px;
  }

  .size-pricing-head h2 {
    font-size: 24px;
  }

  .size-pricing-head p {
    font-size: 16px;
  }

  .size-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
  }

  .inline-cta-shell {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 18px;
  }

  .inline-cta-button {
    width: 100%;
  }

  .size-pricing-card {
    padding: 12px;
  }

  .size-pricing-copy p {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .size-pricing-copy strong {
    font-size: 24px;
  }

  .size-pricing-button {
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    border-radius: 8px;
    padding: 10px 11px;
    gap: 8px;
  }

  .size-pricing-price {
    padding-right: 10px;
    font-size: 11px;
    transform: scale(0.92);
    transform-origin: left center;
  }

  .size-pricing-order-label {
    justify-content: flex-end;
    padding-left: 10px;
    border-left: 1px solid rgb(255 255 255 / 0.24);
    border-top: 0;
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: right center;
  }

  .size-pricing-order-label::after {
    font-size: 0.95em;
  }
}

@media (max-width: 430px) {
}

.examples-showcase {
  padding: clamp(34px, 4vw, 54px) 0 clamp(26px, 3vw, 42px);
  background: #f4f4f4;
}

.examples-showcase h2 {
  max-width: 900px;
  margin: 0 auto clamp(28px, 3vw, 40px);
  padding: 0 20px;
  color: #0d0d0d;
  font-family: var(--font-body);
  font-size: clamp(24px, 2.35vw, 32px);
  font-weight: 800;
  line-height: 1.32;
  text-align: center;
}

.examples-showcase h2 span {
  color: var(--accent);
}

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

.example-tile {
  position: relative;
  aspect-ratio: 1.08 / 1;
  margin: 0;
  overflow: hidden;
  background: #e7e7e7;
}

.example-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.example-tile:hover img {
  transform: scale(1.04);
}

.corner {
  position: absolute;
  display: block;
  border: 2px solid var(--accent);
  pointer-events: none;
}

.corner-br {
  width: 96px;
  height: 96px;
  right: -16px;
  bottom: -16px;
}

.corner-tl {
  width: 64px;
  height: 64px;
  left: -16px;
  top: -16px;
}

.band-light {
  background: linear-gradient(180deg, #fffdf9 0%, #fff8f0 100%);
}

.dark-band {
  color: var(--primary-foreground);
  background: linear-gradient(135deg, #151010 0%, #300006 100%);
}

.section-head {
  max-width: 820px;
  margin: 0 auto clamp(48px, 5vw, 64px);
  text-align: center;
}

.section-head h2,
.contact h2 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.15;
}

.section-head h2 span,
.artist-copy h2 span,
.contact h2 span {
  color: var(--accent);
  font-style: normal;
  background: linear-gradient(96deg, #c8000b, #e01721 52%, #a90009);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-head p,
.contact p {
  max-width: 690px;
  margin: 0 auto;
  color: var(--muted-foreground);
  font-size: 18px;
  line-height: 1.7;
}

.dark-band .section-head p,
.contact p {
  color: rgb(250 250 250 / 0.7);
}

.feature-grid,
.styles-grid,
.pricing-grid,
.steps-grid,
.stats-grid,
.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 32px;
}

.feature-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
  text-align: center;
}

.line-icon,
.square-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border: 1px solid var(--border);
  transition: border-color 0.25s ease;
}

.line-icon {
  width: 64px;
  height: 64px;
}

.square-icon::before,
.square-icon::after {
  content: "";
  position: absolute;
  display: block;
  color: var(--foreground);
}

.line-icon svg,
.square-icon svg {
  width: 28px;
  height: 28px;
  color: var(--accent-warm);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card:hover .line-icon,
.price-card:hover .square-icon {
  border-color: var(--accent);
}

.feature-card h3,
.style-tile h3,
.price-card h3,
.step h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.feature-card h3,
.price-card h3,
.step h3,
.artist-copy h2 strong {
  color: #111111;
}

.feature-card p,
.price-card p,
.step p {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.7;
}

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

.style-tile {
  cursor: pointer;
}

.image-box {
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--muted);
}

.image-box.portrait {
  aspect-ratio: 3 / 4;
}

.image-box img,
.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.style-tile:hover img,
.portfolio-item:hover img {
  transform: scale(1.055);
}

.style-tile a {
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portfolio-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.portfolio-item {
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  background: rgb(255 255 255 / 0.06);
  cursor: pointer;
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-card {
  display: flex;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--border);
  background: var(--card);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.price-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.square-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  margin: 0;
}

.steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
}

.step {
  text-align: center;
}

.step > span {
  display: block;
  margin-bottom: 16px;
  color: rgb(207 0 13 / 0.24);
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
}

.artist-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.artist-copy h2 {
  margin: 0 0 32px;
  font-family: var(--font-display);
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 700;
  line-height: 1.2;
}

.artist-copy h2 strong {
  color: var(--accent);
  font-weight: 700;
}

.artist-copy ol {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  counter-reset: artist;
  list-style: none;
}

.artist-copy li {
  position: relative;
  min-height: 40px;
  padding-left: 48px;
  color: var(--muted-foreground);
  line-height: 1.7;
}

.artist-copy li::before {
  counter-increment: artist;
  content: counter(artist) ".";
  position: absolute;
  top: -2px;
  left: 0;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 300;
}

.note {
  margin: 32px 0 0;
  padding-left: 16px;
  color: var(--muted-foreground);
  border-left: 2px solid var(--accent);
  font-size: 14px;
  font-style: italic;
  line-height: 1.7;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat {
  text-align: center;
}

.stat strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 700;
  line-height: 1;
}

.stat span {
  color: rgb(250 250 250 / 0.6);
  font-size: 14px;
  line-height: 1.6;
}

.faq-section .section-head {
  margin-bottom: 48px;
}

.faq-list {
  max-width: 768px;
  margin: 0 auto;
  display: grid;
  gap: 8px;
}

.faq-list details {
  border: 1px solid var(--border);
  background: var(--background);
  border-radius: 10px;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}

.faq-list details[open] {
  border-color: var(--accent);
  background: var(--card);
}

.faq-list summary {
  position: relative;
  padding: 20px 56px 20px 24px;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--accent);
  font-size: 26px;
  font-family: var(--font-body);
  transition: transform 0.2s ease;
}

.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted-foreground);
  line-height: 1.7;
}

.contact-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.contact-form {
  margin: 40px auto 0;
}

.contact-form input {
  color: var(--primary-foreground);
  background: rgb(250 250 250 / 0.1);
  border-color: rgb(250 250 250 / 0.22);
}

.contact-form input::placeholder {
  color: rgb(250 250 250 / 0.44);
}

.agreement {
  margin-top: 24px !important;
  color: rgb(250 250 250 / 0.42) !important;
  font-size: 12px !important;
}

.footer {
  padding-top: 64px;
  padding-bottom: 32px;
  background: var(--card);
  border-top: 1px solid var(--border);
}

.footer-proof {
  max-width: var(--max);
  margin: 0 auto 46px;
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 24px;
  background: linear-gradient(135deg, #fffdf9, #fff5ec);
  border: 1px solid rgb(209 145 47 / 0.22);
  border-radius: 18px;
}

.footer-proof-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-proof-item svg {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  color: var(--accent-warm);
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.5;
}

.footer-proof-item:nth-child(2) svg {
  fill: none;
}

.footer-proof strong {
  display: block;
  color: #111111;
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1.05;
}

.footer-proof span {
  color: #333333;
  font-size: 14px;
}

.footer-platforms {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 48px;
}

.footer h2,
.footer h3 {
  margin: 0 0 16px;
  color: var(--foreground);
}

.footer h2 {
  font-family: var(--font-display);
  font-size: 28px;
}

.footer h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer p,
.footer a,
.footer span {
  display: block;
  margin: 0 0 10px;
  color: var(--muted-foreground);
  font-size: 14px;
  line-height: 1.7;
}

.footer a:hover {
  color: var(--foreground);
}

.footer-contact-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 12px;
}

.footer-contact-link {
  display: inline-flex !important;
  align-items: baseline;
  gap: 7px;
  margin: 0 !important;
  color: var(--foreground) !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
  text-decoration: none;
  white-space: nowrap;
}

.footer-contact-link svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: var(--accent);
  fill: currentColor;
  transform: translateY(2px);
}

.footer-messengers {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 14px;
}

.footer-vk-widget {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
}

.footer-vk-widget iframe {
  max-width: 100% !important;
}

.footer-messenger {
  display: inline-grid !important;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  margin: 0 !important;
  border: 0;
  border-radius: 8px;
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 10px 22px rgb(0 0 0 / 0.1);
  cursor: pointer;
  user-select: none;
}

.footer-messenger:hover {
  color: #ffffff !important;
  transform: translateY(-1px);
}

.footer-messenger-chat {
  background: #00c0ff;
}

.footer-messenger-max,
.footer-messenger-vk {
  background: #ffffff;
}

.footer-messenger-tg {
  background: linear-gradient(135deg, #2aabee, #168acd);
}

.footer-messenger svg {
  width: 23px;
  height: 23px;
  fill: currentColor;
}

.footer-messenger-chat svg {
  width: 24px;
  height: 25px;
}

.footer-messenger img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.copyright {
  max-width: var(--max);
  margin: 48px auto 0 !important;
  padding-top: 32px;
  text-align: center;
  border-top: 1px solid var(--border);
  font-size: 12px !important;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 100;
  width: min(calc(100% - 32px), 420px);
  padding: 16px 20px;
  color: var(--foreground);
  background: var(--card);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  text-align: center;
  transform: translate(-50%, 24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.promo-banner {
  position: relative;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 20;
  min-height: 80px;
  margin-top: 100px;
  padding: 14px clamp(18px, 5vw, 84px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(34px, 6vw, 120px);
  color: #ffffff;
  background:
    radial-gradient(circle at 8% 35%, rgb(209 145 47 / 0.28) 0 1px, transparent 2px),
    radial-gradient(circle at 56% 32%, rgb(209 145 47 / 0.28) 0 1px, transparent 2px),
    linear-gradient(90deg, #111111, #171717 52%, #111111);
  box-shadow: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.promo-banner::before,
.promo-banner::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid var(--accent-warm);
  transform: rotate(45deg);
}

.promo-banner::before {
  left: 7.5%;
  top: 30px;
}

.promo-banner::after {
  left: 5.2%;
  top: 24px;
  width: 7px;
  height: 7px;
}

.promo-banner p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(24px, 2.05vw, 30px);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.promo-banner p strong,
.promo-banner p span {
  color: var(--accent);
}

.promo-banner a {
  flex: 0 0 auto;
  min-width: 284px;
  padding: 14px 28px;
  color: var(--accent-warm);
  background: transparent;
  border: 1px solid var(--accent-warm);
  border-radius: 999px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.promo-banner a:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgb(209 145 47 / 0.14);
}

.promo-close {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #ffffff;
  background: transparent;
  border: 0;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.promo-banner.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
}

.reveal {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.72s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-up {
  transform: translateY(32px);
}

.reveal-left {
  transform: translateX(-32px);
}

.reveal-right {
  transform: translateX(32px);
}

.reveal-scale {
  transform: scale(0.96);
}

.reveal-fade {
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }
.delay-4 { transition-delay: 0.32s; }

@media (max-width: 1180px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-panel {
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 clamp(24px, 6vw, 128px);
    background: var(--background);
    border-top: 1px solid transparent;
    transition: max-height 0.3s ease, padding-top 0.3s ease, padding-bottom 0.3s ease, border-color 0.3s ease;
  }

  .site-header.menu-open .mobile-panel {
    max-height: 460px;
    padding-top: 20px;
    padding-bottom: 28px;
    border-color: var(--border);
  }

  .mobile-panel a {
    padding: 14px 0;
    color: var(--foreground);
    font-weight: 500;
  }

  .mobile-panel .mobile-cta {
    margin-top: 10px;
    padding: 14px 20px;
    color: var(--accent);
  }
}

@media (max-width: 1020px) {
  .hero {
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  }

  .artist-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-copy {
    order: 1;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    width: min(100%, 680px);
    margin: 18px auto 0;
    padding: 0 58px 48px;
    order: 2;
  }

  .hero-copy h1,
  .hero-lead {
    max-width: none;
  }

  .hero-offers,
  .hero-proof {
    width: 100%;
  }

  .hero-create {
    min-width: 0;
  }

  .premium-hero-art {
    width: min(100%, 520px);
    height: auto;
    margin: 0 auto;
  }

  .lead-form {
    width: 100%;
  }

  .feature-grid,
  .pricing-grid,
  .steps-grid,
  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .styles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .header-inner {
    height: 72px;
  }

  .brand {
    height: 24px;
  }

  .brand img {
    max-width: 210px;
    height: 30px;
  }

  .hero {
    padding-top: 72px;
    padding-bottom: 58px;
    background: #ffffff;
  }

  body.has-promo .hero {
    padding-top: 72px;
  }

  .promo-banner {
    position: relative;
    top: auto;
    bottom: auto;
    margin-top: 92px;
    min-height: 170px;
    padding: 26px 44px 24px;
    flex-direction: column;
    gap: 18px;
    box-shadow: none;
  }

  .promo-banner::before,
  .promo-banner::after {
    display: none;
  }

  .promo-banner p {
    max-width: 620px;
    font-size: clamp(24px, 6.2vw, 30px);
  }

  .promo-banner a {
    min-width: 0;
    padding: 13px 30px;
    font-size: 16px;
  }

  .promo-close {
    top: 12px;
    right: 12px;
    transform: none;
  }

  .promo-banner.is-hidden {
    display: none;
    transform: none;
  }

  .hero-grid,
  .artist-grid {
    gap: 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "title"
      "visual"
      "offers"
      "action";
    align-items: start;
  }

  .hero-badge {
    margin-bottom: 22px;
    padding: 12px 16px;
    font-size: 12px;
  }

  .hero-badge svg {
    width: 24px;
    height: 24px;
  }

  .hero-copy h1 {
    position: relative;
    z-index: 4;
    grid-area: title;
    margin: 0 0 18px;
    font-size: clamp(60px, 14.8vw, 78px);
    letter-spacing: -0.04em;
  }

  .hero-copy {
    display: contents;
  }

  .hero-title-main,
  .hero-title-accent {
    white-space: nowrap;
  }

  .hero-title-accent {
    font-size: 0.78em;
    letter-spacing: -0.055em;
  }

  .mobile-title-break {
    display: block;
  }

  .hero-lead,
  .section-head p,
  .contact p {
    font-size: 16px;
  }

  .hero-offers {
    position: relative;
    z-index: 4;
    grid-area: offers;
    display: grid;
    grid-template-columns: 1fr;
    align-self: center;
    gap: 30px;
    margin: -8px 0 0;
    width: min(330px, 78vw);
  }

  .hero-offers li {
    grid-template-columns: 86px minmax(130px, 1fr);
    gap: 22px;
    min-height: 112px;
    padding: 0;
    border-left: 0;
    border-bottom: 1px solid rgb(209 145 47 / 0.42);
    font-size: clamp(22px, 5.6vw, 28px);
  }

  .hero-offers li:last-child {
    border-bottom: 0;
  }

  .hero-offers svg {
    width: 86px;
    height: 86px;
    padding: 21px;
  }

  .hero-offers strong {
    font-size: clamp(31px, 7.2vw, 38px);
  }

  .hero-offers li:first-child span {
    white-space: nowrap;
  }

  .hero-action {
    position: relative;
    z-index: 4;
    grid-area: action;
    width: min(100%, 520px);
    justify-self: center;
    margin-top: 18px;
  }

  .hero-create {
    width: 100%;
    min-height: 72px;
    margin-bottom: 0;
    font-size: clamp(21px, 5.2vw, 25px);
    white-space: nowrap;
  }

  .hero-create svg {
    width: 28px;
    height: 28px;
  }

  .hero-visual {
    position: relative;
    z-index: 1;
    grid-area: visual;
    padding: 0 0 28px;
    margin-top: -22px;
  }

  .premium-hero-art {
    width: min(112vw, 520px);
    margin-left: auto;
    margin-right: -84px;
    border-width: 0;
    border-radius: 0;
  }


  .hero-arrow {
    width: 38px;
    height: 38px;
  }

  .hero-dots {
    bottom: -2px;
    gap: 12px;
  }

  .hero-dots span {
    width: 10px;
    height: 10px;
  }

  .section-head {
    text-align: left;
  }

  .section-head h2,
  .contact h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .feature-grid,
  .pricing-grid,
  .steps-grid,
  .stats-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .examples-showcase {
    padding-top: 26px;
  }

  .examples-showcase h2 {
    font-size: clamp(20px, 5.2vw, 25px);
  }

  .examples-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 10px;
  }

  .example-tile {
    aspect-ratio: 0.78;
  }

  .styles-grid,
  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .price-card {
    padding: 20px;
  }

  .artist-copy li {
    padding-left: 42px;
  }

  .contact-inner,
  .contact .section-head {
    text-align: center;
  }
}

@media (max-width: 460px) {
  .section-pad {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-inner,
  .mobile-panel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-copy h1 {
    font-size: clamp(56px, 14.6vw, 66px);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-offers {
    gap: 30px;
    margin-top: -4px;
  }

  .hero-offers li {
    grid-template-columns: 74px minmax(126px, 1fr);
    gap: 16px;
    min-height: 104px;
    font-size: 22px;
  }

  .hero-offers svg {
    width: 74px;
    height: 74px;
    padding: 18px;
  }

  .hero-visual {
    padding: 0 0 42px;
    margin-top: -18px;
  }

  .premium-hero-art {
    width: min(112vw, 500px);
    margin-left: auto;
    margin-right: -82px;
  }


  .hero-action {
    margin-top: 2px;
  }

  .hero-note {
    font-size: 16px;
  }

  .footer-proof {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .footer-platforms {
    justify-content: flex-start;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .examples-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card,
  .step,
  .stat {
    text-align: left;
  }

  .feature-card .line-icon {
    margin-left: 0;
  }

  .step > span {
    font-size: 52px;
  }
}

@media (max-width: 1180px) {
  .site-header {
    background: #ffffff;
  }

  .header-inner {
    height: clamp(64px, 7.6vw, 82px);
    gap: clamp(12px, 1.8vw, 22px);
    padding-left: clamp(22px, 4.3vw, 48px);
    padding-right: clamp(22px, 4.3vw, 48px);
  }

  .brand {
    height: clamp(30px, 4vw, 34px);
  }

  .brand img {
    max-width: clamp(205px, 24vw, 232px);
    height: 100%;
  }

  .desktop-nav {
    gap: clamp(16px, 2.3vw, 30px);
  }

  .desktop-nav a {
    font-size: clamp(14px, 1.55vw, 17px);
    line-height: 1;
  }

  .phone-link {
    font-size: clamp(14px, 1.55vw, 17px);
    white-space: nowrap;
  }

  .menu-toggle {
    width: clamp(36px, 4.9vw, 44px);
    height: clamp(36px, 4.9vw, 44px);
    gap: clamp(4px, 0.7vw, 6px);
  }

  .menu-toggle span {
    width: clamp(22px, 3.4vw, 30px);
    height: clamp(3px, 0.42vw, 4px);
  }

  .promo-banner {
    margin-top: clamp(72px, 10.8vw, 98px);
    min-height: calc(86 / 863 * min(100vw, 863px));
    padding: calc(14 / 863 * min(100vw, 863px)) 7vw;
    gap: calc(78 / 863 * min(100vw, 863px));
    flex-direction: row;
  }

  .promo-banner p {
    font-size: calc(27 / 863 * min(100vw, 863px));
    white-space: nowrap;
  }

  .promo-banner a {
    min-width: 0;
    width: fit-content;
    padding: calc(13 / 863 * min(100vw, 863px)) calc(34 / 863 * min(100vw, 863px));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: calc(18 / 863 * min(100vw, 863px));
    text-align: center;
    white-space: nowrap;
  }

  .promo-close {
    top: clamp(16px, 3.1vw, 27px);
    right: clamp(22px, 4.2vw, 36px);
    font-size: clamp(32px, 5.2vw, 45px);
  }

  .hero {
    min-height: 0;
    padding: clamp(72px, 10.8vw, 98px) 0 0;
    display: block;
    overflow: visible;
    background: #ffffff;
  }

  body.has-promo .hero {
    padding-top: 0;
  }

  .hero-grid {
    position: relative;
    display: block;
    width: min(100%, 863px);
    max-width: 863px;
    aspect-ratio: 863 / 1545;
    margin: 0 auto;
    overflow: hidden;
    container-type: inline-size;
  }

  .hero-copy {
    display: contents;
    width: auto;
    padding: 0;
  }

  .hero-copy,
  .hero-visual {
    opacity: 1;
    transform: none;
  }

  .hero-copy h1 {
    position: absolute;
    z-index: 4;
    left: 6.8%;
    top: 5.1%;
    max-width: 62%;
    margin: 0;
    padding-bottom: 0.08em;
    font-size: calc(74 / 863 * 100cqw);
    line-height: 1.12;
    letter-spacing: -0.04em;
    overflow: visible;
  }

  .hero-title-main,
  .hero-title-accent {
    white-space: nowrap;
  }

  .hero-title-accent {
    font-size: 0.76em;
    letter-spacing: -0.05em;
  }

  .mobile-title-break {
    display: block;
  }

  .hero-visual {
    position: absolute;
    z-index: 1;
    left: 47.2%;
    top: 7.4%;
    width: 49%;
    margin: 0;
    padding: 0;
    display: block;
    pointer-events: none;
  }

  .premium-hero-art {
    width: 100%;
    margin: 0;
    overflow: visible;
  }

  .premium-hero-art .hero-person {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .hero-offers {
    position: absolute;
    z-index: 4;
    left: 7.2%;
    top: 28.5%;
    width: 35.6%;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(38 / 863 * 100cqw);
  }

  .hero-offers li {
    display: grid;
    grid-template-columns: calc(97 / 863 * 100cqw) minmax(0, 1fr);
    gap: calc(25 / 863 * 100cqw);
    min-height: calc(147 / 863 * 100cqw);
    padding: 0;
    align-items: center;
    border-left: 0;
    border-bottom: 1px solid rgb(209 145 47 / 0.5);
    font-size: calc(28 / 863 * 100cqw);
    line-height: 1.24;
  }

  .hero-offers li:last-child {
    border-bottom: 0;
  }

  .hero-offers svg {
    width: calc(97 / 863 * 100cqw);
    height: calc(97 / 863 * 100cqw);
    padding: calc(24 / 863 * 100cqw);
    border-radius: calc(19 / 863 * 100cqw);
  }

  .hero-offers strong {
    font-size: calc(39 / 863 * 100cqw);
  }

  .hero-offers li:first-child span {
    white-space: nowrap;
  }

  .hero-action {
    position: absolute;
    z-index: 4;
    left: 20.7%;
    top: 86.2%;
    width: 57.4%;
    margin: 0;
  }

  .hero-create {
    width: 100%;
    min-height: calc(89 / 863 * 100cqw);
    padding: 0 calc(22 / 863 * 100cqw);
    border-radius: calc(12 / 863 * 100cqw);
    font-size: calc(29 / 863 * 100cqw);
    white-space: nowrap;
  }

  .hero-note {
    margin: clamp(17px, 2.7vw, 23px) 0 0;
    font-size: clamp(18px, 2.85vw, 25px);
    line-height: 1.3;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .hero-grid {
    aspect-ratio: 863 / 1585;
  }

  .hero-visual {
    left: 48.2%;
    top: 8.2%;
    width: 47.5%;
  }

  .hero-offers {
    top: 28.8%;
  }

  .hero-action {
    top: 86.8%;
  }
}

@media (max-width: 760px) {
  .promo-banner {
    min-height: clamp(106px, 20.6vw, 178px);
    padding: clamp(18px, 3.2vw, 28px) 7vw clamp(16px, 2.8vw, 24px);
    gap: clamp(12px, 2.2vw, 20px);
    flex-direction: column;
  }

  .promo-banner p {
    font-size: clamp(25px, 3.95vw, 34px);
    white-space: normal;
  }

  .promo-banner a {
    padding: clamp(11px, 1.55vw, 14px) 24px;
    font-size: clamp(15px, 2.5vw, 22px);
  }
}

/* Hero refresh inspired by Provans: clean offer text + image-first mobile layout. */
.hero {
  min-height: max(720px, 100vh);
  padding-top: clamp(112px, 8.6vw, 138px);
  padding-bottom: clamp(42px, 5vw, 72px);
  align-items: center;
}

.hero-grid {
  max-width: 1540px;
  grid-template-columns: minmax(560px, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(38px, 4.4vw, 78px);
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.hero-copy h1 {
  margin-bottom: clamp(14px, 1.15vw, 22px);
  max-width: 100%;
  font-family: Arial, Helvetica, var(--font-body);
  font-size: clamp(56px, 4.95vw, 86px);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-title-accent {
  margin-top: clamp(10px, 0.8vw, 14px);
  color: var(--accent);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  word-spacing: 0.12em;
}

.hero-subtitle {
  margin: 0 0 clamp(20px, 2vw, 30px);
  color: #111111;
  font-size: clamp(21px, 1.9vw, 34px);
  line-height: 1.25;
}

.hero-offers {
  width: min(100%, 610px);
  margin: 0 0 clamp(22px, 2vw, 32px);
  display: grid;
  gap: clamp(16px, 1.55vw, 24px);
}

.hero-offers li,
.hero-offers li:first-child {
  grid-template-columns: clamp(56px, 4.4vw, 72px) minmax(0, 1fr);
  min-height: 0;
  padding: 0;
  border: 0;
  font-size: clamp(19px, 1.45vw, 28px);
  line-height: 1.2;
}

.hero-offers svg {
  width: clamp(52px, 4vw, 64px);
  height: clamp(52px, 4vw, 64px);
  padding: 0;
  color: var(--accent);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  stroke-width: 1.6;
}

.hero-offers strong {
  display: block;
  color: #111111;
  font-size: 1em;
  font-weight: 800;
}

.hero-offers small {
  display: block;
  margin-top: 8px;
  color: #111111;
  font-size: 0.76em;
  font-weight: 400;
}

.hero-action {
  width: min(100%, 600px);
}

.hero-create {
  gap: clamp(12px, 1vw, 18px);
  min-height: clamp(62px, 4.7vw, 78px);
  border-radius: 12px;
  font-size: clamp(18px, 1.45vw, 27px);
  text-transform: uppercase;
}

.hero-create svg {
  width: clamp(32px, 2.8vw, 44px);
  height: clamp(32px, 2.8vw, 44px);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 18px 0 0;
  color: #444444;
  font-size: clamp(17px, 1.35vw, 23px);
  text-align: left;
}

.hero-note svg {
  width: 30px;
  height: 30px;
  color: #333333;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.premium-hero-art {
  width: min(100%, 760px);
  margin-right: 0;
}

.hero-visual,
.hero-visual.reveal.is-visible {
  transform: translateX(clamp(-18px, -1.6vw, -8px));
}

@media (max-width: 1180px) {
  .hero {
    min-height: 680px;
    padding-top: clamp(94px, 11vw, 128px);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(390px, 1.04fr);
    gap: clamp(22px, 3vw, 34px);
  }

  .hero-copy h1 {
    font-size: clamp(42px, 4.45vw, 52px);
  }

  .hero-title-main,
  .hero-title-accent {
    white-space: normal;
  }

  .hero-subtitle {
    font-size: clamp(18px, 2vw, 23px);
    margin-bottom: 24px;
  }

  .hero-offers {
    gap: 20px;
    margin-bottom: 28px;
  }

  .hero-offers li,
  .hero-offers li:first-child {
    grid-template-columns: 56px minmax(0, 1fr);
    font-size: 17px;
  }

  .hero-offers svg {
    width: 50px;
    height: 50px;
  }

  .hero-create {
    min-height: 60px;
    font-size: 16px;
  }

  .premium-hero-art {
    width: min(100%, 500px);
  }

  .hero-visual,
  .hero-visual.reveal.is-visible {
    transform: translateX(clamp(30px, 4vw, 48px));
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 0;
    padding: clamp(92px, 21vw, 112px) 20px clamp(34px, 9vw, 52px);
    display: block;
    overflow: hidden;
  }

  .hero-grid {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "title"
      "visual"
      "offers"
      "action";
    gap: 0;
    aspect-ratio: auto;
    overflow: visible;
    container-type: normal;
  }

  .hero-copy {
    display: contents;
    width: auto;
  }

  .hero-copy h1 {
    grid-area: title;
    position: static;
    max-width: none;
    margin: 0 0 14px;
    font-size: clamp(42px, 13.4vw, 58px);
    line-height: 0.95;
    letter-spacing: 0;
  }

  .hero-title-main,
  .hero-title-accent {
    white-space: normal;
  }

  .hero-title-accent {
    margin-top: 6px;
  }

  .hero-subtitle {
    display: none;
  }

  .hero-visual {
    grid-area: visual;
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% + 42px);
    margin: 0 -22px 18px;
    padding: 0;
    pointer-events: none;
    transform: none;
  }

  .hero-visual.reveal.is-visible {
    transform: none;
  }

  .premium-hero-art {
    width: 100%;
    margin: 0 auto;
  }

  .premium-hero-art .hero-person {
    width: 100%;
  }

  .hero-offers {
    grid-area: offers;
    position: static;
    width: 100%;
    margin: 0 0 26px;
    display: grid;
    gap: 18px;
  }

  .hero-offers li,
  .hero-offers li:first-child {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 0 0 16px;
    border-bottom: 1px solid rgb(209 145 47 / 0.42);
    font-size: 18px;
  }

  .hero-offers li:last-child {
    border-bottom: 0;
  }

  .hero-offers svg {
    width: 52px;
    height: 52px;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    stroke-width: 1.45;
  }

  .hero-offers small {
    margin-top: 4px;
    font-size: 0.82em;
  }

  .hero-action {
    grid-area: action;
    position: static;
    width: 100%;
    margin: 0;
  }

  .hero-create {
    min-height: 58px;
    padding: 0 16px;
    font-size: 16px;
    white-space: normal;
  }

  .hero-create svg {
    width: 28px;
    height: 28px;
  }

  .hero-note {
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 15px;
    text-align: center;
  }

  .hero-note svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 12.8vw, 50px);
  }

  .hero-visual {
    width: calc(100% + 52px);
    margin-left: -28px;
    margin-right: -24px;
  }
}

@media (min-width: 761px) and (max-width: 1020px) {
  .hero {
    min-height: auto;
    padding: clamp(112px, 12vw, 126px) clamp(38px, 5vw, 58px) 58px;
    display: block;
    overflow: hidden;
  }

  .hero-grid {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(330px, 1.04fr);
    gap: 24px;
    align-items: center;
    aspect-ratio: auto;
    overflow: visible;
    container-type: normal;
  }

  .hero-copy {
    display: block;
    width: auto;
    min-width: 0;
    order: initial;
  }

  .hero-copy h1 {
    position: static;
    max-width: none;
    margin: 0 0 12px;
    font-size: clamp(34px, 4.6vw, 42px);
    line-height: 0.98;
    letter-spacing: 0;
  }

  .hero-title-main,
  .hero-title-accent {
    white-space: normal;
  }

  .hero-title-accent {
    margin-top: 5px;
  }

  .hero-subtitle {
    display: block;
    margin: 0 0 22px;
    font-size: clamp(16px, 2vw, 20px);
  }

  .hero-visual {
    position: relative;
    z-index: 1;
    inset: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    order: initial;
    transform: translateX(18px);
  }

  .hero-visual.reveal.is-visible {
    transform: translateX(18px);
  }

  .premium-hero-art {
    width: min(100%, 420px);
    margin: 0 auto;
  }

  .hero-offers {
    position: static;
    z-index: 1;
    width: 100%;
    margin: 0 0 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-offers li,
  .hero-offers li:first-child {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 0;
    border: 0;
    font-size: 15px;
  }

  .hero-offers svg {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  .hero-offers strong {
    font-size: 1em;
  }

  .hero-offers small {
    margin-top: 4px;
    font-size: 0.86em;
  }

  .hero-action {
    position: static;
    width: min(100%, 360px);
    margin: 0;
    justify-self: stretch;
  }

  .hero-create {
    min-height: 52px;
    padding: 0 16px;
    font-size: 14px;
    white-space: normal;
  }

  .hero-create svg {
    width: 24px;
    height: 24px;
  }

  .hero-note {
    justify-content: flex-start;
    margin-top: 10px;
    font-size: 14px;
  }

  .hero-note svg {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1021px) and (max-width: 1180px) {
  .hero {
    min-height: auto;
    padding: 112px clamp(44px, 5vw, 64px) 58px;
    display: block;
    overflow: hidden;
  }

  .hero-grid {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
    gap: 26px;
    align-items: center;
    aspect-ratio: auto;
    overflow: visible;
    container-type: normal;
  }

  .hero-copy {
    display: block;
    width: auto;
    min-width: 0;
  }

  .hero-copy h1 {
    position: static;
    max-width: none;
    margin: 0 0 14px;
    font-size: clamp(42px, 4.35vw, 50px);
    line-height: 0.98;
    letter-spacing: 0;
  }

  .hero-title-main,
  .hero-title-accent {
    white-space: normal;
  }

  .hero-subtitle {
    display: block;
    margin: 0 0 24px;
    font-size: clamp(18px, 1.9vw, 22px);
  }

  .hero-visual {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    transform: translateX(18px);
  }

  .hero-visual.reveal.is-visible {
    transform: translateX(18px);
  }

  .premium-hero-art {
    width: min(100%, 500px);
    margin: 0 auto;
  }

  .hero-offers {
    position: static;
    width: 100%;
    margin: 0 0 24px;
    display: grid;
    gap: 16px;
  }

  .hero-offers li,
  .hero-offers li:first-child {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
  }

  .hero-offers svg {
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  .hero-offers small {
    margin-top: 4px;
    font-size: 0.84em;
  }

  .hero-action {
    position: static;
    width: min(100%, 430px);
    margin: 0;
  }

  .hero-create {
    min-height: 54px;
    padding: 0 18px;
    font-size: 15px;
    white-space: normal;
  }

  .hero-create svg {
    width: 24px;
    height: 24px;
  }

  .hero-note {
    justify-content: flex-start;
    margin-top: 10px;
    font-size: 14px;
  }

  .hero-note svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1380px) {
  .trust-panel {
    padding-left: clamp(24px, 3vw, 42px);
    padding-right: clamp(24px, 3vw, 42px);
    gap: clamp(12px, 1.2vw, 20px);
  }

  .trust-item {
    flex-basis: clamp(130px, 14vw, 190px);
    padding-right: clamp(12px, 1.5vw, 22px);
  }

  .trust-total {
    flex-basis: clamp(210px, 20vw, 280px);
  }

  .trust-rating strong {
    font-size: clamp(26px, 2.1vw, 34px);
  }

  .trust-rating span {
    font-size: clamp(16px, 1.25vw, 21px);
  }

  .trust-item p,
  .trust-total p {
    font-size: clamp(19px, 1.55vw, 27px);
  }

  .trust-total strong {
    font-size: clamp(27px, 2.2vw, 36px);
  }
}

@media (min-width: 1021px) and (max-width: 1180px) {
  .trust-strip {
    margin-top: 0;
    padding-top: 28px;
  }

  .trust-heading {
    margin-bottom: 14px;
    font-size: 34px;
  }

  .trust-panel {
    padding: 22px 20px;
    gap: 10px;
  }

  .trust-item {
    gap: 8px;
    padding-right: 10px;
  }

  .trust-item img {
    width: 44px;
    height: 44px;
    border-radius: 0;
  }

  .trust-rating {
    gap: 6px;
  }

  .trust-rating strong {
    font-size: 23px;
  }

  .trust-rating span {
    font-size: 14px;
    letter-spacing: 0;
  }

  .trust-item p,
  .trust-total p {
    font-size: 16px;
  }

  .trust-heart {
    width: 52px;
    height: 52px;
  }

  .trust-total {
    gap: 10px;
  }

  .trust-total strong {
    font-size: 22px;
  }
}

@media (max-width: 1020px) {
  .trust-strip {
    margin-top: 0;
    padding: 24px 18px 46px;
  }

  .trust-heading {
    font-size: 32px;
  }

  .trust-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 22px 0;
    padding: 26px 28px;
  }

  .trust-item,
  .trust-total {
    min-height: 76px;
  }

  .trust-item {
    border-right: 0;
  }

  .trust-total {
    flex-basis: 100%;
  }

  .trust-item {
    flex: 1 1 50%;
    padding: 0 16px;
  }

  .trust-total {
    justify-content: center;
    padding: 22px 0 0;
    border-top: 1px solid rgb(0 0 0 / 0.12);
  }
}

@media (max-width: 620px) {
  .trust-strip {
    padding: 0 12px 34px;
  }

  .trust-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .trust-item,
  .trust-total {
    min-height: 0;
  }

  .trust-item {
    padding: 0;
    gap: 18px;
  }

  .trust-item img {
    width: 58px;
    height: 58px;
  }

  .trust-rating strong {
    font-size: 28px;
  }

  .trust-rating span {
    font-size: 17px;
  }

  .trust-item p,
  .trust-total p {
    font-size: 20px;
  }

  .trust-total {
    justify-content: flex-start;
    gap: 18px;
  }

  .trust-heart {
    width: 66px;
    height: 66px;
  }

  .trust-total strong {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Final /4 typography: align page text with the hero block. */
body,
button,
input,
.desktop-nav a,
.mobile-panel a,
.section-head p,
.contact p,
.faq-list p,
.footer p,
.footer a,
.footer span,
.style-tile a,
.agreement {
  font-family: Arial, Helvetica, var(--font-body);
  letter-spacing: 0;
}

.section-head h2,
.contact h2,
.style-tile h3,
.faq-list summary,
.footer h2,
.footer h3 {
  font-family: Arial, Helvetica, var(--font-body);
  color: #111111;
  font-weight: 900;
  letter-spacing: 0;
}

.section-head h2,
.contact h2 {
  font-size: clamp(42px, 4.35vw, 68px);
  line-height: 0.98;
  text-transform: uppercase;
}

.section-head h2 span,
.contact h2 span {
  color: var(--accent);
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}

.section-head p,
.contact p {
  color: #111111;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.28;
}

.style-tile h3 {
  margin-top: 16px;
}

.style-cta {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding: 13px 16px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(180deg, #cf000d 0%, #ab000b 100%);
  box-shadow: 0 12px 28px rgb(207 0 13 / 0.18);
  text-align: left;
  cursor: pointer;
}

.style-name {
  display: block;
  min-width: 0;
  padding-right: 14px;
  color: #ffffff;
  font-size: clamp(18px, 1.45vw, 26px);
  font-weight: 900;
  line-height: 1.05;
}

.style-price {
  display: inline-block;
  margin-left: 0;
  padding-right: 16px;
  color: #fff6df;
  font-size: clamp(15px, 1.05vw, 18px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.style-order-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(255 255 255 / 0.24);
  font-size: clamp(14px, 0.98vw, 17px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.style-order-label::after {
  content: "→";
  font-size: 1.05em;
  line-height: 1;
}

.style-tile a {
  color: var(--accent);
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.faq-list summary {
  font-size: clamp(18px, 1.45vw, 25px);
  line-height: 1.18;
}

.faq-list p {
  color: #333333;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.5;
}

.contact-form input,
.contact-form button {
  font-family: Arial, Helvetica, var(--font-body);
  font-weight: 800;
  letter-spacing: 0;
}

.footer h2 {
  font-size: clamp(30px, 2.7vw, 44px);
  line-height: 1;
}

.footer h3 {
  color: var(--accent);
  font-size: 18px;
  text-transform: uppercase;
}

.footer p,
.footer a {
  color: #222222;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.45;
}

@media (max-width: 760px) {
  .section-head h2,
  .contact h2 {
    font-size: clamp(36px, 10.8vw, 50px);
  }

  .section-head p,
  .contact p {
    font-size: clamp(16px, 4.5vw, 21px);
  }

  .style-tile h3 {
    font-size: clamp(17px, 5vw, 22px);
  }

  .style-cta {
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 48px;
    padding: 10px 11px;
    border-radius: 8px;
  }

  .style-price {
    padding-right: 10px;
    font-size: 11px;
    transform: scale(0.92);
    transform-origin: left center;
  }

  .style-order-label {
    justify-content: flex-end;
    padding-left: 10px;
    border-left: 1px solid rgb(255 255 255 / 0.24);
    border-top: 0;
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: right center;
  }

  .style-order-label::after {
    font-size: 0.95em;
  }

  .style-tile a {
    font-size: clamp(12px, 3.8vw, 15px);
  }
}

.contact.dark-band h2,
.contact.dark-band p {
  color: #ffffff;
}

.contact.dark-band h2 span {
  color: var(--accent);
}

.contact.dark-band .agreement {
  color: rgb(255 255 255 / 0.62) !important;
}

/* Keep the fourth trust metric in the same grid as ratings. */
.trust-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: clamp(14px, 1.5vw, 26px);
}

.trust-item,
.trust-total {
  min-height: 84px;
  padding: 0 clamp(10px, 1vw, 20px) 0 0;
  border-right: 1px solid rgb(0 0 0 / 0.14);
}

.trust-panel > :last-child {
  border-right: 0;
}

.trust-total {
  justify-content: flex-start;
  flex: initial;
  gap: clamp(12px, 1.2vw, 20px);
}

.trust-heart {
  width: clamp(52px, 4vw, 74px);
  height: clamp(52px, 4vw, 74px);
}

.trust-total strong {
  font-size: clamp(24px, 1.85vw, 34px);
}

@media (max-width: 1020px) {
  .trust-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
  }

  .trust-item,
  .trust-total {
    min-height: 82px;
    padding: 0 16px;
    border-right: 0;
    border-top: 0;
  }

  .trust-item:nth-child(odd),
  .trust-total:nth-child(odd) {
    border-right: 1px solid rgb(0 0 0 / 0.12);
  }

  .trust-total {
    flex-basis: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .trust-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 0;
  }

  .trust-item,
  .trust-total {
    align-items: center;
    gap: 12px;
    padding: 0 10px;
  }

  .trust-item img,
  .trust-heart {
    width: 50px;
    height: 50px;
  }

  .trust-rating {
    gap: 5px;
  }

  .trust-rating strong,
  .trust-total strong {
    font-size: 23px;
  }

  .trust-rating span {
    font-size: 13px;
    letter-spacing: 0;
  }

  .trust-item p,
  .trust-total p {
    font-size: 16px;
  }
}

/* Prevent the hero headline from crossing into the art on medium desktops. */
@media (min-width: 1181px) and (max-width: 1450px) {
  .hero-grid {
    grid-template-columns: minmax(500px, 0.9fr) minmax(520px, 1.1fr);
    gap: clamp(36px, 4.2vw, 62px);
  }

  .hero-copy h1 {
    font-size: clamp(52px, 4.25vw, 61px);
    line-height: 0.98;
  }

  .hero-subtitle {
    font-size: clamp(20px, 1.55vw, 24px);
  }

  .hero-visual {
    transform: translateX(24px);
  }

  .hero-visual.reveal.is-visible {
    transform: translateX(24px);
  }

  .premium-hero-art {
    width: min(100%, 690px);
  }
}

/* Trust block text layout requested for /4. */
.trust-rating {
  display: grid;
  gap: 2px;
  align-items: start;
}

.trust-rating span {
  display: block;
  line-height: 1;
}

.trust-total p {
  line-height: 1.08;
}

/* Fine tune trust card scale. */
.trust-item img,
.trust-heart {
  width: clamp(62px, 4.6vw, 86px);
  height: clamp(62px, 4.6vw, 86px);
}

.trust-rating strong {
  font-size: clamp(22px, 1.7vw, 31px);
}

.trust-total strong {
  font-size: clamp(22px, 1.7vw, 31px);
}

@media (max-width: 620px) {
  .trust-item img,
  .trust-heart {
    width: 58px;
    height: 58px;
  }

  .trust-rating strong,
  .trust-total strong {
    font-size: 21px;
  }
}

/* Symmetric 2-column trust grid on narrow screens. */
@media (max-width: 620px) {
  .trust-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0;
    row-gap: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .trust-item,
  .trust-total {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 14px;
    justify-content: initial;
    padding: 0 14px;
  }

  .trust-item:nth-child(odd),
  .trust-total:nth-child(odd) {
    border-right: 1px solid rgb(0 0 0 / 0.12);
  }

  .trust-item:nth-child(even),
  .trust-total:nth-child(even) {
    padding-left: 14px;
    padding-right: 0;
  }

  .trust-item:nth-child(odd),
  .trust-total:nth-child(odd) {
    padding-left: 0;
    padding-right: 14px;
  }
}

/* Equal vertical rhythm inside trust metric text. */
.trust-item > div,
.trust-total > div {
  display: grid;
  align-content: center;
  row-gap: 5px;
}

.trust-rating {
  row-gap: 5px;
}

.trust-rating strong,
.trust-rating span,
.trust-item p,
.trust-total strong,
.trust-total p {
  margin: 0;
}

.trust-item p,
.trust-total p {
  line-height: 1.08;
}

@media (max-width: 620px) {
  .trust-item > div,
  .trust-total > div {
    row-gap: 4px;
  }

  .trust-rating {
    row-gap: 4px;
  }
}

/* Swipe gallery for style cards. */
.style-gallery {
  position: relative;
  isolation: isolate;
  touch-action: pan-y;
}

.style-gallery-main {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
}

.style-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 46px;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: rgb(0 0 0 / 0.44);
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.style-gallery:hover .style-gallery-arrow,
.style-gallery:focus-within .style-gallery-arrow {
  opacity: 1;
}

.style-gallery-arrow:hover {
  background: rgb(207 0 13 / 0.88);
}

.style-gallery-prev {
  left: 0;
}

.style-gallery-next {
  right: 0;
}

.style-gallery-meta {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #ffffff;
  pointer-events: none;
}

.style-gallery-meta span[data-gallery-count] {
  padding: 5px 8px;
  background: rgb(0 0 0 / 0.52);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.style-gallery-dots {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.style-gallery-dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(255 255 255 / 0.55);
}

.style-gallery-dots span.is-active {
  width: 18px;
  border-radius: 999px;
  background: #ffffff;
}

body.lightbox-open {
  overflow: hidden;
}

body.contact-choice-open {
  overflow: hidden;
}

body.contact-choice-open .b24-widget-button-wrapper,
body.contact-choice-open .b24-widget-button-shadow,
body.contact-choice-open .b24-widget-button-block,
body.contact-choice-open [data-b24-crm-button-cont] {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.style-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 44px);
  background: rgb(0 0 0 / 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.style-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.style-lightbox-figure {
  display: grid;
  justify-items: center;
  gap: 14px;
  width: min(100%, 1180px);
  margin: 0;
}

.style-lightbox-figure img {
  max-width: min(100%, 1180px);
  max-height: calc(100vh - 138px);
  object-fit: contain;
  box-shadow: 0 24px 80px rgb(0 0 0 / 0.34);
}

.style-lightbox-figure figcaption {
  color: #ffffff;
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 800;
}

.style-lightbox-close,
.style-lightbox-arrow {
  position: absolute;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: rgb(255 255 255 / 0.14);
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.style-lightbox-close:hover,
.style-lightbox-arrow:hover {
  background: rgb(207 0 13 / 0.9);
}

.style-lightbox-close {
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  font-size: 38px;
  line-height: 1;
}

.style-lightbox-arrow {
  top: 50%;
  width: clamp(48px, 5vw, 68px);
  height: clamp(64px, 7vw, 92px);
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1;
  transform: translateY(-50%);
}

.style-lightbox-prev {
  left: clamp(10px, 2vw, 30px);
}

.style-lightbox-next {
  right: clamp(10px, 2vw, 30px);
}

.style-lightbox-arrow.is-hidden {
  display: none;
}

@media (max-width: 760px) {
  .style-gallery-arrow {
    width: 30px;
    height: 42px;
    opacity: 1;
    background: rgb(0 0 0 / 0.34);
  }

  .style-gallery-meta {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  .style-gallery-dots {
    display: none;
  }

  .style-lightbox {
    padding: 14px;
  }

  .style-lightbox-figure img {
    max-height: calc(100vh - 112px);
  }

  .style-lightbox-close {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
  }

  .style-lightbox-arrow {
    width: 44px;
    height: 60px;
    background: rgb(0 0 0 / 0.3);
  }
}

/* iPhone mini hero and Bitrix button fix. */
@media (max-width: 430px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero {
    min-height: auto;
    padding-bottom: 26px;
    overflow: hidden;
  }

  .hero-copy h1 {
    font-size: clamp(54px, 14.2vw, 62px);
    line-height: 1;
    letter-spacing: -0.035em;
  }

  .hero-title-main,
  .hero-title-accent {
    white-space: normal;
  }

  .hero-visual,
  .hero-visual.reveal.is-visible {
    width: 100%;
    max-width: 100%;
    justify-self: center;
    margin-top: -8px;
    padding-bottom: 16px;
    overflow: hidden;
    transform: none !important;
  }

  .premium-hero-art {
    width: min(100%, 390px) !important;
    max-width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: none !important;
  }

  .premium-hero-art .hero-person {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
  }

  .hero-offers {
    margin-top: 0;
  }
}

/* Normal section rhythm after removing middle blocks on /4. */
main > .section-space {
  padding-top: clamp(54px, 6vw, 88px);
  padding-bottom: clamp(54px, 6vw, 88px);
}

.section-head {
  margin-bottom: clamp(30px, 3.6vw, 48px);
}

#styles {
  padding-top: clamp(54px, 5.2vw, 76px);
  padding-bottom: clamp(42px, 4.5vw, 68px);
}

#faq {
  padding-top: clamp(42px, 4.5vw, 68px);
}

.faq-section .section-head {
  margin-bottom: clamp(28px, 3vw, 40px);
}

@media (max-width: 760px) {
  main > .section-space {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section-head {
    margin-bottom: 26px;
  }

  #styles {
    padding-top: 42px;
    padding-bottom: 30px;
  }

  #faq {
    padding-top: 34px;
  }

  .faq-section .section-head {
    margin-bottom: 22px;
  }
}

/* Smaller hero title for the new two-line heading. */
.hero-copy h1 {
  font-size: clamp(40px, 3.65vw, 58px);
  line-height: 1.03;
}

.hero-title-main,
.hero-title-accent {
  white-space: nowrap;
}

.hero-title-accent {
  font-size: 0.68em;
  letter-spacing: -0.035em;
}

@media (max-width: 1180px) {
  .hero-copy h1 {
    font-size: clamp(34px, 3.6vw, 46px);
  }
}

@media (max-width: 760px) {
  .hero-copy h1 {
    font-size: clamp(31px, 8.6vw, 39px);
    line-height: 1.05;
  }

  .hero-title-accent {
    font-size: 0.68em;
  }
}

@media (max-width: 430px) {
  .hero-copy h1 {
    font-size: clamp(28px, 7.8vw, 32px);
  }
}

/* Match section headings to the calmer hero title scale. */
.trust-heading,
.section-head h2,
.contact h2,
.footer h2 {
  font-family: Arial, Helvetica, var(--font-body);
  font-size: clamp(34px, 3.55vw, 54px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.section-head h2,
.contact h2 {
  text-transform: none;
}

.section-head p,
.contact p {
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.35;
}

@media (max-width: 760px) {
  .trust-heading,
  .section-head h2,
  .contact h2,
  .footer h2 {
    font-size: clamp(28px, 7.6vw, 36px);
    line-height: 1.08;
  }

  .section-head p,
  .contact p {
    font-size: clamp(15px, 4.1vw, 18px);
  }
}

@media (max-width: 430px) {
  .trust-heading,
  .section-head h2,
  .contact h2,
  .footer h2 {
    font-size: clamp(26px, 7vw, 31px);
  }
}

/* Messenger choice modal for the main CTA. */
.contact-choice-modal {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.contact-choice-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.contact-choice-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 0.56);
  backdrop-filter: blur(4px);
}

.contact-choice-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 1060px);
  max-height: min(calc(100dvh - 32px), 900px);
  overflow: auto;
  padding: clamp(24px, 3vw, 34px);
  color: #111111;
  background:
    radial-gradient(circle at top right, rgb(255 225 186 / 0.55), transparent 24%),
    radial-gradient(circle at top left, rgb(160 113 255 / 0.08), transparent 26%),
    linear-gradient(180deg, rgb(255 255 255 / 0.98) 0%, rgb(255 252 248 / 0.98) 100%);
  border: 1px solid rgb(255 255 255 / 0.78);
  border-radius: 12px;
  box-shadow: 0 28px 84px rgb(0 0 0 / 0.2);
  transform: translateY(10px) scale(0.98);
  transition: transform 0.2s ease;
}

.contact-choice-modal.is-open .contact-choice-dialog {
  transform: translateY(0) scale(1);
}

.contact-choice-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgb(0 0 0 / 0.08);
  border-radius: 50%;
  color: #353535;
  background: rgb(255 255 255 / 0.72);
  box-shadow: 0 8px 24px rgb(0 0 0 / 0.06);
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.contact-choice-hero {
  display: block;
  margin-bottom: 18px;
}

.contact-choice-copy {
  min-width: 0;
}

.contact-choice-dialog h2 {
  max-width: 560px;
  margin: 0 0 14px;
  padding-right: 76px;
  font-family: Arial, Helvetica, var(--font-body);
  font-size: clamp(34px, 4.1vw, 56px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.contact-choice-lead {
  max-width: 620px;
  margin: 0 0 14px;
  color: #6a6a74;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.46;
}

.contact-choice-lead strong {
  color: #7d48ff;
  font-weight: 900;
}

.contact-choice-art {
  position: relative;
  width: min(100%, 232px);
  height: 150px;
  justify-self: end;
}

.contact-choice-bubble {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 28px;
  box-shadow: 0 14px 28px rgb(132 83 255 / 0.2);
}

.contact-choice-bubble span {
  display: block;
  width: 16px;
  height: 16px;
  background: rgb(255 255 255 / 0.98);
  border-radius: 50%;
}

.contact-choice-bubble-main {
  top: 12px;
  left: 8px;
  width: 138px;
  height: 98px;
  background: linear-gradient(180deg, #c38fff 0%, #8a50ff 100%);
}

.contact-choice-bubble-main::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: -12px;
  width: 22px;
  height: 24px;
  background: #8a50ff;
  border-radius: 0 0 16px 16px;
  transform: skewX(-18deg);
}

.contact-choice-bubble-second {
  right: 0;
  bottom: 10px;
  width: 102px;
  height: 76px;
  background: linear-gradient(180deg, #fffaf4 0%, #f0e5d9 100%);
  box-shadow: 0 14px 28px rgb(173 144 112 / 0.2);
}

.contact-choice-bubble-second::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -10px;
  width: 20px;
  height: 22px;
  background: #f0e5d9;
  border-radius: 0 0 14px 14px;
  transform: skewX(-16deg);
}

.contact-choice-bubble-second span {
  width: 12px;
  height: 12px;
  background: #c9b9aa;
  box-shadow: inset 0 0 0 1px rgb(122 104 90 / 0.2);
}

.contact-choice-spark {
  position: absolute;
  display: block;
  width: 30px;
  height: 8px;
  background: linear-gradient(90deg, rgb(255 249 243 / 0.98), rgb(232 221 209 / 0.88));
  border-radius: 999px;
  box-shadow: 0 6px 16px rgb(255 229 203 / 0.4);
}

.contact-choice-spark-one {
  left: -14px;
  top: 66px;
  transform: rotate(16deg);
}

.contact-choice-spark-two {
  left: -8px;
  top: 90px;
  transform: rotate(-20deg);
}

.contact-choice-spark-three {
  left: -2px;
  top: 114px;
  transform: rotate(24deg);
}

.contact-choice-panel {
  padding: 0;
}

.contact-choice-actions {
  display: grid;
  gap: 14px;
}

.contact-choice-option {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 104px;
  padding: 18px 24px;
  border: 1px solid rgb(25 20 45 / 0.08);
  border-radius: 12px;
  color: #111111;
  background: rgb(255 255 255 / 0.96);
  text-align: left;
  text-decoration: none;
  box-shadow: 0 10px 26px rgb(76 78 84 / 0.08);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-choice-option:hover {
  border-color: rgb(125 72 255 / 0.18);
  box-shadow: 0 18px 42px rgb(125 72 255 / 0.12);
  transform: translateY(-2px);
}

.contact-choice-chat {
  font: inherit;
  background: rgb(255 255 255 / 0.98);
  border-color: rgb(125 72 255 / 0.12);
}

.contact-choice-icon {
  display: inline-grid;
  place-items: center;
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  color: #7d48ff;
  background: #ffffff;
  border: 1px solid rgb(116 95 188 / 0.08);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgb(56 42 105 / 0.08);
}

.contact-choice-chat .contact-choice-icon {
  color: #ffffff;
  background: linear-gradient(135deg, #8e5cff, #632bff);
  border-color: transparent;
  box-shadow: 0 14px 28px rgb(125 72 255 / 0.2);
}

.contact-choice-icon svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.contact-choice-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.contact-choice-telegram-icon svg {
  width: 58px;
  height: 58px;
}

.contact-choice-meta {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
}

.contact-choice-option strong {
  display: block;
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 900;
  line-height: 1.1;
}

.contact-choice-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.contact-choice-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-choice-benefit-icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  color: #7d48ff;
  background: linear-gradient(180deg, rgb(247 242 255 / 0.98), rgb(241 234 255 / 0.98));
  border-radius: 50%;
  box-shadow: 0 10px 22px rgb(125 72 255 / 0.1);
}

.contact-choice-benefit-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.contact-choice-benefit strong {
  display: block;
  margin-bottom: 4px;
  color: #3f2678;
  font-size: clamp(16px, 1.15vw, 20px);
  font-weight: 900;
  line-height: 1.1;
}

.contact-choice-benefit small {
  display: block;
  color: #6e6c82;
  font-size: clamp(13px, 0.95vw, 17px);
  line-height: 1.2;
}

@media (max-height: 860px) and (min-width: 431px) {
  .contact-choice-modal {
    padding: 10px;
  }

  .contact-choice-dialog {
    width: min(100%, 960px);
    max-height: calc(100dvh - 20px);
    padding: 20px 22px 18px;
  }

  .contact-choice-hero {
    display: block;
    margin-bottom: 14px;
  }

  .contact-choice-dialog h2 {
    font-size: clamp(30px, 3.2vw, 46px);
    padding-right: 72px;
  }

  .contact-choice-lead {
    font-size: clamp(16px, 1.3vw, 20px);
  }

  .contact-choice-art {
    width: 204px;
    height: 126px;
  }

  .contact-choice-option {
    min-height: 92px;
    padding: 14px 20px;
  }

  .contact-choice-icon {
    width: 74px;
    height: 74px;
  }

  .contact-choice-icon img,
  .contact-choice-telegram-icon svg {
    width: 52px;
    height: 52px;
  }

  .contact-choice-benefits {
    margin-top: 18px;
  }
}

@media (max-width: 430px) {
  .contact-choice-modal {
    padding: 6px;
  }

  .contact-choice-dialog {
    max-height: calc(100dvh - 12px);
    padding: 18px 12px 14px;
    border-radius: 24px;
  }

  .contact-choice-hero {
    display: block;
    margin-bottom: 16px;
  }

  .contact-choice-art {
    width: 164px;
    height: 124px;
    justify-self: center;
  }

  .contact-choice-bubble-main {
    left: 8px;
    width: 104px;
    height: 76px;
  }

  .contact-choice-bubble-main span {
    width: 12px;
    height: 12px;
  }

  .contact-choice-bubble-second {
    right: 4px;
    bottom: 4px;
    width: 78px;
    height: 60px;
  }

  .contact-choice-dialog h2 {
    max-width: none;
    padding-right: 72px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 0.98;
  }

  .contact-choice-lead {
    font-size: 14px;
  }

  .contact-choice-option {
    min-height: 84px;
    padding: 12px;
    border-radius: 20px;
    gap: 12px;
  }

  .contact-choice-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }

  .contact-choice-icon svg {
    width: 28px;
    height: 28px;
  }

  .contact-choice-icon img,
  .contact-choice-telegram-icon svg {
    width: 48px;
    height: 48px;
  }

  .contact-choice-option strong {
    font-size: 17px;
  }

  .contact-choice-benefits {
    display: none;
  }
}

/* Polished price placement and messenger choice cards. */
.size-pricing-copy,
.style-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.size-pricing-copy p,
.style-info h3 {
  min-width: 0;
  flex: 1 1 auto;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.price-pair {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: baseline;
  gap: 8px;
  max-width: 100%;
  margin: 0;
  text-align: right;
  line-height: 1;
  white-space: nowrap;
}

.price-current {
  color: var(--accent);
  font-family: Arial, Helvetica, var(--font-body);
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 900;
  letter-spacing: 0;
}

.price-old {
  position: relative;
  color: #9b9b9b;
  font-family: Arial, Helvetica, var(--font-body);
  font-size: clamp(12px, 0.94vw, 15px);
  font-weight: 800;
  letter-spacing: 0;
}

.price-old::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: 52%;
  height: 1.5px;
  background: currentColor;
  transform: rotate(-7deg);
}

.size-pricing-button,
.style-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  width: auto;
  min-width: 128px;
  min-height: 40px;
  padding: 0 18px;
  border: 3px solid #e50010;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgb(229 0 16 / 0.08);
  color: #e50010;
  font-family: Arial, Helvetica, var(--font-body);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.size-pricing-button:hover,
.style-cta:hover {
  background: #fff5f6;
  box-shadow: 0 10px 20px rgb(229 0 16 / 0.12);
  color: #e50010;
  transform: translateY(-1px);
}

.style-tile h3 {
  margin: 0;
}

.style-info {
  margin: 14px 0 10px;
}

.contact-choice-dialog {
  width: min(100%, 560px);
  padding: clamp(18px, 3vw, 28px);
  background: #ffffff;
  border-radius: 20px;
}

.contact-choice-dialog h2 {
  max-width: none;
  margin: 0 44px 10px 0;
  padding-right: 0;
  font-size: clamp(26px, 4.6vw, 34px);
  line-height: 1.05;
  letter-spacing: 0;
}

.contact-choice-hero {
  margin-bottom: 14px;
}

.contact-choice-actions {
  gap: 10px;
}

.contact-choice-option {
  min-height: 72px;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid rgb(0 0 0 / 0.08);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgb(25 20 45 / 0.08);
}

.contact-choice-icon {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 10px 22px rgb(25 20 45 / 0.1);
}

.contact-choice-chat .contact-choice-icon {
  color: #ffffff;
  background: linear-gradient(135deg, #8e5cff 0%, #632bff 100%);
  box-shadow: 0 12px 24px rgb(125 72 255 / 0.2);
}

.contact-choice-max-icon,
.contact-choice-vk-icon {
  background: #ffffff;
}

.contact-choice-telegram-icon {
  color: #ffffff;
  background: linear-gradient(135deg, #2aabee, #168acd);
}

.contact-choice-icon svg {
  width: 28px;
  height: 28px;
}

.contact-choice-icon img,
.contact-choice-telegram-icon svg {
  width: 48px;
  height: 48px;
}

.contact-choice-option strong {
  font-size: clamp(16px, 2.4vw, 20px);
  line-height: 1.15;
}

.contact-choice-arrow {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  margin-left: auto;
  color: #7d48ff;
  background: #f7f1ff;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 760px) {
  .size-pricing-copy,
  .style-info {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 10px;
  }

  .size-pricing-copy p,
  .style-info h3 {
    width: auto;
    flex: 0 1 auto;
  }

  .price-pair {
    flex: 0 0 auto;
    text-align: left;
  }

  .price-current {
    font-size: 16px;
  }

  .price-old {
    font-size: 11px;
  }

  .size-pricing-button,
  .style-cta {
    min-width: 0;
    min-height: 36px;
    padding: 0 13px;
    font-size: 11px;
  }

  .inline-cta-button {
    min-height: 44px;
    padding: 11px 18px;
    font-size: 14px;
  }
}

@media (max-width: 430px) {
  .price-pair {
    gap: 6px;
  }

  .price-current {
    font-size: 15px;
  }

  .price-old {
    font-size: 10px;
  }

  .contact-choice-dialog {
    padding: 18px 12px 14px;
    border-radius: 18px;
  }

  .contact-choice-dialog h2 {
    margin-right: 42px;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.06;
  }

  .contact-choice-option {
    min-height: 66px;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
  }

  .contact-choice-icon {
    width: 46px;
    height: 46px;
  }

  .contact-choice-icon img,
  .contact-choice-telegram-icon svg {
    width: 46px;
    height: 46px;
  }

  .contact-choice-option strong {
    font-size: 16px;
  }

  .contact-choice-arrow {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}

/* Keep the stacked mobile hero from overpowering the first screen. */
@media (max-width: 760px) {
  .hero-visual,
  .hero-visual.reveal.is-visible {
    width: min(92%, 360px);
    margin: -2px auto 16px;
    transform: none;
  }

  .premium-hero-art {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hero-visual,
  .hero-visual.reveal.is-visible {
    width: min(88%, 320px);
    margin-left: auto;
    margin-right: auto;
  }
}

/* Final card rhythm tuning. */
.size-pricing-card {
  gap: 10px;
}

#styles,
#faq {
  padding-top: clamp(28px, 3.2vw, 48px);
}

#styles {
  padding-bottom: clamp(34px, 4vw, 58px);
}

.inline-cta {
  padding-bottom: clamp(28px, 3.2vw, 48px);
}

@media (max-width: 760px) {
  .size-pricing-card {
    gap: 8px;
  }

  #styles,
  #faq {
    padding-top: 26px;
  }

  .inline-cta {
    padding-bottom: 26px;
  }

  .styles-grid {
    row-gap: 34px;
  }
}

/* Unify quiet catalogue cards and tighten footer rhythm. */
.size-pricing-card {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.size-pricing-frame,
.image-box,
.style-gallery,
.style-gallery-main {
  border-radius: 8px;
}

.style-gallery-main img,
.image-box img {
  border-radius: inherit;
}

.footer h3 {
  color: #111111;
}

.footer-grid {
  align-items: start;
  gap: clamp(24px, 3vw, 42px);
}

.footer h2,
.footer h3 {
  margin-bottom: 10px;
}

.footer p {
  max-width: 520px;
  line-height: 1.28;
}

.footer-contact-links {
  gap: 4px;
  margin-bottom: 10px;
}

.footer-contact-link {
  color: #111111 !important;
  line-height: 1.18 !important;
}

.footer-contact-link svg {
  color: #111111;
  transform: translateY(1px);
}

.footer-vk-widget {
  margin-top: 0;
}

@media (max-width: 760px) {
  .footer-grid {
    gap: 24px;
  }

  .footer p {
    line-height: 1.25;
  }
}

/* Workflow section. */
.workflow {
  padding-top: clamp(32px, 3.5vw, 54px);
  padding-bottom: clamp(40px, 4.5vw, 70px);
  background: #ffffff;
}

.workflow-inner {
  max-width: 1220px;
  margin: 0 auto;
}

.workflow h2 {
  margin: 0 0 clamp(28px, 3.4vw, 44px);
  color: #000000;
  font-family: Arial, Helvetica, var(--font-body);
  font-size: clamp(28px, 2.8vw, 40px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.workflow h2 span {
  color: #e50010;
}

.workflow-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  padding-left: 0;
}

.workflow-list::before {
  content: none;
}

.workflow-list::after {
  content: none;
}

.workflow-step {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: clamp(150px, 13.5vw, 186px) minmax(0, 1fr);
  gap: clamp(16px, 1.8vw, 24px);
  align-items: center;
  min-height: clamp(196px, 17vw, 248px);
  padding: clamp(18px, 2vw, 26px);
  margin-left: 74px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(229, 0, 16, 0.08);
}

.workflow-step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  z-index: 2;
  width: 16px;
  height: 16px;
  background: #e50010;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 7px #ffffff;
}

.workflow-step::after {
  content: "";
  position: absolute;
  top: calc(-1 * clamp(18px, 2vw, 28px));
  bottom: calc(-1 * clamp(18px, 2vw, 28px));
  left: -34px;
  z-index: 1;
  width: 2px;
  background: #e50010;
  transform: translateX(-50%);
}

.workflow-media {
  display: grid;
  place-items: center;
  width: clamp(150px, 13.5vw, 186px);
  height: clamp(150px, 13.5vw, 186px);
  overflow: hidden;
  background: linear-gradient(135deg, #fff7f0 0%, #ffffff 100%);
  border: 2px solid #e50010;
  border-radius: 50%;
}

.workflow-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workflow-media span {
  max-width: 82%;
  color: #e50010;
  font-family: Arial, Helvetica, var(--font-body);
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.workflow-number {
  position: absolute;
  top: 50%;
  left: -92px;
  z-index: 3;
  width: 48px;
  color: #e50010;
  font-family: Arial, Helvetica, var(--font-body);
  font-size: clamp(30px, 2.8vw, 40px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  text-align: right;
  transform: translateY(-50%);
}

.workflow-copy h3 {
  margin: 0 0 clamp(8px, 1vw, 13px);
  color: #101b3b;
  font-family: Arial, Helvetica, var(--font-body);
  font-size: clamp(23px, 2.2vw, 34px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.workflow-copy p {
  margin: 0;
  color: #101b3b;
  font-family: Arial, Helvetica, var(--font-body);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.45;
}

.workflow-step:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.workflow-step:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.workflow-step:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.workflow-step:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}

.workflow-step:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.workflow-step:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}

.workflow-step:nth-child(1)::after,
.workflow-step:nth-child(4)::after {
  top: 50%;
}

.workflow-step:nth-child(3)::after,
.workflow-step:nth-child(6)::after {
  bottom: 50%;
}

@media (max-width: 980px) {
  .workflow-list {
    grid-template-columns: 1fr;
    padding-left: clamp(42px, 5vw, 72px);
  }

  .workflow-list::before {
    content: none;
  }

  .workflow-list::after {
    content: none;
  }

  .workflow-step {
    grid-template-columns: clamp(142px, 20vw, 178px) minmax(0, 1fr);
    min-height: clamp(180px, 22vw, 218px);
    margin-left: 0;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .workflow-step::before {
    content: "";
    position: absolute;
    top: 50%;
    left: clamp(-48px, -3.5vw, -28px);
    width: 18px;
    height: 18px;
    background: #e50010;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 8px #ffffff;
  }

  .workflow-number {
    left: clamp(-48px, -3.5vw, -28px);
    width: 48px;
    font-size: clamp(30px, 4.6vw, 38px);
    text-align: center;
    background: #ffffff;
    transform: translate(-50%, -46px);
  }

  .workflow-step::after {
    content: "";
    position: absolute;
    top: calc(50% + 22px);
    bottom: calc(-50% - clamp(18px, 2vw, 28px) + 48px);
    left: clamp(-48px, -3.5vw, -28px);
    z-index: 1;
    width: 2px;
    background: #e50010;
    transform: translateX(-50%);
  }

  .workflow-step:last-child::after {
    content: none;
  }

  .workflow-step:nth-child(1)::after,
  .workflow-step:nth-child(4)::after {
    top: calc(50% + 22px);
  }

  .workflow-step:nth-child(3)::after {
    bottom: calc(-50% - clamp(18px, 2vw, 28px) + 48px);
  }

  .workflow-media {
    width: clamp(142px, 20vw, 178px);
    height: clamp(142px, 20vw, 178px);
  }

  .workflow-step:nth-child(6) {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .workflow {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .workflow-inner {
    max-width: 560px;
  }

  .workflow h2 {
    margin-bottom: 24px;
    font-size: clamp(22px, 5.2vw, 30px);
    line-height: 1.05;
    text-align: left;
  }

  .workflow-list {
    gap: 16px;
    padding-left: 46px;
  }

  .workflow-list::before {
    top: 62px;
    bottom: 62px;
    left: 10px;
  }

  .workflow-step {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 14px;
  }

  .workflow-step::before {
    left: -20px;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0 6px #ffffff;
  }

  .workflow-step::after {
    top: calc(50% + 19px);
    bottom: calc(-50% - 16px + 42px);
    left: -20px;
  }

  .workflow-media {
    width: 104px;
    height: 104px;
  }

  .workflow-media span {
    font-size: 12px;
  }

  .workflow-number {
    top: 50%;
    left: -20px;
    width: 34px;
    margin-top: 0;
    font-size: 22px;
    transform: translate(-50%, -38px);
  }

  .workflow-copy h3 {
    margin: 0 0 4px;
    font-size: clamp(21px, 5.4vw, 28px);
  }

  .workflow-copy p {
    font-size: clamp(14px, 3.6vw, 17px);
    line-height: 1.38;
  }
}

@media (max-width: 430px) {
  .workflow h2 {
    font-size: 20px;
    text-align: center;
  }

  .workflow-step {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .workflow-media {
    width: 94px;
    height: 94px;
  }

  .workflow-number {
    font-size: 20px;
    transform: translate(-50%, -36px);
  }

  .workflow-copy h3 {
    font-size: 20px;
  }

  .workflow-copy p {
    font-size: 13px;
  }
}
