/* Creditify Theme */
*,*::before,*::after{box-sizing:border-box}
html{font-family:'Roboto',sans-serif}
body{margin:0;color:#374151;background:#F3F4F6;overflow-x:hidden;font-family:'Roboto',sans-serif}
a{color:#e7000b;text-decoration:none}
img{max-width:100%;height:auto;display:inline-block;vertical-align:middle}
p{margin:0 0 1em}h1,h2,h3,h4,h5,h6{font-weight:700;margin:0 0 .5em}
button{cursor:pointer}

/* Layout */
.max-w-7xl{max-width:1280px}.mx-auto{margin-left:auto;margin-right:auto}
.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-20{padding-top:5rem}.pb-6{padding-bottom:1.5rem}
.pb-8{padding-bottom:2rem}.pb-12{padding-bottom:3rem}
.p-4{padding:1rem}.p-6{padding:1.5rem}
@media(min-width:768px){
  .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}
  .md\:p-6{padding:1.5rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}
  .md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}
  .md\:pb-12{padding-bottom:3rem}.md\:pt-5{padding-top:1.25rem}
  .md\:mb-5{margin-bottom:1.25rem}.md\:h-20{height:5rem}
}
@media(min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}

.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}
.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}
.mr-4{margin-right:1rem}
.-mt-6{margin-top:-1.5rem}

/* Flex/Grid */
.flex{display:flex}.inline-flex{display:inline-flex}.flex-wrap{flex-wrap:wrap}
.flex-col{flex-direction:column}.flex-row{flex-direction:row}
.items-center{align-items:center}.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.flex-shrink-0{flex-shrink:0}.flex-1{flex:1}
.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}
.space-y-2>*+*{margin-top:.5rem}.space-y-4>*+*{margin-top:1rem}
.space-x-8>*+*{margin-left:2rem}
.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:768px){
  .md\:flex{display:flex}.md\:flex-row{flex-direction:row}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .md\:w-40{width:10rem}.md\:gap-4{gap:1rem}
  .md\:justify-between{justify-content:space-between}
  .md\:col-span-3{grid-column:span 3/span 3}
  .md\:text-sm{font-size:.875rem}.md\:text-base{font-size:1rem}.md\:text-lg{font-size:1.125rem}
  .md\:text-2xl{font-size:1.5rem}.md\:text-3xl{font-size:1.875rem}
}
@media(min-width:1024px){
  .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .lg\:gap-6{gap:1.5rem}.lg\:text-4xl{font-size:2.25rem}
}
@media(max-width:767px){.md\:hidden{display:block!important}}

/* Position */
.relative{position:relative}.absolute{position:absolute}
.fixed{position:fixed}.sticky{position:sticky}
.top-0{top:0}.left-0{left:0}.right-0{right:0}
.inset-0{top:0;right:0;bottom:0;left:0}
.w-full{width:100%}.w-72{width:18rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}
.w-8{width:2rem}.h-full{height:100%}.h-2{height:.5rem}.h-10{height:2.5rem}
.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-8{height:2rem}
.z-10{z-index:10}.z-40{z-index:40}.z-50{z-index:50}
.translate-x-full{transform:translateX(100%)}.translate-x-0{transform:translateX(0)}

/* Typography */
.text-center{text-align:center}.text-justify{text-align:justify}.text-left{text-align:left}
.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}
.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}
.font-medium{font-weight:500}.font-bold{font-weight:700}.font-semibold{font-weight:600}
.uppercase{text-transform:uppercase}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.leading-5{line-height:1.25rem}

/* Colors */
.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}
.text-gray-900{color:#111827}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}
.text-white{color:#fff}.text-red-100{color:#fee2e2}.text-\[\#e7000b\]{color:#e7000b}
.text-yellow-800{color:#854d0e}
.bg-white{background:#fff}.bg-gray-50{background:#f9fafb}.bg-gray-100{background:#f3f4f6}
.bg-\[\#fef9f9\]{background:#fef9f9}.bg-\[\#e7000b\]{background:#e7000b}
.bg-\[\#2b0a0a\]{background:#2b0a0a}.bg-black\/50{background:rgba(0,0,0,.5)}
.bg-red-50{background:#fef2f2}.bg-red-400{background:#f87171}
.bg-yellow-50{background:#fefce8}
.border-gray-100{border-color:#f3f4f6}.border-gray-200{border-color:#e5e7eb}
.border-gray-100{border-color:#f3f4f6}.border-gray-300{border-color:#d1d5db}
.border-red-50{border-color:#fef2f2}.border-red-100{border-color:#fee2e2}
.border-red-200{border-color:#fecaca}.border-red-900{border-color:#7f1d1d}
.border-yellow-500{border-color:#eab308}
.border-dashed{border-style:dashed}
.border{border:1px solid #dcdcdc}.border-t{border-top:1px solid #dcdcdc}.border-b{border-bottom:1px solid #dcdcdc;margin-bottom:16px}
.border-r{border-right:1px solid}.border-l-4{border-left-width:4px}
.border-2{border-width:2px}

/* Effects */
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}.shadow-md{box-shadow:0 4px 6px rgba(0,0,0,.07)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}
.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}
@media(min-width:768px){.md\:rounded-2xl{border-radius:1rem}}
.hover\:shadow-md:hover{box-shadow:0 6px 12px rgba(0,0,0,.1)}
.hover\:shadow-xl:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}
.transition-colors{transition:color .2s}.transition-all{transition:all .3s}
.transition-shadow{transition:box-shadow .3s}
.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}
.duration-500{transition-duration:.5s}
.hover\:text-white:hover{color:#fff}
.hover\:text-\[\#e7000b\]:hover{color:#e7000b}
.hover\:bg-\[\#c50009\]:hover{background:#c50009}
.hover\:bg-gray-50:hover{background:#f9fafb}.hover\:bg-red-50:hover{background:#fef2f2}
.hover\:border-\[\#e7000b\]:hover{border-color:#e7000b}
.hover\:border-red-200:hover{border-color:#fecaca}
.group:hover .group-hover\:scale-105{transform:scale(1.05)}
.group:hover .group-hover\:text-\[\#e7000b\]{color:#e7000b}
.focus\:outline-none:focus{outline:none}
.object-contain{object-fit:contain}.overflow-hidden{overflow:hidden}
.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}
.invisible{visibility:hidden}

/* Animations */
@keyframes ping{75%,100%{transform:scale(2);opacity:0}}
@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes rotate-180{to{transform:rotate(180deg)}}
.animate-ping{animation:ping 2s cubic-bezier(0,0,.2,1)infinite}
.animate-fadeIn{animation:fadeIn .5s ease-out forwards}
.rotate-180{transform:rotate(180deg)}
.transition-transform{transition:transform .2s}

/* Header */
.header-blur{background:rgba(255,255,255,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.btn-shine{position:relative;overflow:hidden}
.btn-shine::after{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.15),transparent);transform:rotate(45deg);transition:all .3s}
.btn-shine:hover::after{left:100%}

/* FAQ */
.faq-answer{overflow:hidden;transition:all .3s ease}
.max-h-0{max-height:0}.max-h-96{max-height:24rem}
.col-span-1{grid-column:span 1/span 1}
.shrink-0{flex-shrink:0}
.max-h-12{max-height:3rem}@media(min-width:768px){.md\:max-h-16{max-height:4rem}}
.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}
.max-w-7xl{max-width:1280px}.max-w-full{max-width:100%}
.w-auto{width:auto}.w-full{width:100%}
.list-disc{list-style-type:disc}.list-decimal{list-style-type:decimal}
.pl-5{padding-left:1.25rem}

/* Mobile */
@media(max-width:767px){.hidden{display:none!important}.block{display:block}}

/* Navigation */
.nav-link{color:#4b5563;font-weight:500;transition:color .2s;text-decoration:none;white-space:nowrap}
.nav-link:hover{color:#e7000b}
