/* Trust, delivery and follow-up sections of the September 2026 homepage. */
.project-care *,
.project-care *::before { box-sizing: border-box; }
.home-conversion .project-care { padding: 72px 0; color: #373737; }
.trust-heading { max-width: 760px; margin-bottom: 32px; }
.trust-eyebrow { margin: 0 0 12px; color: #75657f; font-size: 12px; line-height: 1.5; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.trust-heading h2 { margin: 0 0 20px; font-size: clamp(30px, 3.4vw, 46px); line-height: 1.15; letter-spacing: -.035em; font-weight: 600; }
.trust-heading > p:last-child { font-size: 17px; line-height: 1.65; color: #69616f; }
.care-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 32px 0; }
.care-grid article { padding: 26px; border-radius: 24px; background: #f7f4fa; border: 1px solid #e9e1ef; }
.care-grid span { display: block; margin-bottom: 18px; color: #75657f; font-size: 12px; font-weight: 600; }
.care-grid h3 { margin: 0 0 14px; font-size: 21px; font-weight: 600; line-height: 1.3; letter-spacing: -.025em; }
.care-grid p { margin: 0; font-size: 14px; line-height: 1.75; color: #69616f; }
.home-conversion .project-care { padding-top: 48px; }
.care-grid article { background: #fff; }
.trust-faq { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); align-items: start; gap: 24px; padding: 52px 0 0; scroll-margin-top: 100px; }
.faq-invite { position: relative; isolation: isolate; overflow: hidden; padding: 36px; border-radius: 28px; background: linear-gradient(135deg, #554187, #7560a5); color: #fff; }
.faq-invite::before, .faq-invite::after { content: ""; position: absolute; z-index: -1; width: 240px; height: 240px; right: -150px; top: -100px; border: 1px solid #ffffff26; border-radius: 50%; pointer-events: none; }
.faq-invite::after { width: 330px; height: 330px; right: -195px; top: -145px; }
.trust-faq h3 { font-size: clamp(30px, 3vw, 40px); line-height: 1.15; font-weight: 600; letter-spacing: -.035em; margin: 0 0 20px; }
.faq-invite > p { max-width: 360px; color: #f5effc; font-size: 15px; line-height: 1.65; margin: 0 0 30px; }
.trust-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 16px 22px; min-height: 54px; border: 0; border-radius: 16px; background: #fff; font: 600 15px/1.5 Montserrat, sans-serif; color: #4d3973; text-decoration: none; cursor: pointer; transition: background .18s ease; }
.trust-button span { font-size: 22px; line-height: 1; transition: transform .18s ease; }
.trust-faq-list { display: grid; gap: 12px; }
.trust-faq-list details { min-width: 0; border: 1px solid transparent; border-radius: 20px; background: #f6f2fa; transition: background .18s ease, border-color .18s ease; }
.trust-faq-list details[open] { background: #fff; border-color: #d8c9e9; }
.trust-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 76px; padding: 20px 24px; border-radius: 20px; font-size: 16px; font-weight: 600; line-height: 1.4; list-style: none; cursor: pointer; }
.trust-faq-list summary::-webkit-details-marker { display: none; }
.faq-toggle { position: relative; flex: 0 0 30px; height: 30px; border-radius: 50%; background: #e9dff3; color: #614783; }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; width: 12px; height: 2px; top: 14px; left: 9px; border-radius: 1px; background: currentColor; }
.faq-toggle::after { transform: rotate(90deg); transition: transform .18s ease; }
.trust-faq-list details[open] .faq-toggle::after { transform: rotate(0); }
.trust-faq-list details p { margin: 0; padding: 0 24px 24px; font-size: 15px; line-height: 1.7; color: #69616f; }
.project-care :is(a, button, summary, video):focus-visible { outline: 3px solid #80519b; outline-offset: 5px; }
.faq-invite .trust-button:focus-visible { outline-color: #fff; }
@media (hover: hover) {
  .trust-button:hover { background: #f0e7fa; }
  .trust-button:hover span { transform: translate(2px, -2px); }
  .trust-faq-list details:hover { border-color: #d8c9e9; }
}
@media (max-width: 1000px) {
  .care-grid article { padding: 22px; }
  .care-grid h3 { font-size: 19px; }
  .trust-faq { gap: 18px; }
  .faq-invite { padding: 28px; }
  .trust-faq-list summary { padding: 18px 20px; }
  .trust-faq-list details p { padding: 0 20px 22px; }
}
@media (max-width: 900px) {
  .trust-faq { grid-template-columns: 1fr; }
  .faq-invite { padding: 32px; }
  .faq-invite > p { max-width: 440px; }
}
@media (max-width: 760px) {
  .home-conversion .project-care { padding: 42px 0; }
  .trust-heading { margin-bottom: 24px; }
  .trust-heading > p:last-child { font-size: 15px; }
  .care-grid { grid-template-columns: 1fr; gap: 16px; }
  .care-grid h3 { font-size: 21px; }
  .care-grid span { margin-bottom: 12px; }
  .trust-faq { gap: 16px; padding: 24px 0 0; }
  .faq-invite { padding: 28px 24px; border-radius: 24px; }
  .faq-invite > p { margin-bottom: 24px; }
  .trust-faq-list summary { min-height: 72px; gap: 14px; padding: 18px; font-size: 15px; }
  .trust-faq-list details p { padding: 0 18px 20px; font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-conversion { scroll-behavior: auto; }
  .home-conversion *, .home-conversion *::before, .home-conversion *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.brief-heading .brief-budget-note { margin-top: 20px; padding: 18px 22px; border: 1px solid #e3d8ed; border-radius: 18px; background: #f8f4fc; font-size: 14px; }
.brief-budget-note a { color: #65457b; text-decoration: underline; text-underline-offset: 3px; }
.brief-heading .brief-no-obligation { font-size: 13px; margin-top: 14px; }
.promotion-summary { display: grid; grid-template-columns: 1fr 1.65fr; gap: 60px; padding: 32px; border-radius: 24px; background: #edf3fb; margin-top: 30px; }
.promotion-summary h3 { font-size: 27px; line-height: 1.3; font-weight: 600; margin: 0; }
.promotion-summary p:not(.trust-eyebrow) { font-size: 14px; line-height: 1.75; margin: 0 0 16px; color: #596676; }
.promotion-summary a { color: #514269; text-decoration: underline; font-size: 14px; line-height: 1.6; }
@media (max-width: 760px) {
  .promotion-summary { grid-template-columns: 1fr; gap: 16px; padding: 26px 22px; }
}


/* Keep the landing footer within tablet widths, including the email link. */
@media (min-width: 769px) and (max-width: 1024px) {
    .footer__flex { flex-wrap: wrap; gap: 24px; }
    .footer__item:first-child { flex: 1 1 100%; display: flex; flex-wrap: wrap; gap: 16px 32px; }
    .footer__item:first-child a + a { margin-left: 0; }
}

/* Form and footer fixes. The team keeps its August styles unchanged. */
.home-conversion .feedback form:has(.lead-contact) .form-btn { display: block; width: 100%; min-height: 50px; padding: 15px 18px; border: 0; border-radius: 26px; background: #373737; color: #fff; font-family: inherit; font-size: 13px; line-height: 1.6; text-transform: none; }
.home-conversion .feedback form:has(.lead-contact) .form-btn::after { display: none; }
.home-conversion .feedback .form-btn:focus-visible { outline: 3px solid #65507e; outline-offset: 4px; }
.home-conversion .lead-channel-hint, .home-conversion .lead-extra small { color: #73617f; }
.home-conversion .footer { background: linear-gradient(180deg, #423a83 0, #705b94 100%); padding-bottom: max(100px, calc(84px + env(safe-area-inset-bottom))); }
.home-conversion .modal__close { width: 44px; height: 44px; top: 28px; right: 28px; background-size: 20px 20px; }
@media (max-width: 919px) {
    .home-conversion .modal__close { top: 6px; right: 6px; background-size: 15px 15px; }
}
@media (max-width: 359px) {
    .home-conversion #contacts .section-title { font-size: 28px; }
}

/* Posters and card geometry must not depend on video metadata loading. */
.home-conversion .video-reviews__item { position: relative; }
.home-conversion .video-reviews__media { position: absolute; inset: 0; }
@media (max-width: 920px) {
  /* Leave room for native playback controls and a glimpse of the next review. */
  .home-conversion .video-reviews__grid {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 15px;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px 6px;
  }
  .home-conversion .video-reviews__item {
    flex: 0 0 clamp(220px, 72vw, 320px);
    width: auto;
    min-width: 0;
    max-width: calc(100% - 12px);
    aspect-ratio: 9 / 16;
    border-radius: 28px;
    scroll-snap-align: start;
  }
}
.home-conversion .video-reviews__grid:focus-visible { outline: 2px solid #80519b; outline-offset: 4px; }
