/* Shared homepage/project brief: retain the existing inquiry endpoint and brand palette. */
.sf-home-brief {
  min-width: 0;
  padding: 30px;
  border: 1px solid #e9e9e7;
  border-radius: 18px;
  background: #fff;
  color: #1f2328;
  box-shadow: 0 24px 60px -32px #0009;
}
.sf-home-brief *, .sf-home-brief *::before, .sf-home-brief *::after { box-sizing: border-box; }
.sf-home-brief__heading { margin-bottom: 22px; }
.sf-home-brief__heading :is(h2, h3) { margin: 0 0 6px; font-size: 24px; font-weight: 800; line-height: 1.25; letter-spacing: -.025em; }
.sf-home-brief__heading p { margin: 0; color: #5f6368; font-size: 14px; line-height: 1.5; }
.sf-home-brief__fields { display: flex; flex-direction: column; gap: 16px; }
.sf-home-brief__required { margin: 0 0 -5px; color: #5f6368; font-size: 12px; line-height: 1.5; }
.sf-home-brief__field { display: block; min-width: 0; }
.sf-home-brief__field > span { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 700; line-height: 1.4; }
.sf-home-brief__field input, .sf-home-brief__field select, .sf-home-brief__field textarea {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px;
  border: 1px solid #cdd1d5;
  border-radius: 8px;
  background: #fff;
  color: #1f2328;
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
}
.sf-home-brief__field input::placeholder, .sf-home-brief__field textarea::placeholder { color: #73777c; opacity: 1; }
.sf-home-brief__field textarea { min-height: 112px; resize: vertical; }
.sf-home-brief__field :is(input, select, textarea):focus-visible, .sf-home-brief .sf-submit:focus-visible { outline: 2px solid #c8102e; outline-offset: 3px; }
.sf-home-brief__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; }
.sf-home-brief__help { margin: 8px 0 0; font-size: 13px; line-height: 1.5; color: #5f6368; }
.sf-home-brief__contact-help { margin-top: -8px; }
.sf-home-brief__whatsapp { padding: 15px; border: 1px solid #e9ddd9; border-radius: 10px; background: #faf7f5; }
.sf-home-brief__field > .sf-home-brief__wa-label { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 10px; }
.sf-home-brief__optional { font-size: 12px; font-weight: 400; color: #5f6368; }
.sf-home-brief__badge { padding: 3px 8px; border-radius: 4px; background: #f5e6e9; color: #9f1028; font-size: 11px; font-weight: 700; }
.sf-home-brief__references { margin: -3px 0 0; color: #5f6368; font-size: 13px; line-height: 1.5; }
.sf-home-brief .sf-submit { display: flex; align-items: center; justify-content: center; gap: 14px; width: 100%; min-height: 52px; padding: 14px 18px; border: 0; border-radius: 8px; background: #c8102e; color: #fff; font: inherit; font-size: 16px; font-weight: 700; cursor: pointer; }
.sf-home-brief .sf-submit:hover { background: #a90e27; }
.sf-home-brief .sf-submit > span { font-size: 22px; line-height: 1; }
.sf-home-brief__reassurance { margin: -2px 0 0; text-align: center; font-size: 12px; line-height: 1.5; color: #5f6368; }
.sf-home-brief .sf-form-status { margin: 0; }
.sf-project-brief { border-radius: 12px; box-shadow: 0 24px 60px -36px #1f232859; }

/* Start Project: editorial guidance with hand-drawn process cues. */
.sf-project-intro { position: relative !important; top: auto !important; min-width: 0; }
.sf-project-promises { display: flex; flex-direction: column; gap: 14px; max-width: 470px; padding: 0; margin: 0 0 24px; list-style: none; color: #1f2328; font-size: 15px; }
.sf-project-promises li { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 11px; align-items: start; line-height: 1.5; }
.sf-project-promises svg { width: 22px; height: 22px; margin-top: 1px; fill: none; stroke: #c8102e; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.sf-project-actions { display: flex; flex-wrap: wrap; gap: 10px; max-width: 470px; margin: 0 0 28px; }
.sf-project-actions a { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 12px 17px; border: 1px solid #c8102e; border-radius: 7px; font-size: 14px; font-weight: 700; line-height: 1.3; text-decoration: none; transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease; }
.sf-project-actions a:focus-visible { outline: 3px solid #0b57d0 !important; outline-offset: 3px; }
.sf-project-actions__primary { background: #c8102e; color: #fff !important; box-shadow: 0 12px 26px -17px #680819; }
.sf-project-actions__secondary { background: #fff; color: #8d0d22 !important; }
.sf-project-actions a:hover { transform: translateY(-2px); text-decoration: none; }
.sf-project-actions__primary:hover { background: #a90e27; box-shadow: 0 16px 30px -17px #680819; }
.sf-project-actions__secondary:hover { background: #faf4f4; }
.sf-project-actions a > span { font-size: 18px; line-height: 1; transition: transform .2s ease; }
.sf-project-actions__primary:hover > span { transform: translateY(3px); }
.sf-project-actions__secondary:hover > span { transform: translate(2px, -2px); }
.sf-project-next { position: relative; max-width: 470px; padding: 20px 22px 10px; border: 1px solid #dedbd6; border-radius: 12px; background: #f8f6f2; overflow: hidden; }
.sf-project-next::before { content: ''; position: absolute; width: 110px; height: 15px; right: 18px; top: 17px; border-top: 2px solid rgba(200,16,46,.58); border-radius: 50%; transform: rotate(-3deg); }
.sf-project-next__heading { position: relative; z-index: 1; margin-bottom: 6px; }
.sf-project-next__heading > span { display: block; color: #8d0d22; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sf-project-next__heading h2 { margin: 5px 0 0; color: #1f2328; font-family: "Plus Jakarta Sans",sans-serif; font-size: 18px; line-height: 1.35; letter-spacing: -.02em; text-transform: none; }
.sf-project-next__steps { position: relative; z-index: 1; padding: 0; margin: 0; list-style: none; }
.sf-project-next__steps li { display: grid; grid-template-columns: 54px minmax(0,1fr); gap: 14px; align-items: start; padding: 15px 0; border-top: 1px solid #dedbd6; }
.sf-project-next__steps li:first-child { border-top: 0; }
.sf-project-next__icon { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid #d6d0c8; border-radius: 47% 43% 48% 44% / 44% 49% 43% 50%; background: #fff; color: #34383d; transform: rotate(-1.4deg); transition: transform .2s ease, border-color .2s ease; }
.sf-project-next__steps li:nth-child(2) .sf-project-next__icon { transform: rotate(1.2deg); }
.sf-project-next__steps li:nth-child(3) .sf-project-next__icon { transform: rotate(-.5deg); }
.sf-project-next__steps li:hover .sf-project-next__icon { border-color: #c8102e; transform: translateY(-2px) rotate(0); }
.sf-project-next__icon svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sf-project-next__icon path { vector-effect: non-scaling-stroke; }
.sf-project-next__icon .sf-project-next__accent { stroke: #c8102e; stroke-width: 2.3; }
.sf-project-next__number { display: block; margin-bottom: 3px; color: #a40d25; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.sf-project-next__steps strong { display: block; color: #1f2328; font-size: 15px; line-height: 1.35; }
.sf-project-next__steps p { margin: 4px 0 0; color: #5f6368; font-size: 13px; line-height: 1.5; }
.sf-project-brief { scroll-margin-top: 106px; }
.sf-project-brief .sf-submit { position: relative; overflow: hidden; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; box-shadow: 0 12px 28px -18px #680819; }
.sf-project-brief .sf-submit::after { content: ''; position: absolute; inset: -60% auto -60% -35%; width: 22%; background: linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent); transform: skewX(-20deg) translateX(-180%); transition: transform .55s ease; pointer-events: none; }
.sf-project-brief .sf-submit:hover { transform: translateY(-2px); box-shadow: 0 18px 32px -19px #680819; }
.sf-project-brief .sf-submit:hover::after { transform: skewX(-20deg) translateX(760%); }
@media (prefers-reduced-motion: no-preference) {
  .sf-project-intro > *, .sf-project-brief { animation: sf-project-rise .55s ease backwards; }
  .sf-project-intro > :nth-child(2) { animation-delay: .05s; }
  .sf-project-intro > :nth-child(3) { animation-delay: .1s; }
  .sf-project-intro > :nth-child(4) { animation-delay: .15s; }
  .sf-project-intro > :nth-child(5) { animation-delay: .2s; }
  .sf-project-intro > :nth-child(6) { animation-delay: .25s; }
  .sf-project-brief { animation-delay: .12s; }
  .sf-project-next__icon path { stroke-dasharray: 130; stroke-dashoffset: 130; animation: sf-project-draw .9s .35s ease forwards; }
}
@keyframes sf-project-rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes sf-project-draw { to { stroke-dashoffset: 0; } }
@media (max-width: 820px) {
  #start .sf-home-brief { display: block !important; padding: 24px; border-radius: 14px; }
  #start .sf-home-mobile-start__button { display: none; }
  .sf-home-brief__row { grid-template-columns: minmax(0, 1fr); gap: 16px; }
  .sf-project-brief { padding: 24px; }
  .sf-home-brief__field input, .sf-home-brief__field select, .sf-home-brief__field textarea { font-size: 16px; }
  .sf-page--start-your-project .sf-project-intro > *,
  .sf-page--start-your-project .sf-project-brief,
  .sf-page--start-your-project .sf-project-next__icon path { animation: none !important; }
}
@media (max-width: 560px) {
  .sf-project-actions { flex-direction: column; }
  .sf-project-actions a { width: 100%; }
  .sf-project-next { padding: 18px 17px 8px; }
  .sf-project-next::before { width: 74px; right: 15px; }
  .sf-project-next__steps li { grid-template-columns: 50px minmax(0,1fr); gap: 12px; }
  .sf-project-next__icon { width: 46px; height: 46px; }
  .sf-project-next__icon svg { width: 40px; height: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  .sf-project-intro > *, .sf-project-brief, .sf-project-next__icon path { animation: none !important; }
  .sf-project-actions a, .sf-project-actions a > span, .sf-project-next__icon, .sf-project-brief .sf-submit, .sf-project-brief .sf-submit::after { transition: none !important; }
}
@media (max-width: 430px) {
  #start .sf-home-brief { padding: 20px 16px; }
  .sf-home-brief__whatsapp { padding: 12px; }
  .sf-project-brief { padding: 20px 16px; }
}

/* 21 Sep 2026: destination hidden (country comes from the phone number); attachment block spacing */
.sf-home-brief__field--hidden, .sf-home-brief__field[hidden] { display: none !important; }
.sf-home-brief .sf-attach { margin: 4px 0 6px; }
.sf-home-brief .sf-attach__drop { background: #fff; }
