:root {
  --bg: #ffffff;
  --bg-subtle: #f4f5f7;
  --bg-dark: #0a0f1a;
  --ink: #0a0f1a;
  --ink-soft: #4a5568;
  --ink-muted: #8892a6;
  --line: #e4e7ec;
  --accent: #4ade80;
  --warning: #fbbf24;
  --neutral: #94a3b8;
  --font-display: 'Fraunces', 'Times New Roman', serif;
  --font-sans: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono: 'JetBrains Mono', 'Courier New', monospace;
  --size-body: 1rem;
  --size-mono: 0.75rem;
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 6rem;
  --page-max: 1280px;
  --page-pad: clamp(1.25rem, 4vw, 3rem);
  --sidebar-width: 180px;
  --grad-dsa: linear-gradient(135deg, #1e266d 0%, #3e1b71 50%, #9c2e6d 100%);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; scroll-padding-top: 80px; overflow-x: hidden; }
body { font-family: var(--font-sans); font-size: var(--size-body); line-height: 1.5; color: var(--ink); background: var(--bg); overflow-x: hidden; width: 100%; position: relative; }
h1, h2, h3 { font-family: var(--font-sans); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); }
p { font-size: var(--size-body); line-height: 1.6; color: var(--ink-soft); }
.mono-label { font-family: var(--font-mono); font-size: var(--size-mono); font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-muted); }
.mobile-br { display: none; }
.container { max-width: var(--page-max); margin: 0 auto; padding: 0 var(--page-pad); }

/* Header */
.site-header { border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; backdrop-filter: blur(8px); background: rgba(255,255,255,0.9); transition: transform 0.3s ease-in-out; will-change: transform; }
.site-header.header-hidden { transform: translateY(-100%); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 1.25rem; padding-bottom: 1.25rem; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo-img { height: 36px; width: auto; display: block; }
.site-nav { display: flex; gap: 2rem; align-items: center; }
.site-nav a { font-family: var(--font-sans); font-size: 0.875rem; font-weight: 500; color: var(--ink-soft); text-decoration: none; transition: color 0.15s ease; cursor: pointer; }
.site-nav a:not(.btn-nav):hover, .site-nav a:not(.btn-nav).active { color: var(--ink); }
.site-nav .btn-nav { background: var(--ink); color: white; padding: 0.5rem 1.125rem; border-radius: 999px; transition: all 0.2s ease; white-space: nowrap; }
.site-nav .btn-nav:hover, .site-nav .btn-nav.active { background: #1a2332; color: white; transform: translateY(-1px); }

/* Hero */
.hero { padding: var(--space-xl) 0 var(--space-lg); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(10,15,26,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(10,15,26,0.04) 1px, transparent 1px); background-size: 80px 80px; pointer-events: none; mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%); }
.hero-content { position: relative; max-width: 900px; }
.hero-label { margin-bottom: var(--space-md); display: flex; align-items: flex-start; gap: 0.75rem; }
.hero-label::before { content: ''; width: 8px; height: 8px; background: var(--ink); border-radius: 50%; margin-top: 0.35rem; flex-shrink: 0; }
.hero h1 { font-size: clamp(2rem, 4.5vw, 3.5rem); line-height: 1.15; margin-bottom: var(--space-md); letter-spacing: -0.025em; }
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: var(--space-md); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.5rem; border-radius: 999px; font-family: var(--font-sans); font-size: 0.875rem; font-weight: 500; text-decoration: none; transition: all 0.2s ease; cursor: pointer; border: 1px solid transparent; }
.btn-primary { background: var(--ink); color: white; }
.btn-primary:hover { background: #1a2332; transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-secondary:hover { background: var(--ink); color: white; }

/* Carousel */
.carousel { padding: var(--space-lg) 0; }
.carousel-viewport { position: relative; border-radius: 16px; overflow: hidden; }
.carousel-track { display: flex; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); will-change: transform; }
.carousel-slide { flex: 0 0 100%; min-height: 420px; padding: clamp(2rem, 5vw, 4rem); display: flex; flex-direction: column; justify-content: flex-end; color: white; position: relative; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; }
.carousel-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 70%); pointer-events: none; }
.carousel-slide.slide-1 { background-image: url('../img/carrossel-idr/1_idr.jpg'); }
.carousel-slide.slide-2 { background-image: url('../img/carrossel-idr/2_idr.jpg'); }
.carousel-slide.slide-3 { background-image: url('../img/carrossel-idr/3_idr.jpg'); }
.carousel-slide.slide-4 { background-image: url('../img/carrossel-idr/4_idr.jpg'); background-position: center 15%; }
.carousel-slide.slide-5 { background-image: url('../img/carrossel-idr/5_idr.jpg'); background-position: center 15%; }
.carousel-tag { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 0.875rem; border: 1px solid rgba(255,255,255,0.5); border-radius: 999px; font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 1.5rem; width: fit-content; position: relative; z-index: 2; }
.carousel-tag::before { content: ''; width: 6px; height: 6px; background: white; border-radius: 50%; }
.carousel-slide h2 { color: white; font-size: clamp(1.75rem, 3.5vw, 2.75rem); max-width: 20ch; line-height: 1.15; position: relative; z-index: 2; }
.carousel-dots { position: absolute; bottom: 1.5rem; right: 1.5rem; display: flex; gap: 0.5rem; z-index: 3; }
.carousel-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.4); border: none; cursor: pointer; transition: all 0.2s ease; padding: 0; flex-shrink: 0; }
.carousel-dot.active { background: white; width: 18px; border-radius: 999px; }

/* About layout */
.about-section { padding: var(--space-lg) 0 var(--space-xl); }
.about-layout { display: grid; grid-template-columns: var(--sidebar-width) 1fr; gap: var(--space-lg); align-items: start; }
.about-sidebar { position: sticky; top: 100px; }
.about-sidebar h3 { font-size: 1.25rem; margin-bottom: 1.5rem; font-weight: 700; }
.about-sidebar nav { display: flex; flex-direction: column; gap: 0.5rem; align-items: flex-start; }
.about-sidebar a { padding: 0.4rem 1.25rem; border-radius: 999px; font-size: 0.875rem; color: var(--ink-muted); text-decoration: none; transition: all 0.15s ease; border: 1px solid transparent; cursor: pointer; width: fit-content; }
.about-sidebar a:hover { color: var(--ink-soft); background: var(--bg-subtle); }
.about-sidebar a.active { color: var(--ink); border-color: var(--ink); font-weight: 600; }
.about-content { min-width: 0; }

.panel { display: none; }
.panel.active { display: block; animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
.panel > .section-label { margin-bottom: 1rem; }
.panel > h1, .panel > h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 1.5rem; max-width: 22ch; line-height: 1.1; }
.panel > .lede { font-size: 1.125rem; max-width: 75ch; margin-bottom: 2.5rem; color: var(--ink-soft); }

/* Card grids */
.challenge-grid, .function-grid, .governance-grid { background: var(--bg-subtle); border-radius: 12px; padding: clamp(1.5rem, 3vw, 2.5rem); display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.5rem, 3vw, 3rem) clamp(2rem, 4vw, 4rem); }
.challenge-card .roman, .function-card .roman, .committee-card .roman { font-family: var(--font-sans); font-size: 0.875rem; color: var(--ink-muted); margin-bottom: 0.75rem; padding-bottom: 0.75rem; border-bottom: 1px solid var(--line); }
.function-card .roman { text-align: right; }
.committee-card .roman { display: flex; justify-content: space-between; }
.committee-card .roman .code { font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; }
.challenge-card h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.75rem; }
.function-card h3 { font-size: 1.375rem; margin-bottom: 0.75rem; }
.committee-card h3 { font-size: 1.25rem; margin-bottom: 0.75rem; line-height: 1.25; }
.challenge-card p, .function-card p, .committee-card p { font-size: 0.9375rem; line-height: 1.6; }

/* Our System */

.stats-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-bottom: var(--space-lg); }
.stat-card { background: var(--bg-subtle); border-radius: 12px; padding: 2rem; min-height: 200px; display: flex; flex-direction: column; justify-content: space-between; }
.stat-card .mono-label { margin-bottom: 1rem; }
.stat-value { font-family: var(--font-sans); font-size: clamp(3rem, 6vw, 5rem); font-weight: 700; line-height: 1; letter-spacing: -0.03em; color: var(--ink); }
.stat-value .denominator { font-size: 0.35em; color: var(--ink-muted); font-weight: 400; vertical-align: super; margin-left: 0.15em; }

.reserves-section { background: var(--bg-subtle); border-radius: 12px; padding: clamp(2rem, 5vw, 4rem); margin-bottom: var(--space-lg); }
.reserves-section h2 { font-size: clamp(2.5rem, 5vw, 3.5rem); color: var(--ink); margin-bottom: 1.5rem; max-width: 15ch; }
.reserves-section > .subtitle { color: var(--ink-soft); margin-bottom: var(--space-lg); font-size: 1rem; max-width: 60ch; }
.reserves-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.reserve-card { display: flex; flex-direction: column; gap: 0.5rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.reserve-header { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: 0.5rem; }
.status-indicator { display: inline-flex; align-items: center; gap: 0.4rem; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--neutral); flex-shrink: 0; }
.status-dot.active { background: var(--accent); box-shadow: 0 0 0 0 rgba(74,222,128,0.4); animation: pulse 2.4s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.status-dot.forming { background: var(--warning); }
.status-dot.planned { background: var(--neutral); }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(74,222,128,0.5); } 50% { box-shadow: 0 0 0 6px rgba(74,222,128,0); } }
.reserve-card h3 { font-size: 1.35rem; font-weight: 700; line-height: 1.2; color: var(--ink); margin-bottom: 1.25rem; }
.territory-list { display: flex; flex-direction: column; gap: 0.5rem; }
.territory-list p { font-size: 0.875rem; color: var(--ink-soft); line-height: 1.4; margin: 0; }
.territory-list .plus { margin-top: 0.5rem; font-size: 0.9rem; color: var(--ink-muted); display: block; }
/* .reserve-card .hq { color: var(--ink-muted); margin-top: 0.25rem; } */

/* New DSA Hero Banner */
.dsa-hero-banner { 
  padding: 10rem 0; 
  background: var(--grad-dsa); 
  color: white; 
  text-align: center; 
  position: relative;
  overflow: hidden;
}
.dsa-hero-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.05) 0%, transparent 50%),
                    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.05) 0%, transparent 50%);
  pointer-events: none;
}
.dsa-hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.dsa-hero-content .mono-label { color: rgba(255,255,255,0.6); margin-bottom: 2rem; }
.dsa-hero-content h2 { color: white; font-size: clamp(2.5rem, 6vw, 4.5rem); margin-bottom: 1.5rem; letter-spacing: -0.03em; }
.dsa-hero-content .lede-large { font-size: clamp(1.125rem, 2vw, 1.35rem); color: rgba(255,255,255,0.9); margin-bottom: 1rem; font-weight: 500; line-height: 1.4; }
.dsa-hero-content .lede-sub { font-size: 0.9375rem; color: rgba(255,255,255,0.5); margin-bottom: 3rem; }
.btn-white { background: white !important; color: var(--ink) !important; padding: 1rem 2rem !important; }
.btn-white:hover { background: rgba(255,255,255,0.9) !important; }

/* Connect Section */
.connect-section { padding: var(--space-xl) 0; background: var(--bg); }
.connect-header { text-align: center; margin-bottom: var(--space-lg); }
.connect-header .mono-label { margin-bottom: 1rem; }
.connect-header h2 { font-size: clamp(2.5rem, 5vw, 4rem); letter-spacing: -0.03em; }
.connect-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; max-width: 1000px; margin: 0 auto; }
.connect-card { background: #f8f9fb; border-radius: 20px; padding: 3rem; display: flex; flex-direction: column; }
.connect-card .mono-label { color: var(--ink-muted); margin-bottom: 2rem; }
.connect-card h3 { font-size: 2rem; margin-bottom: 1rem; letter-spacing: -0.02em; }
.connect-card p { color: var(--ink-soft); font-size: 1.125rem; margin-bottom: 2.5rem; max-width: 32ch; }
.email-capture { display: flex; gap: 0.75rem; }
.email-capture input { 
  flex: 1; 
  padding: 0.75rem 1.5rem; 
  border-radius: 999px; 
  border: 1px solid var(--line); 
  font-family: var(--font-sans); 
  font-size: 0.9375rem; 
  background: white;
}
.connect-card .btn { width: fit-content; padding: 0.875rem 2rem; font-weight: 600; }
.connect-card .btn-primary { background: #0a0f1a; }

.world-map { background: var(--bg-subtle); border-radius: 12px; padding: clamp(2rem, 4vw, 3rem); position: relative; }
.world-map svg { width: 100%; height: auto; display: block; }
.map-legend { display: flex; gap: 2rem; margin-top: 1.5rem; font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-muted); }
.legend-item { display: flex; align-items: center; gap: 0.5rem; }

/* DSA section */
.dsa-section { padding: var(--space-xl) 0; background: var(--bg-dark); color: white; position: relative; overflow: hidden; }
.dsa-section::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.dsa-section .container { position: relative; z-index: 1; }
.dsa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-lg); align-items: center; }
.dsa-content .mono-label { color: rgba(255,255,255,0.5); margin-bottom: var(--space-md); }
.dsa-content h2 { color: white; font-size: clamp(2rem, 4vw, 3.25rem); margin-bottom: 1.5rem; line-height: 1.1; max-width: 14ch; }
.dsa-content p { color: rgba(255,255,255,0.7); font-size: 1.0625rem; line-height: 1.6; margin-bottom: var(--space-md); max-width: 50ch; }
.dsa-content .btn-primary { background: white; color: var(--ink); }
.dsa-content .btn-primary:hover { background: rgba(255,255,255,0.9); }
.dsa-visual { position: relative; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.dsa-visual svg { width: 100%; max-width: 420px; height: auto; }

/* Join */
.join-section { padding: var(--space-xl) 0; text-align: center; background: var(--bg); }
.join-content { max-width: 720px; margin: 0 auto; }
.join-content .mono-label { margin-bottom: var(--space-md); }
.join-content h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); margin-bottom: 1.5rem; line-height: 1.1; }
.join-content p { font-size: 1.0625rem; margin-bottom: var(--space-md); }
.join-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: var(--space-lg); margin-bottom: var(--space-md); text-align: left; }
.join-option { background: var(--bg-subtle); border-radius: 12px; padding: 2rem; transition: all 0.2s ease; }
.join-option:hover { background: #edeff3; transform: translateY(-2px); }
.join-option .mono-label { display: block; margin-bottom: 1rem; font-size: 0.7rem; }
.join-option h3 { font-size: 1.125rem; margin-bottom: 0.75rem; }
.join-option p { font-size: 0.9375rem; margin-bottom: 1rem; color: var(--ink-soft); }
.join-option a { font-family: var(--font-sans); font-size: 0.875rem; font-weight: 500; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; transition: gap 0.2s ease; }
.join-option a:hover { gap: 0.6rem; }
.join-actions { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; margin-top: var(--space-md); }

.site-footer-v2 { background: #1e266d; padding: 1.5rem 0; color: white; }
.footer-v2-content { display: flex; justify-content: space-between; align-items: center; }
.footer-logo img { height: 28px; width: auto; filter: brightness(0) invert(1); opacity: 0.9; }
.btn-contact { background: transparent; border: 1px solid rgba(255,255,255,0.4); color: white; padding: 0.5rem 1.25rem; font-size: 0.875rem; border-radius: 999px; }
.btn-contact:hover { background: rgba(255,255,255,0.1); border-color: white; }

/* Modal */
.modal { position: fixed; inset: 0; background: rgba(10,15,26,0.6); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; z-index: 1000; opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }
.modal.active { opacity: 1; pointer-events: auto; }
.modal-content { background: white; padding: 3rem 2rem; border-radius: 24px; max-width: 440px; width: 90%; position: relative; text-align: center; transform: translateY(20px); transition: transform 0.3s ease; }
.modal.active .modal-content { transform: translateY(0); }
.modal-close { position: absolute; top: 1rem; right: 1.5rem; background: none; border: none; font-size: 2rem; color: var(--ink-muted); cursor: pointer; }
.modal h3 { margin-bottom: 1rem; font-size: 1.75rem; }
.modal p { margin-bottom: 2rem; color: var(--ink-soft); }
.btn-email { width: 100%; justify-content: center; font-weight: 600; letter-spacing: -0.01em; }

/* Data Agent Panel Specifics */
.agent-role-grid { margin-top: 1.5rem; }
.agent-intro { margin-bottom: 1.5rem; font-weight: 600; color: var(--ink); }

/* Data Agent Panel CTA */
.agent-cta {
  margin-top: 4rem;
  padding: 3rem;
  background: var(--bg-subtle);
  border-radius: 24px;
  box-shadow: none;
}
.agent-cta .mono-label {
  margin-bottom: 1rem;
  color: var(--ink);
}
.agent-cta h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.agent-cta p {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  max-width: 45ch;
}
.agent-cta .btn-primary {
  padding: 1rem 2.5rem;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 900px) {
  .about-layout { grid-template-columns: 1fr; }
  .about-sidebar { position: static; margin-bottom: 2rem; min-width: 0; width: 100%; }
  .about-sidebar h3 { display: none; }
  .about-sidebar nav { 
    display: flex;
    flex-direction: row; 
    flex-wrap: wrap; 
    justify-content: flex-start;
    padding-bottom: 1rem;
    gap: 0.5rem;
    width: 100%;
  }
  .about-sidebar nav a { 
    flex: 0 0 calc(33.33% - 0.5rem);
    padding: 0.5rem 0.25rem; 
    font-size: 0.75rem; 
    white-space: nowrap; 
    text-align: center;
  }
  
  .challenge-grid, .function-grid, .governance-grid { grid-template-columns: 1fr; gap: 2rem; }
  .reserves-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-row { grid-template-columns: 1fr; }
  .connect-grid { grid-template-columns: 1fr; }
  .dsa-grid { grid-template-columns: 1fr; }
  .dsa-visual { display: none; }
  .join-options { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col-main { grid-column: 1 / -1; margin-bottom: 2rem; }
}
@media (max-width: 600px) {
  :root { --space-xl: 4rem; --space-lg: 3rem; }
  .site-header .container { flex-direction: column; gap: 1rem; text-align: center; padding-top: 1rem; padding-bottom: 1rem; }
  .logo-img { height: 28px; }
  .site-nav { gap: 0.75rem 1rem; justify-content: center; flex-wrap: wrap; }
  .site-nav a { font-size: 0.8125rem; }
  .site-nav .btn-nav { display: none; }
  
  .mobile-br { display: block; }
  .hero { padding: 4rem 0 3rem; }
  .hero h1 { font-size: 1.875rem; }
  
  .carousel-slide { min-height: 480px; padding-bottom: 5rem; }
  .carousel-slide.slide-4, .carousel-slide.slide-5 { background-position: 80% 15%; }
  .carousel-dots { right: 50%; transform: translateX(50%); bottom: 1.5rem; }
  
  .panel > h1, .panel > h2 { font-size: 1.75rem; }
  
  .reserves-grid { grid-template-columns: 1fr; }
  
  .dsa-hero-content h2 {
    font-size: 8.5vw !important;
    white-space: nowrap;
  }

  .connect-card { padding: 2rem; }
  .connect-card h3 { font-size: 1.5rem; }
  .email-capture { flex-direction: column; }
  .email-capture input, .email-capture button { width: 100%; border-radius: 12px; }
  
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 1rem; align-items: flex-start; }

  /* Data Agent Mobile Fix */
  .agent-cta {
    padding: 2.5rem 1.5rem !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .agent-cta h3 {
    font-size: 1.5rem !important;
  }
  .agent-cta p {
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem !important;
  }
  .agent-cta .btn-primary {
    width: 100%;
    padding: 1rem 0.5rem !important;
    font-size: 0.8rem !important;
    justify-content: center;
    word-break: break-all;
    white-space: normal;
    height: auto;
    min-height: 3rem;
  }
}