@media (max-width: 1360px) {
  :root {
    --container: min(100% - 32px, 1120px);
    --container-wide: min(100% - 32px, 1200px);
  }

  .hero-section__location {
    font-size: 0.84rem;
  }

  .hero-section__visual-note {
    right: -10px;
  }

  .local-faq__list {
    grid-template-columns: 1fr;
  }

  .flow-section__grid {
    grid-template-columns: 1fr;
  }

  .hero-section__cta-group {
    align-items: stretch;
  }

  .hero-section__cta,
  .works-section .button--outline,
  .flow-section__footer .button--outline,
  .news-section__more {
    width: 100%;
    justify-content: center;
  }

  .works-section__header::before {
    left: -0.2em;
    top: -0.24em;
  }

  .empty-state--featured {
    min-height: 168px;
    padding: 28px 24px;
  }

  .works-section__footer {
    margin-top: 36px;
  }

  .works-section .button--outline {
    min-height: 64px;
  }

  .works-grid,
  .service-grid,
  .blog-grid,
  .works-grid--archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .pricing-overview {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 1100px) {
  .cta-section__wrap {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cta-section__main {
    grid-template-columns: 68px minmax(0, auto);
    grid-template-areas:
      "icon content"
      "icon script";
    justify-items: center;
    align-items: center;
    justify-content: center;
    min-height: 0;
    gap: 10px 18px;
    padding: 20px 18px 18px;
    text-align: left;
  }

  .cta-section__mail-icon {
    justify-self: center;
    width: 68px;
    height: 68px;
  }

  .cta-section__mail-icon svg {
    width: 26px;
    height: 26px;
  }

  .cta-section__content {
    min-width: 0;
    text-align: left;
  }

  .cta-section__eyebrow {
    display: block;
    margin-bottom: 6px;
    font-size: 0.74rem;
  }

  .cta-section__link {
    display: inline-flex;
    width: auto;
    gap: 8px;
    padding-right: 0;
    font-size: 0.98rem;
    line-height: 1.35;
    white-space: nowrap;
    justify-content: flex-start;
  }

  .cta-section__link span:first-child {
    display: block;
    min-width: 0;
  }

  .cta-section__link span:last-child {
    position: static;
    transform: none;
  }

  .cta-section__script {
    margin-top: 0;
    font-size: 1.18rem;
    text-align: left;
    white-space: nowrap;
  }

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

  .cta-feature {
    min-height: 142px;
    gap: 12px;
    padding: 18px 10px 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .cta-feature:first-child {
    border-left: 0;
  }

  .cta-feature__icon {
    width: 48px;
    height: 48px;
  }

  .cta-feature__icon svg {
    width: 20px;
    height: 20px;
  }

  .cta-feature__text {
    font-size: 0.74rem;
    line-height: 1.45;
  }

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

  .pricing-summary__card.is-featured {
    transform: none;
  }

  .pricing-summary__inner {
    padding: 28px 18px 22px;
  }

  .pricing-summary__badge {
    min-width: 118px;
    padding: 8px 14px;
    font-size: 0.78rem;
  }

  .pricing-summary__icon {
    width: 72px;
    height: 72px;
  }

  .pricing-summary__icon svg {
    width: 30px;
    height: 30px;
  }

  .pricing-summary__title {
    font-size: 1.18rem;
    line-height: 1.45;
  }

  .pricing-summary__heading {
    min-height: 76px;
    margin-top: 14px;
  }

  .pricing-summary__note {
    margin-top: 4px;
    font-size: 0.66rem;
    line-height: 1.6;
  }

  .pricing-summary__lead {
    margin-top: 10px;
    font-size: 0.82rem;
    line-height: 1.75;
  }

  .pricing-summary__price-block {
    margin-top: 14px;
    padding-top: 16px;
  }

  .pricing-summary__price {
    font-size: clamp(1.72rem, 3vw, 2.05rem);
  }

  .pricing-summary__price-note {
    margin-top: 8px;
    font-size: 0.78rem;
    line-height: 1.6;
  }

  .pricing-summary__features {
    gap: 10px;
    margin-top: 20px;
  }

  .pricing-summary__features li {
    padding-left: 1.4rem;
    font-size: 0.82rem;
    line-height: 1.7;
  }

  .pricing-summary__features li::before {
    top: 0.34rem;
    width: 0.82rem;
    height: 0.82rem;
  }

  .pricing-summary__features li::after {
    top: 0.62rem;
    left: 0.22rem;
    width: 0.34rem;
    height: 0.16rem;
  }

  .pricing-summary__footer-note {
    padding: 14px 14px;
    font-size: 0.84rem;
  }

  .pricing-overview {
    gap: 20px;
    margin-top: 38px;
  }

  .pricing-summary__caption--notes {
    margin-top: 24px;
    font-size: 0.76rem;
    line-height: 1.7;
  }

  .pricing-overview__title {
    font-size: 1.88rem;
  }

  .pricing-overview__item-main {
    gap: 22px;
  }

  .pricing-overview__item-main strong {
    min-width: 9.5rem;
    font-size: 1.46rem;
  }
}

@media (max-width: 700px) {
  .site-footer__meta {
    grid-template-columns: 1fr;
  }

  .pricing-summary {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pricing-summary__heading {
    min-height: 0;
  }
}

@media (min-width: 770px) and (max-width: 1100px) {
  .service-section .container {
    width: min(100% - 32px, 1120px);
  }

  .service-section__header {
    display: block;
    margin-bottom: 18px;
  }

  .service-section__header::before {
    left: -0.2em;
    top: -0.24em;
  }

  .service-section__header .section-heading__title {
    font-size: 2.35rem;
    line-height: 1;
    white-space: nowrap;
  }

  .service-section__header .section-heading__lead {
    margin: 6px 0 0;
    font-size: 0.92rem;
    line-height: 1.5;
  }

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

  .service-card {
    min-height: 100%;
    padding: 16px 14px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(17, 17, 17, 0.04);
    text-align: center;
  }

  .service-card__icon {
    width: 60px;
    height: 60px;
  }

  .service-card__icon svg {
    width: 28px;
    height: 28px;
  }

  .service-card__title {
    margin: 14px 0 8px;
    font-size: 0.92rem;
    line-height: 1.4;
  }

  .service-card__description {
    display: block;
    font-size: 0.78rem;
  }

}

@media (min-width: 780px) and (max-width: 1100px) {
  :root {
    --profile-crop-y: 8%;
    --profile-crop-scale: 1.94;
    --profile-frame-width: min(34vw, 360px);
  }

  .hero-section__inner {
    min-height: 600px;
    align-items: start;
    padding-top: 26px;
  }

  .hero-section__visual {
    align-self: end;
    min-height: 540px;
  }

  .hero-section__content {
    padding-left: 12px;
  }

  .hero-section__intro {
    gap: 10px;
    margin-bottom: 10px;
  }

  .hero-section__script {
    font-size: clamp(2.5rem, 4.5vw, 3.2rem);
  }

  .hero-section__local-eyebrow {
    font-size: 0.72rem;
  }

  .hero-section__title {
    max-width: 10.4ch;
    font-size: clamp(2.1rem, 4.4vw, 3rem);
  }

  .hero-section__lead {
    max-width: 30em;
    font-size: 0.88rem;
  }

  .hero-section__location {
    font-size: 0.74rem;
  }

  .hero-section__visual-note {
    top: auto;
    right: 4px;
    bottom: 122px;
    width: 126px;
  }

  .hero-section__visual-badge {
    width: 102px;
  }

  .hero-section__visual-badge-prefecture,
  .hero-section__visual-badge-status {
    letter-spacing: 0.1em;
  }

  .hero-section__visual-badge-city {
    font-size: 0.94rem;
  }

  .hero-section__profile-bg {
    right: 3%;
  }
}

@media (min-width: 780px) and (max-width: 920px) {
  :root {
    --profile-crop-y: 10%;
    --profile-crop-scale: 1.9;
    --profile-frame-width: min(36vw, 332px);
  }

  .hero-section__visual-note {
    left: 8px;
    right: auto;
    bottom: 94px;
    width: 118px;
  }

  .hero-section__visual-badge {
    width: 96px;
  }

  .hero-section__visual-badge-prefecture,
  .hero-section__visual-badge-status {
    font-size: 0.52rem;
    letter-spacing: 0.08em;
  }

  .hero-section__visual-badge-city {
    font-size: 0.88rem;
  }

  .hero-section__profile-bg {
    right: 0;
  }
}

@media (max-width: 779px) {
  :root {
    --profile-crop-y: 10%;
    --profile-crop-scale: 1.98;
    --profile-frame-width: min(70vw, 292px);
    --profile-frame-ratio: 0.9;
  }

  .hero-section::before {
    background: url("../../images/sp_bg.webp") center center / cover no-repeat;
  }

  .hero-section__inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 16px;
    padding-top: 24px;
  }

  .hero-section__title {
    max-width: 11ch;
    font-size: clamp(1.95rem, 7.2vw, 2.62rem);
    line-height: 1.22;
  }

  .hero-section__content {
    max-width: 100%;
    order: 1;
    padding: 0 16px 8px;
  }

  .hero-section__intro {
    gap: 8px;
    margin-bottom: 8px;
  }

  .hero-section__script {
    font-size: clamp(2.4rem, 10vw, 3.2rem);
  }

  .hero-section__local-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.03em;
  }

  .hero-section__lead {
    max-width: 28em;
  }

  .hero-section__visual {
    order: 2;
    width: min(92vw, 390px);
    margin: 0 auto;
    min-height: 390px;
    justify-content: center;
  }

  .hero-section__profile-bg {
    left: 0;
    right: 0;
    margin-inline: auto;
    bottom: 0;
  }

  .hero-section__location {
    margin-top: 16px;
    padding: 8px 16px;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
  }

  .hero-section__visual-note {
    top: auto;
    right: auto;
    left: 8px;
    bottom: 48px;
    width: 116px;
  }

  .hero-section__visual-badge {
    width: 96px;
  }

  .hero-section__visual-badge-prefecture,
  .hero-section__visual-badge-status {
    font-size: 0.46rem;
    letter-spacing: 0.06em;
  }

  .hero-section__visual-badge-city {
    font-size: 0.76rem;
  }
}

@media (max-width: 769px) {
  .site-footer {
    padding-top: 34px;
  }

  .site-footer__meta,
  .info-cards,
  .contact-highlights,
  .local-proof {
    grid-template-columns: 1fr;
  }

  .site-header__bar {
    min-height: 76px;
    padding: 12px 0;
  }

  .site-logo__text {
    font-size: clamp(1.8rem, 8vw, 2.1rem);
  }

  .site-logo__text span {
    font-size: 0.88rem;
  }

  .site-header__contact {
    display: none;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .service-section {
    padding-top: 5rem;
  }

  .service-section::after {
    height: 4.75rem;
    min-width: 0;
    background-size: 140% 100%;
    background-position: center top;
  }

  .simulation-section {
    padding-top: 5rem;
  }

  :root {
    --container: min(100% - 24px, 1120px);
    --container-wide: min(100% - 24px, 1200px);
  }

  .section-heading,
  .works-single__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .works-section .container::before {
    top: 0.3rem;
    right: 0.4rem;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.5;
  }

  .mobile-nav__panel {
    width: min(92vw, 400px);
    padding-inline: 24px;
  }

  .works-single__title {
    font-size: clamp(1.78rem, 6.8vw, 2.3rem);
    line-height: 1.58;
  }

  .works-single__media {
    padding: 0;
    min-height: 0;
  }

  .works-single__image,
  .works-single__placeholder {
    aspect-ratio: 1200 / 630;
  }

  .works-single__info,
  .works-single__content,
  .works-single__gallery,
  .works-single__articles,
  .works-single__footer {
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 20px;
  }

  .works-single__info-grid,
  .works-single__body {
    grid-template-columns: 1fr;
  }

  .works-single__info-item {
    min-height: 0;
    padding: 22px 18px;
  }

  .works-single__articles-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .works-single__gallery-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .works-single__articles-toggle {
    min-height: 34px;
    padding: 0 12px;
  }

  .works-single__article-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 10px;
  }

  .works-single__article-row--compact {
    gap: 8px;
    padding: 8px 8px;
  }

  .works-single__article-aside {
    justify-items: flex-start;
    gap: 6px;
    padding-right: 0;
    padding-bottom: 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(234, 223, 216, 0.95);
  }

  .works-single__article-index {
    font-size: 2rem;
  }

  .works-single__article-kicker {
    padding-top: 8px;
  }

  .works-single__article-kicker::before {
    left: 0;
    width: 44px;
    transform: none;
  }

  .works-single__article-main {
    gap: 8px;
  }

  .works-single__article-row--compact .works-single__article-main {
    gap: 0;
  }

  .works-single__article-point {
    grid-template-columns: 1fr;
    justify-items: flex-start;
    gap: 8px;
    padding: 10px;
  }

  .works-single__article-point-icon {
    width: 38px;
    height: 38px;
  }

  .works-single__article-point-icon svg {
    width: 18px;
    height: 18px;
  }

  .works-single__article-point-label {
    min-height: 26px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .works-single__article-summary,
  .works-single__article-result {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .works-single__article-link {
    justify-self: flex-start;
    width: 40px;
    height: 40px;
  }

  .works-single__article-row--compact .works-single__article-aside {
    gap: 4px;
    padding-bottom: 5px;
  }

  .works-single__article-row--compact .works-single__article-title {
    font-size: 0.84rem;
    line-height: 1.3;
  }

  .works-single__article-row--compact .works-single__article-index {
    font-size: 1.65rem;
  }

  .works-single__article-row--compact .works-single__article-kicker {
    padding-top: 6px;
    font-size: 0.56rem;
  }

  .works-single__article-row--compact .works-single__article-kicker::before {
    width: 34px;
  }

  .works-single__article-row--compact .works-single__article-link {
    width: 36px;
    height: 36px;
  }

  .works-single__article-row--compact .works-single__article-link-arrow {
    font-size: 0.9rem;
  }

  .works-single__article-link-arrow {
    font-size: 0.95rem;
  }

  .service-section__header {
    gap: 10px;
    margin-bottom: 34px;
  }

  .simulation-section__header {
    gap: 10px;
    margin-bottom: 34px;
  }

  .service-section__header::before {
    left: -0.2em;
    top: -0.24em;
    font-size: clamp(4.4rem, 21vw, 5.9rem);
  }

  .simulation-section__header::before {
    left: -0.2em;
    top: -0.24em;
    font-size: clamp(4.3rem, 20vw, 5.7rem);
  }

  .service-section__header .section-heading__title {
    font-size: clamp(2rem, 8vw, 2.4rem);
    line-height: 1;
  }

  .simulation-section__header .section-heading__title {
    font-size: clamp(2rem, 8vw, 2.4rem);
    line-height: 1;
  }

  .service-section__header .section-heading__lead {
    margin-top: 4px;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .simulation-section__header .section-heading__lead {
    margin-top: 4px;
    font-size: 0.9rem;
    line-height: 1.5;
  }

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

  .service-card {
    min-height: 100%;
    padding: 14px 12px;
    border-radius: 14px;
    text-align: center;
  }

  .service-card__icon {
    width: 54px;
    height: 54px;
  }

  .service-card__icon svg {
    width: 26px;
    height: 26px;
  }

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

  .content-card__actions {
    flex-direction: column;
  }

  .content-card__actions .button {
    width: 100%;
  }

  .article-cta {
    grid-template-columns: 1fr;
  }

  .article-cta__visual {
    grid-template-columns: auto auto;
    align-content: center;
    justify-content: center;
    gap: 18px;
    min-height: 126px;
    padding: 22px;
  }

  .article-cta__visual-icon {
    width: 70px;
    height: 70px;
  }

  .article-cta__visual-icon svg {
    width: 32px;
    height: 32px;
  }

  .article-cta__script {
    font-size: 2rem;
  }

  .article-cta__body {
    padding: 26px 20px 30px;
  }

  .article-cta__body h2 {
    font-size: clamp(1.45rem, 7vw, 1.8rem);
  }

  .article-cta__features {
    grid-template-columns: 1fr;
  }

  .article-cta__features li {
    grid-template-columns: 36px minmax(0, 1fr);
    justify-items: start;
    min-height: 0;
    padding: 10px 12px;
    text-align: left;
  }

  .article-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .article-cta__primary {
    width: 100%;
    min-width: 0;
  }

  .article-cta__secondary {
    justify-content: center;
  }

  .breadcrumbs {
    margin-bottom: 10px;
  }

  .hero-section__local-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.09em;
  }

  .simulation-section__header {
    margin-bottom: 38px;
  }

  .simulation-section__header::before {
    left: -0.2em;
    top: -0.24em;
    font-size: clamp(4.6rem, 19vw, 6rem);
  }

  .pricing-summary__card:last-child {
    grid-column: auto;
  }

  .pricing-summary__inner {
    padding: 30px 20px 24px;
  }

  .pricing-summary__icon {
    width: 78px;
    height: 78px;
  }

  .pricing-summary__icon svg {
    width: 32px;
    height: 32px;
  }

  .pricing-summary__caption--notes {
    gap: 4px;
    margin-top: 20px;
    line-height: 1.75;
  }

  .pricing-overview {
    gap: 18px;
    margin-top: 34px;
  }

  .pricing-overview__intro {
    margin-bottom: 14px;
    padding: 0;
  }

  .pricing-overview__head {
    gap: 14px;
    min-height: 28px;
  }

  .pricing-overview__head::before {
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0 6px rgba(var(--color-accent-rgb), 0.08);
  }

  .pricing-overview__title {
    font-size: 1.56rem;
    letter-spacing: 0.06em;
  }

  .pricing-overview__item-main {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    padding: 18px 18px;
  }

  .pricing-overview__item-label {
    width: 100%;
  }

  .pricing-overview__item-label > div {
    min-width: 0;
  }

  .pricing-overview__item-main strong {
    min-width: 0;
    padding-left: 26px;
    font-size: 1.18rem;
    text-align: left;
  }
}

@media (max-width: 480px) {
  :root {
    --profile-crop-y: 12%;
    --profile-crop-scale: 1.88;
    --profile-frame-width: min(72vw, 248px);
  }

  .site-footer__meta p,
  .info-cards__item,
  .contact-highlights__item,
  .local-proof__item {
    padding: 14px;
  }

  .seo-checklist li {
    padding-left: 20px;
  }

  .hero-section__visual {
    width: min(94vw, 360px);
    min-height: 330px;
  }

  .hero-section__profile-bg {
    left: auto;
    right: 6px;
    margin-inline: 0;
  }

  .hero-section__location {
    padding: 8px 12px;
    font-size: 0.72rem;
  }

  .site-header__contact {
    min-height: 48px;
    padding: 0 16px;
    font-size: 0.86rem;
  }

  .menu-toggle {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .mobile-nav__panel {
    width: 100vw;
    padding: 20px 16px 24px;
  }

  .mobile-nav__link {
    padding: 16px 40px 16px 16px;
  }

  .mobile-nav__works-link {
    min-height: 52px;
    font-size: 0.8rem;
  }

  .mobile-nav__head {
    margin-inline: 0;
    padding-inline: 0;
  }

  .mobile-nav__works-list {
    grid-template-columns: 1fr;
  }

  .hero-section__inner {
    gap: 12px;
    padding-top: 24px;
  }

  .button--contact {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 0.73rem;
  }

  .site-header__actions {
    gap: 8px;
  }

  .hero-section__title {
    max-width: none;
    font-size: clamp(1.5rem, 7.2vw, 2.02rem);
    line-height: 1.24;
  }

  .hero-section__title span {
    white-space: nowrap;
  }

  .hero-section__lead {
    max-width: 28em;
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 1.82;
  }

  .hero-section__cta-group {
    margin-top: 24px;
    gap: 12px;
  }

  .hero-section__cta {
    min-width: 0;
    min-height: 48px;
    padding-bottom: 0;
    padding-inline: 16px;
    font-size: 0.84rem;
  }

  .hero-section__visual {
    min-height: 320px;
  }

  .hero-section__visual-note {
    left: 2px;
    bottom: 38px;
    width: 102px;
  }

  .hero-section__visual-badge {
    width: 88px;
    padding: 0.64rem 0.58rem;
  }

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

  .service-section__header {
    margin-bottom: 28px;
  }

  .simulation-section__header {
    margin-bottom: 28px;
  }

  .service-section__header .section-heading__title {
    font-size: 1.95rem;
  }

  .simulation-section__header .section-heading__title {
    font-size: 1.95rem;
  }

  .service-section__header .section-heading__lead {
    font-size: 0.84rem;
  }

  .simulation-section__header .section-heading__lead {
    font-size: 0.84rem;
  }

  .service-card {
    min-height: 100%;
    padding: 12px 10px;
    border-radius: 12px;
  }

  .service-card__icon {
    width: 48px;
    height: 48px;
  }

  .service-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .service-card__title {
    margin-top: 10px;
    font-size: 0.82rem;
  }

  .service-card__description {
    font-size: 0.72rem;
  }

  .simulation-section__header::before {
    left: -0.2em;
    top: -0.24em;
    font-size: clamp(3.8rem, 18vw, 5rem);
  }

  .pricing-summary__card {
    border-radius: 18px;
  }

  .pricing-overview__item-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-form-wrap {
    padding: 16px;
    border-radius: 18px;
  }

  .CF7_table,
  .CF7_table tbody,
  .CF7_table tr,
  .CF7_table th,
  .CF7_table td {
    display: block;
    width: 100%;
  }

  .CF7_table {
    border-spacing: 0;
  }

  .CF7_table tr {
    padding: 16px 0;
    border-top: 1px solid rgba(230, 224, 216, 0.82);
  }

  .CF7_table tr:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .CF7_table th {
    padding: 0 0 10px;
  }

  .contact-form-wrap .wpcf7-list-item {
    display: flex;
    width: 100%;
    margin: 0 0 10px;
  }

  .contact-form-wrap .wpcf7-list-item label {
    width: 100%;
    justify-content: flex-start;
  }

  .CF7_btn .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }

  .cta-feature {
    min-height: 126px;
    padding: 16px 6px 18px;
  }

  .cta-feature__icon {
    width: 40px;
    height: 40px;
  }

  .cta-feature__icon svg {
    width: 17px;
    height: 17px;
  }

  .cta-feature__text {
    font-size: 0.64rem;
  }

  .works-card__body {
    padding-inline: 14px;
  }

  .works-section__header {
    margin-bottom: 22px;
  }

  .works-section__header::before {
    font-size: clamp(3.8rem, 18vw, 4.9rem);
  }

  .works-section__title {
    font-size: 1.72rem;
    line-height: 1.18;
  }

  .works-section__lead {
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .service-section__header {
    margin-bottom: 24px;
  }

  .simulation-section__header {
    margin-bottom: 24px;
  }

  .service-section__header::before {
    font-size: clamp(3.7rem, 18vw, 4.8rem);
  }

  .simulation-section__header::before {
    left: -0.2em;
    top: -0.24em;
    font-size: clamp(3.5rem, 17vw, 4.6rem);
  }

  .service-section__header .section-heading__title {
    font-size: 1.72rem;
    line-height: 1.18;
  }

  .simulation-section__header .section-heading__title {
    font-size: 1.72rem;
    line-height: 1.18;
  }

  .service-section__header .section-heading__lead {
    font-size: 0.8rem;
  }

  .simulation-section__header .section-heading__lead {
    font-size: 0.8rem;
  }

  .local-faq__item {
    border-radius: 22px;
  }

  .local-faq__title {
    line-height: 1.5;
  }

  .flow-section__card {
    padding: 24px 18px 22px;
  }

  .simulation-section__header {
    margin-bottom: 34px;
  }

  .simulation-section__header::before {
    left: -0.2em;
    top: -0.24em;
    font-size: clamp(3.9rem, 18vw, 4.9rem);
  }

  .simulation-section .section-heading__title {
    font-size: 1.92rem;
  }

  .simulation-section .section-heading__lead,
  .pricing-summary__caption {
    font-size: 0.82rem;
    line-height: 1.75;
  }

  .pricing-summary__badge {
    min-width: 120px;
    padding: 9px 16px;
    font-size: 0.82rem;
  }

  .pricing-summary__title {
    font-size: 1.22rem;
  }

  .pricing-summary__lead {
    font-size: 0.84rem;
  }

  .pricing-summary__inner {
    padding: 28px 18px 22px;
  }

  .pricing-summary__price-block {
    margin-top: 20px;
    padding-top: 18px;
  }

  .pricing-summary__caption--notes {
    font-size: 0.74rem;
  }

  .pricing-overview__item-label {
    gap: 12px;
  }

  .pricing-overview__item-label > div > p:first-child {
    font-size: 0.98rem;
  }

  .pricing-overview__item-main strong {
    padding-left: 20px;
    font-size: 1.06rem;
  }

  .pricing-overview__item-main {
    padding: 16px;
  }

  .pricing-overview__item-note {
    margin-top: 4px;
    font-size: 0.66rem;
    line-height: 1.6;
  }
}

@media (max-width: 769px) {
  .works-grid,
  .works-grid--archive,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .news-list__link {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 28px 16px 0;
  }

  .news-list__badge {
    justify-self: start;
  }

  .news-list__item h3 {
    font-size: 0.92rem;
    line-height: 1.7;
  }

  .news-list__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .cta-section__wrap {
    border-radius: 22px;
  }

  .cta-section__main {
    grid-template-columns: 58px minmax(0, auto);
    gap: 8px 12px;
    padding: 18px 16px 16px;
  }

  .cta-section__mail-icon {
    width: 58px;
    height: 58px;
  }

  .cta-section__mail-icon svg {
    width: 22px;
    height: 22px;
  }

  .cta-section__link {
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .cta-section__script {
    font-size: 1rem;
  }

  .cta-feature {
    min-height: 126px;
    padding: 16px 6px 18px;
  }

  .cta-feature__icon {
    width: 40px;
    height: 40px;
  }

  .cta-feature__icon svg {
    width: 17px;
    height: 17px;
  }

  .cta-feature__text {
    font-size: 0.64rem;
  }
}
