diff --git a/clavitor.ai/clavitor.css b/clavitor.ai/clavitor.css index 1af485f..a9ab36c 100644 --- a/clavitor.ai/clavitor.css +++ b/clavitor.ai/clavitor.css @@ -147,6 +147,21 @@ code { font-size: 0.875em; } .nav-dropdown--currency .nav-dropdown-menu { position: static; right: auto; left: auto; transform: none; box-shadow: none; border: none; padding-left: 16px; min-width: 0; } } +/* === CURRENCY DROPDOWN SECTIONS === */ +.dropdown-section { + padding: 8px 16px; + font-size: 11px; + color: var(--text-tertiary); + text-transform: uppercase; + letter-spacing: 0.08em; + font-weight: 600; + pointer-events: none; +} +.dropdown-divider { + border-top: 1px solid var(--border); + margin: 8px 0; +} + /* === BUTTONS === */ .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-sans); font-size: 0.875rem; font-weight: 600; padding: 0.625rem 1.25rem; border-radius: var(--radius-sm); border: 1px solid transparent; cursor: pointer; transition: all 100ms ease; text-align: center; text-decoration: none; } .btn-primary { background: var(--brand-black); color: #ffffff; border-color: var(--brand-black); } diff --git a/clavitor.ai/templates/base.tmpl b/clavitor.ai/templates/base.tmpl index 6218b75..eb07db0 100644 --- a/clavitor.ai/templates/base.tmpl +++ b/clavitor.ai/templates/base.tmpl @@ -104,19 +104,20 @@ Pricing -