.elementor-555 .elementor-element.elementor-element-b1c1061{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-6cc69d8 *//* ================================================================
   METAL DESIGN TELAS — CSS V4
   Cole em: Elementor > Configurações > CSS Personalizado
   ================================================================ */

:root {
  --md-brand: #8f3a8e;
  --md-brand-h: #7a2e79;
  --md-brand-l: #f8f0f8;
  --md-brand-s: rgba(143,58,142,.3);
  --md-steel: #1a2332;
  --md-steel-m: #2c3e55;
  --md-gold: #f4a623;
  --md-off: #f8f7f4;
  --md-gray: #6b6660;
  --md-border: rgba(26,35,50,.12);
  --md-ok: #1a7a4a;
}

.md-lp *, .md-lp *::before, .md-lp *::after { box-sizing: border-box; }
.md-lp { font-family: 'Sora', sans-serif; color: #1a1714; overflow-x: clip; }
.md-lp img { max-width: 100%; display: block; }

/* ── WA FLUTUANTE ── */
.md-wa { position: fixed; bottom: 28px; right: 28px; z-index: 9999; background: #25D366; color: #fff; border-radius: 50px; padding: 14px 22px; display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; font-family: 'Sora',sans-serif; text-decoration: none; animation: md-pulse 2.5s infinite; transition: transform .2s; }
.md-wa:hover { transform: translateY(-2px); color: #fff; }
.md-wa svg { width: 22px; height: 22px; flex-shrink: 0; }
@keyframes md-pulse { 0%,100%{box-shadow:0 6px 24px rgba(37,211,102,.4)} 50%{box-shadow:0 6px 32px rgba(37,211,102,.65)} }

/* ── TOPBAR ── */
.md-topbar { background: var(--md-steel); color: rgba(255,255,255,.75); font-size: 12.5px; padding: 9px 20px; text-align: center; letter-spacing: .02em; font-family: 'Sora',sans-serif; }
.md-topbar strong { color: var(--md-gold); }

/* ── NAV ── */
.md-nav { position: sticky; top: 0; z-index: 999; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--md-border); padding: 0 5%; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.md-nav-logo img { height: 48px; width: auto; display: block; }
.md-nav-cta { background: var(--md-brand); color: #fff !important; border: none; border-radius: 8px; padding: 11px 22px; font-size: 13px; font-weight: 600; font-family: 'Sora',sans-serif; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background .2s, transform .15s; white-space: nowrap; }
.md-nav-cta:hover { background: var(--md-brand-h); transform: translateY(-1px); }

/* ── HERO ── */
.md-hero { background: var(--md-steel); position: relative; overflow: hidden; padding: 72px 5% 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; min-height: 520px; }
.md-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: repeating-linear-gradient(0deg,transparent,transparent 18px,rgba(255,255,255,.025) 18px,rgba(255,255,255,.025) 19px), repeating-linear-gradient(90deg,transparent,transparent 18px,rgba(255,255,255,.025) 18px,rgba(255,255,255,.025) 19px); }
.md-hero::after { content: ''; position: absolute; right: -120px; top: -80px; width: 560px; height: 560px; pointer-events: none; background: radial-gradient(circle,rgba(143,58,142,.2) 0%,transparent 65%); }
.md-hero-c { position: relative; z-index: 1; }
.md-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(143,58,142,.2); border: 1px solid rgba(143,58,142,.4); border-radius: 50px; padding: 6px 16px; font-size: 12px; font-weight: 600; color: #d88ad7; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 24px; }
.md-hero h1 { font-size: clamp(26px,3.2vw,44px); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -.03em; margin-bottom: 18px; }
.md-hero h1 span { color: #d88ad7; }
.md-hero-sub { font-size: 15px; color: rgba(255,255,255,.72); line-height: 1.7; margin-bottom: 32px; max-width: 480px; }
.md-hero-sub strong { color: rgba(255,255,255,.92); font-weight: 600; }
.md-trust { display: flex; align-items: center; gap: 14px; margin-top: 20px; flex-wrap: wrap; }
.md-stars { color: var(--md-gold); font-size: 15px; letter-spacing: 2px; }
.md-trust-txt { font-size: 12px; color: rgba(255,255,255,.6); line-height: 1.45; }
.md-trust-txt strong { color: rgba(255,255,255,.9); }
.md-hero-v { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.md-hi { border-radius: 10px; overflow: hidden; aspect-ratio: 1/1; background: var(--md-steel-m); }
.md-hi img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.85) contrast(1.05); transition: filter .3s; }
.md-hi:hover img { filter: brightness(.95) contrast(1.05); }
.md-hi.tall { grid-row: span 2; aspect-ratio: unset; }
.md-stats { position: absolute; bottom: 10px; left: 10px; background: rgba(26,35,50,.92); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 12px 16px; display: flex; gap: 20px; }
.md-stat { text-align: center; }
.md-stat-n { font-size: 20px; font-weight: 800; color: #d88ad7; line-height: 1; }
.md-stat-l { font-size: 9px; color: rgba(255,255,255,.6); margin-top: 3px; text-transform: uppercase; letter-spacing: .06em; }

/* ── BOTÃO ── */
.md-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--md-brand); color: #fff !important; border: none; border-radius: 10px; padding: 15px 26px; font-size: 14px; font-weight: 700; font-family: 'Sora',sans-serif; cursor: pointer; text-decoration: none; transition: background .2s, transform .15s, box-shadow .2s; box-shadow: 0 6px 24px var(--md-brand-s); letter-spacing: .01em; }
.md-btn:hover { background: var(--md-brand-h); transform: translateY(-2px); }
.md-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.md-btn.sm { font-size: 13px; padding: 12px 20px; }

/* ── SECTIONS ── */
.md-sec { padding: 64px 5%; }
.md-sec.off { background: var(--md-off); }
.md-lbl { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--md-brand); margin-bottom: 12px; }
.md-h2 { font-size: clamp(22px,2.8vw,36px); font-weight: 800; color: var(--md-steel); line-height: 1.15; letter-spacing: -.03em; margin-bottom: 14px; }
.md-h2.light { color: #fff; }
.md-desc { font-size: 15px; color: var(--md-gray); line-height: 1.75; max-width: 600px; }
.md-wrap { max-width: 1200px; margin: 0 auto; width: 100%; }

/* ── PROBLEMA ── */
.md-pg { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-top: 40px; }
.md-dors { display: flex; flex-direction: column; gap: 20px; }
.md-dor { background: #fff; border: 1px solid var(--md-border); border-radius: 12px; padding: 18px 20px; display: flex; gap: 16px; align-items: flex-start; transition: transform .2s, box-shadow .2s; }
.md-dor:hover { transform: translateX(4px); box-shadow: 0 4px 20px rgba(26,35,50,.08); }
.md-dor-ic { width: 40px; height: 40px; border-radius: 9px; background: var(--md-brand-l); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 18px; }
.md-dor-t { font-size: 13.5px; font-weight: 700; color: var(--md-steel); margin-bottom: 4px; }
.md-dor-d { font-size: 12.5px; color: var(--md-gray); line-height: 1.6; }
.md-sol { background: var(--md-steel); border-radius: 16px; padding: 32px 28px; color: #fff; position: relative; overflow: hidden; }
.md-sol::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; background: radial-gradient(circle,rgba(143,58,142,.3) 0%,transparent 70%); pointer-events: none; }
.md-sol h3 { font-size: 18px; font-weight: 700; margin-bottom: 12px; line-height: 1.3; }
.md-sol p { font-size: 13.5px; color: rgba(255,255,255,.75); line-height: 1.75; margin-bottom: 20px; }
.md-checks { display: flex; flex-direction: column; gap: 9px; margin-bottom: 24px; }
.md-ck { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,.9); }
.md-ck::before { content: ''; width: 17px; height: 17px; background: var(--md-brand); border-radius: 50%; flex-shrink: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3 8l3.5 3.5L13 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: contain; }

/* ── SPECS ── */
.md-sg { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: 16px; margin-top: 40px; }
.md-sc { border: 1.5px solid var(--md-border); border-radius: 12px; padding: 24px 18px; text-align: center; transition: border-color .2s, transform .2s; position: relative; overflow: hidden; }
.md-sc:hover { border-color: var(--md-brand); transform: translateY(-4px); }
.md-sc::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--md-brand); transform: scaleX(0); transition: transform .2s; transform-origin: left; }
.md-sc:hover::before { transform: scaleX(1); }
.md-sc-ico { font-size: 28px; margin-bottom: 12px; display: block; }
.md-sc-lbl { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--md-brand); margin-bottom: 7px; }
.md-sc-val { font-size: 17px; font-weight: 800; color: var(--md-steel); line-height: 1.2; margin-bottom: 7px; }
.md-sc-det { font-size: 12px; color: var(--md-gray); line-height: 1.5; }
.md-sc.hl { background: var(--md-steel); border-color: var(--md-steel); }
.md-sc.hl .md-sc-lbl { color: var(--md-gold); }
.md-sc.hl .md-sc-val { color: #fff; }
.md-sc.hl .md-sc-det { color: rgba(255,255,255,.6); }

/* ── CALCULADORA ── */
.md-cw { background: #fff; border: 1px solid var(--md-border); border-radius: 20px; overflow: hidden; max-width: 820px; margin: 40px auto 0; box-shadow: 0 8px 40px rgba(26,35,50,.08); }
.md-ch { background: var(--md-steel); padding: 24px 32px; display: flex; align-items: center; gap: 14px; }
.md-ch-ico { width: 44px; height: 44px; background: rgba(255,255,255,.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 20px; }
.md-ch h3 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.md-ch p { font-size: 12.5px; color: rgba(255,255,255,.6); }
.md-sheet-ind { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; }
.md-dot { width: 7px; height: 7px; border-radius: 50%; background: #c8c4bc; flex-shrink: 0; transition: background .5s; }
.md-dot.ok { background: #22c55e; }
.md-dot.err { background: #ef4444; animation: md-blink 1.5s infinite; }
@keyframes md-blink { 0%,100%{opacity:1} 50%{opacity:.4} }
.md-dot-msg { font-size: 10.5px; color: rgba(255,255,255,.5); }
.md-cb { padding: 28px 32px; }
.md-steps { display: flex; gap: 8px; margin-bottom: 28px; }
.md-step { flex: 1; height: 4px; background: var(--md-off); border-radius: 2px; transition: background .3s; }
.md-step.active { background: var(--md-brand); }
.md-step.done { background: var(--md-ok); }
.md-cg { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.md-fg { display: flex; flex-direction: column; gap: 6px; }
.md-fg label { font-size: 11.5px; font-weight: 600; color: var(--md-steel); letter-spacing: .02em; text-transform: uppercase; }
.md-in { padding: 11px 14px; border: 1.5px solid var(--md-border); border-radius: 8px; font-size: 14px; font-family: 'Sora',sans-serif; color: #1a1714; background: var(--md-off); transition: border-color .2s; -webkit-appearance: none; appearance: none; width: 100%; }
.md-in:focus { outline: none; border-color: var(--md-brand); background: #fff; }
.md-in::placeholder { color: #c8c4bc; }
.md-sel { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b6660' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; cursor: pointer; }
.md-iu { position: relative; }
.md-iu .md-in { padding-right: 44px; }
.md-iu .un { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); font-size: 12px; font-weight: 600; color: var(--md-gray); pointer-events: none; }
.md-hw { display: none; background: #fff8f0; border: 1.5px solid #f0a030; border-radius: 10px; padding: 12px 14px; margin-top: 7px; font-size: 12.5px; color: #7a4a00; line-height: 1.65; }
.md-hw.show { display: flex; align-items: flex-start; gap: 8px; }
.md-hw a { color: var(--md-brand); font-weight: 600; text-decoration: none; }
.md-prev { background: var(--md-off); border-radius: 10px; padding: 16px 18px; margin-bottom: 20px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; text-align: center; }
.md-pn { font-size: 20px; font-weight: 800; color: var(--md-steel); }
.md-pl { font-size: 10.5px; color: var(--md-gray); text-transform: uppercase; letter-spacing: .06em; margin-top: 2px; }
.md-bf { width: 100%; background: var(--md-brand); color: #fff; border: none; border-radius: 10px; padding: 15px; font-size: 14.5px; font-weight: 700; font-family: 'Sora',sans-serif; cursor: pointer; transition: background .2s, transform .15s; letter-spacing: .02em; }
.md-bf:hover { background: var(--md-brand-h); transform: translateY(-1px); }
.md-bf:disabled { background: #c8c4bc; cursor: not-allowed; transform: none; }
.md-bf.grn { background: #25D366; }
.md-bf.grn:hover { background: #1da851; }
.md-bf.lnk { display: flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; }
.md-et { display: none; }
.md-et.active { display: block; }
.md-lf { display: flex; flex-direction: column; gap: 12px; margin-bottom: 14px; }
.md-priv { display: flex; align-items: flex-start; gap: 8px; font-size: 11px; color: var(--md-gray); margin-top: 8px; line-height: 1.5; }
.md-rb { background: linear-gradient(135deg,var(--md-steel) 0%,var(--md-steel-m) 100%); border-radius: 14px; padding: 24px; color: #fff; margin-bottom: 20px; position: relative; overflow: hidden; }
.md-rb::after { content: ''; position: absolute; top: -50px; right: -50px; width: 180px; height: 180px; background: radial-gradient(circle,rgba(143,58,142,.35) 0%,transparent 70%); }
.md-ri { position: relative; z-index: 1; }
.md-rl { font-size: 10.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 5px; }
.md-rp { font-size: 38px; font-weight: 800; color: #fff; line-height: 1; margin-bottom: 4px; }
.md-rn { font-size: 11.5px; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.md-rd { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.md-rdi { background: rgba(255,255,255,.08); border-radius: 8px; padding: 9px 10px; }
.md-rdn { font-size: 15px; font-weight: 700; color: #fff; }
.md-rdl { font-size: 9.5px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .05em; margin-top: 2px; }
.md-ok-box { background: #f0faf5; border: 1px solid #a8e6c4; border-radius: 10px; padding: 14px 16px; margin-bottom: 18px; font-size: 13px; color: #1a5c38; line-height: 1.6; }

/* ── NICHOS GRID ── */
.md-nc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 36px; }
.md-nc-card { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 3/4; cursor: default; transition: transform .3s, box-shadow .3s; }
.md-nc-card:hover { transform: translateY(-5px); box-shadow: 0 14px 36px rgba(26,35,50,.15); }
.md-nc-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.md-nc-card:hover img { transform: scale(1.05); }
.md-nc-ov { position: absolute; inset: 0; background: linear-gradient(to top,rgba(26,35,50,.88) 0%,rgba(26,35,50,.2) 55%,transparent 100%); }
.md-nc-lbl { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px 14px; font-family: 'Sora',sans-serif; font-size: 14px; font-weight: 700; color: #fff; line-height: 1.3; }
.md-nc-lbl span { display: block; font-size: 10.5px; font-weight: 400; color: rgba(255,255,255,.7); margin-top: 3px; }
.md-nc-card.ni { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px 14px; }
.md-nc-ico { font-size: 32px; margin-bottom: 10px; display: block; }
.md-nc-n { font-family: 'Sora',sans-serif; font-size: 13px; font-weight: 700; color: #fff; line-height: 1.3; }
.md-nc-s { font-size: 10.5px; color: rgba(255,255,255,.6); margin-top: 5px; line-height: 1.4; }

/* ── DECRETO ── */
.md-dec { background: var(--md-steel); padding: 52px 5%; text-align: center; position: relative; overflow: hidden; }
.md-dec::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(0deg,transparent,transparent 24px,rgba(255,255,255,.02) 24px,rgba(255,255,255,.02) 25px), repeating-linear-gradient(90deg,transparent,transparent 24px,rgba(255,255,255,.02) 24px,rgba(255,255,255,.02) 25px); }
.md-dec-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(143,58,142,.2); border: 1px solid rgba(143,58,142,.4); border-radius: 50px; padding: 6px 16px; font-size: 11.5px; font-weight: 700; color: #d88ad7; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 18px; position: relative; }
.md-dec h2 { font-size: clamp(20px,2.6vw,32px); font-weight: 800; color: #fff; line-height: 1.2; margin-bottom: 14px; position: relative; }
.md-dec p { font-size: 14.5px; color: rgba(255,255,255,.7); line-height: 1.75; max-width: 580px; margin: 0 auto 28px; position: relative; }

/* ── DEPOIMENTOS — SLIDER ── */
.md-depo-wrap { position: relative; margin-top: 40px; }
.md-depo-slider { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; scrollbar-width: none; }
.md-depo-slider::-webkit-scrollbar { display: none; }
.md-dp { background: #fff; border: 1px solid var(--md-border); border-radius: 14px; padding: 22px; transition: transform .2s, box-shadow .2s; flex: 0 0 300px; scroll-snap-align: start; }
.md-dp:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(26,35,50,.08); }
.md-dp-s { color: var(--md-gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.md-dp-t { font-size: 13.5px; color: #3d3934; line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.md-dp-a { display: flex; align-items: center; gap: 10px; }
.md-dp-av { width: 38px; height: 38px; border-radius: 50%; background: var(--md-steel); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; color: #fff; flex-shrink: 0; }
.md-dp-n { font-size: 12.5px; font-weight: 700; color: var(--md-steel); }
.md-dp-r { font-size: 11px; color: var(--md-gray); }
/* Botões de navegação do slider */
.md-slider-nav { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 20px; }
.md-slider-btn { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--md-border); background: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .2s; flex-shrink: 0; }
.md-slider-btn:hover { border-color: var(--md-brand); background: var(--md-brand-l); }
.md-slider-btn svg { width: 14px; height: 14px; color: var(--md-gray); }
.md-slider-btn:hover svg { color: var(--md-brand); }
.md-slider-dots { display: flex; gap: 6px; }
.md-slider-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--md-border); transition: background .2s, transform .2s; cursor: pointer; }
.md-slider-dot.active { background: var(--md-brand); transform: scale(1.3); }
.md-gbadge { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 24px auto 0; background: #fff; border: 1px solid var(--md-border); border-radius: 50px; padding: 10px 24px; width: fit-content; font-size: 13px; font-weight: 600; color: #3d3934; }

/* ── CONVERSÃO ── */
.md-conv { max-width: 760px; margin: 0 auto; text-align: center; }
.md-urg { background: var(--md-brand-l); border: 1.5px solid rgba(143,58,142,.25); border-radius: 12px; padding: 16px 20px; margin-bottom: 28px; font-size: 13px; color: var(--md-brand); font-weight: 500; line-height: 1.6; }
.md-urg strong { color: var(--md-brand-h); }
.md-lff { background: var(--md-off); border: 1px solid var(--md-border); border-radius: 16px; padding: 28px 32px; text-align: left; }
.md-lff h3 { font-size: 17px; font-weight: 700; color: var(--md-steel); margin-bottom: 5px; }
.md-lff .sub { font-size: 13px; color: var(--md-gray); margin-bottom: 20px; }
.md-fr { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.md-flbl { font-size: 11.5px; font-weight: 600; color: var(--md-steel); letter-spacing: .02em; text-transform: uppercase; display: block; margin-bottom: 6px; }
.md-bs { width: 100%; background: var(--md-brand); color: #fff; border: none; border-radius: 10px; padding: 15px; font-size: 15px; font-weight: 700; font-family: 'Sora',sans-serif; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; transition: background .2s, transform .15s; box-shadow: 0 6px 24px var(--md-brand-s); letter-spacing: .01em; margin-top: 4px; }
.md-bs:hover { background: var(--md-brand-h); transform: translateY(-1px); }
.md-ft { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 14px; flex-wrap: wrap; }
.md-fti { display: flex; align-items: center; gap: 5px; font-size: 11px; color: var(--md-gray); }
.md-fti svg { width: 13px; height: 13px; }
.md-succ { background: #f0faf5; border: 1.5px solid #a8e6c4; border-radius: 12px; padding: 20px; text-align: center; display: none; }
.md-succ.show { display: block; }
.md-succ h4 { font-size: 17px; font-weight: 700; color: var(--md-ok); margin-bottom: 7px; }
.md-succ p { font-size: 13.5px; color: #2d7a52; }

/* ── FOOTER ── */
.md-foot { background: var(--md-steel); padding: 44px 5% 24px; color: rgba(255,255,255,.6); font-family: 'Sora',sans-serif; }
.md-fg2 { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; margin-bottom: 28px; }
.md-flog { margin-bottom: 12px; }
.md-flog img { height: 38px; width: auto; filter: brightness(0) invert(1); opacity: .85; }
.md-fabout { font-size: 12.5px; line-height: 1.7; margin-bottom: 14px; }
.md-fct { display: flex; align-items: center; gap: 8px; font-size: 12.5px; margin-bottom: 7px; }
.md-fct a { color: rgba(255,255,255,.75); text-decoration: none; }
.md-fct a:hover { color: #d88ad7; }
.md-fhd { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #fff; margin-bottom: 14px; }
.md-fl { display: block; font-size: 12.5px; color: rgba(255,255,255,.55); text-decoration: none; margin-bottom: 7px; transition: color .2s; }
.md-fl:hover { color: #d88ad7; }
.md-fbot { border-top: 1px solid rgba(255,255,255,.08); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 11.5px; }

/* ── FADE ── */
.md-fade { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.md-fade.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) { .md-nc-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 900px) {
  .md-hero { grid-template-columns: 1fr; gap: 36px; padding: 56px 5% 48px; }
  .md-hero-v { max-width: 440px; }
  .md-pg { grid-template-columns: 1fr; }
  .md-fg2 { grid-template-columns: 1fr; }
  .md-fr { grid-template-columns: 1fr; }
  .md-rd { grid-template-columns: 1fr 1fr; }
  .md-nc-grid { grid-template-columns: repeat(2,1fr); }
  .md-cg { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .md-nav { padding: 0 16px; }
  .md-nav-cta span { display: none; }
  .md-sec { padding: 52px 16px; }
  .md-cb { padding: 20px; }
  .md-prev { grid-template-columns: 1fr; gap: 10px; }
  .md-wa span { display: none; }
  .md-wa { padding: 14px; border-radius: 50%; }
  .md-lff { padding: 20px; }
  .md-dp { flex: 0 0 260px; }
  .md-nc-grid { gap: 10px; }
  .md-nc-card { aspect-ratio: 1/1; }
}/* End custom CSS */