:root {
  --bg: #fff8ef;
  --paper: #fffdf8;
  --ink: #0d3364;
  --accent: #ff6334;
  --accent-soft: #ffe9e1;
  --green: #62b756;
  --yellow: #ffd15c;
  --line: rgba(13, 51, 100, 0.12);
  --shadow: 0 24px 60px rgba(255, 99, 52, 0.14);
  --shadow-soft: 0 20px 45px rgba(13, 51, 100, 0.1);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 22px;
  --container: min(1160px, calc(100% - 32px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
  color: var(--ink);
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 209, 92, 0.45), transparent 26%),
    radial-gradient(circle at top right, rgba(98, 183, 86, 0.18), transparent 22%),
    linear-gradient(180deg, #fffaf2 0%, #fff7ee 52%, #fffaf4 100%);
}

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

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

.page-shell {
  width: var(--container);
  margin: 0 auto;
  padding: 28px 0 48px;
}

.hero,
.section,
.footer-note {
  position: relative;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 30px;
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 42px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  left: -110px;
  top: -130px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 209, 92, 0.2);
  filter: blur(10px);
}

.eyebrow,
.section-heading__tag {
  display: inline-block;
  padding: 10px 18px;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(98, 183, 86, 0.12);
  color: #28663a;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: normal;
}

.hero__title {
  margin: 18px 0 14px;
  line-height: 0.88;
}

.hero__title-main,
.hero__title-accent {
  display: block;
  max-width: 100%;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.hero__title-main {
  font-size: clamp(3.5rem, 10vw, 6.2rem);
}

.hero__title-accent {
  width: fit-content;
  max-width: 100%;
  margin-top: 14px;
  padding: 18px 26px 22px;
  font-size: clamp(2.9rem, 9vw, 5.4rem);
  color: var(--accent);
  background: #f8e8e2;
  border-radius: 34px;
  box-shadow: inset 0 -4px 0 rgba(255, 255, 255, 0.45);
}

.hero__lead {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}

.hero__description {
  max-width: 34rem;
  margin: 0;
  padding: 18px 22px;
  font-size: 1.18rem;
  line-height: 1.55;
  color: #fff;
  background: linear-gradient(90deg, #5fb34f 0%, #6dc561 100%);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 24px 0 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  color: #fff;
  background: var(--accent);
  box-shadow: 0 14px 30px rgba(255, 99, 52, 0.28);
}

.button--secondary {
  background: #fff;
  border: 2px solid rgba(13, 51, 100, 0.12);
}

.hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero__chips li {
  padding: 10px 16px;
  background: #fff;
  border: 1px solid rgba(13, 51, 100, 0.08);
  border-radius: 999px;
  font-weight: 700;
}

.hero__media {
  position: relative;
}

.hero__content,
.hero__media,
.section-heading,
.feature-card,
.format-card,
.photo-stack,
.cta-card__content,
.cta-card__qr {
  min-width: 0;
}

.hero__media img {
  width: 100%;
  min-height: 580px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: var(--shadow-soft);
}

.sun-badge {
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: 1;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, #ffcc45 0%, #ffaf1b 78%);
  box-shadow: 0 12px 28px rgba(255, 196, 77, 0.35);
}

.sun-badge::before {
  content: "";
  position: absolute;
  inset: -18px;
  background:
    conic-gradient(from 0deg, transparent 0 8%, #ffcc45 8% 12%, transparent 12% 20%, #ffcc45 20% 24%, transparent 24% 32%, #ffcc45 32% 36%, transparent 36% 44%, #ffcc45 44% 48%, transparent 48% 56%, #ffcc45 56% 60%, transparent 60% 68%, #ffcc45 68% 72%, transparent 72% 80%, #ffcc45 80% 84%, transparent 84% 92%, #ffcc45 92% 96%, transparent 96% 100%);
  border-radius: 50%;
  z-index: -1;
}

.sun-badge span {
  font-size: 2rem;
  color: #fff6da;
}

.section {
  margin-top: 28px;
  padding: 36px 30px;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 38px;
  box-shadow: var(--shadow-soft);
}

.section-heading {
  margin-bottom: 26px;
  text-align: center;
}

.section-heading h2,
.cta-card__content h2 {
  margin: 14px 0 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  text-wrap: balance;
}

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

.feature-card {
  padding: 26px 22px;
  background: #fff;
  border: 1px dashed rgba(255, 209, 92, 0.9);
  border-radius: 28px;
  text-align: center;
}

.feature-card__icon {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fff6db 0%, #fff 100%);
  font-size: 2.7rem;
}

.feature-card h3 {
  margin: 0 0 12px;
  font-size: 1.65rem;
  line-height: 1.05;
}

.feature-card p {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.6;
}

.section--format {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
  align-items: start;
}

.format-card {
  padding: 22px;
  background: linear-gradient(180deg, #eef7d2 0%, #fff8ec 100%);
  border-radius: 30px;
  min-height: 100%;
}

.paint-label {
  display: inline-block;
  margin-bottom: 20px;
  padding: 12px 26px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(90deg, #61b453 0%, #6ac45c 100%);
  border-radius: 999px 36px 999px 36px;
}

.format-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.format-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(13, 51, 100, 0.08);
  font-size: 1.08rem;
  line-height: 1.5;
}

.format-list li:last-child {
  border-bottom: 0;
}

.bonus-box {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 26px;
  padding: 18px 18px 18px 16px;
  background: rgba(255, 234, 225, 0.9);
  border-radius: 24px;
}

.bonus-box__flag {
  font-size: 2rem;
  line-height: 1;
}

.bonus-box p {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.45;
}

.bonus-box strong {
  color: var(--accent);
}

.photo-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.photo-card {
  overflow: hidden;
  background: #fff;
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-card--team {
  min-height: 310px;
}

.photo-card--study {
  min-height: 310px;
  transform: translateY(42px);
}

.section--cta {
  background: linear-gradient(180deg, #fff9ef 0%, #fff5df 100%);
}

.cta-card {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px;
  background: linear-gradient(135deg, #ffd361 0%, #ffd56a 58%, #ffc94c 100%);
  border-radius: 34px;
}

.cta-card__qr {
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 26px;
}

.cta-card__content h2 {
  max-width: 12ch;
}

.phone-pill {
  display: inline-flex;
  margin-top: 22px;
  padding: 14px 20px;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1;
  color: var(--accent);
  background: rgba(255, 247, 239, 0.92);
  border-radius: 24px;
}

.cta-card__channels {
  margin: 16px 0 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.footer-note {
  padding: 22px 0 8px;
  text-align: center;
}

.footer-note p {
  margin: 0;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 900;
}

@media (max-width: 1080px) {
  .hero,
  .section--format,
  .cta-card {
    grid-template-columns: 1fr;
  }

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

  .hero__media {
    order: -1;
  }

  .hero__media img {
    min-height: 420px;
  }

  .photo-card--study {
    transform: none;
  }

  .cta-card__content h2 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1160px);
    padding-top: 10px;
    padding-bottom: 26px;
  }

  .hero,
  .section {
    padding: 20px 16px;
    border-radius: 28px;
  }

  .hero__title-accent {
    padding: 14px 18px 18px;
    border-radius: 24px;
  }

  .hero__title-main {
    font-size: clamp(2.9rem, 17vw, 4.2rem);
  }

  .hero__title-accent {
    font-size: clamp(2.35rem, 14vw, 3.65rem);
    line-height: 0.95;
    width: auto;
  }

  .hero__description,
  .feature-card,
  .format-card,
  .cta-card {
    border-radius: 22px;
  }

  .features-grid,
  .photo-stack {
    grid-template-columns: 1fr;
  }

  .hero__media img,
  .photo-card--team,
  .photo-card--study {
    min-height: auto;
  }

  .cta-card {
    padding: 14px;
  }

  .phone-pill {
    font-size: clamp(1.7rem, 8vw, 2.4rem);
  }
}
