:root{--bg-color:black;--text-color:white;--secondary-text-color:rgba(255,255,255,0.7);--border-color:#353535;--primary-color:#245AF6;--footer-text-color:rgba(255,255,255,0.5);--footer-link-color:rgba(255,255,255,0.7);--futuristic-font:'Orbitron',sans-serif}body{background-color:var(--bg-color);color:var(--text-color);min-height:100vh;margin:0;padding:0;box-sizing:border-box}.terrain-section{width:95%;margin:2rem auto;height:350px;max-width:600px;position:relative;display:flex;justify-content:center;align-items:center;background-image:url('/images/Belfast.jpeg');background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:25px}.terrain-gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,0.3),#000000a4);border-radius:25px;z-index:1}.home-blog{font-weight:500;font-size:3.5rem;line-height:1;letter-spacing:-0.03em;background:linear-gradient(to right,#6d6d6d,white 50%,#6d6d6d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:arial;padding-bottom:10px;text-align:center;position:relative;z-index:2}.footer{bottom:0;width:100%;padding:2rem;display:flex;justify-content:space-between;align-items:center;font-size:0.8rem;color:var(--footer-text-color);border-top:0.5px solid var(--border-color)}.footer a{color:var(--footer-link-color);text-decoration:none;margin:0 0.9rem}.footer a:hover{text-decoration:underline}.become{background-color:transparent;color:#245AF6;text-align:center;text-decoration:none;display:inline-block;font-size:1.5rem;cursor:pointer;border-radius:9px;transition:all 0.3s ease;text-shadow:0 0 10px #245AF6,0 0 0px #245AF6,0 0 0px #245AF6;border:none;padding-top:20px}.become-container{text-align:center}.widget-container{width:50%;max-width:600px;margin:1.5rem auto}.time-widget{background-color:#000000;border:1px solid var(--border-color);border-radius:15px;padding:2rem;text-align:center;box-shadow:0 0 15px rgba(36,90,246,0.3);transition:box-shadow 0.3s ease-in-out}.time-display{font-family:var(--futuristic-font);font-size:2.5rem;color:var(--primary-color);margin:0;line-height:1;text-shadow:0 0 8px rgba(36,90,246,0.7),0 0 16px rgba(36,90,246,0.5)}.timezone-text{color:var(--secondary-text-color);margin-top:0.5rem;font-family:'Courier New',Courier,monospace}.time-widget .timezone-text:first-child{margin-bottom:0.5rem}.time-widget .timezone-text:last-child{margin-top:0.5rem}.event-info-widget{background-color:#000000;border:1px solid var(--border-color);border-radius:15px;padding:25px;font-family:'Courier New',Courier,monospace;box-shadow:0 0 15px rgba(36,90,246,0.3);transition:box-shadow 0.3s ease-in-out}.event-info-widget:hover,.time-widget:hover{box-shadow:0 0 25px rgba(36,90,246,0.5)}.event-info-widget h3{color:var(--primary-color);font-size:1.2rem;margin-bottom:1rem;text-shadow:0 0 8px var(--primary-color)}.event-info-widget p{margin:0.5rem 0;color:var(--secondary-text-color);font-weight:bold}.event-info-widget p span{color:var(--text-color);font-weight:normal}.accordion-item{background-color:#000000;border:1px solid var(--border-color);border-radius:15px;margin-bottom:1rem;overflow:hidden;box-shadow:0 0 15px rgba(36,90,246,0.2)}.accordion-header{background-color:transparent;color:white;cursor:pointer;padding:1.5rem;width:100%;text-align:left;border:none;display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:600}.accordion-header .icon{font-size:1.5rem;transition:transform 0.3s ease-in-out;color:var(--primary-color);text-shadow:0 0 8px var(--primary-color)}.accordion-content{padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height 0.6s ease-out,padding 0.6s ease-out}.accordion-content p{color:var(--secondary-text-color);padding-bottom:1.5rem;line-height:1.7}.accordion-item.active .accordion-content{max-height:4000px;padding:0 1.5rem 1.5rem}.accordion-item.active .icon{transform:rotate(45deg)}@media (max-width:768px){.footer{flex-direction:column;text-align:center}.topbar-logo-image img{height:36px}.home-blog{font-size:2.9rem}#topbar-phone-number{display:none}.widget-container{width:90%}.time-display{font-size:3.5rem}}@media (max-width:450px){.footer{display:block;padding:2rem}.footer a{margin:0 0.1rem}.topbar-logo-image img{height:35px}.topbar-button{padding:4px 10px;font-size:13px}.home-blog{font-size:2.1rem}.time-display{font-size:2.8rem}}