:root { --purple: #7c35ff; --purple-deep: #31007d; --purple-ink: #190044; --purple-light: #f0dcff; --pink: #ff4fa3; --pink-deep: #8f004e; --pink-ink: #3f0027; --pink-light: #ffe1f2; --yellow: #ffd93d; --yellow-deep: #884600; --yellow-ink: #3d1d00; --lime: #41e075; --lime-deep: #0f642e; --lime-ink: #003819; --blue: #24b8ff; --blue-deep: #00549f; --blue-ink: #002f6f; --orange: #ff8a34; --orange-deep: #873000; --orange-ink: #421600; --red: #ff3b30; --red-deep: #9e130d; --red-ink: #4a0502; --red-light: #ffe2df; --cream: #fff4cf; --border: #31007d; --radius: 30px; }
  
	* { box-sizing: border-box; }
	html { scroll-behavior: smooth; }
	body { margin: 0; background: var(--purple); color: var(--purple-ink); font-family: "Jost", sans-serif; }
	.speckles { background-image: radial-gradient(circle at 15% 10%, rgba(255,255,255,.3) 0 2px, transparent 3px), radial-gradient(circle at 70% 25%, rgba(255,255,255,.3) 0 3px, transparent 4px), radial-gradient(circle at 35% 78%, rgba(255,255,255,.3) 0 2px, transparent 3px); background-size: 70px 70px, 110px 110px, 90px 90px; }
	a { color: inherit; }
	img { display: block; max-width: 100%; }
	button, input, textarea, select { font: inherit; }
  
	.page { overflow: hidden; background: var(--purple); }
	.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
	.section { position: relative; padding: 88px 0; border-bottom: 3px solid var(--border); }
  
	.kicker { display: inline-flex; width: max-content; max-width: 100%; align-items: center; margin: 0 0 16px; padding: 9px 13px; border: 2px solid currentColor; border-radius: 999px; background: var(--yellow); color: var(--purple-ink); font-size: 12px; line-height: 1; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
	.h1 { margin: 0; font-size: clamp(46px, 7.2vw, 96px); line-height: .84; letter-spacing: -.075em; font-weight: 900; }
	.h2 { margin: 0; font-size: clamp(42px, 5.5vw, 82px); line-height: .86; letter-spacing: -.07em; font-weight: 900; }
	.lead { max-width: 820px; margin: 20px 0 0; font-size: clamp(20px, 2.1vw, 24px); line-height: 1.17; font-weight: 750; }
	.copy p { max-width: 760px; margin: 16px 0 0; font-size: 20px; line-height: 1.3; font-weight: 650; }
  
	.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
	.btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 15px 23px; border: 3px solid currentColor; border-radius: 999px; background: var(--yellow); color: var(--purple-ink); box-shadow: 5px 5px 0 var(--purple-deep); font-size: 14px; line-height: 1; font-weight: 900; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; transition: transform .16s ease, box-shadow .16s ease; }
	.btn:hover { transform: translateY(-3px); box-shadow: 7px 7px 0 var(--purple-deep); }
	.btn.pink { background: var(--pink); color: var(--pink-ink); box-shadow: 5px 5px 0 var(--pink-deep); }
	.btn.lime { background: var(--lime); color: var(--lime-ink); box-shadow: 5px 5px 0 var(--lime-deep); }
	.btn.purple { background: var(--purple); color: var(--purple-light); box-shadow: 5px 5px 0 var(--purple-deep); }
	.btn.blue { background: var(--blue); color: var(--blue-ink); box-shadow: 5px 5px 0 var(--blue-deep); }
  
	/* HEADER */
	.header { position: relative; top: 0; z-index: 50; background-color: var(--purple); }
	.header__inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 11px 0; }
  
	.header__logo { display: inline-flex; align-items: center; gap: 11px; color: var(--purple-light); font-size: 20px; line-height: 1; font-weight: 900; letter-spacing: -.05em; text-decoration: none; white-space: nowrap; }
	.header__logo-icon { display: grid; width: 47px; height: 47px; flex: 0 0 auto; place-items: center; transform: rotate(-7deg); }
	.header__logo-icon img { width: 100%; height: 100%; max-width: none; object-fit: contain; }
	.header__logo-text { text-shadow: 3px 3px 0 var(--purple-deep); }
  
	.header__nav { display: flex; align-items: center; justify-content: center; gap: 8px; }
	.header__nav a { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; padding: 10px 13px; border-radius: 11px; background: var(--yellow); color: var(--purple-ink); box-shadow: 3px 3px 0 var(--purple-deep); font-size: 10px; line-height: 1; font-weight: 900; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; transform: rotate(-.5deg); transition: transform .15s ease, box-shadow .15s ease; }
	.header__nav a:nth-child(2) { background: var(--pink); color: var(--pink-ink); transform: rotate(.6deg); }
	.header__nav a:nth-child(3) { background: var(--blue); color: var(--blue-ink); transform: rotate(-.4deg); }
	.header__nav a:nth-child(4) { background: var(--orange); color: var(--orange-ink); transform: rotate(.7deg); }
	.header__nav a:nth-child(6) { background: var(--purple-light); color: var(--purple-ink); transform: rotate(-.5deg); }
	.header__nav a:nth-child(5) { background: var(--red); color: var(--red-ink); transform: rotate(-.5deg); }
	.header__nav a:hover { z-index: 2; box-shadow: 5px 5px 0 var(--purple-deep); transform: translateY(-3px) rotate(0); }
  
	.header__cta { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 17px; background: var(--lime); color: var(--lime-ink); box-shadow: 4px 4px 0 var(--lime-deep); font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; transform: rotate(1deg); transition: transform .15s ease, box-shadow .15s ease; }
	.header__cta:hover { box-shadow: 6px 6px 0 var(--lime-deep); transform: translateY(-2px) rotate(0); }
  
	.header__toggle { position: absolute; opacity: 0; pointer-events: none; }
	.header__burger { display: none; }
  
	@media (max-width: 920px) {
	  .kicker {font-size: 11px;}
	  .section { padding: 72px 0; }
	}
  
   @media (max-width: 960px) {
	 .header__inner { grid-template-columns: 1fr auto auto; gap: 10px; }
	 .header__burger { display: flex; width: 50px; height: 50px; flex: 0 0 auto; align-items: center; justify-content: center; border-radius: 15px; background: var(--lime); color: var(--lime-ink); box-shadow: 4px 4px 0 var(--lime-deep); font-size: 0; line-height: 0; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; }
	 .header__burger:before { content: ""; width: 26px; height: 20px; background: linear-gradient(currentColor 0 0) top / 100% 4px no-repeat, linear-gradient(currentColor 0 0) center / 100% 4px no-repeat, linear-gradient(currentColor 0 0) bottom / 100% 4px no-repeat; }
	 .header__burger:hover { box-shadow: 6px 6px 0 var(--lime-deep); transform: translateY(-2px); }
	 .header__nav { position: absolute; top: 100%; right: 14px; left: 14px; display: none; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 9px; padding: 16px; border-radius: 0 0 23px 23px; background: var(--purple); box-shadow: 0 10px 0 var(--purple-deep); }
	 .header__nav a { min-height: 49px; font-size: 12px; transform: none !important; }
	 .header__nav a:last-child { grid-column: 1 / -1; }
	 .header__toggle:checked ~ .header__nav { display: grid; }
   }
   
   @media (max-width: 640px) {
	 .container { width: min(100% - 28px, 1180px); }
	 .h1 { font-size: clamp(45px, 14vw, 68px); }
	 .h2 { font-size: clamp(40px, 12vw, 62px); }
	 .actions { flex-direction: column; }
	 .actions .btn { width: 100%; }
   
	 .header__inner { min-height: 72px; grid-template-columns: 1fr auto; gap: 10px; padding: 9px 0; }
	 .header__logo { gap: 8px; font-size: 26px; }
	 .header__logo-icon { width: 60px; height: 60px; padding: 4px; }
	 .header__cta { display: none; min-height: 40px; padding: 5px; border-radius: 14px; font-size: 10px; text-align: center; }
	 .header__burger { width: 48px; height: 48px; border-radius: 14px; }
	 .header__burger:before { width: 25px; height: 19px; }
   }
   
   @media (max-width: 430px) {
	 
	 .header__cta { padding-right: 9px; padding-left: 9px; }
	 .header__nav { grid-template-columns: 1fr; }
	 .header__nav a:last-child { grid-column: auto; }
   }
  
	@media (prefers-reduced-motion: reduce) {
	  html { scroll-behavior: auto; }
	  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	}
	
	.footer { padding: 82px 0 28px; background-color: #090909; color: var(--purple-light); }
	  .footer__middle { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: start; padding: 42px 0; }
	  .footer__logo { display: inline-flex; align-items: center; gap: 13px; color: inherit; font-size: 25px; line-height: 1; font-weight: 900; letter-spacing: -.05em; text-decoration: none; }
	  .footer__logo-icon { display: block; width: 58px; height: 58px; flex: 0 0 auto; transform: rotate(-6deg); }
	  .footer__logo-icon img { width: 100%; height: 100%; object-fit: contain; }
	  .footer__logo-text { display: block; }
	  .footer__brand p { max-width: 520px; margin: 20px 0 0; color: rgba(240,220,255,.78); font-size: 17px; line-height: 1.35; font-weight: 650; }
	  .footer__nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	  .footer__nav a { display: flex; min-height: 53px; align-items: center; justify-content: space-between; padding: 13px 16px; border: 2px solid currentColor; border-radius: 16px; background: var(--pink); color: var(--pink-ink); box-shadow: 4px 4px 0 var(--purple-deep); font-size: 12px; line-height: 1; font-weight: 900; text-decoration: none; text-transform: uppercase; transition: transform .15s ease; }
	  .footer__nav a:nth-child(2) { background: var(--blue); color: var(--blue-ink); }
	  .footer__nav a:nth-child(3) { background: var(--lime); color: var(--lime-ink); }
	  .footer__nav a:nth-child(4) { background: var(--orange); color: var(--orange-ink); }
	  .footer__nav a:nth-child(5) { background: var(--yellow); color: var(--yellow-ink); }
	  .footer__nav a:nth-child(6) { background: var(--red); color: var(--red-ink); }
	  .footer__nav a:hover { transform: translateY(-2px); }
	  .footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 25px;  color: rgba(240,220,255,.66); font-size: 12px; line-height: 1.3; font-weight: 700; }
	
	  @media (max-width: 900px) {
		.footer__middle { grid-template-columns: 1fr; }
	  }
	
	  @media (max-width: 640px) {
		.footer { padding-top: 62px; }
		.footer__logo { font-size: 21px; }
		.footer__logo-icon { width: 50px; height: 50px; }
		.footer__nav { grid-template-columns: 1fr; }
	  }