@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Franklin:ital,wght@0,700;0,800;1,700&display=swap");

:root {
  --ink: #142620;
  --paper: #f4f1e8;
  --paper-2: #ebe6da;
  --white: #fffdf8;
  --red: #d64b39;
  --red-dark: #a93227;
  --mint: #b8d8c9;
  --line: rgba(20, 38, 32, 0.16);
  --muted: #647069;
  --shadow: 0 30px 80px rgba(17, 37, 30, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.notice-bar { color: #f8f5ee; background: var(--ink); font-size: 12px; }
.notice-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.notice-inner p { margin: 0; }
.notice-inner a { text-underline-offset: 3px; }
.site-header { position: relative; z-index: 20; }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: "Libre Franklin", sans-serif; font-weight: 800; text-decoration: none; letter-spacing: -0.03em; }
.brand-mark { display: grid; width: 39px; height: 39px; place-items: center; color: var(--white); background: var(--red); font-size: 12px; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 600; }
.nav-links a { text-decoration: none; }
.nav-links a:not(.nav-cta) { position: relative; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--red); transform: scaleX(0); transition: transform 180ms ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 11px 17px; color: var(--white); background: var(--ink); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; padding: 72px 0 90px; overflow: hidden; background: linear-gradient(135deg, transparent 72%, rgba(214,75,57,.08)); }
.hero::before { content: ""; position: absolute; top: 22%; left: -90px; width: 230px; height: 230px; border: 1px solid rgba(214, 75, 57, 0.3); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--red-dark); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--mint); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { font-family: "Libre Franklin", sans-serif; }
h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 6.6vw, 86px); line-height: 0.98; letter-spacing: -0.065em; }
h1 em, .proposal-intro h2 em { color: var(--red); font-weight: 700; }
.hero-lead { max-width: 670px; margin: 30px 0 0; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 205px; gap: 18px; padding: 15px 18px; border: 1px solid var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; transition: transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 250px; color: var(--white); background: var(--red-dark); border-color: var(--red-dark); }
.share-button, .movement-share { appearance: none; padding: 15px 18px; border: 1px solid var(--ink); color: var(--ink); background: transparent; font: 700 13px "DM Sans"; cursor: pointer; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.share-button:hover, .share-button:focus-visible { color: var(--white); background: var(--ink); transform: translateY(-2px); }
.share-button span, .movement-share span { margin-left: 14px; }
.text-link { font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.hero-caveat { max-width: 680px; margin: 32px 0 0; padding-left: 17px; border-left: 2px solid var(--red); color: var(--muted); font-size: 12px; }

.manifesto { position: relative; padding: 72px 0; overflow: hidden; color: var(--white); background: var(--red-dark); }
.manifesto::after { content: "LEY ALBERTO"; position: absolute; right: -20px; bottom: -48px; color: rgba(255,255,255,.055); font: 800 clamp(76px,12vw,180px)/1 "Libre Franklin"; letter-spacing: -.07em; white-space: nowrap; pointer-events: none; }
.manifesto-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 210px 1fr 190px; gap: 54px; align-items: center; }
.manifesto-signal { display: flex; flex-direction: column; align-items: flex-start; }
.manifesto-signal > span { display: grid; width: 72px; height: 72px; place-items: center; border: 2px solid var(--white); border-radius: 50%; font: 800 44px/1 "Libre Franklin"; }
.manifesto-signal p { margin: 18px 0 0; font: 800 18px/1.15 "Libre Franklin"; text-transform: uppercase; }
.manifesto-kicker { margin: 0 0 14px; color: #f2c9c2; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.manifesto-copy h2 { max-width: 750px; margin: 0; font-size: clamp(30px,4vw,50px); line-height: 1.06; letter-spacing: -.05em; }
.manifesto-copy h2 em { color: var(--mint); font-weight: 700; }
.manifesto-copy > p:last-child { max-width: 720px; margin: 20px 0 0; color: #f2c9c2; font-size: 14px; }
.manifesto-pillars { display: grid; gap: 12px; align-self: stretch; align-content: center; border-left: 1px solid rgba(255,255,255,.28); padding-left: 26px; }
.manifesto-pillars span { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.case-file { position: relative; padding: 26px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.case-file::after { content: ""; position: absolute; right: -14px; bottom: -14px; width: 80%; height: 80%; border-right: 1px solid var(--red); border-bottom: 1px solid var(--red); z-index: -1; }
.case-file-top { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.16); color: #b9c5c0; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.status, .availability { display: flex; align-items: center; gap: 8px; }
.status { color: var(--mint); }
.status i, .availability i { width: 7px; height: 7px; border-radius: 50%; background: #68cf9e; box-shadow: 0 0 0 4px rgba(104,207,158,.12); }
.professor-photo { margin: 24px -26px 28px; }
.professor-photo img { display: block; width: 100%; height: 218px; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.04); }
.professor-photo figcaption { padding: 9px 26px 0; color: #8fa099; font-size: 9px; line-height: 1.4; }
.professor-photo figcaption a { color: #c4d2cc; text-underline-offset: 2px; }
.file-label { margin: 0 0 6px; color: #aebbb5; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.case-file h2 { margin: 0 0 30px; font-size: clamp(29px, 3.2vw, 41px); line-height: 1.02; letter-spacing: -.055em; }
.case-stats { margin: 0; }
.case-stats div { display: grid; grid-template-columns: 1fr auto; gap: 20px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.14); }
.case-stats dt { color: #aebbb5; font-size: 12px; }
.case-stats dd { margin: 0; font-size: 12px; font-weight: 700; text-align: right; }
.case-source { margin: 18px 0 0; color: #8fa099; font-size: 10px; }

.section { padding: 110px 0; }
.case-section { background: var(--white); }
.section-heading { max-width: 720px; }
.section-heading h2, .proposal-intro h2, .help-copy h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.04; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 620px; margin: 23px 0 0; color: var(--muted); font-size: 17px; }
.fact-banner { display: grid; grid-template-columns: 80px 1fr; align-items: center; gap: 28px; margin: 56px 0 16px; padding: 22px 26px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.fact-number { color: var(--red); font: 800 34px "Libre Franklin"; }
.fact-banner p { margin: 0; }
.timeline { margin-top: 24px; }
.timeline-item { display: grid; grid-template-columns: 130px minmax(0,1fr) 150px; gap: 36px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); }
.timeline-date { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.timeline-date span { display: block; color: var(--ink); font: 800 36px/1 "Libre Franklin"; }
.timeline-copy h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.03em; }
.timeline-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.source-tag { justify-self: end; padding: 6px 9px; border: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.two-truths { display: grid; grid-template-columns: 1fr 1fr; margin-top: 68px; }
.truth-card { min-height: 310px; padding: 42px; border: 1px solid var(--line); background: var(--paper); }
.truth-card.dark { color: var(--white); border-color: var(--ink); background: var(--ink); }
.card-kicker { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.truth-card.dark .card-kicker { color: var(--mint); }
.truth-card h3 { max-width: 470px; margin: 46px 0 16px; font-size: 29px; line-height: 1.12; letter-spacing: -.04em; }
.truth-card p { max-width: 500px; margin: 0; color: var(--muted); font-size: 14px; }
.truth-card.dark p { color: #b7c2bd; }

.proposal-section { color: var(--white); background: var(--ink); }
.proposal-intro { display: grid; grid-template-columns: 1fr 390px; gap: 100px; align-items: end; }
.proposal-intro h2 { max-width: 680px; }
.proposal-status { padding: 22px 0 4px 24px; border-left: 2px solid var(--red); }
.proposal-status span { display: block; color: var(--mint); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.proposal-status strong { display: block; margin: 7px 0 8px; font: 700 22px "Libre Franklin"; }
.proposal-status p { margin: 0; color: #aebbb5; font-size: 12px; }
.proposal-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.proposal-card { min-height: 250px; padding: 27px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background 180ms ease, transform 180ms ease; }
.proposal-card:hover { background: rgba(255,255,255,.045); transform: translateY(-2px); }
.proposal-no { color: var(--red); font: 800 13px "Libre Franklin"; }
.proposal-card h3 { margin: 58px 0 13px; font-size: 20px; letter-spacing: -.03em; }
.proposal-card p { margin: 0; color: #aebbb5; font-size: 13px; }
.legal-note { display: grid; grid-template-columns: 40px 1fr; gap: 18px; max-width: 940px; margin: 42px auto 0; padding: 25px; color: var(--ink); background: var(--mint); }
.legal-note > span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-weight: 700; }
.legal-note p { margin: 0; font-size: 13px; }
.movement-call { display: grid; grid-template-columns: 150px 1fr auto; gap: 34px; align-items: center; margin-top: 42px; padding: 34px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.movement-call > p { margin: 0; color: var(--red); font: 800 18px "Libre Franklin"; }
.movement-call h3 { margin: 0; font-size: 20px; line-height: 1.35; letter-spacing: -.025em; }
.movement-share { color: var(--white); border-color: rgba(255,255,255,.55); white-space: nowrap; }
.movement-share:hover, .movement-share:focus-visible { color: var(--ink); background: var(--mint); border-color: var(--mint); transform: translateY(-2px); }

.principles-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.balance-card { display: grid; grid-template-columns: 1fr 70px 1fr; min-height: 400px; padding: 42px 34px; background: var(--white); box-shadow: var(--shadow); }
.balance-side { display: flex; flex-direction: column; }
.balance-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--white); background: var(--red); font: 800 16px "Libre Franklin"; }
.balance-side:last-child .balance-icon { color: var(--ink); background: var(--mint); }
.balance-side h3 { margin: 42px 0 18px; font-size: 21px; }
.balance-side ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.balance-side li { position: relative; padding-left: 16px; }
.balance-side li::before { content: ""; position: absolute; top: 9px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.balance-side:last-child li::before { background: #4a9c78; }
.balance-divider { display: grid; position: relative; place-items: center; }
.balance-divider::before { content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: var(--line); }
.balance-divider span { position: relative; z-index: 1; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--muted); font: italic 700 14px "Libre Franklin"; }
.quote-panel { margin-top: 80px; padding: 42px 50px; border: 1px solid var(--line); text-align: center; }
.quote-panel p { max-width: 890px; margin: 0 auto 14px; font: italic 700 clamp(22px,3vw,34px)/1.25 "Libre Franklin"; letter-spacing: -.035em; }
.quote-panel span { color: var(--muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.sources-section { background: var(--paper-2); }
.section-heading.compact h2 { font-size: clamp(36px,4.4vw,56px); }
.source-list { margin-top: 56px; border-top: 1px solid var(--ink); }
.source-row { display: grid; grid-template-columns: 150px 1fr 30px; gap: 30px; align-items: center; padding: 25px 10px; border-bottom: 1px solid var(--line); text-decoration: none; transition: padding 180ms ease, background 180ms ease; }
.source-row:hover { padding-right: 18px; padding-left: 18px; background: rgba(255,255,255,.55); }
.source-type { color: var(--red-dark); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.source-title { font: 700 16px "Libre Franklin"; }
.source-arrow { justify-self: end; font-size: 22px; }
.method-note { max-width: 780px; margin-top: 38px; padding: 18px 20px; border: 1px solid var(--line); background: rgba(255,255,255,.42); }
.method-note summary { cursor: pointer; font-weight: 700; }
.method-note p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }

.help-section { padding: 90px 0; color: var(--white); background: var(--red-dark); }
.help-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: center; }
.help-copy h2 em { color: var(--mint); font-style: italic; }
.help-copy p:last-child { max-width: 650px; color: #f0c9c3; font-size: 15px; }
.help-action { padding: 30px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.06); }
.availability { margin-bottom: 16px; color: #f0c9c3; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.whatsapp-button { display: grid; grid-template-columns: 46px 1fr auto; gap: 15px; align-items: center; padding: 17px; color: var(--ink); background: var(--white); text-decoration: none; transition: transform 180ms ease; }
.whatsapp-button:hover { transform: translateY(-2px); }
.wa-mark { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; color: white; background: #1fad63; font: 800 16px "Libre Franklin"; }
.whatsapp-button small { display: block; color: var(--muted); font-size: 10px; }
.whatsapp-button > span:nth-child(2) { font: 800 18px "Libre Franklin"; }
.help-action > p { margin: 14px 0 0; color: #efc9c3; font-size: 10px; }

.footer { padding: 55px 0; color: #aebbb5; background: #0e1b17; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 70px; align-items: start; }
.footer-brand { color: var(--white); }
.footer-grid > div:first-child > p, .footer-legal p { margin: 14px 0 0; font-size: 11px; }
.footer-nav { display: flex; gap: 24px; color: var(--white); font-size: 12px; }
.footer-nav a { text-decoration: none; }
.footer-legal { text-align: right; }
.footer-legal p { margin-top: 0; }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 40; display: flex; align-items: center; gap: 12px; min-height: 66px; padding: 10px 18px 10px 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: white; background: #148f4c; box-shadow: 0 16px 42px rgba(10,48,29,.3); text-decoration: none; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { background: #0f7c41; box-shadow: 0 18px 48px rgba(10,48,29,.4); transform: translateY(-3px); }
.floating-wa-mark { position: relative; display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; font: 800 16px "Libre Franklin"; }
.floating-wa-mark::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; animation: wa-pulse 2.2s ease-out infinite; }
.floating-wa-copy { display: flex; flex-direction: column; line-height: 1.25; }
.floating-wa-copy small { color: #d7f2e2; font-size: 10px; font-weight: 600; }
.floating-wa-copy b { font-size: 13px; white-space: nowrap; }
@keyframes wa-pulse { 0% { opacity: .8; transform: scale(.88); } 75%, 100% { opacity: 0; transform: scale(1.3); } }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 550ms ease, transform 550ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { transition-duration: .01ms !important; }
}

@media (max-width: 960px) {
  .nav-links { gap: 18px; }
  .hero-grid, .proposal-intro, .principles-grid, .help-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 70px; }
  .case-file { max-width: 560px; }
  .proposal-intro, .principles-grid, .help-grid { gap: 50px; }
  .proposal-grid { grid-template-columns: repeat(2,1fr); }
  .manifesto-grid { grid-template-columns: 140px 1fr; }
  .manifesto-pillars { grid-column: 2; grid-template-columns: repeat(3,1fr); border-left: 0; border-top: 1px solid rgba(255,255,255,.28); padding: 20px 0 0; }
  .movement-call { grid-template-columns: 120px 1fr; }
  .movement-share { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px,1180px); }
  .notice-inner { min-height: 46px; }
  .notice-inner p { max-width: 280px; line-height: 1.35; }
  .notice-inner a { display: none; }
  .nav { min-height: 72px; }
  .menu-button { display: block; cursor: pointer; }
  .nav-links { position: fixed; top: 118px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 16px 40px; background: var(--paper); transform: translateX(100%); transition: transform 220ms ease; }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { padding: 20px 8px; border-bottom: 1px solid var(--line); font-size: 17px; }
  .nav-links .nav-cta { margin-top: 16px; padding: 17px; text-align: center; }
  .hero { padding: 50px 0 72px; }
  h1 { font-size: clamp(44px,14vw,68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .share-button { width: 100%; text-align: left; }
  .manifesto { padding: 58px 0; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 30px; }
  .manifesto-signal { flex-direction: row; align-items: center; gap: 18px; }
  .manifesto-signal > span { width: 56px; height: 56px; flex: 0 0 56px; font-size: 34px; }
  .manifesto-signal p { margin: 0; }
  .manifesto-pillars { grid-column: 1; grid-template-columns: 1fr; padding-top: 12px; }
  .section { padding: 78px 0; }
  .fact-banner { grid-template-columns: 50px 1fr; gap: 15px; padding: 18px 5px; }
  .timeline-item { grid-template-columns: 74px 1fr; gap: 18px; }
  .source-tag { display: none; }
  .two-truths { grid-template-columns: 1fr; }
  .truth-card { min-height: 290px; padding: 30px; }
  .proposal-grid { grid-template-columns: 1fr; }
  .proposal-card { min-height: 220px; }
  .movement-call { grid-template-columns: 1fr; gap: 20px; }
  .movement-share { grid-column: 1; width: 100%; }
  .balance-card { grid-template-columns: 1fr; gap: 34px; }
  .balance-divider { min-height: 34px; }
  .balance-divider::before { top: 50%; right: 0; bottom: auto; left: 0; width: auto; height: 1px; }
  .quote-panel { padding: 32px 22px; }
  .source-row { grid-template-columns: 1fr 28px; gap: 8px; }
  .source-type { grid-column: 1 / -1; }
  .help-action { padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-nav { flex-wrap: wrap; }
  .footer-legal { text-align: left; }
  .floating-whatsapp { right: 14px; bottom: 14px; min-height: 58px; max-width: calc(100% - 28px); padding: 8px 14px 8px 8px; }
  .floating-wa-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .floating-wa-copy b { font-size: 12px; }
}

@media (max-width: 420px) {
  .case-file { padding: 21px; }
  .case-file-top { flex-direction: column; gap: 8px; }
  .professor-photo { margin-right: -21px; margin-left: -21px; }
  .professor-photo figcaption { padding-right: 21px; padding-left: 21px; }
  .professor-photo img { height: 194px; }
  .whatsapp-button > span:nth-child(2) { font-size: 15px; }
}
