﻿:root {
      --rjc-primary: #7ab940;
      --rjc-primary-dark: #557b31;
      --rjc-success: #4ad04b;
      --rjc-accent: #74c33a;
      --rjc-dark: #1d1d1b;
      --rjc-text: #394235;
      --rjc-muted: #6b7564;
      --rjc-border: #d8e5cc;
      --rjc-soft: #f7faf3;
      --rjc-soft-blue: #edf5e3;
      --rjc-soft-green: #ebf7e2;
      --rjc-warning: #fff1e4;
      --rjc-cta: #f28c28;
      --rjc-cta-dark: #d97706;
      --rjc-shadow: 0 10px 30px rgba(29, 29, 27, 0.08);
      --rjc-shadow-lg: 0 24px 70px rgba(29, 29, 27, 0.14);
      --rjc-radius: 1.25rem;
      --rjc-radius-lg: 1.75rem;
      --bs-primary: #7ab940;
      --bs-primary-rgb: 122, 185, 64;
      --bs-primary-text-emphasis: #557b31;
      --bs-primary-bg-subtle: #edf5e3;
      --bs-primary-border-subtle: #cfe0bb;
      --bs-success: #4ad04b;
      --bs-success-rgb: 74, 208, 75;
      --bs-success-text-emphasis: #2f7c30;
      --bs-success-bg-subtle: #e7f8e6;
      --bs-success-border-subtle: #bee8bf;
      --bs-secondary: #6b7564;
      --bs-secondary-rgb: 107, 117, 100;
      --bs-dark: #1d1d1b;
      --bs-dark-rgb: 29, 29, 27;
      --bs-warning: #f28c28;
      --bs-warning-rgb: 242, 140, 40;
    }

    html { scroll-behavior: smooth; }
    body {
      font-family: 'Inter', sans-serif;
      color: var(--rjc-text);
      background: linear-gradient(180deg, #fcfdf9 0%, #ffffff 18%);
      line-height: 1.65;
    }

    .section-space { padding: 88px 0; }
    .section-space-sm { padding: 64px 0; }

    .eyebrow {
      position: relative;
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      padding: .58rem 1.05rem;
      border-radius: 999px;
      border: 1px solid rgba(122, 185, 64, .2);
      background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(238, 247, 228, .96));
      color: #446a26;
      font-weight: 800;
      font-size: .92rem;
      letter-spacing: .01em;
      box-shadow: 0 10px 22px rgba(82, 122, 49, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
      overflow: hidden;
    }

    .eyebrow::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(122, 185, 64, .14), rgba(122, 185, 64, 0) 55%);
      pointer-events: none;
    }

    .eyebrow > * {
      position: relative;
      z-index: 1;
    }

    .eyebrow i {
      color: #5d982d;
    }

    .section-title {
      position: relative;
      display: inline-block;
      max-width: 100%;
      padding-bottom: .65rem;
      font-size: clamp(2rem, 4vw, 3.4rem);
      line-height: 1.06;
      letter-spacing: -0.03em;
      font-weight: 800;
      color: #18341a;
      margin-bottom: 1rem;
      text-wrap: balance;
    }

    .section-title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: min(150px, 42%);
      height: 8px;
      border-radius: 999px;
      background: linear-gradient(90deg, #4f8f2c, #7ab940, #9adf5e);
      box-shadow: 0 10px 24px rgba(122, 185, 64, .18);
    }

    .text-center .section-title {
      margin-left: auto;
      margin-right: auto;
    }

    .text-center .section-title::after {
      left: 50%;
      transform: translateX(-50%);
    }

    .section-subtitle {
      font-size: 1.08rem;
      color: #5e6955;
      max-width: 760px;
      margin: 0 auto;
      text-wrap: balance;
    }

    .text-gradient {
      background: linear-gradient(90deg, #2f6b2e 0%, #4e9633 48%, #7ab940 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    .navbar {
      backdrop-filter: blur(12px);
      background: rgba(255,255,255,.94);
      border-bottom: 1px solid rgba(122, 185, 64, .22);
      box-shadow: 0 8px 30px rgba(29, 29, 27, .05);
    }

    .navbar-brand {
      display: inline-flex;
      align-items: center;
      padding: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    .navbar-brand img {
      width: clamp(170px, 22vw, 280px);
      max-width: calc(100vw - 120px);
      height: auto;
      display: block;
    }

    .navbar .nav-link {
      color: var(--rjc-text);
      font-weight: 600;
    }

    .navbar .nav-link:hover,
    .navbar .nav-link:focus {
      color: var(--rjc-primary-dark);
    }

    .navbar-toggler {
      border-color: rgba(122, 185, 64, .3);
    }

    .navbar-toggler:focus {
      box-shadow: 0 0 0 .25rem rgba(122, 185, 64, .16);
    }

    .btn {
      font-weight: 600;
    }

    .btn-warning {
      --bs-btn-color: #fff;
      --bs-btn-bg: var(--rjc-cta);
      --bs-btn-border-color: var(--rjc-cta);
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: var(--rjc-cta-dark);
      --bs-btn-hover-border-color: var(--rjc-cta-dark);
      --bs-btn-focus-shadow-rgb: 242, 140, 40;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #bf650b;
      --bs-btn-active-border-color: #bf650b;
      --bs-btn-disabled-color: #fff;
      --bs-btn-disabled-bg: var(--rjc-cta);
      --bs-btn-disabled-border-color: var(--rjc-cta);
    }

    .btn-outline-warning {
      --bs-btn-color: var(--rjc-cta-dark);
      --bs-btn-border-color: var(--rjc-cta);
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: var(--rjc-cta);
      --bs-btn-hover-border-color: var(--rjc-cta);
      --bs-btn-focus-shadow-rgb: 242, 140, 40;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: var(--rjc-cta-dark);
      --bs-btn-active-border-color: var(--rjc-cta-dark);
      --bs-btn-disabled-color: var(--rjc-cta);
      --bs-btn-disabled-bg: transparent;
      --bs-btn-disabled-border-color: var(--rjc-cta);
    }
    .btn-whatsapp {
      --bs-btn-color: #fff;
      --bs-btn-bg: #25d366;
      --bs-btn-border-color: #25d366;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #1ebe5b;
      --bs-btn-hover-border-color: #1ebe5b;
      --bs-btn-focus-shadow-rgb: 37, 211, 102;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #179b4d;
      --bs-btn-active-border-color: #179b4d;
      --bs-btn-disabled-color: #fff;
      --bs-btn-disabled-bg: #25d366;
      --bs-btn-disabled-border-color: #25d366;
      box-shadow: 0 14px 28px rgba(37, 211, 102, .22);
    }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 140px 0 96px;
      background:
        radial-gradient(circle at top left, rgba(122, 185, 64, .16), transparent 28%),
        radial-gradient(circle at right center, rgba(74, 208, 75, .12), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f7faf3 100%);
    }

    .hero::before,
    .hero::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      filter: blur(30px);
      z-index: 0;
    }

    .hero::before {
      width: 220px;
      height: 220px;
      background: rgba(122, 185, 64, .16);
      top: 8%;
      right: -70px;
    }

    .hero::after {
      width: 180px;
      height: 180px;
      background: rgba(74, 208, 75, .14);
      bottom: 6%;
      left: -60px;
    }

    .hero .container { position: relative; z-index: 1; }
    .hero-copy { max-width: 640px; }

    .hero-title {
      font-size: clamp(2.4rem, 5vw, 4.5rem);
      line-height: 1.02;
      letter-spacing: -0.04em;
      font-weight: 800;
      color: var(--rjc-dark);
      margin: 1.1rem 0 1.25rem;
    }

    .hero-lead {
      font-size: 1.14rem;
      color: var(--rjc-muted);
      max-width: 620px;
      margin-bottom: 1.75rem;
    }

    .hero-checks {
      display: flex;
      flex-wrap: wrap;
      gap: .85rem;
      margin: 1.5rem 0 2rem;
    }

    .hero-check {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      padding: .8rem 1rem;
      background: rgba(255,255,255,.85);
      border: 1px solid var(--rjc-border);
      border-radius: 999px;
      color: var(--rjc-dark);
      font-weight: 600;
      box-shadow: var(--rjc-shadow);
    }

    .hero-card {
      background: rgba(255,255,255,.88);
      border: 1px solid rgba(226,232,240,.95);
      border-radius: var(--rjc-radius-lg);
      padding: 1.25rem;
      box-shadow: var(--rjc-shadow-lg);
      backdrop-filter: blur(10px);
    }

    .dashboard-window {
      border-radius: 1.2rem;
      overflow: hidden;
      border: 1px solid rgba(122, 185, 64, .2);
      background: linear-gradient(180deg, #fcfdf9 0%, #ffffff 18%);
    }

    .hero-screenshot {
      background: #ffffff;
    }

    .hero-screenshot img {
      display: block;
      width: 100%;
      height: auto;
    }

    .window-topbar {
      display: flex;
      align-items: center;
      gap: .45rem;
      padding: .9rem 1rem;
      background: linear-gradient(90deg, #edf5e3, #f7faf3);
      border-bottom: 1px solid var(--rjc-border);
    }

    .window-dot {
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #cbd5e1;
    }

    .window-dot:nth-child(1) { background: #f87171; }
    .window-dot:nth-child(2) { background: #facc15; }
    .window-dot:nth-child(3) { background: #4ade80; }

    .dashboard-body {
      padding: 1.2rem;
      background: linear-gradient(180deg, #ffffff, #f7faf3);
    }

    .metric-card,
    .feature-card,
    .testimonial-card,
    .plan-card,
    .process-card,
    .contact-card,
    .trust-card {
      border: 1px solid var(--rjc-border);
      border-radius: var(--rjc-radius);
      background: linear-gradient(180deg, #fcfdf9 0%, #ffffff 18%);
      box-shadow: var(--rjc-shadow);
    }

    .metric-card {
      padding: 1rem;
      height: 100%;
      transition: transform .25s ease, box-shadow .25s ease;
    }

    .metric-card:hover,
    .feature-card:hover,
    .plan-card:hover,
    .testimonial-card:hover,
    .process-card:hover,
    .trust-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--rjc-shadow-lg);
    }

    .metric-number {
      font-size: 2rem;
      font-weight: 800;
      color: var(--rjc-dark);
      line-height: 1;
    }

    .metric-label {
      color: var(--rjc-muted);
      font-weight: 600;
      margin-top: .5rem;
    }

    .icon-badge {
      width: 48px;
      height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      background: var(--rjc-soft-green);
      color: var(--rjc-primary-dark);
      font-size: 1.25rem;
      flex-shrink: 0;
    }

    .stat-band {
      background: #74c33a;
      color: #ffffff;
      border-radius: var(--rjc-radius-lg);
      padding: 1.5rem;
      box-shadow: 0 22px 44px rgba(116, 195, 58, .28);
    }

    .stat-band .stat-item { text-align: center; padding: 1rem; }
    .stat-band .value {
      font-size: clamp(1.7rem, 4vw, 2.7rem);
      font-weight: 800;
      line-height: 1;
    }
    .stat-band .label {
      color: rgba(255,255,255,.9);
      margin-top: .45rem;
      font-weight: 600;
    }

    .feature-card,
    .trust-card,
    .process-card,
    .testimonial-card,
    .contact-card {
      padding: 1.6rem;
      height: 100%;
    }

    .feature-card h3,
    .trust-card h3,
    .process-card h3,
    .plan-card h3,
    .contact-card h3 {
      color: var(--rjc-dark);
      font-size: 1.2rem;
      font-weight: 800;
      margin: 1rem 0 .8rem;
    }

    .feature-card p,
    .trust-card p,
    .process-card p,
    .testimonial-card p,
    .contact-card p,
    .plan-card p {
      color: var(--rjc-muted);
      margin-bottom: 0;
    }

    .feature-bullets,
    .plan-features,
    .contact-list {
      list-style: none;
      padding: 0;
      margin: 1rem 0 0;
    }

    .feature-bullets li,
    .plan-features li,
    .contact-list li {
      display: flex;
      gap: .7rem;
      align-items: start;
      margin-bottom: .75rem;
      color: var(--rjc-text);
      font-weight: 500;
    }

    .chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: .75rem;
    }

    .chip {
      padding: .7rem 1rem;
      background: #fff;
      border: 1px solid var(--rjc-border);
      border-radius: 999px;
      font-weight: 700;
      color: var(--rjc-dark);
    }

    .soft-section { background: linear-gradient(180deg, #f7faf3, #ffffff); }

    .grid-preview {
      border-radius: var(--rjc-radius-lg);
      border: 1px solid var(--rjc-border);
      overflow: hidden;
      box-shadow: var(--rjc-shadow-lg);
      background: linear-gradient(180deg, #fcfdf9 0%, #ffffff 18%);
    }

    .module-screenshot-frame {
      background: #ffffff;
      padding: 1rem;
    }

    .module-screenshot {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 1rem;
      border: 1px solid rgba(122, 185, 64, .16);
    }

    .preview-sidebar {
      background: linear-gradient(180deg, #1d1d1b, #557b31);
      color: rgba(255,255,255,.75);
      min-height: 100%;
      padding: 1.25rem 1rem;
    }

    .preview-main {
      padding: 1.25rem;
      background: linear-gradient(180deg, #ffffff, #f7faf3);
    }

    .preview-pill,
    .preview-line {
      border-radius: .8rem;
      background: rgba(122, 185, 64, .18);
    }

    .preview-pill {
      height: 36px;
      width: 120px;
      background: var(--rjc-soft-green);
    }

    .preview-line { height: 12px; margin-bottom: .65rem; }
    .preview-line.short { width: 45%; }
    .preview-line.medium { width: 68%; }
    .preview-line.long { width: 100%; }

    .preview-card {
      border: 1px solid var(--rjc-border);
      border-radius: 1rem;
      padding: 1rem;
      background: #fff;
      box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
    }

    .trust-icon {
      width: 56px;
      height: 56px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      background: var(--rjc-soft-green);
      color: var(--rjc-primary-dark);
      font-size: 1.35rem;
    }

    .process-number {
      width: 52px;
      height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--rjc-primary-dark), var(--rjc-success));
      color: #fff;
      font-weight: 800;
      font-size: 1.1rem;
      box-shadow: 0 10px 20px rgba(122, 185, 64, .22);
    }

    .video-box {
      position: relative;
      border-radius: var(--rjc-radius-lg);
      overflow: hidden;
      background: #000;
      box-shadow: var(--rjc-shadow-lg);
    }

    .video-player {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      background: #000;
    }

    .plan-card {
      position: relative;
      padding: 1.8rem;
      height: 100%;
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

    .plan-card.featured {
      border: 2px solid rgba(122, 185, 64, .28);
      box-shadow: 0 26px 70px rgba(122, 185, 64, .16);
    }

    .plan-badge {
      position: absolute;
      top: 18px;
      right: 18px;
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      padding: .45rem .8rem;
      border-radius: 999px;
      background: var(--rjc-soft-green);
      color: var(--rjc-primary-dark);
      font-weight: 800;
      font-size: .82rem;
    }

    .plan-price {
      display: flex;
      align-items: end;
      gap: .3rem;
      margin: 1.2rem 0 .3rem;
    }

    .plan-price .amount {
      font-size: 2.5rem;
      line-height: 1;
      font-weight: 800;
      color: var(--rjc-dark);
      letter-spacing: -0.03em;
    }

    .plan-price .suffix {
      font-size: .95rem;
      color: var(--rjc-muted);
      font-weight: 700;
      margin-bottom: .3rem;
    }

    .plan-meta {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      background: var(--rjc-soft);
      padding: .45rem .75rem;
      border-radius: 999px;
      color: var(--rjc-muted);
      font-size: .85rem;
      font-weight: 700;
      margin: .7rem 0 1rem;
    }

    .plan-note {
      color: var(--rjc-muted);
      font-size: .92rem;
      margin-top: 1rem;
    }

    .plan-billing-toggle {
      display: inline-flex;
      align-items: center;
      gap: .85rem;
      margin-top: 1.4rem;
      padding: .55rem .75rem;
      border: 1px solid var(--rjc-border);
      border-radius: 999px;
      background: #ffffff;
      box-shadow: 0 12px 30px rgba(29, 29, 27, .06);
    }

    .billing-label {
      font-size: .92rem;
      font-weight: 700;
      color: var(--rjc-muted);
      transition: color .2s ease;
    }

    .billing-label.is-active {
      color: var(--rjc-primary-dark);
    }

    .plan-switch {
      position: relative;
      width: 58px;
      height: 32px;
      margin: 0;
      cursor: pointer;
    }

    .plan-switch input {
      position: absolute;
      inset: 0;
      opacity: 0;
      cursor: pointer;
      margin: 0;
    }

    .plan-switch-slider {
      position: absolute;
      inset: 0;
      border-radius: 999px;
      background: rgba(122, 185, 64, .18);
      transition: background .25s ease;
    }

    .plan-switch-slider::after {
      content: "";
      position: absolute;
      top: 4px;
      left: 4px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #ffffff;
      box-shadow: 0 6px 16px rgba(29, 29, 27, .15);
      transition: transform .25s ease;
    }

    .plan-switch input:checked + .plan-switch-slider {
      background: rgba(122, 185, 64, .42);
    }

    .plan-switch input:checked + .plan-switch-slider::after {
      transform: translateX(26px);
    }

    .plan-switch input:focus-visible + .plan-switch-slider {
      outline: 3px solid rgba(122, 185, 64, .18);
      outline-offset: 2px;
    }

    .testimonial-stars {
      color: #f59e0b;
      display: flex;
      gap: .2rem;
      margin-bottom: 1rem;
    }

    .testimonial-name {
      margin-top: 1rem;
      font-weight: 800;
      color: var(--rjc-dark);
    }

    .company-box {
      border-radius: var(--rjc-radius-lg);
      padding: 2rem;
      background: linear-gradient(135deg, #ffffff, #f7faf3);
      border: 1px solid var(--rjc-border);
      box-shadow: var(--rjc-shadow);
    }

    .contact-box {
      border-radius: var(--rjc-radius-lg);
      overflow: hidden;
      border: 1px solid var(--rjc-border);
      box-shadow: var(--rjc-shadow-lg);
      background: #fff;
    }

    .contact-panel-primary {
      background: linear-gradient(135deg, #1d1d1b, #557b31);
      color: #fff;
      padding: 2rem;
      height: 100%;
    }

    .contact-panel-secondary {
      padding: 2rem;
      background: linear-gradient(180deg, #fcfdf9 0%, #ffffff 18%);
      height: 100%;
    }

    .contact-link {
      color: inherit;
      text-decoration: none;
    }

    .contact-link:hover { text-decoration: underline; }

    .floating-whatsapp {
      position: fixed;
      right: 20px;
      bottom: 20px;
      width: 62px;
      height: 62px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #25d366, #128c7e);
      color: #fff;
      font-size: 1.6rem;
      box-shadow: 0 20px 35px rgba(37, 211, 102, .28);
      z-index: 1080;
      text-decoration: none;
      transition: transform .25s ease;
    }

    .floating-whatsapp:hover {
      transform: translateY(-3px) scale(1.02);
      color: #fff;
    }
    .footer {
      padding: 3.5rem 0 2rem;
      color: rgba(255,255,255,.76);
      border-top: 1px solid rgba(122, 185, 64, .18);
      background:
        radial-gradient(circle at top right, rgba(122, 185, 64, .12), transparent 28%),
        linear-gradient(180deg, #0d0f0c, #151913 58%, #0d0f0c 100%);
    }

    .footer-top {
      display: grid;
      grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
      gap: 2.25rem;
      align-items: start;
    }

    .footer-brand-block {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    .footer-brand {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      gap: .6rem;
      padding: 0;
      border-radius: 0;
      background: transparent;
      box-shadow: none;
    }

    .footer-brand img {
      width: clamp(180px, 18vw, 240px);
      height: auto;
      display: block;
    }

    .footer-brand span {
      font-size: .85rem;
      font-weight: 700;
      letter-spacing: .06em;
      color: rgba(255,255,255,.88);
      text-transform: uppercase;
    }

    .footer-tagline {
      margin: 0;
      color: rgba(255,255,255,.62);
      max-width: 260px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
    }

    .footer-column {
      padding: 1.15rem 1.2rem;
      border: 1px solid rgba(122, 185, 64, .12);
      border-radius: 1rem;
      background: rgba(255,255,255,.03);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
    }

    .footer-column h3 {
      margin: 0 0 1rem;
      font-size: 1.05rem;
      font-weight: 800;
      color: #ffffff;
    }

    .footer-column p {
      margin: 0 0 1rem;
      color: rgba(255,255,255,.74);
      line-height: 1.7;
    }

    .footer-column p:last-child {
      margin-bottom: 0;
    }

    .footer-column strong {
      color: #9adf5e;
      font-weight: 700;
    }

    .footer-link {
      color: #ffffff;
      text-decoration: none;
    }

    .footer-link:hover {
      color: #9adf5e;
    }

    .footer-bottom {
      margin-top: 1.5rem;
      padding-top: 1.25rem;
      border-top: 1px solid rgba(255,255,255,.08);
      color: rgba(255,255,255,.45);
      font-size: .92rem;
    }

    .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .7s ease, transform .7s ease;
    }
    .reveal.show {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 991.98px) {
      .hero { padding-top: 120px; }
      .footer-top { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 767.98px) {
      .section-space { padding: 72px 0; }
      .section-space-sm { padding: 52px 0; }
      .hero-title { font-size: 2.5rem; }
      .hero-checks { flex-direction: column; align-items: stretch; }
      .stat-band .stat-item { padding: .8rem 0; }
      .navbar-brand img { max-width: calc(100vw - 110px); }
      .footer-top,
      .footer-grid { grid-template-columns: 1fr; }
      .footer-brand,
      .footer-brand-block { align-items: center; }
      .footer-tagline,
      .footer-bottom,
      .footer-column { text-align: center; }
      .contact-panel-primary,
      .contact-panel-secondary { padding: 1.5rem; }
    }


