/* =========================================================
   SynLux Brasil — Soluções Digitais para Empresas
   Escopo isolado em .sd-page / .sd-* para preservar a home.
   ========================================================= */

.sd-page {
  background: #f5f7fb;
  color: #0b1934;
}

.sd-page * {
  box-sizing: border-box;
}

.sd-page em {
  font-style: normal;
  color: #2b66ff;
}

.sd-kicker {
  display: inline-block;
  font: 700 12px/1.2 Inter, sans-serif;
  letter-spacing: .16em;
  color: #2b66ff;
  margin-bottom: 18px;
}

.sd-section-head {
  max-width: 760px;
  margin-bottom: 48px;
}

.sd-section-head h2,
.sd-intro h2,
.sd-contract h2,
.sd-proof h2,
.sd-final-cta h2 {
  margin: 0;
  font: 700 clamp(34px, 4vw, 62px)/1.02 Manrope, Inter, sans-serif;
  letter-spacing: -.045em;
}

.sd-section-head p {
  margin: 18px 0 0;
  max-width: 650px;
  font: 400 17px/1.7 Inter, sans-serif;
  color: #61708b;
}

/* Hero */

.sd-hero {
  position: relative;
  min-height: 690px;
  padding: 145px 0 82px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(36,99,255,.10), transparent 28%),
    linear-gradient(180deg, #f9fbff 0%, #eef3fb 100%);
}

.sd-grid-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(14,42,91,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,42,91,.05) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.sd-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(15px);
  pointer-events: none;
}

.sd-glow-a {
  width: 440px;
  height: 440px;
  right: -150px;
  top: 120px;
  background: rgba(47,104,255,.12);
}

.sd-glow-b {
  width: 300px;
  height: 300px;
  left: 36%;
  bottom: -150px;
  background: rgba(18,183,179,.09);
}

.sd-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 72px;
  align-items: center;
}

.sd-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2b66ff;
  font: 700 12px/1.2 Inter, sans-serif;
  letter-spacing: .17em;
  margin-bottom: 24px;
}

.sd-eyebrow span {
  width: 32px;
  height: 2px;
  background: #2b66ff;
}

.sd-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #071a3d;
  font: 750 clamp(48px, 5.6vw, 82px)/.98 Manrope, Inter, sans-serif;
  letter-spacing: -.055em;
}

.sd-hero h1 em {
  display: block;
}

.sd-hero-lead {
  max-width: 700px;
  margin: 30px 0 0;
  color: #53647f;
  font: 400 18px/1.72 Inter, sans-serif;
}

.sd-hero-lead strong {
  color: #122c5c;
}

.sd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.sd-button {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font: 700 14px/1 Inter, sans-serif;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.sd-button:hover {
  transform: translateY(-2px);
}

.sd-button-primary {
  color: #fff;
  background: #2b66ff;
  box-shadow: 0 15px 35px rgba(43,102,255,.24);
}

.sd-button-primary:hover {
  background: #1e57e8;
}

.sd-button-secondary {
  color: #122c5c;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(20,49,97,.12);
  backdrop-filter: blur(12px);
}

.sd-button-large {
  min-height: 62px;
  padding: 0 28px;
  font-size: 15px;
}

.sd-hero-note {
  margin: 22px 0 0;
  color: #7a879b;
  font: 500 13px/1.6 Inter, sans-serif;
}

/* Hero visual */

.sd-hero-visual {
  position: relative;
  min-height: 485px;
}

.sd-window {
  position: absolute;
  width: min(680px, 100%);
  right: -70px;
  top: 38px;
  border: 1px solid rgba(25,54,101,.12);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.92);
  box-shadow: 0 35px 80px rgba(16,39,80,.17);
  transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
}

.sd-window-top {
  min-height: 45px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #edf2f8;
  border-bottom: 1px solid rgba(25,54,101,.08);
}

.sd-window-top > span {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  background: #c5cfdd;
}

.sd-window-top small {
  margin-left: 8px;
  color: #8996a8;
  font: 600 10px/1 Inter, sans-serif;
}

.sd-window-body {
  display: grid;
  grid-template-columns: 64px 1fr;
  min-height: 390px;
}

.sd-sidebar {
  padding: 24px 16px;
  background: #071a3d;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.sd-sidebar i {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 9px;
  background: rgba(255,255,255,.10);
}

.sd-sidebar i:first-child {
  background: #2b66ff;
}

.sd-dashboard {
  padding: 28px;
}

.sd-dash-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

.sd-dash-head small {
  display: block;
  color: #97a4b5;
  font: 700 9px/1 Inter, sans-serif;
  letter-spacing: .12em;
}

.sd-dash-head strong {
  display: block;
  margin-top: 5px;
  color: #0b2148;
  font: 700 20px/1.2 Manrope, sans-serif;
}

.sd-dash-head > span {
  color: #24a67a;
  font: 700 9px/1 Inter, sans-serif;
  background: #e9f7f2;
  padding: 8px 10px;
  border-radius: 99px;
}

.sd-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.sd-metrics article {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid #e5ebf2;
  background: #fbfcfe;
}

.sd-metrics small,
.sd-metrics span {
  display: block;
  color: #8a98aa;
  font: 600 9px/1.3 Inter, sans-serif;
}

.sd-metrics strong {
  display: block;
  margin: 9px 0 6px;
  color: #112d5e;
  font: 750 24px/1 Manrope, sans-serif;
}

.sd-list {
  margin-top: 18px;
  border: 1px solid #e6ebf2;
  border-radius: 14px;
  overflow: hidden;
}

.sd-list > div {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  background: #fff;
  border-bottom: 1px solid #edf0f5;
}

.sd-list > div:last-child {
  border-bottom: 0;
}

.sd-list i {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #2b66ff;
}

.sd-list b,
.sd-list small {
  display: block;
}

.sd-list b {
  color: #16315f;
  font: 700 10px/1.2 Inter, sans-serif;
}

.sd-list small {
  margin-top: 3px;
  color: #97a3b2;
  font: 500 8px/1.2 Inter, sans-serif;
}

.sd-list em {
  color: #49617f;
  background: #eff3f8;
  padding: 6px 8px;
  border-radius: 99px;
  font: 700 8px/1 Inter, sans-serif;
}

.sd-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border: 1px solid rgba(24,55,103,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 18px 45px rgba(16,40,79,.13);
  backdrop-filter: blur(12px);
}

.sd-float-card > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: #2b66ff;
  font: 700 13px/1 Inter, sans-serif;
}

.sd-float-card strong,
.sd-float-card small {
  display: block;
}

.sd-float-card strong {
  color: #16315f;
  font: 700 11px/1.2 Inter, sans-serif;
}

.sd-float-card small {
  margin-top: 3px;
  color: #8b98a9;
  font: 500 9px/1.2 Inter, sans-serif;
}

.sd-float-one {
  left: -25px;
  top: 9px;
}

.sd-float-two {
  right: -35px;
  bottom: 26px;
}

/* Intro */

.sd-intro {
  padding: 82px 0;
  background: #fff;
}

.sd-intro-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 100px;
}

.sd-intro h2 {
  color: #081c40;
}

.sd-intro-grid > div:last-child p {
  margin: 0;
  color: #5d6b80;
  font: 400 18px/1.8 Inter, sans-serif;
}

.sd-intro-grid > div:last-child p + p {
  margin-top: 20px;
}

/* capabilities */

.sd-capabilities {
  padding: 86px 0 94px;
  background: #f5f7fb;
}

.sd-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.sd-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid #e0e6ef;
  border-radius: 18px;
  background: #fff;
  transition: transform .2s ease, box-shadow .2s ease;
}

.sd-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(17,43,86,.08);
}

.sd-card-number {
  color: #2b66ff;
  font: 800 11px/1 Inter, sans-serif;
  letter-spacing: .12em;
}

.sd-card h3 {
  margin: 50px 0 12px;
  color: #102a58;
  font: 700 22px/1.15 Manrope, sans-serif;
}

.sd-card p {
  margin: 0;
  color: #68768b;
  font: 400 14px/1.7 Inter, sans-serif;
}

/* use cases */

.sd-usecases {
  padding: 94px 0;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(43,102,255,.17), transparent 25%),
    #071a3d;
}

.sd-section-head-light h2,
.sd-usecases em {
  color: #fff;
}

.sd-section-head-light h2 em {
  color: #75a2ff;
}

.sd-section-head-light p {
  color: #a8b7cf;
}

.sd-usecase-stack {
  display: grid;
  gap: 18px;
}

.sd-usecase {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: center;
  padding: 52px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background: rgba(255,255,255,.045);
}

.sd-usecase::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -180px;
  bottom: -220px;
  border-radius: 50%;
  background: rgba(51,113,255,.08);
}

.sd-usecase-label {
  margin-bottom: 18px;
  color: #7da7ff;
  font: 800 10px/1 Inter, sans-serif;
  letter-spacing: .15em;
}

.sd-usecase h3 {
  margin: 0;
  color: #fff;
  font: 700 clamp(30px, 3vw, 46px)/1.04 Manrope, sans-serif;
  letter-spacing: -.035em;
}

.sd-usecase p {
  margin: 20px 0;
  max-width: 620px;
  color: #b7c5da;
  font: 400 15px/1.75 Inter, sans-serif;
}

.sd-usecase ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 9px 16px;
}

.sd-usecase li {
  position: relative;
  padding-left: 18px;
  color: #d9e2ef;
  font: 600 12px/1.5 Inter, sans-serif;
}

.sd-usecase li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #5f91ff;
}

.sd-usecase-panel {
  position: relative;
  z-index: 2;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  color: #17325e;
  background: #f8fbff;
  box-shadow: 0 30px 60px rgba(0,0,0,.20);
}

.sd-mini-title {
  display: block;
  margin-bottom: 18px;
  color: #8090a6;
  font: 800 9px/1 Inter, sans-serif;
  letter-spacing: .13em;
}

.sd-check-item {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e6ecf3;
}

.sd-check-item b {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  font: 800 10px/1 Inter, sans-serif;
}

.sd-check-item.done b {
  color: #218061;
  background: #e7f6f0;
}

.sd-check-item.pending b {
  color: #b57816;
  background: #fff2d9;
}

.sd-check-item span {
  color: #24406b;
  font: 700 11px/1.2 Inter, sans-serif;
}

.sd-check-item small {
  color: #8997a9;
  font: 600 9px/1 Inter, sans-serif;
}

.sd-panel-message {
  margin-top: 16px;
  padding: 12px;
  border-radius: 10px;
  color: #755617;
  background: #fff5dd;
  font: 700 10px/1.3 Inter, sans-serif;
}

.sd-product-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 12px;
  align-items: center;
}

.sd-product-thumb {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(43,102,255,.25), rgba(43,102,255,.04)),
    #e7edf6;
}

.sd-product-row b,
.sd-product-row small {
  display: block;
}

.sd-product-row b {
  color: #16315f;
  font: 700 12px/1.2 Inter, sans-serif;
}

.sd-product-row small {
  margin-top: 4px;
  color: #93a0af;
  font: 500 9px/1.2 Inter, sans-serif;
}

.sd-product-row strong {
  color: #17345f;
  font: 800 12px/1 Inter, sans-serif;
}

.sd-progress {
  position: relative;
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.sd-progress::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: #d8e0eb;
}

.sd-progress span {
  position: relative;
  padding-top: 22px;
  text-align: center;
  color: #a3adbb;
  font: 700 7px/1.2 Inter, sans-serif;
}

.sd-progress span::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  top: 1px;
  left: calc(50% - 6px);
  border-radius: 50%;
  background: #d8e0eb;
}

.sd-progress span.active {
  color: #365d9a;
}

.sd-progress span.active::before {
  background: #2b66ff;
}

.sd-ticket-panel {
  display: grid;
  gap: 9px;
}

.sd-ticket {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  padding: 11px;
  border-radius: 11px;
  background: #fff;
  border: 1px solid #e6ebf2;
}

.sd-ticket > b {
  color: #2b66ff;
  font: 800 10px/1 Inter, sans-serif;
}

.sd-ticket strong,
.sd-ticket small {
  display: block;
}

.sd-ticket strong {
  color: #1b3864;
  font: 700 10px/1.2 Inter, sans-serif;
}

.sd-ticket small {
  margin-top: 3px;
  color: #93a0af;
  font: 500 8px/1.2 Inter, sans-serif;
}

/* method */

.sd-method {
  padding: 120px 0;
  background: #fff;
}

.sd-method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.sd-method-grid article {
  min-height: 235px;
  padding: 26px;
  border-top: 2px solid #2b66ff;
  background: #f7f9fc;
}

.sd-method-grid article > span {
  color: #2b66ff;
  font: 800 11px/1 Inter, sans-serif;
}

.sd-method-grid h3 {
  margin: 52px 0 12px;
  color: #16315d;
  font: 700 20px/1.2 Manrope, sans-serif;
}

.sd-method-grid p {
  margin: 0;
  color: #68768b;
  font: 400 13px/1.7 Inter, sans-serif;
}

/* contracting */

.sd-contract {
  padding: 88px 0;
  background: #edf2f8;
}

.sd-contract-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.sd-contract-copy h2 {
  color: #0c244e;
  font-size: clamp(36px, 4vw, 56px);
}

.sd-contract-copy p {
  margin: 22px 0 0;
  color: #66758b;
  font: 400 16px/1.75 Inter, sans-serif;
}

.sd-contract-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.sd-contract-options article {
  min-height: 300px;
  padding: 28px;
  border: 1px solid #dbe2ec;
  border-radius: 18px;
  background: #fff;
}

.sd-contract-options article.featured {
  color: #fff;
  background: #071a3d;
  border-color: #071a3d;
}

.sd-contract-options article > span {
  color: #2b66ff;
  font: 800 9px/1 Inter, sans-serif;
  letter-spacing: .13em;
}

.sd-contract-options article.featured > span {
  color: #7ca8ff;
}

.sd-contract-options h3 {
  margin: 62px 0 14px;
  color: #16315d;
  font: 700 24px/1.15 Manrope, sans-serif;
}

.sd-contract-options article.featured h3 {
  color: #fff;
}

.sd-contract-options p {
  margin: 0;
  color: #718096;
  font: 400 13px/1.75 Inter, sans-serif;
}

.sd-contract-options article.featured p {
  color: #b5c3d8;
}

/* proof */

.sd-proof {
  padding: 115px 0;
  background: #fff;
}

.sd-proof-grid {
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: 90px;
  align-items: center;
}

.sd-proof-copy h2 {
  color: #0c244e;
}

.sd-proof-copy p {
  margin: 24px 0;
  max-width: 620px;
  color: #65748a;
  font: 400 16px/1.8 Inter, sans-serif;
}

.sd-inline-link {
  color: #2b66ff;
  text-decoration: none;
  font: 800 13px/1 Inter, sans-serif;
}

.sd-proof-card {
  min-height: 360px;
  padding: 38px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(68,126,255,.28), transparent 30%),
    #071a3d;
  box-shadow: 0 30px 70px rgba(8,31,70,.18);
}

.sd-proof-card img,
.sd-proof-card .sd-mundim-logo {
  width: 240px;
  max-width: 72%;
  max-height: 135px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sd-proof-card span {
  color: #7da7ff;
  font: 800 9px/1 Inter, sans-serif;
  letter-spacing: .14em;
}

.sd-proof-card strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font: 700 34px/1.03 Manrope, sans-serif;
  letter-spacing: -.04em;
}

/* final */

.sd-final-cta {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  color: #fff;
  background: #081932;
}

.sd-final-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  right: -280px;
  top: -320px;
  border-radius: 50%;
  background: rgba(43,102,255,.20);
  filter: blur(15px);
}

.sd-final-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: end;
}

.sd-final-cta .sd-kicker {
  color: #7ea8ff;
}

.sd-final-cta h2 {
  color: #fff;
}

.sd-final-cta h2 em {
  color: #7ea8ff;
}

.sd-final-cta p {
  max-width: 730px;
  margin: 22px 0 0;
  color: #afbdd2;
  font: 400 16px/1.75 Inter, sans-serif;
}

.sd-final-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sd-mail-link {
  margin-top: 20px;
  color: #dbe7fa;
  text-decoration: none;
  font: 600 13px/1 Inter, sans-serif;
}

.sd-final-actions small {
  margin-top: 12px;
  color: #71849f;
  font: 500 10px/1.4 Inter, sans-serif;
}

/* home integration helper — used only if patch adds second CTA to homepage */
.solution-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
}


/* R1.1 — refinamentos de acabamento */
.sd-page .whatsapp-float{
  right:20px;
  bottom:18px;
  min-height:48px;
  padding:8px 14px 8px 8px;
  gap:8px;
  transform:scale(.90);
  transform-origin:right bottom;
  box-shadow:0 12px 30px rgba(4,38,33,.18);
}
.sd-page .whatsapp-float .whatsapp-icon{
  width:34px;
  height:34px;
}
.sd-page .whatsapp-float .whatsapp-label{
  font-size:12px;
}
.sd-site-footer{
  position:relative;
}
.sd-site-footer .footer-main{
  padding-bottom:26px;
}
.sd-site-footer .footer-bottom{
  padding-bottom:76px;
}
.sd-usecase{
  padding-top:46px;
  padding-bottom:46px;
}
.sd-card{
  min-height:230px;
}
.sd-method-grid article{
  min-height:220px;
}

/* responsive */

@media (max-width: 1100px) {
  .sd-hero-grid,
  .sd-intro-grid,
  .sd-contract-grid,
  .sd-proof-grid,
  .sd-final-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .sd-hero-visual {
    min-height: 480px;
  }

  .sd-window {
    right: 0;
    left: 5%;
    width: 95%;
  }

  .sd-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sd-usecase {
    grid-template-columns: 1fr;
  }

  .sd-method-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sd-final-actions {
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .sd-hero {
    min-height: auto;
    padding: 118px 0 64px;
  }

  .sd-hero h1 {
    font-size: clamp(44px, 13vw, 64px);
  }

  .sd-hero-lead {
    font-size: 16px;
  }

  .sd-hero-actions,
  .sd-button {
    width: 100%;
  }

  .sd-hero-visual {
    min-height: 405px;
  }

  .sd-window {
    left: 0;
    width: 100%;
    transform: none;
  }

  .sd-window-body {
    grid-template-columns: 48px 1fr;
  }

  .sd-sidebar {
    padding: 20px 10px;
  }

  .sd-sidebar i {
    width: 26px;
    height: 26px;
  }

  .sd-dashboard {
    padding: 18px 14px;
  }

  .sd-metrics article {
    padding: 10px;
  }

  .sd-metrics strong {
    font-size: 18px;
  }

  .sd-list em {
    display: none;
  }

  .sd-float-one {
    left: -4px;
    top: 7px;
  }

  .sd-float-two {
    right: -4px;
    bottom: 0;
  }

  .sd-intro,
  .sd-capabilities,
  .sd-usecases,
  .sd-method,
  .sd-contract,
  .sd-proof,
  .sd-final-cta {
    padding: 66px 0;
  }

  .sd-page .whatsapp-float{
    right:10px;
    bottom:10px;
    transform:scale(.82);
  }

  .sd-site-footer .footer-bottom{
    padding-bottom:88px;
  }

  .sd-card-grid,
  .sd-method-grid,
  .sd-contract-options {
    grid-template-columns: 1fr;
  }

  .sd-usecase {
    padding: 28px 22px;
  }

  .sd-usecase ul {
    grid-template-columns: 1fr;
  }

  .sd-usecase-panel {
    padding: 18px;
  }

  .sd-progress span {
    font-size: 6px;
  }

  .sd-proof-card {
    min-height: 300px;
  }
}

@media (max-width: 430px) {
  .sd-hero-visual {
    min-height: 365px;
  }

  .sd-window-top small,
  .sd-metrics span,
  .sd-list small {
    display: none;
  }

  .sd-dashboard {
    padding: 15px 10px;
  }

  .sd-float-card {
    padding: 10px 12px;
  }

  .sd-float-card small {
    display: none;
  }

  .sd-section-head {
    margin-bottom: 34px;
  }
}
