.logo{display:flex;align-items:center;gap:10px;}.logo img{height:120px;width:auto;object-fit:contain;display:block;max-width:100%;}.navbar{padding-top:0.75rem;padding-bottom:0.75rem;}.navbar .logo{width:clamp(180px,30vw,320px);height:56px;position:relative;}.navbar .logo img{position:absolute;left:0;top:50%;transform:translateY(-50%);}.navbar .nav-link{color:#ffffff !important;transition:color 0.3s ease;font-weight:500;}.navbar .nav-link:hover,.navbar .nav-link.active{color:#20c997 !important;}.navbar-toggler{border-color:rgba(255,255,255,0.5);}.navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}.catalog-title{font-size:2.5rem;font-weight:700;color:#0a192f;}.catalog-subtitle{font-size:1.1rem;color:#6c757d;}.category-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;color:#333;}.price-tag{font-size:1rem;background:#20c997;color:white;padding:0.25rem 0.75rem;border-radius:20px;}.template-card{border:none;border-radius:14px;box-shadow:0 8px 20px rgba(0,0,0,0.08);overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;background:#fff;}.template-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,0.15);}.template-card img{width:100%;height:200px;object-fit:cover;border-bottom:1px solid #eee;}.template-card .card-body{padding:0.5rem;}.template-card .card-title{margin-bottom:0.75rem;font-size:1.2rem;font-weight:600;color:#212529;}.template-card .btn{margin:0.25rem;border-radius:20px;padding:0.4rem 1rem;transition:all 0.3s ease;}.template-card .btn:hover{background-color:#8A2BE2;color:#fff;}.navbar .nav-link.active{font-weight:600;color:#20c997 !important;}.bi-chevron-down{transition:transform 0.3s ease;}a[aria-expanded="true"] .bi-chevron-down{transform:rotate(180deg);}.features-list{list-style:none;padding:0;margin:1rem 0 1.25rem;}.features-list li{display:flex;align-items:flex-start;gap:10px;padding:0.65rem 0.75rem;margin-bottom:0.4rem;font-size:0.9rem;line-height:1.5;color:#374151;background:#f9fafb;border-radius:10px;border:1px solid #eef2f7;transition:all 0.25s ease;}.features-list li::before{content:"✓";font-weight:700;color:#20c997;margin-top:2px;flex-shrink:0;}.features-list li:hover{background:#ffffff;border-color:#20c997;transform:translateX(4px);}.template-card .card-text{font-size:0.9rem;color:#4b5563;margin-bottom:0.75rem;}.template-card .collapse{margin-top:0.5rem;text-align:left;}@media (max-width:576px){.navbar .logo{width:clamp(160px,58vw,220px);height:48px;}.navbar .logo img{height:96px;}.features-list li{font-size:0.88rem;padding:0.6rem 0.7rem;}}.template-hero{padding:70px 0 60px;background:linear-gradient(135deg,#0a192f,#0f2b63);}.template-hero h1{font-size:2.6rem;font-weight:700;}.template-hero p{max-width:720px;margin:0.75rem auto 1.5rem;color:rgba(255,255,255,0.75);}.template-hero .hero-actions{display:inline-flex;gap:0.75rem;flex-wrap:wrap;justify-content:center;}body{background:#f4f6fb;}