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

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "LINE Seed JP", sans-serif;
  color: #252322;
  background-color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

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

ul,
ol {
  list-style: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.br-pc {
  display: none;
}
@media (min-width: 1280px) {
  .br-pc {
    display: block;
  }
}

@media (min-width: 1280px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.notice-bar {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 24px 8px;
  background-color: #b57d1d;
  color: #fff;
}
.notice-bar__operator {
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
}
.notice-bar__catch {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 1280px) {
  .notice-bar {
    display: none;
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}
.header__left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__logo {
  display: block;
  width: 80px;
  height: 49px;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__divider {
  display: none;
}
.header__company {
  display: none;
}
@media (min-width: 1280px) {
  .header {
    padding: 1.1111111111vw 0;
  }
  .header__left {
    gap: 1.6666666667vw;
  }
  .header__logo {
    width: 9.7222222222vw;
    height: 5.9027777778vw;
  }
  .header__divider {
    display: block;
    width: 0;
    height: 2.2916666667vw;
    border-left: 2px dashed #dcd9d8;
  }
  .header__company {
    display: flex;
    flex-direction: column;
    gap: 0.5555555556vw;
    padding: 0.5555555556vw 0;
  }
  .header__company-operator {
    font-size: 0.6944444444vw;
    font-weight: 400;
    line-height: 1;
    color: #464240;
  }
  .header__company-catch {
    font-size: 0.9722222222vw;
    font-weight: 700;
    line-height: 1;
    color: #464240;
  }
}

.tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #252322;
  font-weight: 700;
  line-height: 1.5;
}
.tel__label, .tel__hours {
  font-size: 7.5px;
}
.tel__office {
  font-size: 6px;
}
.tel__number {
  font-size: 16px;
}
@media (min-width: 1280px) {
  .tel__label, .tel__hours {
    font-size: 0.8333333333vw;
  }
  .tel__office {
    font-size: 0.6944444444vw;
  }
  .tel__number {
    font-size: 1.9444444444vw;
  }
}

.fv {
  position: relative;
  overflow: hidden;
  background-color: #fef9f0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-bottom: 24px;
}
.fv__inner {
  position: relative;
  z-index: 1;
  padding: 0 24px;
}
.fv__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.fv__deco--rect {
  top: 231px;
  left: -21px;
  width: 114.5px;
  height: 114.5px;
  background-color: #fff6e5;
  border-radius: 10px;
  transform: rotate(30deg);
}
.fv__deco--polygon {
  top: -22px;
  left: 266px;
  width: 213px;
  height: 213px;
  transform: rotate(-105.21deg);
}
.fv__deco--ellipse {
  top: 316px;
  left: 291px;
  width: 120px;
  height: 120px;
}
@media (min-width: 1280px) {
  .fv {
    border-bottom-left-radius: 5.5555555556vw;
    border-bottom-right-radius: 5.5555555556vw;
    padding-bottom: 2.7777777778vw;
  }
  .fv__inner {
    display: flex;
    flex-direction: column;
    gap: 1.6666666667vw;
    padding: 0 5vw;
  }
  .fv__deco--rect {
    top: 5.3472222222vw;
    left: -11.4583333333vw;
    width: 15.9027777778vw;
    height: 15.9027777778vw;
    border-radius: 1.3888888889vw;
  }
  .fv__deco--polygon {
    top: -6.5277777778vw;
    left: 23.1944444444vw;
    width: 24.375vw;
    height: 24.375vw;
    transform: rotate(-90.51deg);
  }
  .fv__deco--ellipse {
    top: 40.4166666667vw;
    left: 25.6944444444vw;
    width: 16.6666666667vw;
    height: 16.6666666667vw;
  }
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 8px;
}
.hero__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero__badge-logo {
  display: flex;
  width: 80px;
  padding: 1px 9px;
  background-color: #fff;
  border-radius: 9999px;
}
.hero__badge-logo img {
  width: 100%;
  height: auto;
}
.hero__badge-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.24px;
  color: #464240;
}
.hero__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 12px;
}
.hero__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
  color: #252322;
}
.hero__text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.3px;
  color: #464240;
}
.hero__tips {
  display: flex;
  gap: 16px;
}
.hero__tip {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.3px;
  color: #e99e1d;
}
.hero__tip-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.hero__tip-icon img {
  width: 100%;
  height: 100%;
}
.hero__image img {
  width: 100%;
  height: 248px;
  object-fit: cover;
  border-radius: 40px;
}
@media (min-width: 1280px) {
  .hero {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding-top: 0;
  }
  .hero__body {
    width: 44.3%;
    gap: 2.7777777778vw;
    margin-top: -4.1666666667vw;
  }
  .hero__main {
    gap: 0.8333333333vw;
  }
  .hero__badge {
    height: 2.7777777778vw;
  }
  .hero__badge-logo {
    width: 9.7222222222vw;
    padding: 0.1388888889vw 1.1111111111vw;
  }
  .hero__badge-text {
    font-size: 1.3888888889vw;
    letter-spacing: -0.0277777778vw;
    color: #3c3837;
  }
  .hero__head {
    gap: 1.1111111111vw;
    margin-top: 0;
  }
  .hero__title {
    font-size: 3.4722222222vw;
  }
  .hero__text {
    font-size: 1.25vw;
    line-height: 1.8;
    letter-spacing: 0;
    color: #3c3837;
  }
  .hero__tips {
    gap: 1.6666666667vw;
  }
  .hero__tip {
    gap: 0.6944444444vw;
    font-size: 1.3888888889vw;
    letter-spacing: 0;
  }
  .hero__tip-icon {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
  .hero__image {
    width: 51.5%;
  }
  .hero__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 667/528;
    border-radius: 7.6388888889vw;
  }
}

.logo-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 20px 0 10px;
}
.logo-slider__track {
  display: flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  animation: logo-scroll 20s linear infinite paused;
  will-change: transform;
}
.logo-slider.is-ready .logo-slider__track {
  animation-play-state: running;
}
@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.logo-slider__item {
  flex-shrink: 0;
  width: 100px;
  height: 40px;
}
.logo-slider__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1280px) {
  .logo-slider {
    padding: 2.7777777778vw 0 1.1805555556vw;
  }
  .logo-slider__track {
    gap: 1.6666666667vw;
  }
  .logo-slider__item {
    width: 11.1111111111vw;
    height: 4.1666666667vw;
  }
}

.about {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
}
@media (min-width: 1280px) {
  .about {
    padding-top: 80px;
    gap: 80px;
  }
}

.about__inner {
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (min-width: 1280px) {
  .about__inner {
    max-width: 1200px;
    padding: 0;
    gap: 56px;
  }
}

.about__lead {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 100%;
}
@media (min-width: 1280px) {
  .about__lead {
    gap: 40px;
  }
}

.about__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.about__ruby {
  font-size: 14px;
  font-weight: 400;
  color: #b57d1d;
  line-height: 2;
  text-align: center;
}

.about__title {
  font-size: 28px;
  font-weight: 700;
  color: #e99e1d;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .about__title {
    font-size: 46px;
  }
}
.about__title {
  margin-top: -4px;
}

.about__heading-bar {
  width: 64px;
  height: 4px;
  background: #e99e1d;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .about__heading-bar {
    width: 88px;
    height: 6px;
  }
}

.about__desc,
.about__catch {
  font-size: 16px;
  font-weight: 700;
  color: #464240;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 1280px) {
  .about__desc,
  .about__catch {
    font-size: 20px;
    line-height: 2;
  }
}

.about__cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media (min-width: 1280px) {
  .about__cards {
    flex-direction: row;
  }
}

.about__card {
  position: relative;
  background: #fff;
  border: 6px solid #fbe4bc;
  border-radius: 24px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (min-width: 1280px) {
  .about__card {
    flex: 1;
    border-width: 8px;
    padding: 56px 40px 48px;
    gap: 21px;
    align-self: stretch;
  }
}

.about__card-badge {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background: #e99e1d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  line-height: 1;
}
@media (min-width: 1280px) {
  .about__card-badge {
    width: 48px;
    height: 48px;
    top: -32px;
    font-size: 26px;
  }
}

.about__card-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 308/160;
}
.about__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__card-header {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 2px dashed #dcd9d8;
}
@media (min-width: 1280px) {
  .about__card-header {
    padding-bottom: 24px;
  }
}

.about__card-title {
  font-size: 18px;
  font-weight: 700;
  color: #252322;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1280px) {
  .about__card-title {
    font-size: 22px;
  }
}

.about__card-text {
  font-size: 15px;
  font-weight: 700;
  color: #464240;
  line-height: 1.8;
  width: 100%;
}
@media (min-width: 1280px) {
  .about__card-text {
    font-size: 18px;
  }
}

.about__curriculum {
  background: linear-gradient(to bottom, #e99e1d 50%, #ffba42 50%);
  border-radius: 40px 40px 0 0;
  width: 100%;
  padding: 32px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .about__curriculum {
    border-radius: 120px 120px 0 0;
    padding: 80px 0 0;
    gap: 40px;
  }
}

.about__curriculum-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding: 0 16px;
}
@media (min-width: 1280px) {
  .about__curriculum-title {
    font-size: 46px;
    max-width: 910px;
    padding: 0;
  }
}

.about__visual {
  display: block;
  position: relative;
  width: 351px;
  height: 235px;
  flex-shrink: 0;
  margin-bottom: -45px;
}
@media (min-width: 1280px) {
  .about__visual {
    width: 970px;
    height: 580px;
    margin-bottom: -120px;
  }
}

.about__phone {
  position: absolute;
  left: 41.46px;
  top: 0;
  width: 262.088px;
  height: 190.797px;
  border: 4.945px solid #845e1d;
  border-bottom: 0;
  border-radius: 24.725px 24.725px 0 0;
  overflow: hidden;
  z-index: 0;
}
.about__phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .about__phone {
    left: 166px;
    top: 0;
    width: 636px;
    height: 463px;
    border: 12px solid #845e1d;
    border-bottom: 0;
    border-radius: 60px 60px 0 0;
  }
  .about__phone img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 48px 48px 0 0;
  }
}

.about__print {
  display: block;
  position: absolute;
  z-index: 2;
}
.about__print img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__print--left {
  left: 0;
  top: 115px;
  width: 64.213px;
  height: 82.394px;
  transform: rotate(-13.53deg);
  transform-origin: center;
  border: 1.924px solid #fdf2dd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.about__print--right {
  left: 286.62px;
  top: 115px;
  width: 64.129px;
  height: 81.334px;
  transform: rotate(16.63deg);
  transform-origin: center;
  border: 2.565px solid #fdf2dd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1280px) {
  .about__print {
    width: 200px;
  }
  .about__print--left {
    left: 52px;
    top: 230px;
    width: 200px;
    height: 257px;
    border: 6px solid #fef9f0;
    box-shadow: 0 6px 19px rgba(0, 0, 0, 0.15);
  }
  .about__print--right {
    left: 668px;
    top: 230px;
    width: 200px;
    height: 254px;
    border: 8px solid #fef9f0;
    box-shadow: 0 6px 19px rgba(0, 0, 0, 0.15);
  }
}

.about__visual-deco {
  display: block;
  position: absolute;
  object-fit: contain;
  z-index: 3;
}
.about__visual-deco--book {
  left: 0;
  top: 69.33px;
  width: 50.24px;
  height: 33.535px;
}
.about__visual-deco--music {
  left: 336.52px;
  top: 51.46px;
  width: 14.418px;
  height: 13.599px;
}
.about__visual-deco--a {
  left: 17px;
  top: 27.33px;
  width: 24.157px;
  height: 28.022px;
}
.about__visual-deco--c {
  left: 308px;
  top: 27.33px;
  width: 20.02px;
  height: 23.17px;
  transform: rotate(18.78deg);
}
.about__visual-deco--b {
  left: 315px;
  top: 70.33px;
  width: 21.403px;
  height: 30.357px;
  transform: rotate(13.83deg);
}
@media (min-width: 1280px) {
  .about__visual-deco--book {
    left: 0;
    top: 157px;
    width: 146px;
    height: 98px;
  }
  .about__visual-deco--music {
    left: 833px;
    top: 78px;
    width: 35px;
    height: 33px;
  }
  .about__visual-deco--a {
    left: 79px;
    top: 44px;
    width: 58px;
    height: 68px;
  }
  .about__visual-deco--c {
    left: 897px;
    top: 111px;
    width: 51px;
    height: 55px;
    transform: rotate(18.72deg);
  }
  .about__visual-deco--b {
    left: 833px;
    top: 194px;
    width: 68px;
    height: 84px;
    transform: rotate(13.83deg);
  }
}

.worry {
  background: #fef9f0;
  padding: 40px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1280px) {
  .worry {
    padding: 80px 0 0;
    gap: 80px;
  }
}

.worry__lead {
  width: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1280px) {
  .worry__lead {
    max-width: 1200px;
    padding: 0;
    gap: 80px;
  }
}

.worry__title {
  font-size: 20px;
  font-weight: 700;
  color: #845e1d;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1280px) {
  .worry__title {
    font-size: 36px;
  }
}

.worry__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1280px) {
  .worry__body {
    gap: 32px;
  }
}

.worry__items {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .worry__items {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}

.worry__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 40px;
  border-bottom: 2px dashed #dcd9d8;
}
.worry__item:first-child {
  border-top: 2px dashed #dcd9d8;
}
@media (min-width: 1280px) {
  .worry__item {
    flex: 1;
    gap: 32px;
    padding: 0 40px;
    border-bottom: none;
    border-right: 2px dashed #dcd9d8;
  }
  .worry__item:first-child {
    border-top: none;
    border-left: 2px dashed #dcd9d8;
  }
}

.worry__item-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.worry__item-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fdf2dd;
  color: #845e1d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 16px;
  border-radius: 30px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .worry__item-badge {
    font-size: 14px;
    padding: 16px 24px;
  }
}

.worry__item-text {
  font-size: 16px;
  font-weight: 700;
  color: #845e1d;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 1280px) {
  .worry__item-text {
    font-size: 20px;
  }
}

.worry__item-image {
  width: 247px;
  aspect-ratio: 308/160;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.worry__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .worry__item-image {
    width: 308px;
    border-radius: 12px;
  }
}

.worry__arrow {
  width: 56px;
  height: 17px;
  object-fit: contain;
}
@media (min-width: 1280px) {
  .worry__arrow {
    width: 80px;
    height: 24px;
  }
}

.worry__resolve {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.worry__resolve-heading {
  font-size: 28px;
  font-weight: 700;
  color: #e99e1d;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .worry__resolve-heading {
    font-size: 46px;
  }
}

.worry__heading-bar {
  width: 64px;
  height: 4px;
  background: #e99e1d;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .worry__heading-bar {
    width: 88px;
    height: 6px;
  }
}

.worry__contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1280px) {
  .worry__contents {
    max-width: 1200px;
    padding: 0 0 80px;
    gap: 40px;
  }
}

.worry__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 24px;
}
@media (min-width: 1280px) {
  .worry__content {
    flex-direction: row;
    gap: 88px;
    padding: 0;
    align-items: center;
  }
  .worry__content:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.worry__content-photo {
  width: 100%;
  height: 218px;
  border-radius: 80px 80px 20px 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.worry__content-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1280px) {
  .worry__content-photo {
    width: 500px;
    height: 500px;
    border-radius: 120px 120px 40px 40px;
  }
}

.worry__content-photo--mirror img {
  transform: scaleX(-1);
}

.worry__content-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1280px) {
  .worry__content-body {
    flex: 1;
    gap: 24px;
  }
}

.worry__content-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 2px dashed #dcd9d8;
}
@media (min-width: 1280px) {
  .worry__content-header {
    gap: 16px;
    padding-bottom: 12px;
  }
}

.worry__content-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1280px) {
  .worry__content-meta {
    gap: 24px;
  }
}

.worry__content-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e99e1d;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 16px;
  border-radius: 30px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .worry__content-badge {
    font-size: 18px;
    padding: 12px 24px;
  }
}

.worry__content-ref {
  font-size: 12px;
  font-weight: 700;
  color: #845e1d;
  opacity: 0.6;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  .worry__content-ref {
    font-size: 20px;
  }
}

.worry__content-title {
  font-size: 20px;
  font-weight: 700;
  color: #252322;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  .worry__content-title {
    font-size: 34px;
  }
}

.worry__content-text {
  font-size: 15px;
  font-weight: 700;
  color: #464240;
  line-height: 1.8;
}
@media (min-width: 1280px) {
  .worry__content-text {
    font-size: 18px;
  }
}

.photo-slider {
  width: 100%;
  overflow: hidden;
}
.photo-slider__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: photo-scroll 40s linear infinite paused;
  will-change: transform;
}
.photo-slider.is-ready .photo-slider__track {
  animation-play-state: running;
}
@keyframes photo-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.photo-slider__item {
  flex-shrink: 0;
  width: 200px;
  height: 200px;
}
@media (min-width: 1280px) {
  .photo-slider__item {
    width: 368px;
    height: 368px;
  }
}
.photo-slider__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow {
  padding: 40px 0;
}
@media (min-width: 1280px) {
  .flow {
    padding: 80px 0;
  }
}

.flow__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1280px) {
  .flow__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    gap: 32px;
  }
}

.flow__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.flow__title {
  font-size: 28px;
  font-weight: 700;
  color: #e99e1d;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .flow__title {
    font-size: 46px;
  }
}

.flow__heading-bar {
  width: 64px;
  height: 4px;
  background: #e99e1d;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .flow__heading-bar {
    width: 88px;
    height: 6px;
  }
}

.flow__steps {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  padding: 0 24px 0 40px;
  scroll-padding-left: 40px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.flow__steps::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1280px) {
  .flow__steps {
    padding: 0;
    gap: 4px;
    overflow-x: visible;
    scroll-snap-type: none;
  }
}

.flow__step {
  flex: 0 0 258px;
  background: #fdf2dd;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  scroll-snap-align: start;
}
@media (min-width: 1280px) {
  .flow__step {
    flex: 1 1 0;
    padding: 24px 40px;
    gap: 24px;
  }
}

.flow__step-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow__step-circle {
  width: 140px;
  height: 140px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: -16px;
  position: relative;
  z-index: 0;
}

.flow__step-num {
  font-size: 20px;
  font-weight: 700;
  color: #f7d395;
  line-height: 1;
}

.flow__step-label {
  font-size: 20px;
  font-weight: 700;
  color: #e99e1d;
  line-height: 1;
}

.flow__step-icon {
  width: 100px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.flow__step-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.flow__step-title {
  font-size: 18px;
  font-weight: 700;
  color: #252322;
  line-height: 1.4;
  text-align: center;
}

.flow__step-text {
  font-size: 15px;
  font-weight: 400;
  color: #464240;
  line-height: 1.5;
  text-align: left;
  align-self: stretch;
}
@media (min-width: 1280px) {
  .flow__step-text {
    font-size: 16px;
  }
}

.flow__arrow {
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  align-self: center;
  margin: 0 -16px;
  position: relative;
  z-index: 1;
  transition: transform 0.15s ease;
}
.flow__arrow:active {
  transform: scale(0.92);
}
.flow__arrow:focus {
  outline: none;
}
.flow__arrow:focus-visible {
  outline: 2px solid #845e1d;
  outline-offset: 2px;
  border-radius: 50%;
}
@media (min-width: 1280px) {
  .flow__arrow {
    margin: 0;
    cursor: default;
  }
  .flow__arrow:active {
    transform: none;
  }
}
.flow__arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.voice {
  background-color: #fff;
  background-image: radial-gradient(circle, rgba(233, 158, 29, 0.18) 1.5px, transparent 1.5px);
  background-size: 24px 24px;
  background-position: 0 0;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .voice {
    padding: 80px 0;
    gap: 40px;
  }
}

.voice__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
}
@media screen and (min-width: 1280px) {
  .voice__lead {
    gap: 24px;
  }
}

.voice__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.voice__title {
  font-size: 28px;
  font-weight: 700;
  color: #e99e1d;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .voice__title {
    font-size: 46px;
  }
}

.voice__heading-bar {
  width: 64px;
  height: 4px;
  background: #e99e1d;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .voice__heading-bar {
    width: 88px;
    height: 6px;
  }
}

.voice__intro {
  font-size: 14px;
  font-weight: 700;
  color: #464240;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .voice__intro {
    font-size: 20px;
  }
}

.voice__cards {
  width: 100%;
  max-width: 1080px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .voice__cards {
    flex-direction: row;
    align-items: stretch;
    gap: clamp(20px, 4vw, 40px);
    padding: 0 24px;
  }
}

.voice__card {
  flex: 1;
  background: #fef9f0;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.voice__card-image {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 1280px) {
  .voice__card-image {
    height: 200px;
  }
}
.voice__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.voice__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 24px 24px;
}
@media screen and (min-width: 1280px) {
  .voice__card-body {
    padding: 24px 40px 40px;
  }
}

.voice__card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.voice__card-title {
  font-size: 16px;
  font-weight: 700;
  color: #252322;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .voice__card-title {
    font-size: 20px;
  }
}

.voice__card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.voice__card-name {
  font-size: 14px;
  font-weight: 700;
  color: #464240;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .voice__card-name {
    font-size: 16px;
  }
}

.voice__card-badge {
  display: inline-flex;
  align-items: center;
  background: #fdf2dd;
  color: #e99e1d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 60px;
  flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  .voice__card-badge {
    font-size: 14px;
  }
}

.voice__card-text {
  font-size: 14px;
  font-weight: 400;
  color: #464240;
  line-height: 1.8;
}
@media screen and (min-width: 1280px) {
  .voice__card-text {
    font-size: 16px;
  }
}

.faq {
  background: #fef9f0;
  padding: 40px 0;
}
@media (min-width: 1280px) {
  .faq {
    padding: 80px 0;
  }
}

.faq__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1280px) {
  .faq__inner {
    padding: 0 110px;
    gap: 40px;
  }
}

.faq__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.faq__title {
  font-size: 28px;
  font-weight: 700;
  color: #e99e1d;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .faq__title {
    font-size: 46px;
  }
}

.faq__heading-bar {
  width: 64px;
  height: 4px;
  background: #e99e1d;
  border-radius: 10px;
}
@media screen and (min-width: 1280px) {
  .faq__heading-bar {
    width: 88px;
    height: 6px;
  }
}

.faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 1280px) {
  .faq__list {
    gap: 16px;
  }
}

.faq__item {
  background: #fff;
  border: 1px solid #dcd9d8;
  border-radius: 12px;
}
@media (min-width: 1280px) {
  .faq__item {
    border-radius: 15px;
  }
}

.faq__summary {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  list-style: none;
  cursor: pointer;
}
.faq__summary::-webkit-details-marker {
  display: none;
}
.faq__summary::marker {
  content: "";
}
@media (min-width: 1280px) {
  .faq__summary {
    padding: 24px;
    gap: 24px;
  }
}

.faq__head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.faq__mark {
  font-size: 24px;
  font-weight: 700;
  color: #e99e1d;
  line-height: 1;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .faq__mark {
    font-size: 32px;
  }
}

.faq__question {
  font-size: 16px;
  font-weight: 700;
  color: #252322;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  .faq__question {
    font-size: 20px;
  }
}

.faq__toggle {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .faq__toggle {
    width: 32px;
    height: 32px;
  }
}
.faq__toggle img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.faq__toggle-minus {
  opacity: 0;
  transform: rotate(-90deg);
}

.faq__item[open] .faq__toggle-plus {
  opacity: 0;
  transform: rotate(90deg);
}

.faq__item[open] .faq__toggle-minus {
  opacity: 1;
  transform: rotate(0);
}

.faq__body {
  position: relative;
  padding: 16px 20px 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.faq__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 2px dashed #dcd9d8;
}
@media (min-width: 1280px) {
  .faq__body {
    padding: 16px 24px 24px;
  }
  .faq__body::before {
    left: 24px;
    right: 24px;
  }
}

.faq__answer {
  font-size: 15px;
  font-weight: 400;
  color: #252322;
  line-height: 1.5;
  flex: 1;
  min-width: 0;
}
@media (min-width: 1280px) {
  .faq__answer {
    font-size: 18px;
  }
}

.contact {
  background: #fbe4bc;
  padding: 16px 16px 40px;
}
@media screen and (min-width: 1280px) {
  .contact {
    padding: 40px;
  }
}

.contact__card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
}
@media screen and (min-width: 1280px) {
  .contact__card {
    border-radius: 20px;
    padding: clamp(40px, 5vw, 72px) clamp(24px, 5vw, 80px);
  }
}

.contact__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .contact__inner {
    display: grid;
    grid-template-columns: 1fr clamp(360px, 50%, 560px);
    grid-template-areas: "details      form" "illustration form";
    column-gap: clamp(24px, 4vw, 80px);
    row-gap: 32px;
  }
}

.contact__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .contact__details {
    grid-area: details;
    gap: 32px;
  }
}

.contact__details-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .contact__details-text {
    gap: 16px;
  }
}

.contact__label {
  font-size: 24px;
  font-weight: 700;
  color: #e99e1d;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .contact__label {
    font-size: 28px;
  }
}

.contact__title {
  font-size: 20px;
  font-weight: 700;
  color: #252322;
  line-height: 1.5;
  padding-bottom: 12px;
  border-bottom: 2px dashed #dcd9d8;
}
@media screen and (min-width: 1280px) {
  .contact__title {
    font-size: clamp(22px, 2.5vw, 36px);
  }
}

.contact__desc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__desc p {
  font-size: 16px;
  font-weight: 700;
  color: #252322;
  line-height: 1.8;
}
@media screen and (min-width: 1280px) {
  .contact__desc p {
    font-size: 18px;
  }
}

.contact__phone {
  width: 100%;
  border: 1px solid #dcd9d8;
  border-radius: 8px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .contact__phone {
    padding: 16px 64px;
  }
}

.contact__phone-label {
  font-size: 14px;
  font-weight: 700;
  color: #252322;
}
@media screen and (min-width: 1280px) {
  .contact__phone-label {
    font-size: 16px;
  }
}

.contact__phone-number {
  font-size: 26px;
  font-weight: 700;
  color: #252322;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .contact__phone-number {
    font-size: 36px;
  }
}

.contact__phone-office {
  font-size: 12px;
  font-weight: 700;
  color: #252322;
}

.contact__phone-hours {
  font-size: 14px;
  font-weight: 700;
  color: #252322;
}
@media screen and (min-width: 1280px) {
  .contact__phone-hours {
    font-size: 16px;
  }
}

.contact__illustration {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .contact__illustration {
    margin-top: 0;
    grid-area: illustration;
    align-self: end;
    padding-top: 32px;
  }
}
.contact__illustration img {
  display: block;
  width: 100%;
  max-width: 183px;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .contact__illustration img {
    max-width: 433px;
  }
}

.contact__form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .contact__form {
    margin-top: 0;
    grid-area: form;
    background: #fdf2dd;
    border-radius: 24px;
    padding: 56px;
    gap: 40px;
  }
}

.contact__form-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact__field-label {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact__field-required {
  background: #d73436;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: 1.5;
  flex-shrink: 0;
}

.contact__field-name {
  font-size: 16px;
  font-weight: 700;
  color: #252322;
  line-height: 1.125;
}

.contact__field-input {
  appearance: none;
  width: 100%;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 48px;
  padding: 0 12px;
  font-family: inherit;
  font-size: 16px;
  color: #252322;
}
.contact__field-input:focus {
  outline: 2px solid #e99e1d;
  outline-offset: -1px;
}
.contact__field-input:user-invalid {
  background: #fef2f1;
  border-color: #d73436;
}
@media screen and (min-width: 1280px) {
  .contact__field-input {
    height: 40px;
  }
}

.contact__field-input--textarea {
  height: 169px;
  padding: 12px;
  line-height: 1.5;
  resize: vertical;
}

.contact__field-error {
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #d73436;
  line-height: 1.2857142857;
}

.contact__field-input:user-invalid + .contact__field-error {
  display: block;
}

.contact__submit-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .contact__submit-area {
    gap: 40px;
  }
}

.contact__privacy-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.contact__privacy {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact__privacy:has(.contact__privacy-checkbox:user-invalid) + .contact__field-error {
  display: block;
}

.contact__privacy-checkbox {
  appearance: none;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url("../images/checkbox_blank.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  flex-shrink: 0;
}
.contact__privacy-checkbox:checked {
  background-image: url("../images/checkbox_checked.svg");
}
.contact__privacy-checkbox:focus-visible {
  outline: 2px solid #e99e1d;
  outline-offset: 2px;
  border-radius: 2px;
}

.contact__privacy-label {
  font-size: 16px;
  font-weight: 700;
  color: #252322;
  line-height: 1.5;
  cursor: pointer;
}

.contact__privacy-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact__privacy-link:hover {
  text-decoration: none;
}

.contact__submit {
  appearance: none;
  border: 0;
  background: #ea7527;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.contact__submit:hover {
  background: #c75f17;
}
.contact__submit:active {
  transform: scale(0.98);
}
.contact__submit:focus-visible {
  outline: 3px solid #e99e1d;
  outline-offset: 2px;
}
.contact__submit {
  width: 100%;
  height: 64px;
  font-size: 18px;
  padding: 0 24px;
}
@media screen and (min-width: 1280px) {
  .contact__submit {
    max-width: 340px;
    height: 72px;
    font-size: 20px;
  }
}

.contact__submit-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact__submit-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact__submit-icon {
  right: 16px;
  width: 24px;
  height: 24px;
}

.footer {
  background: #fff;
}

.footer__main {
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 1280px) {
  .footer__main {
    padding: 32px 102px;
    gap: 32px;
  }
}

.footer__logo {
  display: block;
  width: 140px;
  height: 85px;
}
@media (min-width: 1280px) {
  .footer__logo {
    width: 180px;
    height: 110px;
  }
}
.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
}
@media (min-width: 1280px) {
  .footer__nav {
    gap: 32px;
  }
}

.footer__nav-link {
  font-size: 14px;
  font-weight: 700;
  color: #252322;
  text-decoration: none;
  text-underline-offset: 4px;
  line-height: 18px;
}
.footer__nav-link:hover {
  text-decoration: underline;
}
@media (min-width: 1280px) {
  .footer__nav-link {
    font-size: 16px;
  }
}

.footer__copyright {
  padding: 16px 24px;
  border-top: 1px solid #f2f1fa;
  text-align: center;
}
@media (min-width: 1280px) {
  .footer__copyright {
    padding: 16px 102px;
  }
}
.footer__copyright small {
  font-size: 11px;
  font-weight: 400;
  color: #948d89;
  line-height: 18px;
}
@media (min-width: 1280px) {
  .footer__copyright small {
    font-size: 12px;
  }
}

.cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1240px;
  z-index: 100;
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 8px 10px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  transform: translateX(-50%) translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, visibility 0s linear 0.5s;
}
.cta.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
}
@media (min-width: 1280px) {
  .cta {
    padding: 16px 24px;
    gap: 24px;
  }
}

.cta__icon {
  display: none;
}
@media (min-width: 1280px) {
  .cta__icon {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    flex-shrink: 0;
    align-self: flex-end;
    margin-bottom: -16px;
  }
  .cta__icon img {
    display: block;
    width: 80px;
    height: 207px;
  }
}

.cta__text {
  display: none;
}
@media (min-width: 1280px) {
  .cta__text {
    display: block;
    flex: 1;
    min-width: 0;
    font-size: 22px;
    font-weight: 700;
    color: #252322;
    line-height: 1.5;
  }
}

.cta__divider {
  display: none;
}
@media (min-width: 1280px) {
  .cta__divider {
    display: block;
    width: 0;
    height: 56px;
    border-left: 2px dashed #dcd9d8;
    flex-shrink: 0;
  }
}

.cta__phone {
  display: none;
}
@media (min-width: 1280px) {
  .cta__phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    flex-shrink: 0;
  }
}

.cta__phone-number {
  font-size: 24px;
  font-weight: 700;
  color: #252322;
  text-decoration: none;
}

.cta__phone-office {
  font-size: 10px;
  font-weight: 700;
  color: #252322;
}

.cta__phone-hours {
  font-size: 14px;
  font-weight: 700;
  color: #252322;
}

.cta__button {
  appearance: none;
  border: 0;
  background: #ea7527;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.cta__button:hover {
  background: #c75f17;
}
.cta__button:active {
  transform: scale(0.98);
}
.cta__button:focus-visible {
  outline: 3px solid #e99e1d;
  outline-offset: 2px;
}
.cta__button {
  flex: 1;
  min-width: 0;
  height: 48px;
  font-size: 3.4vw;
  padding: 0 16px;
}
@media (min-width: 1280px) {
  .cta__button {
    flex: 0 0 340px;
    height: 72px;
    font-size: 20px;
    padding: 0 24px;
  }
}

.cta__button-text {
  white-space: nowrap;
  line-height: 1.2;
}

.cta__button--outline {
  background: #fff;
  color: #ea7527;
  border: 1px solid #ea7527;
}
.cta__button--outline:hover {
  background: #fdf2dd;
}
@media (min-width: 1280px) {
  .cta__button--outline {
    display: none;
  }
}

.cta__button-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cta__button-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cta__button-icon {
  right: 5px;
  width: 16px;
  height: 16px;
}
@media (min-width: 1280px) {
  .cta__button-icon {
    right: 16px;
    width: 24px;
    height: 24px;
  }
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 200;
  background: #fff;
  border: 3px solid #e99e1d;
  border-radius: 16px;
  padding: 20px 28px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: calc(100% - 48px);
  transform: translateX(-50%) translateY(calc(100% + 32px));
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, visibility 0s linear 0.5s;
}
.toast.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  visibility: visible;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .toast {
    left: auto;
    right: 40px;
    bottom: 40px;
    padding: 24px 36px;
    gap: 20px;
    border-radius: 20px;
    transform: translateX(calc(100% + 32px));
  }
  .toast.is-visible {
    transform: translateX(0);
  }
}

.toast__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.toast__icon img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .toast__icon {
    width: 44px;
    height: 44px;
  }
}

.toast__message {
  font-size: 18px;
  font-weight: 700;
  color: #252322;
  line-height: 1.4;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) {
  .toast__message {
    font-size: 22px;
  }
}
