@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Montserrat:wght@800;900&display=swap";:root{--color-red:#ef4444;--color-blue:#3b82f6;--color-green:#10b981;--color-orange:#f97316;--color-yellow:#fbbf24;--bg-primary:#fff;--bg-secondary:#f3f4f6;--text-primary:#1f2937;--text-secondary:#4b5563;--card-bg:#fff;--border-color:#e5e7eb}[data-theme=dark]{--bg-primary:#111827;--bg-secondary:#1f2937;--text-primary:#f9fafb;--text-secondary:#d1d5db;--card-bg:#374151;--border-color:#4b5563}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Fredoka,sans-serif;transition:background-color .3s,color .3s;overflow-x:hidden}h1,h2,h3,h4,h5,h6,.heading-heavy{text-transform:uppercase;font-family:Montserrat,sans-serif;font-weight:900;line-height:1.1}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.75rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0;scroll-margin-top:100px}.btn{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1.125rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn:active{transform:translateY(0)}.btn-primary{background-color:var(--color-red);color:#fff}.btn-secondary{background-color:var(--color-blue);color:#fff}.highlight-block{padding:.25rem 1rem;display:inline-block;transform:skew(-10deg);box-shadow:4px 4px #0003}.highlight-block span{display:inline-block;transform:skew(10deg)}.bg-yellow{background-color:var(--color-yellow);color:#000}.bg-red{background-color:var(--color-red);color:#fff}.bg-green{background-color:var(--color-green);color:#fff}.bg-blue{background-color:var(--color-blue);color:#fff}.doodle-bg{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.627 0l.83.83-1.66 1.66-.83-.83.83-.83zM27.5 38c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5-1.567 3.5-3.5 3.5zm0-2c.828 0 1.5-.672 1.5-1.5s-.672-1.5-1.5-1.5-1.5.672-1.5 1.5.672 1.5 1.5 1.5zM27.5 13c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5-1.567 3.5-3.5 3.5zm0-2c.828 0 1.5-.672 1.5-1.5s-.672-1.5-1.5-1.5-1.5.672-1.5 1.5.672 1.5 1.5 1.5zM13.5 27.5c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5-1.567 3.5-3.5 3.5zm0-2c.828 0 1.5-.672 1.5-1.5s-.672-1.5-1.5-1.5-1.5.672-1.5 1.5.672 1.5 1.5 1.5zM41.5 27.5c-1.933 0-3.5-1.567-3.5-3.5s1.567-3.5 3.5-3.5 3.5 1.567 3.5 3.5-1.567 3.5-3.5 3.5zm0-2c.828 0 1.5-.672 1.5-1.5s-.672-1.5-1.5-1.5-1.5.672-1.5 1.5.672 1.5 1.5 1.5z' fill='%23000000' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E")}.dots-bg{background-image:radial-gradient(var(--text-primary) 1px, transparent 1px);opacity:.05;pointer-events:none;background-position:0 0,10px 10px;background-size:20px 20px;position:absolute;inset:0}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.animate-float{animation:6s ease-in-out infinite float}@keyframes float-delay{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.animate-float-delay{animation:5s ease-in-out 1s infinite float-delay}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--color-orange);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-red)}.navbar{z-index:50;background-color:var(--card-bg);padding:1rem 0;transition:background-color .3s;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000001a}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo-img{object-fit:contain;width:auto;height:50px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-primary);font-size:1.125rem;font-weight:600;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--color-red)}.theme-toggle,.menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.theme-toggle:hover,.menu-btn:hover{background-color:var(--bg-secondary)}.nav-btn{padding:.5rem 1.25rem;font-size:1rem;text-decoration:none}.mobile-toggle{align-items:center;gap:1rem;display:flex}.mobile-menu{background-color:var(--card-bg);border-top:1px solid var(--border-color);flex-direction:column;gap:1rem;width:100%;padding:1rem;display:flex;position:absolute;top:100%;left:0;box-shadow:0 4px 6px -1px #0000001a}.mobile-link{color:var(--text-primary);padding:.5rem;font-size:1.25rem;font-weight:600;text-decoration:none}.mobile-btn{text-align:center;margin-top:1rem;text-decoration:none}@media (width<=768px){.desktop-only{display:none}}@media (width>=769px){.desktop-hidden{display:none}}.hero-section{background:radial-gradient(circle at 100% 0,#fbbf241a,#0000 40%),radial-gradient(circle at 0 100%,#3b82f61a,#0000 40%);align-items:center;min-height:calc(100vh - 82px);display:flex;position:relative;overflow:hidden}.hero-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-content{max-width:600px}.hero-title{color:var(--text-primary);text-transform:uppercase;margin-bottom:1.5rem;font-family:Montserrat,sans-serif;font-size:4.5rem;font-weight:900;line-height:1.1}.highlight-pizza{color:var(--color-orange);display:inline-block;position:relative}.highlight-pizza:after{content:"";background-color:var(--color-yellow);z-index:-1;width:100%;height:8px;position:absolute;bottom:0;left:0;transform:rotate(-2deg)}.hero-subtitle{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{gap:1rem;display:flex}.hero-btn{padding:1rem 2rem;font-size:1.25rem;text-decoration:none}.hero-visuals{height:500px;position:relative}.pizza-floating{border:8px solid var(--color-orange);z-index:3;border-radius:50%;width:250px;height:250px;position:absolute;top:10%;right:10%;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a}.pizza-floating .hero-img{border-radius:50%}.trampoline-floating{border:8px solid var(--color-blue);z-index:2;border-radius:20px;width:300px;height:300px;position:absolute;bottom:10%;left:10%;overflow:hidden;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a}.hero-img{object-fit:cover;width:100%;height:100%}.hero-badge{background-color:var(--color-red);color:#fff;z-index:10;border:4px solid #fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:absolute;bottom:-20px;right:-20px;transform:rotate(-15deg);box-shadow:0 10px 15px -3px #0003}.badge-number{font-size:3.5rem;font-weight:900;line-height:1}.badge-text{text-align:center;font-size:.75rem;font-weight:800;line-height:1}.shape{opacity:.6;z-index:1;position:absolute}.shape-circle{background:linear-gradient(135deg, var(--color-red), var(--color-orange));border-radius:50%;width:100px;height:100px;top:5%;left:20%}.shape-square{background:linear-gradient(135deg, var(--color-blue), var(--color-green));border-radius:16px;width:80px;height:80px;bottom:20%;right:5%;transform:rotate(15deg)}@media (width<=768px){.hero-container{text-align:center;grid-template-columns:1fr;padding-top:7rem;padding-bottom:3rem}.hero-content{margin:0 auto}.hero-actions{justify-content:center}.hero-visuals{height:400px}.pizza-floating{width:200px;height:200px;top:5%;right:5%}.trampoline-floating{width:240px;height:240px;bottom:5%;left:5%}}@media (width<=480px){.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column}}.gallery-section{background-color:var(--bg-primary)}.gallery-header{max-width:700px;margin:0 auto 3rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.gallery-item{cursor:pointer;aspect-ratio:1;border-radius:16px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.gallery-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gallery-item:hover .gallery-img{transform:scale(1.05)}.gallery-overlay{opacity:0;background:linear-gradient(#0000,#000c);align-items:flex-end;width:100%;padding:2rem 1.5rem 1.5rem;transition:opacity .3s;display:flex;position:absolute;bottom:0;left:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-title{color:#fff;text-shadow:1px 1px 3px #000c;font-size:1.25rem;font-weight:700;transition:transform .3s;transform:translateY(10px)}.gallery-item:hover .gallery-title{transform:translateY(0)}@media (width<=768px){.gallery-grid{grid-template-columns:1fr}.gallery-overlay{opacity:1;background:linear-gradient(#0000,#0009)}.gallery-title{transform:translateY(0)}}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}.menu-section{background-color:var(--bg-primary)}.menu-header{text-align:center;max-width:700px;margin:0 auto 3rem}.section-subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.pdf-viewer-container{border:1px solid var(--border-color);background-color:var(--card-bg);border-radius:12px;max-width:900px;margin:0 auto;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.pdf-toolbar{background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.pdf-title{color:var(--text-primary);align-items:center;gap:.75rem;font-weight:600;display:flex}.pdf-icon{color:var(--color-red)}.pdf-pagination{align-items:center;gap:1rem;display:flex}.page-info{color:var(--text-secondary);font-weight:600}.pdf-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.pdf-btn:hover:not(:disabled){background-color:var(--border-color);color:var(--text-primary)}.pdf-btn:disabled{opacity:.5;cursor:not-allowed;color:var(--text-secondary)!important;background-color:#0000!important}.pdf-page{border-radius:8px;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a}.pdf-page-render{max-width:100%}.pdf-page-render canvas{max-width:100%!important;height:auto!important}.pdf-modal-overlay{z-index:9999;background-color:#000000e6;flex-direction:column;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.pdf-modal-header{background-color:#00000080;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.pdf-modal-close{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:transform .2s;display:flex}.pdf-modal-close:hover{color:var(--color-red);transform:scale(1.1)}.pdf-modal-content{flex:1;justify-content:center;align-items:flex-start;padding:2rem 0;display:flex;overflow-y:auto}.pdf-side-btn{width:48px;height:48px;color:var(--text-primary);border:1px solid var(--border-color);cursor:pointer;z-index:10;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 6px -1px #0000001a}.pdf-side-btn:hover:not(:disabled){background-color:var(--color-blue);color:#fff;border-color:var(--color-blue)}.pdf-side-btn:disabled{opacity:.3;cursor:not-allowed}.pdf-prev{left:1rem}.pdf-next{right:1rem}@media (width<=768px){.pdf-side-btn{width:40px;height:40px}.pdf-prev{left:.5rem}.pdf-next{right:.5rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pdf-page{aspect-ratio:1/1.414;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:700px;display:flex;position:relative;box-shadow:0 4px 6px #0000004d}.pdf-loader{text-align:center;color:#6b7280;z-index:2}.loader-icon{color:#9ca3af;margin:0 auto 1rem;animation:2s infinite pulse}.loader-subtext{opacity:.7;margin-top:.5rem;font-size:.875rem}.simulated-pdf-content{opacity:.1;pointer-events:none;width:100%;height:100%;padding:3rem;position:absolute;top:0;left:0}.pdf-header{text-align:center;color:#000;border-bottom:2px solid #000;margin-bottom:3rem;padding-bottom:1rem;font-size:2rem;font-weight:700}.pdf-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.pdf-item{background-color:#000;border-radius:8px;height:80px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (width<=640px){.pdf-placeholder{min-height:400px;padding:1rem}}.promotions-section{background-color:var(--bg-secondary)}.text-center{text-align:center}.section-title{color:var(--text-primary);margin-bottom:3rem;font-size:2.5rem}.carousel-wrapper{max-width:1000px;margin:0 auto;position:relative}.embla{border-radius:20px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.embla__container{display:flex}.embla__slide{flex:0 0 100%;min-width:0}.promo-banner{border-radius:20px;flex-direction:column;width:100%;display:flex;overflow:hidden;box-shadow:0 10px 25px -5px #0003}.promo-image-container{aspect-ratio:3/2;background-color:var(--bg-primary);width:100%;height:auto}.promo-image{object-fit:cover;width:100%;height:100%;display:block}.promo-content{color:#fff;text-align:left;width:100%;padding:2.5rem 3rem}.promo-content h3{text-transform:uppercase;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.promo-content p{opacity:.95;font-size:1.25rem;line-height:1.5}.carousel-btn{background-color:var(--card-bg);color:var(--text-primary);cursor:pointer;z-index:20;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 6px -1px #0000001a}.carousel-btn:hover{background-color:var(--bg-primary);transform:translateY(-50%)scale(1.1)}.prev-btn{left:-25px}.next-btn{right:-25px}@media (width<=768px){.promo-content{padding:2rem}.promo-content h3{font-size:1.75rem}.promo-content p{font-size:1rem}.prev-btn{left:10px}.next-btn{right:10px}}.parties-section{background-color:var(--bg-secondary)}.parties-header{max-width:800px;margin:0 auto 4rem}.packages-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.package-card{border-radius:24px;flex-direction:column;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.package-card:hover{transform:translateY(-10px);box-shadow:0 25px 30px -5px #00000026,0 15px 15px -5px #0000001a}.package-name{text-transform:uppercase;text-align:center;letter-spacing:1px;margin-bottom:2rem;font-size:2.5rem;font-weight:800}.package-features{flex-grow:1;margin-bottom:2rem;list-style:none}.package-features li{align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:1rem;font-weight:600;line-height:1.4;display:flex}.feature-icon{flex-shrink:0;margin-top:2px}.package-pricing{border:2px solid #fff6;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.pricing-header{text-align:center;text-transform:uppercase;margin-bottom:1rem;font-size:1.125rem;font-weight:700}.pricing-row{justify-content:space-between;align-items:center;display:flex}.pricing-col{flex-direction:column;flex:1;align-items:center;display:flex}.pricing-divider{background-color:#fff6;width:2px;height:40px;margin:0 1rem}.price-amount{font-size:2rem;font-weight:800}.price-label{text-transform:uppercase;opacity:.9;font-size:.75rem;font-weight:600}.package-extras{background-color:#0000001a;border-radius:8px;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.875rem;font-weight:600;display:flex}.extras-text p{margin-bottom:.25rem}.extras-text p:last-child{margin-bottom:0}.parties-cta{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;padding:3rem;box-shadow:0 10px 15px -3px #0000001a}.parties-cta p{margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}@media (width<=768px){.package-card{padding:2rem 1.5rem}.pricing-row{flex-direction:column;gap:1rem}.pricing-divider{width:100%;height:2px;margin:.5rem 0}}.footer{background-color:var(--bg-primary);border-top:1px solid var(--border-color);position:relative}.hashtag-bar{width:100%;display:flex;overflow:hidden}.hashtag{text-align:center;text-transform:uppercase;flex:1;min-width:150px;padding:.5rem 0;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:900}.footer-container{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;padding-top:4rem;display:grid}.footer-logo-img{object-fit:contain;width:auto;height:60px;margin-bottom:1rem}.footer-desc{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.social-links{gap:1rem;display:flex}.social-icon{background-color:var(--bg-secondary);width:40px;height:40px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .2s;display:flex}.social-icon:hover{background-color:var(--color-red);color:#fff;transform:translateY(-3px)}.footer-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.125rem;font-weight:700}.footer-links,.footer-info{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--color-blue)}.footer-info li{color:var(--text-secondary);align-items:flex-start;gap:.5rem;font-size:.875rem;display:flex}.footer-info svg{color:var(--color-orange);flex-shrink:0;margin-top:2px}.footer-bottom{background-color:var(--bg-secondary);text-align:center;color:var(--text-secondary);padding:1.5rem 0;font-size:.875rem}@media (width<=992px){.footer-container{grid-template-columns:1fr 1fr}}@media (width<=576px){.footer-container{grid-template-columns:1fr}}.admin-container{background-color:var(--bg-primary);min-height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.admin-header{background-color:var(--bg-secondary);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.admin-header h1{color:var(--color-yellow);margin:0;font-size:1.5rem}.admin-nav{gap:1rem;display:flex}.admin-nav button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:500;transition:all .3s}.admin-nav button:hover,.admin-nav button.active{color:var(--color-yellow);background-color:#ffcc001a}.admin-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.admin-login-container{background-color:var(--bg-primary);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.admin-login-card{background-color:var(--bg-secondary);border-radius:12px;width:100%;max-width:400px;padding:3rem;box-shadow:0 10px 30px #00000080}.admin-login-card h1{color:var(--color-yellow);margin-bottom:1rem}.admin-login-card p{color:var(--text-secondary);margin-bottom:2rem}.btn-google{color:#333;cursor:pointer;background-color:#fff;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;font-weight:700;transition:background-color .3s;display:flex}.btn-google:hover{background-color:#f1f1f1}.error-message{color:var(--color-red);margin-top:1rem;font-size:.9rem}.admin-section-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-list{gap:1rem;display:grid}.admin-list-item{background-color:var(--bg-secondary);border-radius:8px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.admin-list-item-content h3{color:var(--color-yellow);margin:0 0 .5rem}.admin-list-item-content p{color:var(--text-secondary);margin:0;font-size:.9rem}.admin-list-item-actions{gap:.5rem;display:flex}.btn-danger{background-color:var(--color-red);color:#fff}.btn-danger:hover{background-color:#c00}.admin-form-group{margin-bottom:1.5rem}.admin-form-group label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;display:block}.admin-form-group input,.admin-form-group textarea,.admin-form-group select{width:100%;color:var(--text-primary);background-color:#0003;border:1px solid #fff3;border-radius:4px;padding:.75rem;font-family:inherit}.admin-form-group input:focus,.admin-form-group textarea:focus,.admin-form-group select:focus{border-color:var(--color-yellow);outline:none}.admin-image-preview{object-fit:cover;border-radius:4px;max-width:100%;max-height:200px;margin-top:1rem}
