/* Merenda Pilot Landing v1.0.2 */
.mpilot {
  --orange: #ea8221;
  --orange-dark: #d56f10;
  --text: #2e2a27;
  --muted: #625a54;
  --line: #e9ddd0;
  --bg: #f7f2ec;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(44, 34, 26, .08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1240px;
  background: #fff;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.55;
  scroll-behavior: smooth;
}
.mpilot *, .mpilot *::before, .mpilot *::after { box-sizing: border-box; }
.mpilot a { color: inherit; text-decoration: none; }
.mpilot img { max-width: 100%; display: block; }
.mpilot svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.mpilot .mpilot-container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.mpilot .mpilot-section { padding: 64px 0; }
.mpilot .mpilot-section--tight { padding-top: 56px; padding-bottom: 56px; }
.mpilot .mpilot-kicker { display: inline-block; margin-bottom: 14px; color: var(--orange); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.mpilot .mpilot-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border-radius: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.mpilot .mpilot-btn:hover { transform: translateY(-2px); }
.mpilot .mpilot-btn--primary { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); box-shadow: 0 12px 28px rgba(234, 130, 33, .28); }
.mpilot .mpilot-btn--outline { color: var(--orange-dark); background: #fff; border: 1px solid rgba(234, 130, 33, .45); }

/* header */
.mpilot .mpilot-header { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(60,40,20,.08); backdrop-filter: blur(14px); }
.admin-bar .mpilot .mpilot-header { top: 32px; }
.mpilot .mpilot-header__inner { min-height: 104px; display: flex; align-items: center; gap: 28px; }
.mpilot .mpilot-brand img { width: 210px; height: auto; }
.mpilot .mpilot-nav { display: flex; align-items: center; gap: 44px; margin-left: auto; }
.mpilot .mpilot-nav a { font-size: 15px; font-weight: 700; color: #302b28; }
.mpilot .mpilot-nav a:hover { color: var(--orange); }
.mpilot .mpilot-menu-toggle { display: none; width: 44px; height: 44px; place-items: center; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--text); }

/* hero */
.mpilot .mpilot-hero { padding: 24px 0 0; background: #fff; }
.mpilot .mpilot-hero__wrap { display: grid; grid-template-columns: 1.08fr .92fr; gap: 0; overflow: hidden; border-radius: var(--radius-xl) var(--radius-xl) 0 0; }
.mpilot .mpilot-hero__content { padding: 64px 54px 52px; background: linear-gradient(180deg, #f5efe8, #faf7f3); position: relative; }
.mpilot .mpilot-hero__content::after { content: ''; position: absolute; top: 0; right: -52px; width: 104px; height: 100%; background: linear-gradient(180deg, #f08c2c, #e27612); border-radius: 0 100px 100px 0; }
.mpilot .mpilot-hero__content h1 { max-width: 610px; margin: 0; font-size: clamp(42px, 5.2vw, 72px); line-height: .98; letter-spacing: -.05em; }
.mpilot .mpilot-hero__content p { max-width: 520px; margin: 22px 0 0; font-size: 18px; color: var(--muted); }
.mpilot .mpilot-hero__actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.mpilot .mpilot-hero__gallery { display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-template-rows: repeat(3, 170px); gap: 8px; padding-left: 16px; background: #f5efe8; }
.mpilot .mpilot-collage { overflow: hidden; border-radius: 18px; background: #ddd; }
.mpilot .mpilot-collage img { width: 100%; height: 100%; object-fit: cover; }
.mpilot .mpilot-collage--large { grid-row: 1 / span 2; grid-column: 1; }
.mpilot .mpilot-hero__divider { height: 8px; background: linear-gradient(90deg, transparent 0 3%, var(--orange) 3% 97%, transparent 97%); }

/* section title */
.mpilot .mpilot-section-title { text-align: center; max-width: 820px; margin: 0 auto 34px; }
.mpilot .mpilot-section-title span { position: relative; display: inline-block; margin-bottom: 12px; color: var(--orange); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.mpilot .mpilot-section-title span::before,
.mpilot .mpilot-section-title span::after { content: ''; display: inline-block; width: 44px; height: 2px; margin: 0 12px 4px; background: rgba(234,130,33,.45); }
.mpilot .mpilot-section-title h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -.04em; }

/* services */
.mpilot .mpilot-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mpilot .mpilot-service-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 24px rgba(20,16,12,.05); }
.mpilot .mpilot-service-card__image { height: 190px; }
.mpilot .mpilot-service-card__image img { width: 100%; height: 100%; object-fit: cover; }
.mpilot .mpilot-service-card__body { padding: 20px 20px 22px; }
.mpilot .mpilot-service-card__icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 14px; border-radius: 999px; color: #fff; background: var(--orange); }
.mpilot .mpilot-service-card h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.12; letter-spacing: -.03em; }
.mpilot .mpilot-service-card p { margin: 0; color: var(--muted); font-size: 14px; }

/* equipment */
.mpilot .mpilot-equipment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mpilot .mpilot-equipment-card { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(20,16,12,.04); }
.mpilot .mpilot-equipment-card img { width: 100%; height: 260px; object-fit: cover; }
.mpilot .mpilot-equipment-card figcaption { padding: 14px 16px; text-align: center; font-size: 17px; font-weight: 700; }

/* gallery */
.mpilot .mpilot-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mpilot .mpilot-gallery-card { margin: 0; overflow: hidden; border-radius: 18px; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(20,16,12,.04); }
.mpilot .mpilot-gallery-card--wide { grid-column: span 2; }
.mpilot .mpilot-gallery-card img { width: 100%; height: 250px; object-fit: cover; }
.mpilot .mpilot-gallery-card--wide img { height: 320px; }
.mpilot .mpilot-gallery-card figcaption { padding: 14px 16px 16px; color: var(--muted); font-size: 14px; }

/* contact */
.mpilot .mpilot-contact { padding: 34px 0 52px; }
.mpilot .mpilot-contact__panel { display: grid; grid-template-columns: 1.05fr 1.2fr .9fr; align-items: center; gap: 24px; padding: 28px 30px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(180deg, #fffdfb, #f8f4ef); box-shadow: var(--shadow); }
.mpilot .mpilot-contact__manager { display: flex; align-items: center; gap: 18px; }
.mpilot .mpilot-avatar { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); font-size: 24px; font-weight: 800; }
.mpilot .mpilot-contact__manager h3 { margin: 0; font-size: 22px; line-height: 1.08; }
.mpilot .mpilot-contact__manager p { margin: 6px 0 0; color: var(--orange-dark); font-size: 15px; font-weight: 700; }
.mpilot .mpilot-contact__infos { display: grid; gap: 10px; padding: 0 18px; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.mpilot .mpilot-contact__infos div { display: flex; align-items: center; gap: 12px; font-size: 18px; font-weight: 700; }
.mpilot .mpilot-contact__infos svg { color: #2c2824; width: 22px; height: 22px; }
.mpilot .mpilot-contact__cta { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }
.mpilot .mpilot-contact__cta small { color: var(--muted); text-align: center; font-size: 13px; }

/* footer */
.mpilot .mpilot-footer { background: linear-gradient(90deg, #121212, #2b2b2b); }
.mpilot .mpilot-footer__inner { display: flex; align-items: center; justify-content: flex-start; gap: 32px; min-height: 124px; }
.mpilot .mpilot-footer__brand img { width: 150px; }
.mpilot .mpilot-footer__divider { width: 1px; align-self: stretch; background: rgba(255,255,255,.22); }
.mpilot .mpilot-footer__copy { color: #fff; font-size: 17px; }
.mpilot .mpilot-footer__copy a { color: var(--orange); font-weight: 800; }

/* floating */
.mpilot .mpilot-floating-wa { position: fixed; right: 18px; bottom: 18px; z-index: 998; display: inline-flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 18px; border-radius: 999px; color: #fff; background: #25D366; box-shadow: 0 18px 36px rgba(10,104,52,.28); font-size: 13px; font-weight: 800; }
.mpilot .mpilot-floating-wa svg { fill: currentColor; stroke: none; }
.mpilot .mpilot-back-top { position: fixed; z-index: 997; right: 22px; bottom: 88px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(22,19,16,.92); color: #fff; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .2s ease; }
.mpilot .mpilot-back-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

@media (max-width: 1100px) {
  .mpilot .mpilot-hero__wrap { grid-template-columns: 1fr; }
  .mpilot .mpilot-hero__content::after { display: none; }
  .mpilot .mpilot-hero__gallery { padding-left: 0; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 180px); }
  .mpilot .mpilot-collage--large { grid-row: 1 / span 2; }
  .mpilot .mpilot-services, .mpilot .mpilot-equipment-grid { grid-template-columns: repeat(2, 1fr); }
  .mpilot .mpilot-contact__panel { grid-template-columns: 1fr; }
  .mpilot .mpilot-contact__infos { border-left: 0; border-right: 0; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
}
@media (max-width: 900px) {
  .admin-bar .mpilot .mpilot-header { top: 46px; }
  .mpilot .mpilot-header__inner { min-height: 82px; }
  .mpilot .mpilot-brand img { width: 180px; }
  .mpilot .mpilot-menu-toggle { display: grid; margin-left: auto; }
  .mpilot .mpilot-nav { position: absolute; top: calc(100% + 1px); left: 16px; right: 16px; display: none; flex-direction: column; gap: 0; padding: 10px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 18px 40px rgba(0,0,0,.1); }
  .mpilot .mpilot-nav.is-open { display: flex; }
  .mpilot .mpilot-nav a { width: 100%; padding: 12px 14px; border-radius: 10px; }
  .mpilot .mpilot-btn--header { display: none; }
  .mpilot .mpilot-section-title h2 { font-size: 38px; }
  .mpilot .mpilot-gallery-grid { grid-template-columns: 1fr 1fr; }
  .mpilot .mpilot-gallery-card--wide { grid-column: span 2; }
}
@media (max-width: 640px) {
  .mpilot .mpilot-container { width: min(calc(100% - 24px), var(--container)); }
  .mpilot .mpilot-hero__content { padding: 38px 22px 30px; }
  .mpilot .mpilot-hero__content h1 { font-size: clamp(36px, 11vw, 54px); }
  .mpilot .mpilot-hero__content p { font-size: 16px; }
  .mpilot .mpilot-hero__actions { flex-direction: column; }
  .mpilot .mpilot-hero__actions .mpilot-btn { width: 100%; }
  .mpilot .mpilot-hero__gallery { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(4, 128px); }
  .mpilot .mpilot-collage--large { grid-column: span 2; grid-row: 1 / span 2; }
  .mpilot .mpilot-services, .mpilot .mpilot-equipment-grid, .mpilot .mpilot-gallery-grid { grid-template-columns: 1fr; }
  .mpilot .mpilot-gallery-card--wide { grid-column: auto; }
  .mpilot .mpilot-equipment-card img { height: 220px; }
  .mpilot .mpilot-gallery-card img, .mpilot .mpilot-gallery-card--wide img { height: 220px; }
  .mpilot .mpilot-section-title span::before, .mpilot .mpilot-section-title span::after { width: 26px; margin: 0 8px 4px; }
  .mpilot .mpilot-section-title h2 { font-size: 32px; }
  .mpilot .mpilot-contact__panel { padding: 22px; }
  .mpilot .mpilot-contact__infos div { font-size: 17px; }
  .mpilot .mpilot-footer__inner { flex-direction: column; justify-content: center; gap: 14px; padding: 24px 0; }
  .mpilot .mpilot-footer__divider { display: none; }
  .mpilot .mpilot-floating-wa { width: 54px; height: 54px; padding: 0; justify-content: center; }
  .mpilot .mpilot-floating-wa span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .mpilot *, .mpilot *::before, .mpilot *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}

/* v1.0.3 — página de construção com senha */
.mpilot-gate {
    position: relative;
    min-height: 100vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 48px 22px;
    color: #fff;
    background:
        radial-gradient(circle at 20% 20%, rgba(223,125,41,.19), transparent 32%),
        radial-gradient(circle at 83% 75%, rgba(187,88,20,.18), transparent 35%),
        linear-gradient(145deg, #090807, #17110d 52%, #080706);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.mpilot-gate *, .mpilot-gate *::before, .mpilot-gate *::after { box-sizing: border-box; }
.mpilot-gate__photo {
    position: absolute;
    inset: 0;
    opacity: .13;
    background:
        linear-gradient(90deg, rgba(8,7,6,.96) 0%, rgba(8,7,6,.65) 44%, rgba(8,7,6,.88) 100%),
        url('../images/equipamento-exaustao-coifa.png') center/cover no-repeat;
    filter: saturate(.7) contrast(1.05);
}
.mpilot-gate::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .09;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at center, #000, transparent 78%);
}
.mpilot-gate__ambient { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.mpilot-gate__ambient--one { width: 340px; height: 340px; top: -80px; left: -80px; background: rgba(235,130,37,.17); }
.mpilot-gate__ambient--two { width: 390px; height: 390px; right: -100px; bottom: -120px; background: rgba(194,74,13,.14); }
.mpilot-gate__content {
    position: relative;
    z-index: 2;
    width: min(100%, 760px);
    padding: 48px 52px 34px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 34px;
    text-align: center;
    background: linear-gradient(160deg, rgba(22,17,13,.88), rgba(9,8,7,.77));
    box-shadow: 0 35px 90px rgba(0,0,0,.46);
    backdrop-filter: blur(18px);
}
.mpilot-gate__brand img {
    width: min(100%, 470px);
    max-height: 270px;
    object-fit: contain;
    margin-inline: auto;
    filter: drop-shadow(0 16px 30px rgba(223,125,41,.16));
}
.mpilot-gate__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
    padding: 8px 13px;
    border: 1px solid rgba(255,171,91,.2);
    border-radius: 999px;
    color: #ffc28d;
    background: rgba(223,125,41,.08);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.mpilot-gate__badge::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f09542;
    box-shadow: 0 0 0 6px rgba(240,149,66,.1);
}
.mpilot-gate h1 {
    margin: 24px auto 0;
    max-width: 620px;
    color: #fff;
    font-size: clamp(38px, 6vw, 66px);
    line-height: 1.02;
    letter-spacing: -.055em;
}
.mpilot-gate__content > p {
    max-width: 590px;
    margin: 18px auto 0;
    color: #bbb0a7;
    font-size: 16px;
    line-height: 1.7;
}
.mpilot-gate__form {
    margin-top: 31px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 22px;
    background: rgba(255,255,255,.045);
}
.mpilot-gate__form > label {
    display: block;
    margin: 0 0 9px;
    color: #e5ddd6;
    text-align: left;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.mpilot-gate__form-row { display: grid; grid-template-columns: 1fr auto; gap: 11px; }
.mpilot-gate__input-wrap { position: relative; }
.mpilot-gate__input-wrap svg {
    position: absolute;
    top: 50%;
    left: 17px;
    width: 21px;
    height: 21px;
    transform: translateY(-50%);
    fill: none;
    stroke: #a6988c;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.mpilot-gate__input-wrap input {
    width: 100%;
    height: 58px;
    padding: 0 18px 0 50px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 15px;
    outline: none;
    color: #fff;
    background: rgba(4,4,4,.42);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.mpilot-gate__input-wrap input::placeholder { color: #7f746c; }
.mpilot-gate__input-wrap input:focus { border-color: #df7d29; box-shadow: 0 0 0 4px rgba(223,125,41,.11); }
.mpilot-gate__form button {
    min-width: 178px;
    height: 58px;
    padding: 0 24px;
    border: 0;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(135deg, #ed913c, #bd570e);
    box-shadow: 0 15px 30px rgba(190,82,12,.26);
    font-weight: 900;
    cursor: pointer;
    transition: transform .2s ease, filter .2s ease;
}
.mpilot-gate__form button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.mpilot-gate__error {
    margin-top: 12px;
    padding: 11px 13px;
    border: 1px solid rgba(255,117,117,.17);
    border-radius: 12px;
    color: #ffc4c4;
    background: rgba(177,35,35,.12);
    font-size: 12px;
}
.mpilot-gate__note {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
    color: #867b73;
    font-size: 11px;
}
.mpilot-gate__note span { width: 6px; height: 6px; border-radius: 50%; background: #55c981; }
.mpilot-gate__footer {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    padding-top: 19px;
    border-top: 1px solid rgba(255,255,255,.07);
    color: #736a64;
    font-size: 10px;
}
.mpilot-gate__footer a { color: #d88943; text-decoration: none; font-weight: 800; }
@media (max-width: 680px) {
    .mpilot-gate { padding: 22px 13px; }
    .mpilot-gate__content { padding: 31px 20px 24px; border-radius: 25px; }
    .mpilot-gate__brand img { max-height: 210px; }
    .mpilot-gate h1 { font-size: 40px; }
    .mpilot-gate__content > p { font-size: 14px; }
    .mpilot-gate__form { padding: 15px; }
    .mpilot-gate__form-row { grid-template-columns: 1fr; }
    .mpilot-gate__form button { width: 100%; }
    .mpilot-gate__footer { flex-direction: column; gap: 5px; }
}
