:root{--theme-element-size:56px;--theme-rounded:rounded-2xl;--theme-color:#eab308;--theme-featured-color:#eab308;--theme-featured-text-color:#422006;--theme-content-color:#1e293b;--theme-title-color:#030712;--theme-background-color:#ffffff;--theme-background-contrast:rgba(17,24,39,0.25);--theme-background-light:rgba(17,24,39,0.05);--theme-featured-font:"Poppins",sans-serif;--theme-content-font:"Poppins",sans-serif;--theme-title-size:0.5;--theme-content-size:16px}*{margin:0;padding:0;box-sizing:border-box}body,html{color:var(--theme-content-color);font-size:var(--theme-content-size);font-family:var(--theme-content-font);background-color:var(--theme-background-color)}.main-content{display:flex;flex-direction:column;gap:1rem;justify-content:space-between;padding:.75rem;min-height:95vh}@media (min-width:768px){.main-content{gap:1.5rem;padding:1.25rem}}.header-section{width:100%;display:flex;gap:1rem;flex-direction:column;align-items:center}@media (min-width:768px){.header-section{flex-direction:column;align-items:center}}.logo-container{width:clamp(4rem,14vw,8rem)}.logo-image{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:50%}.progress-wrapper{width:100%;max-width:32rem;margin:0 auto;flex:1}@media (min-width:768px){.progress-wrapper{margin:0 auto}}.progress-bar{position:relative;border-radius:9999px;overflow:hidden;width:100%;height:6px;background-color:rgba(234,179,8,.1)}@media (min-width:768px){.progress-bar{height:8px}}@media (min-width:1024px){.progress-bar{height:10px}}.progress-fill{position:absolute;top:0;left:0;height:100%;background-color:var(--theme-featured-color);width:3.57%}.content-wrapper{width:100%;max-width:28rem;margin:0 auto}.content h3{font-size:1.5rem;line-height:1.15;color:var(--theme-title-color);font-family:var(--theme-featured-font);text-align:center;margin-bottom:1rem}.content h3 strong{font-weight:700}.highlight-yellow{color:#ca8a04}.content p{text-align:center;line-height:1.6;margin-bottom:1.5rem}.image-container{width:85%;margin:0 auto 1.5rem}.responsive-image{width:100%;height:auto;aspect-ratio:1;object-fit:cover;border-radius:1rem}.btn-container{width:85%;margin:0 auto}.btn-wrapper{position:relative;margin-bottom:.5rem;transition:all .2s ease}.btn-wrapper:hover{margin-top:-.25rem;padding-bottom:.25rem}.btn-pulse{position:absolute;width:100%;height:100%;background-color:var(--theme-color);border-radius:1rem;animation:bounceBtn 1s infinite}@keyframes bounceBtn{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.btn-shadow{margin-top:.5rem;background-color:var(--theme-color);border-radius:1rem;overflow:hidden}.btn-shadow,.btn-shadow:after{position:absolute;width:100%;height:100%;top:0;left:0;transition:all .2s ease}.btn-shadow:after{content:"";background-color:rgba(0,0,0,.3)}.btn-wrapper:hover .btn-shadow:after{background-color:rgba(0,0,0,.35)}.btn-primary{position:relative;width:100%;min-height:var(--theme-element-size);padding:1rem;background-color:var(--theme-color);color:var(--theme-featured-text-color);font-family:var(--theme-featured-font);font-weight:600;font-size:1.1rem;border:none;border-radius:1rem;cursor:pointer;transition:all .2s ease}.btn-primary:active{transform:scale(.99)}.btn-primary:hover{background-color:#F6BC08}.alert-box{background-color:#fee2e2;color:#991b1b;padding:1rem;border-radius:1rem;margin-top:1rem}.alert-box p{text-align:left;margin-bottom:.5rem}.alert-box p:last-child{margin-bottom:0}.alert-box strong{font-weight:600}