/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-scroll-snap-strictness:proximity;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial}}}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.h-full{height:100%}.min-h-\[140px\]{min-height:140px}.min-h-screen{min-height:100vh}.w-\[60vw\]{width:60vw}.w-full{width:100%}.max-w-\[180px\]{max-width:180px}.max-w-\[900px\]{max-width:900px}.max-w-full{max-width:100%}.min-w-\[200px\]{min-width:200px}.flex-1{flex:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.snap-y{scroll-snap-type:y var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.scroll-mt-\[120px\]{scroll-margin-top:120px}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-y-auto{overflow-y:auto}.scroll-smooth{scroll-behavior:smooth}.border{border-style:var(--tw-border-style);border-width:1px}.border-none{--tw-border-style:none;border-style:none}.bg-transparent{background-color:#0000}.bg-cover{background-size:cover}.bg-fixed{background-attachment:fixed}.bg-center{background-position:50%}.pt-\[120px\]{padding-top:120px}.text-center{text-align:center}.text-\[13px\]{font-size:13px}.break-all{word-break:break-all}.italic{font-style:italic}.underline{text-decoration-line:underline}.opacity-80{opacity:.8}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}:root{--background:#fff;--foreground:#171717;--primary:#165a29;--muted:#666}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--primary:#bacb04;--muted:#999}}body,html{color:var(--foreground);scroll-behavior:smooth;scroll-snap-type:y mandatory;-ms-overflow-style:none;scrollbar-width:none;background:radial-gradient(circle,#0f0f0f,#000);height:100%;margin:0;padding:0;font-family:Arial,sans-serif;overflow-y:scroll}main::-webkit-scrollbar{display:none}.text-primary{color:var(--primary)}.text-muted{color:var(--muted)}main{max-width:900px;margin:0 auto;padding:2rem 1rem}nav{background:#transparent;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}nav img{height:42px}nav a{color:var(--primary);margin-left:1rem;font-size:1.1rem;font-weight:600;text-decoration:none}footer{color:#fff;text-align:center;background-color:#000;margin-top:4rem;padding:1.2rem;font-size:1rem}input[type=number],select{box-sizing:border-box;border:1px solid #ccc;border-radius:.5rem;width:100%;margin:1rem 0;padding:.75rem;font-size:1.125rem}input[type=radio]{margin-right:.5rem;transform:scale(1.25)}label{align-items:center;margin-right:1rem;font-size:1.125rem;display:inline-flex}img.qr{box-sizing:border-box;border:1px solid #ccc;border-radius:.5rem;width:100%;max-width:240px;height:auto;margin:2rem auto;padding:.5rem;display:block}button[type=submit]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#bacb04,#165a29);border:none;border-radius:.5rem;width:100%;padding:.75rem 2rem;font-size:1.125rem}button[type=submit]:hover{filter:brightness(1.3)}.StripeElement{color:#000;padding:.75rem .5rem;font-size:1.1rem!important}.service-card{opacity:0;background:#f4f4f4;border-radius:12px;max-width:700px;margin:3rem auto;padding:2rem;animation:fadeIn .7s ease-out forwards;transform:translateY(40px);box-shadow:0 2px 16px #0000001a}.service-card h2{color:var(--primary);text-align:center;will-change:transform;transform-origin:50%;margin-bottom:.4rem;font-size:1.8rem;transition:transform .3s;overflow:visible}.service-card h3{color:var(--muted);text-align:center;margin-bottom:1rem;font-size:1.2rem}.service-card p{text-align:justify;font-size:1.1rem;line-height:1.7}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30%)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30%)}to{opacity:1;transform:translate(0)}}.animate-slide-left{animation:slideInLeft .6s ease-out forwards}.animate-slide-right{animation:slideInRight .6s ease-out forwards}img[src$=\.svg]{stroke:#165a29;fill:none;opacity:.8;width:2.5rem;height:2.5rem}#shared-bg{opacity:1;z-index:-10;background-color:gray;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity 1s;position:fixed;inset:0}.gradient-text{color:#0000;background:linear-gradient(90deg,#ff0,#165a29,#bacb04);-webkit-background-clip:text;background-clip:text}.gradient-text,.text-gradient{-webkit-text-fill-color:transparent}.text-gradient{background:linear-gradient(131deg,#fff,#fff,#fff) 0 0/300% 300%;-webkit-background-clip:text;animation:animatedGradient 5s infinite}@keyframes animatedGradient{0%{background-position:0}50%{background-position:100%}to{background-position:0}}h1{margin-bottom:1rem;font-size:3rem}h2{font-size:2.5rem}h2,h3{margin-bottom:.75rem}h3{font-size:2.25rem}h4{font-size:2rem}h4,h5{margin-bottom:.5rem}h5{font-size:1.75rem}p{margin-bottom:1.25rem;font-size:1.25rem;line-height:1.75rem}.icon-wrapper{background:linear-gradient(135deg,#bacb04,#165a29);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;display:flex;box-shadow:0 4px 12px #0000004d}.section-icon{stroke-width:2px;width:3rem;height:3rem}section{scroll-snap-align:center;box-sizing:border-box;min-height:100vh;padding-top:72px}.scroll-snap-start{scroll-snap-align:start}main::-webkit-scrollbar{width:8px}main::-webkit-scrollbar-track{background:0 0}main::-webkit-scrollbar-thumb{background-color:#bacb0480;border-radius:10px}.section-with-overlay{z-index:0;position:relative}.section-with-overlay:before{content:"";z-index:-1;background-color:#000000b3;position:absolute;inset:0}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes detail-in{0%{opacity:0;transform:translate(-30px,30px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-delay1{animation:fade-in .6s ease-out .4s forwards}.animate-fade-in-delay2{animation:fade-in .6s ease-out .8s forwards}.animate-slide-in{animation:slide-in .6s ease-out .6s forwards}.animate-detail-in{animation:detail-in .6s ease-out forwards}.animate-delay-0{animation-delay:1s}.animate-delay-1{animation-delay:1.2s}.animate-delay-2{animation-delay:1.4s}.animate-delay-3{animation-delay:1.6s}.payment-page option,.payment-page select{color:#fff!important;background-color:#000!important}.payment-page h1,.payment-page h2,.payment-page input,.payment-page label,.payment-page option,.payment-page p,.payment-page select,.payment-page span{color:#fff!important}input[type=number]{color:#000!important}.dt-form{gap:12px;max-width:720px;margin:0 auto;display:grid}.dt-form input,.dt-form textarea{color:#fff;caret-color:#fff;background:#000000d9;border:1px solid #ffffff14;border-radius:10px;width:100%;padding:12px 14px;font-weight:500}.dt-form input::placeholder,.dt-form textarea::placeholder{color:#ffffffd9}.dt-form textarea{resize:vertical;min-height:160px}.dt-form input:focus,.dt-form textarea:focus{border-color:#bacb04;outline:none;box-shadow:0 0 0 3px #bacb042e}.dt-form input:-webkit-autofill{caret-color:#fff;-webkit-box-shadow:inset 0 0 0 1000px #000000d9!important}.dt-form input:-webkit-autofill,.dt-form input:-webkit-autofill:focus{-webkit-text-fill-color:#fff!important}.dt-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#bacb04,#165a29);border:0;border-radius:10px;padding:12px 16px;font-weight:600}.dt-form button:hover{filter:brightness(1.1)}.dt-status{text-align:center;color:var(--muted);margin-top:6px}.contact-contrast,.contact-contrast a,.contact-contrast h1,.contact-contrast h2,.contact-contrast h3,.contact-contrast label,.contact-contrast p,.contact-contrast span{text-shadow:0 1px 2px #00000059;color:#fff!important}.payment-page{z-index:0;position:relative}.payment-page:before{content:"";pointer-events:none;z-index:-1;background-image:linear-gradient(#0000008c,#0000008c),url(/bg/s10.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100vw;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}@keyframes dt-spin{to{transform:rotate(1turn)}}dt-badge{--size:150px}.dt-badge,dt-badge{width:var(--size);height:var(--size);text-align:center;background:#000000b3;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.dt-badge{--size:200px;box-sizing:border-box;margin:10px}.dt-badge:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000073}@media (max-width:480px){.dt-badge{--size:120px}}.dt-badge__content{z-index:1;flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.dt-badge__content img{object-fit:contain;background:#111;border-radius:8px;width:56px;height:56px}.dt-badge__content span{color:#fff;font-size:13px;font-weight:700}.dt-badge[aria-disabled=true]{opacity:.55;filter:grayscale();pointer-events:none}.dt-badge__svg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.dt-badge__base{stroke:#2a2a2a;stroke-width:2px;fill:none}.dt-badge__glow{stroke:url(#dt-grad);stroke-width:2px;fill:none;filter:drop-shadow(0 0 6px #9fcf1a);stroke-dasharray:32 88;animation:dt-dash 3.2s linear infinite}@keyframes dt-dash{to{stroke-dashoffset:-120px}}.dt-badge__text{text-align:center;white-space:pre-line;flex-direction:column;display:flex}.dt-badge__text span:last-child{-webkit-text-fill-color:transparent;letter-spacing:.2px;background:linear-gradient(90deg,#bacb04,#165a29,#bacb04);-webkit-background-clip:text;font-weight:800}.dt-badge:hover .dt-badge__text span:last-child{filter:brightness(1.15)}section:has(.contact-contrast)+section{padding-top:24px!important;padding-bottom:6px!important}section:has(.contact-contrast)+section section{min-height:auto!important;padding:0 20px!important}section:has(.contact-contrast)+section+footer{margin-top:12px!important}body:has(.contact-contrast){scroll-snap-type:none!important}body:has(.contact-contrast) section{scroll-snap-align:none!important}body:has(.contact-contrast) section+section{padding-bottom:6px!important}body:has(.contact-contrast) section+section+footer{margin-top:12px!important}.hero-bling{--size:80px;--ring-gap:3px;--radius:16px;width:var(--size);height:var(--size);margin:0 auto 1rem;position:relative}@media (min-width:768px){.hero-bling{--size:96px}}.hero-bling .tile{inset:var(--ring-gap);border-radius:calc(var(--radius) - var(--ring-gap));z-index:1;background:linear-gradient(#b6d92a,#6e9f10);justify-content:center;align-items:center;display:flex;position:absolute;box-shadow:inset 0 1px #ffffff40}.hero-bling img{width:calc(var(--size)*.55);filter:invert();height:auto}.hero-bling__svg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero-bling__base{stroke:#ffffff1f;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.hero-bling__glow{stroke:url(#hero-grad);stroke-width:2px;fill:none;filter:drop-shadow(0 0 6px #9fcf1a);stroke-dasharray:32 88;stroke-linecap:round;stroke-linejoin:round;animation:dt-dash 3s linear infinite}.pay-cards{--active-bg:linear-gradient(180deg,#b6d92a47,#6e9f102e);--active-fg:#fff;--active-icon-filter:invert(100%)}.pay-card{--w:clamp(260px,30vw,360px);--h:80px;--gap:3px;width:var(--w);height:var(--h);cursor:pointer;background:0 0;border:0;border-radius:16px;padding:0;position:relative}.pay-card .pc-inner{inset:var(--gap);border-radius:calc(16px - var(--gap));-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:linear-gradient(#ffffff0f,#ffffff05);justify-content:center;align-items:center;gap:14px;transition:transform .15s,background .2s;display:flex;position:absolute;box-shadow:inset 0 1px #ffffff26}.pay-card .pc-icon{width:28px;height:28px}.pay-card .pc-label{color:#fff;letter-spacing:.2px;font-size:15px;font-weight:700}.pay-card .pc-svg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.pay-card .pc-base{stroke:#ffffff1f;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round}.pay-card .pc-glow{stroke:url(#pay-grad);stroke-width:2px;fill:none;filter:drop-shadow(0 0 6px #9fcf1a);stroke-dasharray:32 88;stroke-linecap:round;stroke-linejoin:round;animation:pay-dash 3s linear infinite}@keyframes pay-dash{to{stroke-dashoffset:-120px}}.pay-card:hover .pc-inner{transform:translateY(-1px)}.pay-card.is-active .pc-inner{background:var(--active-bg,linear-gradient(180deg,#b6d92a,#6e9f10))}.pay-card.is-active .pc-label{color:var(--active-fg,#0b0f03)}.pay-card.is-active .pc-icon{filter:var(--active-icon-filter,none)}.pay-card.is-active .pc-glow{filter:drop-shadow(0 0 10px #b6d92a)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-scroll-snap-strictness{syntax:"*";inherits:false;initial-value:proximity}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}