/* css/style.css - Local CSS untuk PaninBank Phishing Page (Educational) */

/* Reset CSS Modern */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; background-color: #fff; color: #333; line-height: 1.5; }

/* Container dan Layout */
.panin-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.panin-row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.panin-col { padding: 0 15px; }

/* Utility */
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

/* Header */
.panin-header { background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.panin-header__top { background: #f5f5f5; padding: 8px 0; font-size: 14px; }
.panin-header__category { list-style: none; display: flex; gap: 20px; }
.panin-header__category li a { text-decoration: none; color: #333; font-weight: 600; }
.panin-header__category li a.active { color: #005fa3; border-bottom: 2px solid #005fa3; padding-bottom: 5px; }
.panin-header__language { list-style: none; display: flex; justify-content: flex-end; gap: 15px; }
.panin-header__language li a { text-decoration: none; color: #666; font-weight: 600; }
.panin-header__bottom { padding: 15px 0; background: white; border-bottom: 1px solid #eee; }
.panin-header__logo img { height: 45px; }
.panin-nav { list-style: none; display: flex; gap: 25px; align-items: center; }
.panin-nav__item .main-menu { text-decoration: none; color: #333; font-weight: 600; font-size: 15px; }
.panin-btn--secondary { background: #005fa3; color: white; padding: 8px 16px; border-radius: 4px; text-decoration: none; font-weight: bold; font-size: 13px; border: none; cursor: pointer; }
.panin-header__register { display: flex; gap: 10px; margin-left: auto; }

/* Hero Banner */
.panin-hero-banner { position: relative; background: #e6f2f9; }
.panin-hero-banner__item { min-height: 400px; display: flex; align-items: center; background-size: cover; background-position: center; }
.panin-hero-banner__content { max-width: 50%; padding: 50px; }
.panin-txt__hero { font-size: 32px; font-weight: 700; color: #004a85; margin-bottom: 15px; }
.panin-btn--primary { background: #005fa3; color: white; padding: 12px 24px; border-radius: 30px; text-decoration: none; font-weight: bold; display: inline-block; }

/* Action Buttons (Custom untuk tombol-tombol darurat) */
.panin-action-buttons-section { padding: 40px 0; background: #f8f9fa; }
.panin-action-buttons-wrapper { display: flex; flex-direction: column; gap: 15px; max-width: 350px; margin: 0 auto; }
.panin-action-btn { display: block; text-align: center; background: #005fa3; color: white; padding: 15px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: all 0.3s; border: none; cursor: pointer; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.panin-action-btn:active { transform: scale(0.96); background: #003d7a; }

/* Footer */
.panin-footer { background: #004a85; color: white; padding: 40px 0 20px; margin-top: 50px; }
.panin-footer a { color: #ddd; text-decoration: none; }

/* Responsive */
@media (max-width: 768px) { .panin-hero-banner__content { max-width: 100%; padding: 30px; } .panin-nav { display: none; } }

/* Tambahan untuk Font Awesome Icons Replacement */
.panin-fi { display: inline-block; font-style: normal; font-weight: 900; }
.panin-fi-search::before { content: "🔍"; }
.panin-fi-back::before { content: "←"; }
.panin-fi-next::before { content: "→"; }
.panin-fi-close::before { content: "✕"; }