:root {
  --ink: #071a32;
  --ink-soft: #102b4a;
  --blue: #075fad;
  --blue-bright: #1678d2;
  --cyan: #78c9f4;
  --paper: #f4f6f8;
  --white: #ffffff;
  --muted: #617087;
  --line: #dbe1e8;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(10, 27, 52, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.ambient { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; z-index: -1; }
.ambient-one { width: 560px; height: 560px; background: rgba(37, 127, 255, 0.08); top: -320px; right: 8%; }
.ambient-two { width: 420px; height: 420px; background: rgba(100, 216, 255, 0.08); top: 540px; left: -310px; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(8, 21, 40, 0.1);
}

.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 194px; height: auto; }
.site-header nav { display: flex; gap: 36px; font-size: 14px; font-weight: 600; color: #405069; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--blue); }

.button {
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 17px 24px;
  font-weight: 700;
  font-size: 14px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { padding: 12px 19px; }
.button-outline { border: 1px solid rgba(8, 21, 40, 0.18); background: transparent; }
.button-outline:hover { border-color: var(--blue); color: var(--blue); }
.button-primary { background: var(--blue); color: white; box-shadow: 0 14px 30px rgba(18, 96, 232, .25); }
.button-primary:hover { background: #0754d3; box-shadow: 0 18px 34px rgba(18, 96, 232, .32); }
.button-dark { background: var(--ink); color: white; }

.hero {
  width: min(1180px, calc(100% - 48px));
  min-height: 680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  gap: 76px;
  align-items: center;
  padding: 72px 0 82px;
}
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .22em; font: 700 11px/1.3 "Segoe UI", sans-serif; color: var(--blue); }
.eyebrow span { display: inline-block; width: 24px; height: 1px; background: currentColor; vertical-align: middle; margin: 0 10px 3px 0; }
.hero h1 { font: 700 clamp(48px, 5.5vw, 78px)/1.02 "Segoe UI", sans-serif; letter-spacing: -.055em; margin: 0; max-width: 720px; }
.hero h1 em { font-style: normal; color: var(--blue); }
.hero-intro { color: #536176; font-size: 19px; line-height: 1.65; max-width: 610px; margin: 28px 0 33px; }
.audience-heading { color: #44536a; font-size: 13px; font-weight: 700; margin: 0 0 13px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.audience-card { min-height: 196px; border: 1px solid #d5e0ed; border-radius: 19px; background: #fff; padding: 20px; display: flex; flex-direction: column; align-items: flex-start; position: relative; box-shadow: 0 12px 30px rgba(10, 27, 52, .06); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.audience-card:hover { transform: translateY(-3px); box-shadow: 0 19px 37px rgba(10, 27, 52, .12); border-color: var(--blue); }
.audience-card:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.audience-business { background: linear-gradient(145deg, #0b2e55, #071a32); color: white; border-color: #0b2e55; }
.audience-business:hover { border-color: var(--cyan); }
.audience-icon { position: absolute; right: 19px; top: 17px; color: var(--blue); font-size: 22px; }
.audience-business .audience-icon { color: var(--cyan); }
.audience-label { text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; color: var(--blue); margin-bottom: 11px; }
.audience-business .audience-label { color: var(--cyan); }
.audience-card strong { font: 700 20px/1.18 "Segoe UI", sans-serif; letter-spacing: -.025em; padding-right: 15px; }
.audience-detail { font-size: 12px; line-height: 1.5; color: #65758b; margin: 8px 0 16px; }
.audience-business .audience-detail { color: #b9cada; }
.audience-action { font-size: 12px; font-weight: 800; color: var(--blue); margin-top: auto; display: flex; width: 100%; justify-content: space-between; align-items: center; }
.audience-business .audience-action { color: #a8dcff; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 700; font-size: 14px; display: inline-flex; gap: 10px; align-items: center; }
.text-link span { color: var(--blue); }
.trust-row { display: flex; gap: 21px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); color: #66748a; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row b { color: var(--blue); }

.hero-panel {
  min-height: 510px;
  border-radius: 32px;
  color: white;
  background: linear-gradient(145deg, #0b1e39 0%, #071425 58%, #0e2f5a 100%);
  box-shadow: 0 35px 80px rgba(2, 19, 42, 0.26);
  padding: 27px 30px 25px;
  position: relative;
  overflow: hidden;
}
.hero-panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(155deg, rgba(3, 20, 39, .44) 0%, rgba(7, 26, 50, .78) 53%, rgba(4, 20, 40, .98) 100%); z-index: 1; }
.hero-panel::after { content: ""; position: absolute; width: 330px; height: 330px; background: rgba(22, 120, 210, .36); filter: blur(65px); border-radius: 50%; right: -115px; top: 85px; z-index: 1; }
.panel-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 47% 18%; opacity: .72; filter: saturate(.76) contrast(1.05); }
.panel-topline, .panel-footer { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; font: 700 9px/1 "Segoe UI"; letter-spacing: .24em; color: rgba(255,255,255,.55); }
.panel-topline span:first-child { color: white; font-size: 9px; }
.panel-visual { position: relative; z-index: 2; height: 305px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(113, 194, 255, .23); border-radius: 50%; }
.orbit-one { width: 285px; height: 285px; }
.orbit-two { width: 208px; height: 208px; border-style: dashed; animation: spin 24s linear infinite; }
.orbit-one::before, .orbit-two::before { content: ""; width: 7px; height: 7px; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); position: absolute; border-radius: 50%; top: 28px; right: 44px; }
.orbit-two::before { top: auto; right: auto; bottom: 8px; left: 70px; }
.core { width: 128px; height: 128px; border: 1px solid rgba(255,255,255,.22); border-radius: 31px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(224,240,255,.88)); transform: rotate(45deg); display: grid; place-items: center; box-shadow: 0 18px 55px rgba(5, 62, 125, .52), inset 0 1px rgba(255,255,255,.75); }
.core img { width: 64px; height: auto; transform: rotate(-45deg); filter: drop-shadow(0 8px 12px rgba(4, 32, 64, .2)); }
@keyframes spin { to { transform: rotate(360deg); } }
.panel-statement { position: relative; z-index: 2; margin-top: -5px; text-shadow: 0 2px 18px rgba(0,0,0,.55); }
.panel-statement p { margin: 0; color: rgba(255,255,255,.58); font-size: 16px; }
.panel-statement strong { display: block; font: 700 33px/1.2 "Segoe UI"; letter-spacing: -.03em; margin-top: 4px; }
.panel-footer { margin-top: 30px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.13); justify-content: flex-start; gap: 28px; }

.solutions { background: white; padding: 105px max(24px, calc((100vw - 1180px)/2)) 98px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .proposal-copy h2 { font: 700 clamp(36px, 4vw, 52px)/1.08 "Segoe UI"; letter-spacing: -.045em; margin: 0; }
.section-heading > p { color: var(--muted); line-height: 1.75; font-size: 16px; margin: 0 0 5px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 31px 28px 27px; position: relative; min-height: 510px; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; background: white; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { border: 2px solid var(--blue); padding: 30px 27px 26px; }
.recommended { position: absolute; top: 0; right: 22px; transform: translateY(-50%); background: var(--blue); color: white; padding: 7px 13px; border-radius: 99px; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.service-number { color: #9aa5b4; font: 700 11px/1 "Segoe UI"; letter-spacing: .15em; }
.service-icon { width: 54px; height: 54px; border-radius: 16px; margin: 30px 0 24px; display: grid; place-items: center; background: #ecf3ff; color: var(--blue); }
.service-icon svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font: 700 25px/1.18 "Segoe UI"; letter-spacing: -.03em; margin: 0; }
.service-card > p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 18px 0; }
.service-card ul { list-style: none; padding: 0; margin: 0; color: #44536a; font-size: 13px; display: grid; gap: 10px; }
.service-card li::before { content: "✓"; color: var(--blue); font-weight: 700; margin-right: 9px; }
.card-action { margin-top: auto; border: 0; border-top: 1px solid var(--line); padding: 20px 0 0; background: transparent; display: flex; justify-content: space-between; font-weight: 700; color: var(--ink); }
.card-action span { color: var(--blue); }

.process { background: var(--paper); border-radius: 28px; margin-top: 80px; padding: 48px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.process-intro h3 { font: 700 31px/1.2 "Segoe UI"; letter-spacing: -.04em; margin: 0; }
.process ol { margin: 0; padding: 0; list-style: none; display: grid; }
.process li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; align-items: start; padding: 20px 0; border-bottom: 1px solid var(--line); }
.process li:last-child { border: 0; }
.process li > b { color: var(--blue); font: 700 11px/1.6 "Segoe UI"; letter-spacing: .12em; }
.process li div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; }
.process li strong { font: 700 15px/1.4 "Segoe UI"; }
.process li span { color: var(--muted); font-size: 13px; line-height: 1.6; }

.candidate-section { padding: 100px max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 110px; background: #edf4fa; }
.candidate-copy h2 { font: 700 clamp(36px, 4vw, 52px)/1.08 "Segoe UI"; letter-spacing: -.045em; margin: 0; }
.candidate-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.8; color: #536176; margin: 23px 0 29px; }
.candidate-status { border-left: 3px solid var(--blue); background: white; border-radius: 0 14px 14px 0; padding: 19px 22px; display: flex; align-items: flex-start; gap: 14px; box-shadow: 0 12px 30px rgba(10,27,52,.05); }
.candidate-status > span { color: var(--blue); font-size: 21px; line-height: 1; }
.candidate-status div { display: grid; gap: 6px; }
.candidate-status strong { font-size: 14px; }
.candidate-status div span { color: var(--muted); font-size: 12px; line-height: 1.6; }
.candidate-panel { border-radius: 28px; background: linear-gradient(145deg, #0b2e55, #071a32); color: white; padding: 36px; box-shadow: 0 28px 60px rgba(10,27,52,.16); }
.candidate-panel-kicker { font-size: 10px; letter-spacing: .19em; font-weight: 800; color: var(--cyan); }
.candidate-panel h3 { font: 700 29px/1.18 "Segoe UI"; letter-spacing: -.035em; margin: 22px 0 30px; max-width: 290px; }
.candidate-panel ol { list-style: none; padding: 0; margin: 0 0 25px; }
.candidate-panel li { border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 17px 0; align-items: start; }
.candidate-panel li b { color: var(--cyan); font-size: 11px; letter-spacing: .1em; }
.candidate-panel li span { font-size: 13px; line-height: 1.5; color: #d3e2f2; }
.candidate-panel-note { color: #a9c6dc; font-size: 11px; line-height: 1.5; }

.proposal-section { background: var(--ink); color: white; padding: 105px max(24px, calc((100vw - 1180px)/2)) 32px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; position: relative; overflow: hidden; }
.proposal-section::before { content: ""; position: absolute; width: 500px; height: 500px; background: rgba(18, 96, 232, .18); border-radius: 50%; filter: blur(80px); left: -240px; top: -160px; }
.proposal-copy, .form-shell { position: relative; z-index: 1; }
.eyebrow.light { color: var(--cyan); }
.proposal-copy > p:not(.eyebrow) { color: #9eabc0; font-size: 16px; line-height: 1.75; margin: 28px 0; }
.contact-points { display: grid; gap: 13px; color: #ced5df; font-size: 13px; }
.contact-points span { display: flex; align-items: center; gap: 11px; }
.contact-points i { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; color: var(--cyan); background: rgba(100,216,255,.1); font-style: normal; }
.form-shell { background: white; color: var(--ink); border-radius: 26px; padding: 36px; min-height: 558px; box-shadow: 0 28px 90px rgba(0,0,0,.25); }
.form-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-bottom: 35px; }
.form-progress span { height: 3px; border-radius: 3px; background: #e5e9ef; transition: background .25s ease; }
.form-progress span.active { background: var(--blue); }
.form-step { display: none; }
.form-step.active { display: block; animation: reveal .28s ease; }
@keyframes reveal { from { opacity: 0; transform: translateY(5px); } }
.step-label { text-transform: uppercase; font: 700 10px/1 "Segoe UI"; color: var(--blue); letter-spacing: .16em; margin: 0 0 9px; }
.form-step h3 { font: 700 25px/1.25 "Segoe UI"; letter-spacing: -.03em; margin: 0 0 26px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; }
.choice span { min-height: 91px; border: 1px solid var(--line); border-radius: 13px; padding: 18px; display: grid; align-content: center; gap: 5px; transition: all .2s ease; }
.choice b { font-size: 13px; }
.choice small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.choice input:checked + span { border-color: var(--blue); background: #f1f6ff; box-shadow: inset 0 0 0 1px var(--blue); }
.choice input:focus-visible + span { outline: 3px solid rgba(18,96,232,.18); }
.form-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 26px; }
.form-actions.end { justify-content: flex-end; }
.back { border: 0; background: transparent; color: #68758a; font-size: 13px; font-weight: 700; }
.form-step label:not(.choice):not(.consent) { display: grid; gap: 7px; margin-bottom: 16px; color: #46546b; font-size: 12px; font-weight: 700; }
.form-step label em { font-style: normal; font-weight: 400; color: #8994a4; }
.fields-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; background: #fafbfc; color: var(--ink); padding: 13px 14px; font-size: 13px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
textarea { resize: vertical; min-height: 88px; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18, 96, 232, .1); }
.counter { justify-self: end; color: #98a2b1; font-size: 10px; font-weight: 500; margin-top: -3px; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: #66748a; font-size: 11px; line-height: 1.45; margin-top: 3px; }
.consent input { width: 16px; height: 16px; accent-color: var(--blue); margin: 0; flex: 0 0 auto; }
.field-error { min-height: 16px; color: #bd2738; font-size: 11px; margin: 9px 0 -5px; }
.invalid { border-color: #c93143 !important; }
.success-icon { width: 47px; height: 47px; border-radius: 50%; background: #e9f8ef; color: #18864b; display: grid; place-items: center; font-size: 22px; font-weight: 700; margin-bottom: 20px; }
.summary h3 { margin-bottom: 17px; }
#summary-output { border: 1px solid var(--line); background: #f8fafc; border-radius: 12px; padding: 17px; font-size: 12px; line-height: 1.65; max-height: 230px; overflow: auto; white-space: pre-wrap; color: #344258; }
.privacy-note { color: #778396; font-size: 11px; line-height: 1.45; }
.summary-actions { margin-top: 18px; }
.copied { background: #137047 !important; }

footer { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); margin-top: 80px; padding-top: 28px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; color: #7f8da2; font-size: 11px; }
footer > p:nth-child(2) { text-align: center; color: #b7c0ce; }
footer > p:last-child { text-align: right; }
.footer-brand { width: 178px; padding: 8px 10px 6px; border-radius: 8px; background: rgba(255,255,255,.96); }
.footer-brand img { display: block; width: 100%; height: auto; }

@media (max-width: 940px) {
  .hero { grid-template-columns: 1fr; gap: 46px; padding-top: 58px; }
  .hero-copy { max-width: 720px; }
  .hero-panel { min-height: 470px; max-width: 560px; width: 100%; justify-self: center; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 640px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .service-card ul { margin-bottom: 28px; }
  .process { grid-template-columns: 1fr; gap: 22px; }
  .candidate-section { grid-template-columns: 1fr; gap: 30px; }
  .candidate-panel { max-width: 600px; width: 100%; }
  .proposal-section { grid-template-columns: 1fr; gap: 48px; }
  .proposal-copy { max-width: 690px; }
}

@media (max-width: 640px) {
  .site-header { width: calc(100% - 32px); height: 76px; }
  .site-header nav { display: none; }
  .site-header .button { display: none; }
  .brand img { width: 168px; }
  .hero { width: calc(100% - 32px); padding: 49px 0 62px; min-height: 0; }
  .hero h1 { font-size: clamp(43px, 13.5vw, 58px); line-height: 1.01; }
  .hero-intro { font-size: 16px; margin-top: 22px; }
  .audience-grid { grid-template-columns: 1fr; gap: 12px; }
  .audience-card { min-height: 151px; padding: 18px; }
  .audience-detail { margin-bottom: 10px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .trust-row { display: grid; gap: 13px; margin-top: 38px; }
  .hero-panel { min-height: 430px; padding: 24px; border-radius: 25px; }
  .panel-visual { height: 275px; }
  .orbit-one { width: 245px; height: 245px; }
  .orbit-two { width: 177px; height: 177px; }
  .core { width: 108px; height: 108px; }
  .core span { font-size: 27px; }
  .panel-footer { gap: 16px; }
  .solutions { padding-top: 76px; padding-bottom: 70px; }
  .section-heading h2, .proposal-copy h2 { font-size: 37px; }
  .service-card { padding: 27px 22px 23px; }
  .process { padding: 28px 22px; margin-top: 52px; }
  .process li div { grid-template-columns: 1fr; gap: 4px; }
  .candidate-section { padding-top: 75px; padding-bottom: 75px; }
  .candidate-copy h2 { font-size: 37px; }
  .candidate-panel { padding: 29px 24px; }
  .proposal-section { padding-top: 76px; gap: 38px; }
  .form-shell { padding: 25px 19px; min-height: 540px; border-radius: 21px; }
  .choice-grid, .fields-row { grid-template-columns: 1fr; }
  .choice span { min-height: 73px; }
  .form-step h3 { font-size: 22px; }
  .form-actions .button { padding: 15px 18px; }
  footer { grid-template-columns: 1fr; gap: 20px; margin-top: 58px; text-align: left; }
  footer > p:nth-child(2), footer > p:last-child { text-align: left; margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}

/* Cadastro de talentos */
.candidate-section { align-items: start; gap: 60px; }
.candidate-form-panel { max-width: 660px; width: 100%; }
.candidate-form-panel h3 { max-width: none; margin-bottom: 24px; }
.candidate-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.candidate-fields label { display: grid; align-content: start; gap: 8px; font-size: 14px; font-weight: 650; color: #e5f0fc; }
.candidate-fields .candidate-wide { grid-column: 1 / -1; }
.candidate-fields input, .candidate-fields select, .candidate-fields textarea { box-sizing: border-box; width: 100%; min-width: 0; padding: 12px 13px; border-radius: 10px; border: 1px solid #7b9ab3; background: #f9fcff; color: #14253c; font: inherit; font-weight: 400; font-size: 16px; }
.candidate-fields input[type=file] { font-size: 14px; color: #14253c; }
.candidate-fields input:focus-visible, .candidate-fields select:focus-visible, .candidate-fields textarea:focus-visible { outline: 3px solid #6ad7f2; outline-offset: 2px; }
.candidate-consent { display: flex; gap: 11px; align-items: flex-start; margin: 23px 0; color: #d3e2f2; font-size: 14px; line-height: 1.55; }
.candidate-consent input { margin-top: 4px; flex: 0 0 auto; width: 18px; height: 18px; }
.candidate-consent a { color: #8ae2f6; }
.candidate-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(100%); }
#candidate-feedback { min-height: 1.5em; margin: 12px 0 0; font-size: 14px; line-height: 1.5; color: #a9e9f2; }
@media (max-width: 700px) { .candidate-section { gap: 30px; } .candidate-fields { grid-template-columns: 1fr; } .candidate-form-panel { padding: 27px 20px; } }
