-
-
-
-
-
-
-
- Arjun Core Online
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- document.pdf
-
-
-
-
-
-
-
-
-
+ .brand-identity:hover img {
+ transform: scale(1.08) rotate(-3deg);
+ }
+
+ .brand-typography {
+ display: flex;
+ flex-direction: column;
+ }
+
+ .brand-name {
+ font-family: var(--font-sans);
+ font-weight: 900;
+ font-size: 20px;
+ color: var(--text-primary);
+ letter-spacing: -0.5px;
+ line-height: 1.1;
+ }
+
+ .brand-edition {
+ font-size: 11px;
+ font-weight: 800;
+ letter-spacing: 1.5px;
+ text-transform: uppercase;
+ background: linear-gradient(90deg, var(--brand-saffron), var(--brand-green));
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ margin-top: 4px;
+ }
+
+ .btn-mobile-close {
+ display: none;
+ background: rgba(0,0,0,0.05);
+ border: none;
+ width: 36px;
+ height: 36px;
+ border-radius: 50%;
+ color: var(--text-primary);
+ cursor: pointer;
+ align-items: center;
+ justify-content: center;
+ transition: var(--ease-fast);
+ }
+
+ .btn-mobile-close:hover {
+ background: rgba(239, 68, 68, 0.15);
+ color: #ef4444;
+ }
-
-
-
-
-
-
-
-