/* PREPROJETO — design claro, editorial e premium.
   Referência de atmosfera: antigravity.google (papel claro, confete de pontos, tipografia grande e justa,
   botão preto em pílula). Paleta: azuis PREPROJETO. */
:root {
  --paper: #fafafa;
  --ink: #111318;
  --ink-2: #3c414b;
  --muted: #6b7280;
  --line: rgba(17, 19, 24, 0.09);
  --blue: #1d6fe8;
  --sky: #38bdf8;
  --cyan: #22d3ee;
  --navy: #0b1f33;
  --ok: #22c55e;
  --display: "Outfit", "Inter", system-ui, sans-serif;
  --body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--paper);
  font-family: var(--body); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(1160px, 100% - 48px); margin: 0 auto; }

/* Confete de fundo (canvas fixo, reage ao mouse) */
#confete { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
main, header, footer { position: relative; z-index: 1; }

/* Cabeçalho */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 30; background: transparent;
  transition: transform .45s cubic-bezier(.2,.7,.2,1), opacity .35s ease; }
.nav.oculto { transform: translateY(-110%); opacity: 0; pointer-events: none; }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav img { height: 18px; display: block; }
.nav nav { display: flex; gap: 6px; align-items: center; }
.nav nav a.txt { padding: 10px 14px; font-size: 14px; color: var(--ink-2); border-radius: 999px; }
.nav nav a.txt:hover { background: rgba(17, 19, 24, 0.05); color: var(--ink); }

/* Botões */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 26px;
  border-radius: 999px; font: 500 15px/1 var(--body); cursor: pointer; border: 1px solid transparent;
  background: var(--ink); color: #fff; transition: transform .15s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { background: #000; transform: translateY(-1px); box-shadow: 0 10px 30px rgba(17, 19, 24, 0.18); }
.btn.light { background: #f1f2f4; color: var(--ink); }
.btn.light:hover { background: #e8eaee; box-shadow: none; }
.btn.sm { padding: 10px 18px; font-size: 14px; }
.btn.block { width: 100%; }
.btn svg { width: 16px; height: 16px; }

/* Hero */
.hero { text-align: center; padding: 184px 0 56px; }
.hero .brandmark { display: inline-flex; flex-direction: column; align-items: center; gap: 14px; }
.hero .brandmark img { height: clamp(34px, 5vw, 58px); width: auto; }
.hero .brandmark span { font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
h1, h2, h3 { font-family: var(--display); margin: 0; letter-spacing: -0.035em; font-weight: 500; }
h1 { font-size: clamp(46px, 8.2vw, 112px); line-height: 0.98; max-width: 16ch; margin: 40px auto 28px; }
h2 { font-size: clamp(32px, 4.6vw, 56px); line-height: 1.02; }
.lead { color: var(--ink-2); font-size: clamp(17px, 1.5vw, 20px); max-width: 640px; margin: 0 auto; }
.actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }

.hero-fine { color: var(--muted); font-size: 14px; margin: 22px 0 0; }
.hero-fine b { color: var(--ink); font-weight: 600; }

/* Casos de uso: pedido real + resultado */
.cases { padding: 96px 0 24px; }
.cases-head { text-align: center; margin-bottom: 72px; }
.cases-head .lead { margin-top: 18px; }
.case { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 56px 0; }
.case.flip .case-text { order: 2; }
.case-tag { display: inline-block; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 18px; }
.bubble { background: #fff; border: 1px solid var(--line); border-radius: 22px 22px 22px 6px; padding: 18px 22px; font-size: 17px; line-height: 1.5;
  box-shadow: 0 20px 50px -30px rgba(17, 19, 24, 0.35); margin-bottom: 26px; }
.bubble b { color: var(--blue); font-weight: 600; }
.case h3 { font-size: clamp(26px, 2.8vw, 36px); line-height: 1.08; margin-bottom: 14px; }
.case p { color: var(--ink-2); margin: 0; font-size: 17px; }
.result { list-style: none; padding: 0; margin: 0; }
.result li { padding: 8px 0 8px 28px; position: relative; color: var(--ink-2); font-size: 15px; }
.result li::before { content: ""; position: absolute; left: 0; top: 13px; width: 16px; height: 16px; border-radius: 50%; background: var(--ink);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-1.2 14.4-4-4 1.4-1.4 2.6 2.6 5.6-5.6 1.4 1.4-7 7Z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-1.2 14.4-4-4 1.4-1.4 2.6 2.6 5.6-5.6 1.4 1.4-7 7Z'/%3E%3C/svg%3E") center/contain no-repeat; }
.case-img { margin: 0; border-radius: 28px; overflow: hidden; background: #fff; border: 1px solid var(--line);
  box-shadow: 0 30px 80px -30px rgba(17, 19, 24, 0.3); aspect-ratio: 1 / 1; display: grid; place-items: center; }
.case-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.case-img.dark { background: radial-gradient(circle at 50% 45%, #000 0 30%, #1f4f8c 50%, #0b1f33 64%, #06111f 100%); padding: 40px; border: 0; }
.case-img.dark .progress { max-width: 420px; }
.promptbox.mini { width: 100%; }
.promptbox.mini .ask { font-size: 16px; min-height: 0; }
.progress { width: 100%; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 16px; padding: 14px 16px;
  display: flex; gap: 12px; align-items: center; color: #fff; backdrop-filter: blur(10px); }
.progress b { display: block; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); font-weight: 600; }
.progress i { font-style: normal; font-size: 14px; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--sky); box-shadow: 0 0 14px var(--sky); animation: pulse 1.2s ease-in-out infinite; flex: none; }
@keyframes pulse { 50% { opacity: 0.35; } }
.cases-foot { text-align: center; color: var(--muted); max-width: 720px; margin: 40px auto 0; font-size: 15px; }

/* FAQ */
.faq { padding: 60px 0 100px; }
.faq h2 { text-align: center; margin-bottom: 48px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; max-width: 980px; margin: 0 auto; }
details { border-top: 1px solid var(--line); padding: 18px 0; }
details:last-child, details:nth-last-child(2) { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 600; font-size: 16.5px; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--muted); font-weight: 400; font-size: 20px; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { color: var(--ink-2); margin: 12px 0 0; font-size: 15px; }

/* Barra fixa de compra (aparece depois do topo) */
.cta-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; transform: translateY(110%); transition: transform .35s ease;
  background: rgba(17, 19, 24, 0.92); color: #fff; backdrop-filter: blur(12px); }
.cta-bar.show { transform: none; }
.cta-bar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 62px; font-size: 14px; }
.cta-bar .btn { background: #fff; color: var(--ink); }
.cta-bar .btn:hover { background: #f1f2f4; box-shadow: none; }
.plan { position: relative; }
.best { position: absolute; top: -13px; left: 36px; background: var(--sky); color: #04111f; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 999px; }

/* Vitrine: dois cartões grandes lado a lado, como capas */
.showcase { display: grid; grid-template-columns: 1.35fr 1fr; gap: 22px; margin: 88px auto 0; }
.card { border-radius: 28px; overflow: hidden; position: relative; min-height: 520px;
  box-shadow: 0 1px 0 rgba(17, 19, 24, 0.06), 0 30px 80px -30px rgba(17, 19, 24, 0.25); }
/* Cartão 1: prompt em vidro sobre aura suave (a IA) */
.card.prompt { background: #f3f4f6; display: grid; place-items: center; padding: 48px; }
.card.prompt::before { content: ""; position: absolute; inset: -40%;
  background: radial-gradient(closest-side at 50% 42%, rgba(56, 189, 248, 0.55), rgba(29, 111, 232, 0.28) 40%, transparent 70%);
  filter: blur(40px); }
.promptbox { position: relative; width: min(560px, 100%); background: #fff; border-radius: 22px; padding: 22px 24px 18px;
  box-shadow: 0 20px 60px -20px rgba(11, 31, 51, 0.35), 0 0 0 1px rgba(17, 19, 24, 0.06); text-align: left; }
.promptbox .proj { font-size: 14px; color: var(--ink-2); margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.promptbox .ask { font-size: 18px; color: var(--ink); min-height: 56px; }
.promptbox .ask .caret { display: inline-block; width: 2px; height: 20px; background: var(--ink); vertical-align: -3px; margin-left: 2px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.promptbox .tools { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-size: 13px; color: var(--ink-2); }
.promptbox .chip { padding: 6px 12px; border-radius: 999px; background: #f1f2f4; }
.promptbox .chip.on { background: var(--ink); color: #fff; }
.promptbox .send { margin-left: auto; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); display: grid; place-items: center; }
.promptbox .send svg { width: 14px; height: 14px; stroke: #fff; }
.card .caption { position: absolute; left: 28px; bottom: 24px; font-size: 13px; color: var(--ink-2); z-index: 2; }
/* Cartão 2: o painel real dentro do Revit, sobre anel azul escuro */
.card.panel { background: radial-gradient(circle at 50% 50%, #000 0 34%, #1f4f8c 52%, #0b1f33 66%, #06111f 100%);
  display: grid; place-items: center; padding: 48px 40px; }
.card.panel img { height: 440px; width: auto; border-radius: 18px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.08); }
.card.panel .caption { color: rgba(255, 255, 255, 0.7); }

/* Marcas grandes */
.brands { padding: 96px 0 24px; text-align: center; }
.brands p { color: var(--muted); font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 40px; }
.brands .row { display: flex; align-items: center; justify-content: center; gap: clamp(28px, 6vw, 90px); flex-wrap: wrap; }
.brand img { height: clamp(48px, 7vw, 84px); width: auto; display: block; }
.brand .word { font-family: var(--display); font-weight: 500; letter-spacing: -0.04em; font-size: clamp(40px, 6vw, 76px); line-height: 1; color: var(--ink); }
.brand small { display: block; margin-top: 10px; color: var(--muted); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }

/* Manifesto + passos */
.story { padding: 120px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.story .quote { font-family: var(--display); font-size: clamp(26px, 3vw, 40px); line-height: 1.15; letter-spacing: -0.03em; font-weight: 500; }
.story .quote em { font-style: normal; color: var(--blue); }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 56px 1fr; gap: 12px; padding: 26px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps .n { font-family: var(--display); color: var(--blue); font-size: 14px; padding-top: 4px; }
.steps b { display: block; font-weight: 600; font-size: 19px; letter-spacing: -0.01em; margin-bottom: 4px; }
.steps span { color: var(--muted); font-size: 15.5px; }

/* Faixa escura com anel (SDK-style) */
.ring { margin: 20px auto 0; border-radius: 32px; overflow: hidden; min-height: 460px; display: grid; place-items: center; text-align: center;
  background: radial-gradient(circle at 50% 50%, #000 0 30%, #2a5c9d 47%, #0b1f33 60%, #06111f 100%); color: #fff; padding: 80px 24px; }
.ring h2 { color: #fff; text-shadow: 0 0 40px rgba(56, 189, 248, 0.6); }
.ring p { color: rgba(255, 255, 255, 0.75); max-width: 560px; margin: 18px auto 30px; font-size: 17px; }
.ring .btn { background: #fff; color: var(--ink); }
.ring .btn:hover { background: #f1f2f4; box-shadow: none; }

/* Preços */
.pricing { padding: 96px 0 80px; text-align: center; }
.pricing .sub { color: var(--muted); margin: 14px auto 56px; max-width: 520px; }
.plans { display: grid; grid-template-columns: repeat(2, minmax(0, 380px)); gap: 20px; justify-content: center; }
.plan { border: 1px solid var(--line); border-radius: 28px; padding: 40px 36px 36px; background: #fff; text-align: left; }
.plan.dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.plan h3 { font-family: var(--body); font-size: 14px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.plan.dark h3 { color: rgba(255, 255, 255, 0.6); }
.plan .amount { font-family: var(--display); white-space: nowrap; font-size: clamp(40px, 4.2vw, 56px); letter-spacing: -0.04em; line-height: 1; margin: 22px 0 6px; font-weight: 500; }
.plan .amount small { font-family: var(--body); font-size: 16px; letter-spacing: 0; color: var(--muted); margin-left: 4px; }
.plan.dark .amount small { color: rgba(255, 255, 255, 0.6); }
.plan .note { color: var(--muted); font-size: 14px; min-height: 22px; margin: 0 0 28px; }
.plan.dark .note { color: rgba(255, 255, 255, 0.6); }
.plan.dark .btn { background: #fff; color: var(--ink); }
.plan.dark .btn:hover { background: #f1f2f4; box-shadow: none; }
.plan ul { list-style: none; padding: 0; margin: 26px 0 0; font-size: 14.5px; color: var(--ink-2); }
.plan.dark ul { color: rgba(255, 255, 255, 0.78); }
.plan li { padding: 7px 0; display: flex; gap: 10px; }
.plan li::before { content: "•"; color: var(--sky); }
.fine { color: var(--muted); font-size: 13.5px; margin-top: 28px; }

/* Formulários e conta */
.panel-box { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 30px 80px -40px rgba(17, 19, 24, 0.25); }
.pad { padding: 36px; }
.auth { min-height: calc(100vh - 68px); display: grid; place-items: center; padding: 56px 0; }
.auth .panel-box { width: min(440px, 100%); }
.auth h2 { font-size: 34px; margin-bottom: 6px; }
label { display: block; font-size: 13px; color: var(--muted); margin: 18px 0 8px; }
input[type=email], input[type=password], input[type=text] { width: 100%; padding: 14px 16px; border-radius: 14px;
  border: 1px solid rgba(17, 19, 24, 0.14); background: #fff; color: var(--ink); font: 15px var(--body); outline: none; transition: border .2s, box-shadow .2s; }
input:focus { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(17, 19, 24, 0.08); }
.alert { padding: 12px 16px; border-radius: 14px; font-size: 14px; margin: 16px 0; }
.alert.err { background: #fff1f2; border: 1px solid #fecdd3; color: #9f1239; }
.alert.ok { background: #f0fdf4; border: 1px solid #bbf7d0; color: #166534; }
.or { text-align: center; color: var(--muted); font-size: 13px; margin: 18px 0; }
.google { background: #fff; color: var(--ink); border-color: rgba(17, 19, 24, 0.14); }
.google:hover { background: #f8f9fa; box-shadow: none; }
.muted { color: var(--muted); }
.status { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; color: var(--ok); letter-spacing: 0.08em; font-size: 12px; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.status.off { color: #e11d48; }
.dash { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 20px; padding: 56px 0; }
.kv { display: grid; grid-template-columns: 120px 1fr; gap: 10px 16px; margin: 22px 0; }
.kv dt { color: var(--muted); }
.kv dd { margin: 0; }
code.key { font-size: 15px; letter-spacing: 0.08em; background: #f1f2f4; padding: 4px 10px; border-radius: 8px; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; padding: 10px 6px; border-bottom: 1px solid var(--line); }
th { color: var(--muted); font-weight: 500; }

footer { padding: 60px 0 56px; color: var(--muted); font-size: 13px; }
footer .wrap { border-top: 1px solid var(--line); padding-top: 32px; }
.foot-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.foot-top img { height: 14px; opacity: 0.45; }
.foot-legal { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; line-height: 1.5; }
.foot-legal span { max-width: 560px; }
/* Instagram: ícone minimalista; no hover o anel ganha o degradê da marca e o @ desliza para fora */
.insta { display: inline-flex; align-items: center; gap: 0; color: var(--ink-2); }
.insta .ig-ring { width: 38px; height: 38px; border-radius: 12px; display: grid; place-items: center; border: 1px solid var(--line);
  background: #fff; transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease, border-color .3s ease, color .3s ease; position: relative; overflow: hidden; }
.insta .ig-ring::before { content: ""; position: absolute; inset: -40%; background: conic-gradient(from 200deg, #f9ce34, #ee2a7b, #6228d7, #f9ce34);
  opacity: 0; transition: opacity .45s ease, transform 1.2s ease; transform: rotate(0deg); }
.insta .ig-ring svg { width: 17px; height: 17px; position: relative; z-index: 1; transition: color .3s ease, transform .45s cubic-bezier(.2,.7,.2,1); }
.insta .handle { max-width: 0; opacity: 0; overflow: hidden; white-space: nowrap; font-weight: 500; color: var(--ink);
  transform: translateX(-6px); transition: max-width .5s cubic-bezier(.2,.7,.2,1), opacity .35s ease .05s, transform .5s cubic-bezier(.2,.7,.2,1), padding .5s ease; }
.insta:hover .ig-ring, .insta:focus-visible .ig-ring { transform: rotate(-8deg) scale(1.06); box-shadow: 0 10px 28px rgba(238, 42, 123, 0.22); border-color: transparent; }
.insta:hover .ig-ring::before, .insta:focus-visible .ig-ring::before { opacity: 1; transform: rotate(160deg); }
.insta:hover .ig-ring svg, .insta:focus-visible .ig-ring svg { color: #fff; transform: scale(1.08); }
.insta:hover .handle, .insta:focus-visible .handle { max-width: 120px; opacity: 1; transform: none; padding-left: 12px; }

@media (max-width: 900px) {
  .hero { padding-top: 80px; }
  .showcase, .story, .dash { grid-template-columns: 1fr; }
  .card { min-height: 420px; }
  .card.panel img { height: 360px; }
  .plans { grid-template-columns: 1fr; }
  .case { grid-template-columns: 1fr; gap: 28px; }
  .case.flip .case-text { order: 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .cta-bar .wrap span { font-size: 13px; }
  .hide-m { display: none; }
}
@media (prefers-reduced-motion: reduce) { #confete { display: none; } .caret { animation: none; } }


/* Texto do topo: resumido; no hover/foco abre a versão completa */
.lead-fold { max-width: 640px; margin: 0 auto; cursor: default; outline: none; }
.lead-fold .lead { margin: 0; transition: opacity .4s ease, transform .5s cubic-bezier(.2,.7,.2,1), filter .5s ease, max-height .55s cubic-bezier(.2,.7,.2,1); }
.lead-fold .short { display: inline-flex; align-items: center; gap: 10px; }
.lead-fold .short .mais { width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; font-size: 15px; line-height: 1;
  color: var(--muted); transition: transform .4s ease, background .3s ease, color .3s ease; }
.lead-fold .long { max-height: 0; opacity: 0; overflow: hidden; transform: translateY(8px); filter: blur(6px); }
.lead-fold:hover .short, .lead-fold:focus-within .short, .lead-fold.aberto .short { opacity: 0; max-height: 0; overflow: hidden; transform: translateY(-6px); }
.lead-fold:hover .long, .lead-fold:focus-within .long, .lead-fold.aberto .long { max-height: 200px; opacity: 1; transform: none; filter: none; }
.lead-fold:hover .mais { transform: rotate(45deg); background: var(--ink); color: #fff; }

/* Maquete 3D */
.case-img.maquete { aspect-ratio: 1 / 1; position: relative; background: linear-gradient(180deg, #fff 0%, #f3f5f9 100%); cursor: grab; touch-action: pan-y; }
.case-img.maquete:active { cursor: grabbing; }
.case-img.maquete canvas { width: 100%; height: 100%; display: block; opacity: 0; transition: opacity .8s ease; }
.case-img.maquete.pronto canvas { opacity: 1; }
.case-img.maquete figcaption { position: absolute; left: 18px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted);
  background: rgba(255,255,255,0.8); backdrop-filter: blur(8px); padding: 7px 12px; border-radius: 999px; border: 1px solid var(--line); pointer-events: none; }
.case-img.maquete figcaption .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); animation: pulse 1.6s ease-in-out infinite; }
.case-img.maquete.sem-3d { display: none; }

/* Entrada suave ao rolar */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.visto { opacity: 1; transform: none; }
.hero.reveal { transition-delay: .05s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .lead-fold .lead { transition: none; } }
.case-img img { transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.case:hover .case-img img { transform: scale(1.03); }
