@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";.package-comparison{padding:40px 0;background:#fff}.comparison-header{text-align:center;max-width:800px;margin:0 auto 40px}.eyebrow{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#64748b;margin:0 0 16px}.comparison-header h2{font-size:42px;font-weight:700;color:#1e293b;margin:0;line-height:1.2}.shared-features-section{max-width:1200px;margin:0 auto 40px;padding:24px 32px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.shared-features-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 16px;text-align:center}.shared-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px}.shared-feature-item{display:flex;flex-direction:column;gap:6px;padding:12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.shared-feature-content{display:flex;align-items:center;gap:10px}.shared-feature-check{font-size:20px;color:#5fafa8;font-weight:600;flex-shrink:0}.shared-feature-text{font-size:14px;color:#1f2937;line-height:1.4;flex:1}.shared-feature-packages{font-size:12px;color:#64748b;font-weight:500;padding-left:30px}.comparison-grid{display:grid;grid-template-columns:300px repeat(var(--package-count),1fr);gap:0;max-width:1200px;margin:0 auto;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000000f}.packages-header-row{display:contents}.feature-label-header{grid-column:1;background:#f8fafc;border-right:1px solid #e2e8f0;min-height:220px;display:flex;align-items:center;justify-content:center}.info-badge-pill{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:linear-gradient(135deg,#5fafa8,#4e9d97);border-radius:50px;box-shadow:0 4px 12px #5fafa833,0 2px 6px #00000014;position:relative;overflow:hidden}.info-badge-pill:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.badge-pill-text{position:relative;z-index:1;font-size:14px;font-weight:600;color:#fff;text-align:center;line-height:1.4;white-space:nowrap}.package-card{padding:32px 24px;text-align:center;background:#fafafa;border-right:1px solid #e2e8f0;border-bottom:4px solid var(--package-color);cursor:pointer;transition:all .3s ease;position:relative;min-height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center}.package-card:last-child{border-right:none}.package-card.popular{border-bottom-width:6px;background:linear-gradient(180deg,var(--package-color) 0px,var(--package-color) 6px,#fafafa 6px)}.package-card.selected{background:#f0f9ff;border-color:var(--package-color);transform:translateY(-2px)}.package-card:hover{background:#f0f9ff;transform:translateY(-2px)}.package-card .badge{position:absolute;top:12px;right:12px;background:var(--package-color);color:#fff;padding:6px 14px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00000026}.package-icon{font-size:48px;margin-bottom:16px;filter:grayscale(0%) contrast(120%);display:flex;align-items:center;justify-content:center}.package-icon-image{width:100px;height:100px;-o-object-fit:contain;object-fit:contain;display:block}@media(max-width:900px){.package-icon-image{display:none}}.package-card h3{font-size:24px;font-weight:700;margin:0 0 4px;color:#1e293b}.package-subtitle{font-size:13px;font-weight:500;color:#64748b;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.package-price{font-size:32px;font-weight:800;color:var(--package-color);margin:0}.feature-row{display:contents}.feature-group-header{grid-column:1 / -1;padding:16px 24px;background:#fff;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;margin-top:12px}.feature-group-header:first-child{margin-top:0}.feature-group-header.ungrouped{background:#fff;border-bottom:2px solid #e2e8f0}.feature-group-title{font-size:15px;font-weight:600;color:#64748b;margin:0;text-transform:uppercase;letter-spacing:.5px}.feature-label{grid-column:1;padding:20px 24px;background:#f8fafc;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;display:flex;align-items:center}.feature-label h4{font-size:15px;font-weight:500;color:#475569;margin:0;line-height:1.5}.feature-value{padding:20px;text-align:center;background:#fff;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.feature-value.merged-cell{background:#fff;font-weight:500}.feature-value:last-child{border-right:none}.feature-value:hover{background:#f8fafc}.check-icon{color:#5fafa8;display:flex;align-items:center;justify-content:center}.x-icon{color:#cbd5e1;display:flex;align-items:center;justify-content:center}.feature-value .custom-text{font-size:14px;font-weight:600;color:#1f2937;text-align:center;line-height:1.3}.cta-row{display:contents}.cta-row .feature-label-header{min-height:32px}.cta-cell{padding:12px;background:#fff;border-right:1px solid #e2e8f0;display:flex;align-items:stretch}.cta-cell:last-child{border-right:none}.cta-button{width:100%;padding:16px 24px!important;background:transparent;color:var(--package-color);border:2px solid var(--package-color);border-radius:12px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;line-height:1.2}.cta-button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.3),transparent);transform:translate(-100%) translateY(-100%) rotate(45deg);transition:transform .6s ease}.cta-button:hover:before{transform:translate(100%) translateY(100%) rotate(45deg)}.cta-button:hover{background:var(--package-color);color:#fff;transform:translateY(-2px) scale(1.02);box-shadow:0 4px 12px #00000026}@keyframes ctaPulseAndGlow{0%,to{transform:scale(1);box-shadow:0 4px 12px #00000026,0 0 15px color-mix(in srgb,var(--package-color) 40%,transparent)}50%{transform:scale(1.03);box-shadow:0 6px 16px #0000002e,0 0 25px color-mix(in srgb,var(--package-color) 60%,transparent)}}.cta-button.selected{background:var(--package-color);color:#fff;box-shadow:0 4px 12px #00000026,0 0 15px color-mix(in srgb,var(--package-color) 40%,transparent);animation:ctaPulseAndGlow 2.5s ease-in-out infinite}.cta-button.selected:hover{animation:none;transform:scale(1.02)}.cta-button:disabled{opacity:.5;cursor:not-allowed}.mobile-package-selector{display:none}@media(max-width:900px){.comparison-grid{display:none}.mobile-package-selector{display:block;padding:0;margin:0}.mobile-selection-hint{font-size:15px;font-weight:600;color:#1e293b;margin:0 20px 12px;text-align:center}.mobile-package-tabs{display:flex;gap:8px;margin-bottom:20px;margin-left:0;margin-right:0;padding-left:20px;padding-right:20px;overflow-x:visible}.mobile-package-tab{flex:1;min-width:0;padding:16px 8px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:6px;box-shadow:0 2px 8px #0000000a}.mobile-package-tab:active{transform:scale(.98)}.mobile-package-tab.active{border-color:var(--package-color);border-width:3px;background:linear-gradient(135deg,var(--package-color) 15,white);box-shadow:0 4px 12px #0000001a}.tab-name{font-size:16px;font-weight:700;color:#1e293b}.tab-price{font-size:20px;font-weight:800;color:var(--package-color)}.mobile-shared-features{margin:24px 0;padding:20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.mobile-shared-title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 12px;text-align:center}.mobile-shared-list{display:flex;flex-direction:column;gap:8px}.mobile-shared-item{display:flex;flex-direction:column;gap:4px;padding:10px 12px;background:#fff;border-radius:8px}.mobile-shared-content{display:flex;align-items:center;gap:10px}.mobile-shared-check{font-size:18px;color:#5fafa8;font-weight:600;flex-shrink:0}.mobile-shared-text{font-size:14px;color:#1f2937;line-height:1.4;flex:1}.mobile-shared-packages{font-size:11px;color:#64748b;font-weight:500;padding-left:28px}.mobile-feature-accordions{margin-bottom:24px;margin-left:20px;margin-right:20px}.mobile-accordion{margin-bottom:12px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease}.mobile-accordion.open{border-color:var(--selected-package-color, #5FAFA8);box-shadow:0 2px 8px #00000026}.mobile-accordion-header{width:100%;padding:16px 20px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:background .2s ease}.mobile-accordion-header:active{background:#f8fafc}.accordion-title{font-size:15px;font-weight:600;color:#1e293b;text-align:left;flex:1}.accordion-chevron{font-size:12px;color:#64748b;transition:transform .3s ease}.accordion-chevron.open{transform:rotate(180deg)}.mobile-accordion-content{padding:16px 20px;border-top:1px solid #e2e8f0;animation:slideDown .3s ease;display:flex;flex-direction:column;gap:12px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-feature-check{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px 12px;background:#f8fafc;border-radius:8px}.feature-package-name{font-size:13px;font-weight:500;color:#64748b;text-align:center}.mobile-feature-check .feature-icon{font-size:16px!important;font-weight:600!important;line-height:1;margin-bottom:0!important}.mobile-feature-check .feature-icon.has{color:var(--package-color, #5FAFA8)}.mobile-feature-check .feature-icon.missing{color:#cbd5e1;font-weight:400!important}.mobile-cta-button{width:calc(100% - 40px);margin:0 20px;padding:18px 24px;background:var(--package-color);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px #00000026,0 0 15px color-mix(in srgb,var(--package-color) 40%,transparent);animation:ctaPulseAndGlow 2.5s ease-in-out infinite}.mobile-cta-button:active{animation:none;transform:scale(.98)}.mobile-cta-button:disabled{opacity:.5;cursor:not-allowed}.comparison-header h2{font-size:32px}.package-comparison{padding:60px 0}}@media(min-width:901px)and (max-width:1200px){.comparison-grid{grid-template-columns:250px repeat(var(--package-count),1fr)}.feature-label h4{font-size:14px}.package-card h3{font-size:20px}.package-price{font-size:28px}.package-icon{font-size:40px}}@media(min-width:901px){.mobile-package-selector{display:none}}.group-feature-item{margin-bottom:16px}.group-feature-item:last-child{margin-bottom:0}.feature-name-row{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-weight:600;color:#1f2937}.feature-bullet{color:#3b82f6;font-size:18px;line-height:1}.feature-name{flex:1}.feature-packages-row{display:flex;flex-direction:column;gap:8px;padding-left:20px}.feature-comparison-item{padding:16px 0;border-bottom:1px solid #f1f5f9}.feature-comparison-item:last-child{border-bottom:none}.feature-comparison-item .feature-name{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:14px;text-align:left;padding-bottom:8px;border-bottom:2px solid #e2e8f0}.package-checks-row{display:flex;justify-content:space-around;gap:12px}.package-check{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1}.package-check .check-icon{display:flex;align-items:center;justify-content:center}.package-check .check-icon.has{color:#5fafa8}.package-check .check-icon.missing{color:#cbd5e1}.package-check .custom-text{font-size:13px;font-weight:600;color:#1f2937;text-align:center;line-height:1.3}.package-check .package-name{font-size:12px;font-weight:500;color:#64748b;text-align:center}.package-checks-merged{display:flex;flex-direction:column;gap:10px;margin-top:4px}.merged-custom-text{display:flex;flex-direction:column;gap:8px;padding:14px 16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:2px solid #e2e8f0;box-shadow:0 2px 4px #0000000d}.merged-custom-text .custom-text-content{font-size:14px;font-weight:600;color:#1e293b;text-align:center;line-height:1.5}.merged-custom-text .merged-packages{font-size:10px;font-weight:700;color:#10b981;text-align:center;text-transform:uppercase;letter-spacing:.8px;padding:4px 8px;background:#10b9811a;border-radius:6px;display:inline-block;align-self:center}.package-check.individual{padding:12px 14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #0000000d}.package-check.individual .custom-text{font-size:13px;font-weight:600;color:#1e293b;line-height:1.4;display:block;margin-bottom:4px}.package-check.individual .package-name{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.loading-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#fafafa}.loading-content{width:100%;max-width:400px;padding:0 32px;text-align:center}.loading-logo-container{position:relative;display:inline-block;margin-bottom:48px}.loading-logo-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:#d36e70;border-radius:9999px;filter:blur(24px);opacity:.2;transform:scale(1.25)}.loading-logo{position:relative;width:192px;height:192px;margin:0 auto;color:#000}.loading-message-container{height:32px;display:flex;align-items:center;justify-content:center;margin-bottom:32px}.loading-message{font-size:16px;font-weight:300;letter-spacing:.025em;color:#333333b3;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0}.progress-container{position:relative;margin-bottom:16px}.progress-track{width:100%;height:8px;background:#f0e8e8;border-radius:9999px;overflow:hidden;box-shadow:inset 0 1px 2px #0000000d}.progress-fill{height:100%;border-radius:9999px;position:relative;overflow:hidden;background:linear-gradient(90deg,#d36e70,#e89496);box-shadow:0 0 12px #d36e7066}.progress-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%)}.progress-glow{position:absolute;bottom:-4px;left:0;height:8px;border-radius:9999px;filter:blur(8px);opacity:.5;background:#d36e70}.progress-text{display:flex;align-items:center;justify-content:center;gap:6px}.progress-label{font-size:14px;color:#888;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.progress-percent{font-size:18px;font-weight:600;color:#d36e70;font-variant-numeric:tabular-nums;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}@media(max-width:768px){.loading-content{padding:0 24px;max-width:320px}.loading-logo{width:150px}.loading-logo-container{margin-bottom:36px}.loading-message{font-size:15px}.loading-message-container{margin-bottom:28px}}/*! tailwindcss v4.1.18 | 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)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-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}}}.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.container{width:100%}.contents{display:contents}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.border{border-style:var(--tw-border-style);border-width:1px}.border-\[\#90cdc8\]{border-color:#90cdc8}.bg-\[\#90cdc8\]{background-color:#90cdc8}.bg-transparent{background-color:#0000}.text-\[\#0f172a\]{color:#0f172a}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.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,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@media(hover:hover){.hover\:bg-\[\#90cdc8\]\/10:hover{background-color:#90cdc81a}.hover\:bg-\[\#90cdc8\]\/90:hover{background-color:#90cdc8e6}}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}:root{--color-bg-creme:#fffbf3;--color-action:#f09200;--color-action-strong:#de5e32;--color-accent-rose:#d36e70;--color-accent-turkis:#90cdc8;--color-text-main:#464644;--color-text-header:#0a0a0a;--background:0 0% 100%;--cream:40 33% 97%;--mint:174 40% 92%;--mint-dark:174 40% 67%;--gradient-hero:linear-gradient(180deg,hsl(var(--cream))0%,hsl(var(--background))100%);--gradient-mint:linear-gradient(135deg,hsl(var(--mint))0%,hsl(var(--mint-dark))100%)}.landing-page{background:#fff;width:100%;max-width:100vw}.hero{background:var(--gradient-hero);color:#464644;border-radius:32px;justify-content:center;align-items:center;min-height:80vh;margin:40px 20px;padding:60px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #46464426,0 8px 24px #4646441a}.hero:before{content:"";opacity:.5;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(100,116,139,0.05)"/></svg>');position:absolute;top:0;right:0;bottom:0;left:0}.hero-grid{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;display:grid;position:relative}.hero-content{text-align:left;margin-left:40px;margin-right:40px}.hero-title{letter-spacing:.02em;color:#1a1a1a;margin:0 0 24px;font-family:Outfit,sans-serif;font-size:52px;font-weight:700;line-height:1.35}.hero-subtitle{color:#464644;max-width:540px;margin:0 0 16px;font-family:inherit;font-size:18px;font-weight:400;line-height:1.6}.hero-tagline{color:#464644;max-width:540px;margin:0 0 32px;font-size:16px;font-style:italic;font-weight:400;line-height:1.6}.hero-image{position:relative}.hero-image-wrapper{width:100%;padding-bottom:100%;position:relative}.hero-image-overlay{z-index:1;pointer-events:none;background:#00000059;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;animation:8s ease-in-out infinite morphShape;position:absolute;top:0;right:0;bottom:0;left:0}.image-placeholder-hero{border:3px solid var(--color-accent-turkis);background:linear-gradient(135deg,#2d3748,#1a202c);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;flex-direction:column;justify-content:center;align-items:center;animation:8s ease-in-out infinite morphShape;display:flex;position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:0 20px 40px #4646441f}@keyframes morphShape{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:70% 30% 30% 70%/70% 70% 30% 30%}}.hero-cta{color:#fff;cursor:pointer;letter-spacing:.5px;background:#90cdc8;border:3px solid #90cdc8;border-radius:12px;padding:18px 48px;font-size:18px;font-weight:700;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #90cdc833}.hero-cta:before{content:"";background:linear-gradient(45deg,#0000,#ffffff4d,#0000);width:200%;height:200%;transition:transform .6s;position:absolute;top:-50%;left:-50%;transform:translate(-100%)translateY(-100%)rotate(45deg)}.hero-cta:hover:before{transform:translate(100%)translateY(100%)rotate(45deg)}.hero-cta:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 12px 28px #90cdc866,0 0 20px #90cdc833}.hero-cta:active{transform:translateY(-2px)scale(1.01)}.cta-banner{text-align:center;background:#fffbf3;border-top:3px solid #90cdc8;border-bottom:3px solid #90cdc8;padding:32px 24px;position:relative;overflow:hidden}.cta-banner-text{color:#0a0a0a;z-index:1;margin:0 0 24px;font-size:36px;font-weight:700;position:relative}.cta-banner-button{color:#fff;cursor:pointer;z-index:1;text-transform:uppercase;letter-spacing:.5px;background:#90cdc8;border:none;border-radius:8px;padding:16px 40px;font-size:18px;font-weight:700;transition:all .3s;position:relative;box-shadow:0 2px 8px #0000001a}@media(min-width:769px){.cta-banner-button{background:#d36e70;box-shadow:0 2px 8px #d36e7040}.cta-banner-button:hover{background:#c25d5f;box-shadow:0 4px 12px #d36e7059}}.landing-page .reviews{text-align:center;background:#fff;width:100%;margin:0;padding:24px}.landing-page .reviews h2{color:#0a0a0a!important;margin:0 0 24px!important;padding:0!important;font-size:36px!important;font-weight:700!important;line-height:1.2!important}.landing-page .rating{margin:20px 0 0;padding:0;display:block}.landing-page .stars{color:#ffc107!important;letter-spacing:8px!important;margin:0 0 12px!important;padding:0!important;font-size:48px!important;line-height:1!important}.landing-page .rating-text{color:#464644!important;margin:0!important;padding:0!important;font-size:18px!important;line-height:1.6!important}.image-section{text-align:center;background:#fcfaf9;padding:32px 24px;position:relative;overflow:hidden}.image-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#90cdc80d,#0000 70%);width:1200px;height:1200px;position:absolute;top:0;left:50%;transform:translate(-50%)}.image-section h2{color:#000;z-index:1;letter-spacing:-.02em;margin:0 0 80px;font-size:48px;font-weight:700;position:relative}.infinite-carousel-container{width:100%;margin:0 auto;position:relative;overflow:hidden}.infinite-carousel-track{gap:24px;width:-moz-fit-content;width:fit-content;animation:30s linear infinite infiniteScroll;display:flex}.infinite-carousel-track:hover{animation-play-state:paused}@keyframes infiniteScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.infinite-carousel-item{border-radius:20px;flex-shrink:0;width:400px;height:300px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001a}.infinite-carousel-item:hover{transform:scale(1.05);box-shadow:0 12px 32px #00000026}.infinite-carousel-item img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:20px;width:100%;height:100%}@media(max-width:768px){.infinite-carousel-item{width:300px;height:225px}.infinite-carousel-track{animation-duration:20s}}.image-placeholder{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border:3px solid #cbd5e1;border-radius:24px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 20px 40px #3341551f}.placeholder-content{text-align:center;z-index:1;position:relative}.placeholder-icon{opacity:.5;margin-bottom:24px;font-size:120px;display:block}.placeholder-text{color:#64748b;letter-spacing:.5px;margin:0;font-size:24px;font-weight:600}.carousel-dots{justify-content:center;gap:12px;margin-top:40px;display:flex}.carousel-dots .dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.carousel-dots .dot:hover{background:#94a3b8}.carousel-dots .dot.active{z-index:1;background:#90cdc8;border-radius:6px;width:32px;position:relative;box-shadow:0 4px 12px #90cdc840}.features{background:#f8fafc;padding:100px 24px}.features h2{text-align:center;color:#1e293b;margin:0 0 60px;font-size:42px;font-weight:700}.feature-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:40px 30px;transition:all .2s}.feature-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 8px 20px #33415514}.feature-icon{color:var(--color-accent-turkis);margin-bottom:24px;font-size:64px}.feature-card h3{color:#0f172a;margin:0 0 12px;font-size:24px;font-weight:700}.feature-card p{color:#64748b;margin:0;font-size:16px;line-height:1.6}.cta-banner{background:#f0f9f8;border-top:1px solid #90cdc833;border-bottom:1px solid #90cdc833;padding:32px 24px;position:relative;overflow:hidden}@media(min-width:768px){.cta-banner{padding:40px 24px}}.cta-banner-content{z-index:10;flex-direction:column;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;display:flex;position:relative}@media(min-width:768px){.cta-banner-content{flex-direction:row;gap:32px}}.cta-banner-text{text-align:center;align-items:center;gap:16px;display:flex}@media(min-width:768px){.cta-banner-text{text-align:left}}.cta-banner-icon-wrapper{background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 2px 8px #0000000f}.cta-banner-icon{color:#90cdc8;width:24px;height:24px}@media(min-width:768px){.cta-banner-title{font-size:24px}.cta-banner-subtitle{font-size:15px}}.cta-banner-button{color:#fff;cursor:pointer;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;background:#90cdc8;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 8px #90cdc84d}@media(min-width:768px){.cta-banner-button{background:#d36e70;padding:16px 32px;font-size:14px;box-shadow:0 2px 8px #d36e704d}.cta-banner-button:hover{background:#c25d5f;box-shadow:0 4px 12px #d36e7066}}.cta-banner-button-arrow{width:18px;height:18px;transition:transform .3s}.cta-banner-button:hover .cta-banner-button-arrow{transform:translate(3px)}.photobooth-gallery{background:#fff;min-height:600px;padding:40px 24px;position:relative;overflow:hidden}.gallery-background-images{pointer-events:none;z-index:0;width:100%;height:100%;display:none;position:absolute;top:0;left:0}@media(min-width:768px){.gallery-background-images{display:block}}.gallery-background-images .bg-image{border-radius:12px;transition:all .4s;position:absolute;overflow:hidden;box-shadow:0 12px 40px #00000026}.gallery-background-images .bg-image:hover{z-index:2;box-shadow:0 16px 50px #0003;transform:scale(1.08)rotate(0)!important}.gallery-background-images .bg-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.bg-image-1{width:150px;height:120px;animation:15s ease-in-out infinite float1;top:5%;left:2%}.bg-image-2{width:140px;height:180px;animation:13s ease-in-out infinite float2;top:3%;right:8%}.bg-image-3{width:170px;height:140px;animation:17s ease-in-out infinite float3;bottom:10%;left:5%}.bg-image-4{width:145px;height:155px;animation:14s ease-in-out infinite float4;bottom:6%;right:3%}.bg-image-5{width:130px;height:160px;animation:16s ease-in-out infinite float5;top:15%;left:12%}.bg-image-6{width:155px;height:125px;animation:18s ease-in-out infinite float6;bottom:35%;left:4%}.bg-image-7{width:135px;height:170px;animation:15s ease-in-out infinite float7;top:30%;right:6%}.bg-image-8{width:160px;height:130px;animation:16s ease-in-out infinite float8;bottom:20%;right:10%}@keyframes float1{0%,to{transform:translateY(0)translate(0)rotate(-12deg)scale(1)}33%{transform:translateY(-25px)translate(15px)rotate(-8deg)scale(1.02)}66%{transform:translateY(15px)translate(-10px)rotate(-15deg)scale(.98)}}@keyframes float2{0%,to{transform:translateY(0)translate(0)rotate(10deg)scale(1)}33%{transform:translateY(30px)translate(-20px)rotate(14deg)scale(1.03)}66%{transform:translateY(-20px)translate(15px)rotate(7deg)scale(.97)}}@keyframes float3{0%,to{transform:translateY(0)translate(0)rotate(8deg)scale(1)}33%{transform:translateY(-20px)translate(-15px)rotate(12deg)scale(1.01)}66%{transform:translateY(25px)translate(20px)rotate(5deg)scale(.99)}}@keyframes float4{0%,to{transform:translateY(0)translate(0)rotate(-10deg)scale(1)}33%{transform:translateY(25px)translate(15px)rotate(-14deg)scale(1.02)}66%{transform:translateY(-15px)translate(-20px)rotate(-6deg)scale(.98)}}@keyframes float5{0%,to{transform:translateY(0)translate(0)rotate(15deg)scale(1)}33%{transform:translateY(-30px)translate(20px)rotate(10deg)scale(1.04)}66%{transform:translateY(20px)translate(-25px)rotate(18deg)scale(.96)}}@keyframes float6{0%,to{transform:translateY(0)translate(0)rotate(-8deg)scale(1)}33%{transform:translateY(20px)translate(-18px)rotate(-12deg)scale(1.02)}66%{transform:translateY(-15px)translate(22px)rotate(-5deg)scale(.98)}}@keyframes float7{0%,to{transform:translateY(0)translate(0)rotate(12deg)scale(1)}33%{transform:translateY(-25px)translate(15px)rotate(8deg)scale(1.03)}66%{transform:translateY(18px)translate(-12px)rotate(16deg)scale(.97)}}@keyframes float8{0%,to{transform:translateY(0)translate(0)rotate(-15deg)scale(1)}33%{transform:translateY(22px)translate(18px)rotate(-10deg)scale(1.01)}66%{transform:translateY(-20px)translate(-15px)rotate(-18deg)scale(.99)}}.photobooth-gallery .container{z-index:1;position:relative}.photobooth-gallery h2{text-align:center;color:#1e293b;letter-spacing:-.02em;margin:0 0 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:42px;font-weight:700}.section-subtitle{text-align:center;color:#64748b;margin:0 0 48px;font-size:18px;font-weight:400}.color-selector{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:60px;display:flex}.color-pill{cursor:pointer;color:#0f172a;background:#f8fafc;border:2px solid #e2e8f0;border-radius:50px;align-items:center;gap:10px;padding:12px 20px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.color-pill:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.color-pill.active{color:#fff;background:#90cdc8;border-color:#90cdc8;box-shadow:0 4px 12px #90cdc840}.color-circle{border-radius:50%;flex-shrink:0;width:24px;height:24px}.color-name{font-size:15px;font-weight:600}.photobooth-carousel{touch-action:pan-y pinch-zoom;max-width:600px;margin:0 auto;position:relative}.photobooth-images{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#f8fafc;border-radius:24px;width:100%;height:480px;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014}.photobooth-images:active{cursor:grabbing}.photobooth-image-wrapper{opacity:0;pointer-events:none;justify-content:center;align-items:flex-end;width:100%;height:100%;padding-bottom:40px;transition:opacity .5s ease-in-out;display:flex;position:absolute;top:0;left:0}.photobooth-image-wrapper.active{opacity:1;pointer-events:auto}.photobooth-image{-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom;filter:drop-shadow(0 8px 24px #00000026)drop-shadow(0 4px 8px #0000001a);width:auto;max-width:100%;height:auto;max-height:100%;display:block}.photobooth-placeholder{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed #cbd5e1;border-radius:24px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.photobooth-placeholder .placeholder-content{text-align:center;padding:40px}.photobooth-placeholder .placeholder-icon{opacity:.5;margin-bottom:20px;font-size:96px;display:block}.photobooth-placeholder .placeholder-text{color:#64748b;text-transform:capitalize;margin:0 0 8px;font-size:20px;font-weight:600}.photobooth-placeholder .placeholder-subtext{color:#94a3b8;margin:0;font-size:16px}.photobooth-dots{justify-content:center;gap:12px;margin-top:32px;display:flex}.photobooth-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.photobooth-dot:hover{background:#94a3b8}.photobooth-dot.active{z-index:1;background:#90cdc8;border-radius:6px;width:32px;position:relative;box-shadow:0 4px 12px #90cdc840}.how-it-works{background:#fff;padding:96px 24px}.how-it-works-header{text-align:center;margin-bottom:64px}.how-it-works-overline{text-transform:uppercase;letter-spacing:1.5px;color:#90cdc8;margin-bottom:16px;font-size:13px;font-weight:700;display:block}.how-it-works h2{color:#0a0a0a;letter-spacing:-.02em;margin:0 0 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:42px;font-weight:700}@media(min-width:768px){.how-it-works h2{font-size:48px}}.how-it-works-description{color:#64748b;max-width:672px;margin:0 auto;font-size:18px;line-height:1.6}.how-it-works-grid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1280px;margin:0 auto;display:grid;position:relative}.how-it-works-connection-line{z-index:0;background:linear-gradient(90deg,#90cdc84d,#90cdc84d,#90cdc84d);height:2px;display:none;position:absolute;top:64px;left:25%;right:25%}@media(min-width:768px){.how-it-works-connection-line{display:block}}.how-it-works-step{text-align:center;flex-direction:column;display:flex;position:relative}.step-number-badge{z-index:10;background:var(--color-accent-turkis);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;min-width:80px;height:80px;min-height:80px;margin:0 auto 24px;display:flex;position:relative;box-shadow:0 10px 30px #90cdc84d}.step-number-text{color:#fff;font-family:Outfit,sans-serif;font-size:32px;font-weight:700}.step-arrow-icon{color:#90cdc8;z-index:5;width:32px;height:32px;display:none;position:absolute;top:32px;right:-16px}@media(min-width:768px){.step-arrow-icon{display:block}.how-it-works-step:last-child .step-arrow-icon{display:none}}.step-card{background:#fff;border-radius:16px;flex-direction:column;height:100%;padding:24px;transition:all .3s;display:flex;box-shadow:0 4px 12px #00000014}@media(min-width:768px){.step-card{min-height:180px}}.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.step-card.step-card-highlight{border:2px solid var(--color-accent-turkis);background:#fff;box-shadow:0 4px 12px #00000014,0 0 20px #90cdc866,0 0 40px #90cdc833}.step-card.step-card-highlight:hover{box-shadow:0 8px 24px #0000001f,0 0 30px #90cdc880,0 0 60px #90cdc84d}.step-icon-wrapper{background:#90cdc826;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;transition:all .3s;display:flex;position:relative;overflow:hidden}.step-icon-wrapper:before{content:"";background:linear-gradient(45deg,#0000,#ffffff4d,#0000);width:200%;height:200%;transition:transform .6s;position:absolute;top:-50%;left:-50%;transform:translate(-100%)translateY(-100%)rotate(45deg)}.step-card:hover .step-icon-wrapper:before{transform:translate(100%)translateY(100%)rotate(45deg)}.step-icon{color:#0a0a0a;z-index:1;position:relative}.step-card:hover .step-icon-wrapper{background:#90cdc840}.step-card h3{color:#0a0a0a;margin:0 0 8px;font-family:Outfit,sans-serif;font-size:20px;font-weight:700}.step-card p{color:#64748b;margin:0;font-size:14px;line-height:1.6}@media(max-width:768px){.how-it-works{padding:60px 20px}.how-it-works h2{font-size:32px}.how-it-works-description{font-size:16px}.how-it-works-grid{grid-template-columns:1fr;gap:40px}.step-number-badge{width:64px;height:64px}.step-number-text{font-size:28px}.step-card h3{font-size:18px}}.testimonials{text-align:center;padding:80px 24px;position:relative;overflow:hidden}.testimonials:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 40%,#d36e700f,#0000 50%),radial-gradient(circle at 70% 60%,#f092000a,#0000 50%);position:absolute;top:0;right:0;bottom:0;left:0}.testimonials-slider{z-index:1;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y pinch-zoom;max-width:900px;margin:0 auto;padding:0 20px;position:relative;overflow:visible}.testimonials-slider:active{cursor:grabbing}@media(min-width:769px){.testimonials-slider{padding:0 40px}}.testimonial-track{display:flex}.testimonial-slide{min-width:100%;padding:0;display:flex}@media(min-width:769px){.testimonial-slide{padding:0 20px}}.testimonial-content{background:#fff;border-radius:24px;flex-direction:column;width:100%;min-height:280px;padding:48px 40px;display:flex;position:relative;box-shadow:0 10px 40px #00000014}.testimonial-quote{color:#90cdc8;opacity:.3;font-family:Outfit,sans-serif;font-size:80px;line-height:1;position:absolute;top:20px;left:30px}.testimonial-text{color:#334155;margin:0 0 24px;font-size:20px;font-style:italic;line-height:1.7;position:relative}.testimonial-author{align-items:center;gap:16px;display:flex}.testimonial-avatar{-o-object-fit:cover;object-fit:cover;border:3px solid #fff;border-radius:50%;flex-shrink:0;width:56px;height:56px;box-shadow:0 4px 12px #0000001a}.testimonial-author-info{flex-direction:column;gap:4px;display:flex}.testimonial-author strong{color:#1e293b;font-size:18px;font-weight:700}.testimonial-event{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:14px}.testimonial-dots{justify-content:center;gap:12px;margin-top:32px;display:flex}.testimonial-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.testimonial-dot:hover{background:#94a3b8}.testimonial-dot.active{z-index:1;background:#90cdc8;border-radius:6px;width:32px;position:relative;box-shadow:0 4px 12px #d36e7040}.benefits-title{color:var(--color-text-header);z-index:1;margin:0;font-size:42px;font-weight:700;position:relative}.testimonials{background:#f9fafb;padding:100px 24px}.testimonials h2{text-align:center;color:#0a0a0a;margin:0 0 20px;font-size:42px;font-weight:700}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1200px;margin:0 auto;display:grid}.testimonial-card{background:#fff;border-radius:16px;padding:40px 30px;transition:all .3s;box-shadow:0 4px 12px #33415514}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #3341551f}.testimonial-stars{color:#ffc107;letter-spacing:4px;margin-bottom:20px;font-size:24px}.testimonial-text{color:#475569;margin:0 0 24px;font-size:16px;font-style:italic;line-height:1.8}.testimonial-author{flex-direction:column;gap:4px;display:flex}.testimonial-author strong{color:#1e293b;font-size:16px}.testimonial-author span{color:#64748b;font-size:14px}.packages{background:#fff;padding:50px 24px 40px}.packages .container{padding:0}.packages h2{text-align:center;color:#0f172a;margin:0 0 20px;font-size:42px;font-weight:800}.faq{background:#fff;padding:100px 24px}.faq h2{text-align:center;color:#1e293b;margin:0 0 60px;font-size:42px;font-weight:700}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #e2e8f0}.faq-question{cursor:pointer;text-align:left;color:#1e293b;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:24px 0;font-size:18px;font-weight:600;transition:color .2s;display:flex}.faq-question:hover,.faq-question.active{color:#5fafa8}.faq-icon{color:#5fafa8;flex-shrink:0;margin-left:16px;font-size:24px;font-weight:300}.faq-answer{padding:0 0 24px;animation:.3s fadeIn}.faq-answer p{color:#64748b;margin:0;line-height:1.8}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.final-cta{text-align:center;background:linear-gradient(135deg,#f0f4f8,#d9e2ec);padding:100px 24px}.final-cta h2{color:#1e293b;margin:0 0 16px;font-size:48px;font-weight:700}.final-cta p{color:#475569;margin:0 0 32px;font-size:18px}.floating-cta{color:#fff;cursor:pointer;z-index:1000;background:#5fafa8;border:none;border-radius:50px;align-items:center;gap:12px;padding:16px 32px;font-size:16px;font-weight:700;transition:all .3s;animation:.5s slideInUp;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #5fafa866}.floating-cta:hover{background:#4d9993;transform:translateY(-4px);box-shadow:0 12px 32px #5fafa880}.floating-cta span:first-child{font-size:24px}@keyframes slideInUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(30px)}.animate-on-scroll.animate-in{opacity:1;transform:translateY(0)}.sticky-bottom-cta{z-index:999;background:linear-gradient(135deg,#c98d8d,#b37373);animation:.5s slideInUpBanner;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000026}.sticky-cta-content{justify-content:center;align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;position:relative}.sticky-cta-text{color:#fff;flex-shrink:0;font-size:20px;font-weight:700}.sticky-cta-button{color:#b37373;cursor:pointer;background:#fff;border:none;border-radius:50px;flex-shrink:0;padding:12px 32px;font-size:16px;font-weight:700;transition:all .3s;box-shadow:0 4px 12px #00000026}.sticky-cta-button:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}.sticky-cta-close{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;padding:8px;font-size:24px;line-height:1;transition:opacity .2s;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.sticky-cta-close:hover{opacity:1}@keyframes slideInUpBanner{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:768px){.hero{border-radius:24px;min-height:auto;margin:20px;overflow:hidden;padding:0!important}.hero-grid{flex-direction:column;grid-template-columns:1fr;gap:0;display:flex}.hero-image{order:0;width:100%;margin:0;padding:0}.hero-image-wrapper{border-radius:24px 24px 0 0;width:100%;max-width:100%;margin:0;padding-bottom:66.67%;position:relative;overflow:hidden}.image-placeholder-hero{-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%;border-radius:24px 24px 0 0;animation:none}.hero-image-overlay{border-radius:24px 24px 0 0;animation:none}.hero-content{text-align:left;order:1;margin:0;padding:20px}.hero-title{max-width:100%;margin-bottom:12px;font-size:32px;font-weight:700;line-height:1.2}.hero-subtitle{max-width:100%;margin:0 0 8px;font-size:16px;line-height:1.5}.hero-tagline{max-width:100%;margin:0 0 24px;font-size:15px;line-height:1.5}.hero-cta{outline-offset:2px;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:48px;padding:16px 24px;font-size:16px;display:flex}.hero-cta:focus-visible{outline-offset:2px;outline:3px solid #90cdc8}.hero-cta:active{transform:translateY(0)scale(.98)}.sticky-bottom-button{padding:12px 24px;font-size:14px}.image-section{padding:20px 0}.image-section h2{margin-bottom:50px;font-size:32px}.infinite-carousel-container{width:calc(100% + 48px);margin:0 -24px}.image-placeholder{border-radius:20px;min-height:400px}.placeholder-icon{font-size:80px}.placeholder-text{font-size:18px}.carousel-dots{gap:8px;margin-top:30px}.carousel-dots .dot{width:10px;height:10px}.carousel-dots .dot.active{width:24px}.reviews h2,.features h2,.steps h2,.packages h2,.testimonials h2,.photobooth-gallery h2,.faq h2{font-size:28px}.photobooth-gallery{padding:20px}.section-subtitle{margin-bottom:32px;font-size:16px}.color-selector{gap:8px;margin-bottom:32px}.color-pill{padding:10px 16px;font-size:14px}.color-circle{width:20px;height:20px}.photobooth-images{height:400px}.photobooth-placeholder .placeholder-icon{font-size:64px}.photobooth-placeholder .placeholder-text{font-size:16px}.photobooth-placeholder .placeholder-subtext{font-size:14px}.photobooth-dots{gap:8px;margin-top:20px}.photobooth-dot{width:10px;height:10px}.photobooth-dot.active{width:24px}.benefits-title,.final-cta h2{font-size:32px}.final-cta p,.features-subtitle{font-size:16px}.features-grid{grid-template-columns:1fr;gap:30px}.testimonials-grid{grid-template-columns:1fr;gap:24px}.testimonial-card{padding:24px 20px}.faq-question{padding:20px 0;font-size:16px}.faq-icon{font-size:20px}.features{padding:100px 0 20px}.features .container{padding:0 20px}.features h2{margin-bottom:24px;font-size:26px}.features-grid{grid-template-columns:1fr;gap:16px;margin-top:24px}.feature-card{text-align:left;cursor:pointer;flex-direction:row;align-items:center;gap:16px;padding:16px;transition:all .3s;display:flex}.feature-card.feature-card-hide-mobile{display:none!important}.feature-card:active{transform:scale(.98)}.feature-icon{flex-shrink:0;margin:0;font-size:36px}.feature-content{flex:1}.feature-card h3{margin:0;font-size:16px}.feature-card.active h3{margin-bottom:8px}.feature-card p{margin:0;font-size:14px;line-height:1.4;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.steps{padding:20px}.steps h2{margin-bottom:24px;font-size:24px;line-height:1.3}.steps-flow{flex-direction:column;gap:12px}.step{width:100%;min-width:auto;max-width:100%;padding:16px 18px}.step-number{width:40px;height:40px;margin:0 auto 12px;font-size:20px}.step h3{margin:0;font-size:15px;line-height:1.35}.step-arrow{margin:0;font-size:24px;transform:rotate(90deg)}.testimonials{padding:20px}.testimonials h2{margin-bottom:32px;font-size:28px}.testimonials-slider{max-width:100%}.testimonial-slide{padding:0 8px}.testimonial-content{padding:32px 24px}.testimonial-quote{font-size:60px;top:12px;left:16px}.testimonial-text{margin-bottom:20px;font-size:16px;line-height:1.6}.testimonial-author strong{font-size:16px}.testimonial-event{font-size:13px}.testimonial-dots{gap:8px;margin-top:24px}.stars{letter-spacing:4px;font-size:36px}.floating-cta{padding:12px 24px;font-size:14px;bottom:80px;right:16px}.floating-cta span:first-child{font-size:20px}.sticky-cta-content{flex-direction:column;gap:12px;padding:12px 48px 12px 16px}.sticky-cta-text{font-size:16px}.sticky-cta-button{width:100%;padding:10px 24px;font-size:14px}.sticky-cta-close{font-size:20px;right:12px}.cta-banner{padding:50px 20px}.cta-banner-text{margin:0 0 20px;font-size:24px}.cta-banner-button{padding:14px 32px;font-size:16px}}.badge-new{background:var(--color-accent-rose);color:#fff;text-transform:uppercase;letter-spacing:.5px;vertical-align:middle;border-radius:12px;margin-left:8px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-block}.sticky-bottom-bar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:900;background:linear-gradient(135deg,#fff,#fafffe);border:none;border-radius:100px;justify-content:space-between;align-items:center;gap:24px;width:calc(100% - 48px);max-width:700px;padding:12px 24px 12px 32px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 20px 60px #00000026,0 8px 24px #00000014,0 0 0 1px #90cdc826}.sticky-bottom-text{color:#1e293b;white-space:nowrap;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:600}.sticky-bottom-button{color:#fff;cursor:pointer;white-space:nowrap;background:#90cdc8;border:none;border-radius:100px;padding:12px 28px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #90cdc84d}.sticky-bottom-button:hover{background:#7dbdb8;transform:translateY(-1px);box-shadow:0 6px 16px #90cdc866}.sticky-bottom-button:active{transform:translateY(0)}@media(max-width:768px){.sticky-bottom-bar{display:none}}.hero-new{min-height:auto;box-shadow:none;background:#f8fafc;border-radius:0;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative;overflow:hidden}@media(min-width:1024px){.hero-new{min-height:100vh}}.hero-with-background{background-position:50%;background-repeat:no-repeat;background-size:cover}.hero-bg-overlay{z-index:1;background:linear-gradient(135deg,#e2e8f0eb,#e2e8f0e0,#e2e8f0d1);position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg-decorations{pointer-events:none;z-index:2;position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-bg-blob{filter:blur(80px);opacity:.5;border-radius:50%;position:absolute}.hero-bg-blob-1{background:#90cdc81a;width:288px;height:288px;top:80px;left:40px}.hero-bg-blob-2{background:#90cdc80d;width:384px;height:384px;bottom:80px;right:40px}.hero-container{z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:100px 24px 48px;position:relative}@media(min-width:768px){.hero-container{padding:100px 24px 56px}}.hero-content-centered{text-align:center;max-width:1280px;margin:0 auto}.hero-grid{grid-template-columns:1fr;align-items:center;gap:24px;display:grid}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:48px}}.hero-content-left{text-align:center;order:2}@media(min-width:1024px){.hero-content-left{text-align:left;order:1}}.hero-product-showcase{order:1;justify-content:center;align-items:center;height:240px;display:flex;position:relative}@media(min-width:640px){.hero-product-showcase{height:280px}}@media(min-width:768px){.hero-product-showcase{height:350px}}@media(min-width:1024px){.hero-product-showcase{order:2;justify-content:flex-end;height:420px}}.hero-product-glow{filter:blur(60px);background:radial-gradient(circle,#90cdc84d,#d36e7026 50%,#0000 70%);border-radius:50%;width:250px;height:250px;animation:4s ease-in-out infinite pulse-slow;position:absolute}@media(min-width:768px){.hero-product-glow{width:400px;height:400px}}@media(min-width:1024px){.hero-product-glow{width:500px;height:500px}}@keyframes pulse-slow{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.hero-floating-element{z-index:5;animation:3s ease-in-out infinite float;position:absolute}.hero-float-1{animation-delay:0s;top:5%;left:10%}.hero-float-2{animation-delay:.5s;top:10%;right:5%}.hero-float-3{animation-delay:1s;bottom:25%;left:5%}.hero-float-4{animation-delay:1.5s;top:35%;right:8%}@media(min-width:768px){.hero-float-1{top:10%;left:15%}.hero-float-2{top:5%;right:10%}.hero-float-3{bottom:20%;left:5%}.hero-float-4{top:30%;right:5%}}.hero-floating-icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#d36e704d,#d36e701a);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.hero-floating-icon-accent{background:linear-gradient(135deg,#90cdc84d,#90cdc81a);width:48px;height:48px}.hero-floating-icon-small{background:linear-gradient(135deg,#d36e7033,#90cdc833);width:36px;height:36px}@media(min-width:768px){.hero-floating-icon{width:48px;height:48px}.hero-floating-icon-accent{width:56px;height:56px}.hero-floating-icon-small{width:40px;height:40px}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.hero-confetti{z-index:4;border-radius:2px;width:8px;height:12px;animation:3s ease-in-out infinite float;position:absolute}@media(min-width:768px){.hero-confetti{width:12px;height:16px}}.hero-confetti-1{background:#d36e7099;animation-delay:.2s;top:8%;left:25%;transform:rotate(12deg)}.hero-confetti-2{background:#90cdc899;animation-delay:.7s;top:12%;right:20%;transform:rotate(-12deg)}.hero-confetti-3{background:#d36e7080;animation-delay:1.2s;bottom:25%;right:12%;transform:rotate(45deg)}.hero-confetti-4{background:#90cdc880;animation-delay:.9s;top:40%;left:3%;transform:rotate(-30deg)}.hero-confetti-5{background:#d36e7066;animation-delay:1.4s;bottom:35%;left:15%;transform:rotate(20deg)}.hero-product-secondary{z-index:10;opacity:.4;display:none;position:absolute;bottom:5%;left:5%;transform:scale(.55)}@media(min-width:640px){.hero-product-secondary{display:block}}@media(min-width:768px){.hero-product-secondary{opacity:.5;left:8%;transform:scale(.65)}}@media(min-width:1024px){.hero-product-secondary{left:5%;transform:scale(.7)}}.hero-product-image-secondary{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 10px 30px #00000026);width:auto;height:220px}@media(min-width:768px){.hero-product-image-secondary{height:320px}}@media(min-width:1024px){.hero-product-image-secondary{height:400px}}.hero-product-primary{z-index:20;animation:4s ease-in-out infinite float-slow;position:relative}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-product-shadow{filter:blur(8px);background:#0000001a;border-radius:100%;width:120px;height:16px;position:absolute;bottom:-16px;left:50%;transform:translate(-50%)}@media(min-width:768px){.hero-product-shadow{width:180px;height:20px}}@media(min-width:1024px){.hero-product-shadow{width:240px;height:24px}}.hero-product-image-primary{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 20px 50px #0003);width:auto;height:220px;transition:transform .5s}.hero-product-image-primary:hover{transform:scale(1.05)}@media(min-width:640px){.hero-product-image-primary{height:280px}}@media(min-width:768px){.hero-product-image-primary{height:380px}}@media(min-width:1024px){.hero-product-image-primary{height:480px}}.hero-products-desktop{justify-content:center;align-items:center;width:100%;height:100%;display:none;position:relative}@media(min-width:1024px){.hero-products-desktop{display:flex}}.hero-product-variant{transition:transform .5s;position:absolute}.hero-product-variant img{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 15px 40px #00000026);width:auto;height:320px}.hero-product-tuerkis{z-index:10;opacity:.7;left:0;transform:scale(.75)translate(-20%)}.hero-product-rot{z-index:10;opacity:.7;right:0;transform:scale(.75)translate(20%)}.hero-product-weiss{z-index:20;animation:4s ease-in-out infinite float-slow}.hero-product-weiss img{filter:drop-shadow(0 20px 50px #0003);height:380px}.hero-product-weiss:hover img{transform:scale(1.03)}.hero-products-mobile{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}@media(min-width:1024px){.hero-products-mobile{display:none}}.hero-product-carousel-item{justify-content:center;align-items:center;animation:4s ease-in-out infinite float-slow;display:flex;position:relative}.hero-product-carousel-item img,.hero-product-carousel-image{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 15px 40px #0000002e);width:auto;height:200px;transition:opacity .6s ease-in-out}@media(min-width:640px){.hero-product-carousel-item img,.hero-product-carousel-image{height:240px}}@media(min-width:768px){.hero-product-carousel-item img,.hero-product-carousel-image{height:300px}}.trust-badge{background:#90cdc826;border-radius:50px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;display:inline-flex}.trust-stars{gap:2px;display:flex}.star-icon{width:16px;height:16px}.trust-text{color:#464644;font-size:14px;font-weight:600}.hero-title-new{letter-spacing:-.02em;color:#1a1a1a;margin:0 0 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:28px;font-weight:700;line-height:1.2}@media(min-width:768px){.hero-title-new{margin:0 0 20px;font-size:36px}}@media(min-width:1024px){.hero-title-new{font-size:44px}}@keyframes gradientShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-title-gradient{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#90cdc8,#7dbdb8,#5fa9a3,#7dbdb8,#90cdc8,#a4ddd8) 0 0/200%;-webkit-background-clip:text;background-clip:text;font-weight:700;animation:6s ease-in-out infinite gradientShift;display:inline-block}.hero-subtitle-new{color:#64748b;max-width:672px;margin:0 auto 40px;font-size:18px;line-height:1.6}@media(min-width:768px){.hero-subtitle-new{font-size:20px}}.hero-cta-group{flex-direction:column;justify-content:center;align-items:center;gap:16px;margin-bottom:64px;display:flex}@media(min-width:640px){.hero-cta-group{flex-direction:row}}@media(min-width:1024px){.hero-cta-group{justify-content:flex-start;align-items:flex-start}}.hero-cta-primary{color:#fff;background:#d36e70;border:2px solid #d36e70;border-radius:12px;justify-content:center;align-items:center;padding:24px 32px;font-size:18px;font-weight:600;display:flex;box-shadow:0 10px 30px #d36e704d}.hero-cta-primary:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 15px 40px #d36e7066}.hero-cta-secondary{color:#464644;background:0 0;border:2px solid #46464433;border-radius:12px;padding:24px 32px;font-size:18px;font-weight:600}.hero-cta-secondary:hover{background:#4646440d;transform:translateY(-2px)}.hero-stats-new{grid-template-columns:repeat(3,1fr);gap:32px;max-width:672px;margin:0 auto;display:none}.stat-item{text-align:center}.stat-value{justify-content:center;align-items:center;gap:8px;margin-bottom:8px;display:flex}.stat-icon{color:#90cdc8}.stat-number{color:#0a0a0a;font-family:Outfit,sans-serif;font-size:32px;font-weight:700}@media(min-width:768px){.stat-number{font-size:48px}}.stat-label{color:#64748b;margin:0;font-size:14px}.hero-image-preview{max-width:1024px;margin-top:64px;margin-left:auto;margin-right:auto;position:relative}.hero-image-preview-wrapper{background:linear-gradient(135deg,#90cdc826,#90cdc80d);border-radius:24px;width:100%;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 20px 60px #46464426}.hero-preview-media{-o-object-fit:cover;object-fit:cover;border-radius:24px;width:100%;height:100%;position:absolute;top:0;left:0}.hero-preview-placeholder{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:32px;display:flex;position:absolute;top:0;left:0}.hero-preview-icon{color:#90cdc8;margin-bottom:16px}.hero-preview-text{color:#64748b;text-align:center;margin:0;font-size:18px}.floating-badge{z-index:2;background:#fff;border-radius:12px;padding:12px 16px;position:absolute;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014}.floating-badge-1{top:25%;left:-16px}.floating-badge-2{top:33%;right:-16px}.floating-badge-3{bottom:-16px;left:25%}.floating-badge-text{color:#0a0a0a;white-space:nowrap;margin:0;font-size:14px;font-weight:600}@media(max-width:768px){.hero-new{min-height:auto;padding:0}.hero-container{padding:90px 20px 40px}.hero-title-new{margin-bottom:12px;font-size:24px}.hero-subtitle-new{margin-bottom:24px;font-size:14px}.hero-cta-primary,.hero-cta-secondary{width:100%;padding:14px 20px;font-size:14px}.hero-stats-new{gap:24px}.stat-number{font-size:28px}.stat-label{font-size:13px}.hero-image-preview{margin-top:48px}.floating-badge{display:none}.trust-badge{padding:8px 12px;font-size:13px}.hero-cta-group{margin-bottom:48px}}.features-header{text-align:center;margin-bottom:48px}.features-overline{text-transform:uppercase;letter-spacing:1.5px;color:#90cdc8;margin-bottom:16px;font-size:13px;font-weight:700;display:block}.features h2{color:#1e293b;margin:0 0 16px;font-size:42px;font-weight:700}.features-description{color:#64748b;max-width:600px;margin:0 auto;font-size:18px;line-height:1.6}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;margin-top:48px;display:grid}@media(min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.features .feature-card{cursor:default;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:32px 24px;transition:all .3s;position:relative}.features .feature-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 24px #3341551a}.feature-icon-wrapper{background:#90cdc826;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;transition:all .3s;display:flex}.features .feature-card:hover .feature-icon-wrapper{background:#90cdc8}.feature-icon-lucide{color:#0a0a0a;transition:all .5s cubic-bezier(.18,1,.22,1)}.features .feature-card:hover .feature-icon-lucide{color:#fff;transform:scale(1.15)}.icon{transition:all .5s cubic-bezier(.18,1,.22,1)}.feature-card:hover .icon{transform:scale(1.15)}.features .feature-card h3{color:#0f172a;margin:0 0 12px;font-family:Outfit,sans-serif;font-size:20px;font-weight:700}.features .feature-card p{color:#64748b;margin:0;font-size:15px;line-height:1.6}.features-desktop{flex-direction:column;gap:48px;display:flex}.feature-group-section{flex-direction:column;gap:24px;display:flex}.group-title{color:#1e293b;text-align:center;margin:0;font-size:32px;font-weight:700}.features-accordion{flex-direction:column;gap:16px;margin-top:48px;display:flex}.accordion-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .3s;overflow:hidden}.accordion-item:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #33415514}.accordion-header{cursor:pointer;color:#1e293b;text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px;font-size:18px;font-weight:600;transition:background .2s;display:flex}.accordion-header:hover{background:#f8fafc}.accordion-header:active{background:#f1f5f9}.accordion-chevron{color:#64748b;flex-shrink:0;transition:transform .3s}.accordion-chevron.rotate-180{transform:rotate(180deg)}.accordion-content{border-top:1px solid #e2e8f0;flex-direction:column;gap:12px;padding:0 20px 20px;animation:.3s slideDown;display:flex}.feature-item{align-items:center;gap:12px;padding:8px 0;display:flex}.feature-item span{color:#475569;font-size:16px;line-height:1.5}.feature-check{color:#10b981;flex-shrink:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.features-overline{font-size:12px}.features h2{font-size:28px}.features-description{font-size:16px}.features-grid{grid-template-columns:1fr;gap:16px;padding:0 16px}.features .feature-card{cursor:default;text-align:left;border-radius:16px;flex-direction:column;align-items:flex-start;gap:0;margin:0;padding:32px 24px;display:flex;position:relative}.feature-icon-wrapper{flex-shrink:0;width:56px;height:56px;margin:0 0 16px;position:static;transform:none}.features .feature-card h3{margin:0;font-size:20px;font-weight:700}.features .feature-card .feature-description{color:#64748b;margin:0;font-size:15px;line-height:1.6;display:block}}.header-fixed{z-index:1000;transition:all .3s;position:fixed;top:0;left:0;right:0}.header-transparent{background:0 0;padding:20px 0}.header-scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;padding:12px 0;box-shadow:0 2px 8px #0000000d}@media(min-width:768px){.header-scrolled{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;padding:20px 24px}.header-scrolled .header-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffbf;border-radius:100px;max-width:1200px;margin:0 auto;padding:12px 32px;box-shadow:0 12px 40px #0000001f,0 4px 16px #00000014,0 0 0 1px #90cdc833}.header-transparent .header-container{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border-radius:0;max-width:1200px;margin:0 auto;padding:0 24px}.header-logo{padding:8px 12px}.header-cta-button{padding:12px 24px}}.header-container{max-width:1200px;margin:0 auto;padding:0 24px;transition:all .3s}.header-content{justify-content:space-between;align-items:center;display:flex}.header-logo{align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.header-logo:hover{opacity:.8}.header-logo-image{width:auto;height:40px}@media(min-width:768px){.header-logo-image{height:50px}}.header-nav-desktop{align-items:center;gap:32px;display:none}@media(min-width:769px){.header-nav-desktop{display:flex}}.header-nav-mobile{flex:1;justify-content:center;align-items:center;gap:12px;display:none}@media(max-width:767px){.header-nav-mobile{display:flex}}@media(max-width:640px){.header-nav-mobile .header-nav-link{font-size:12px}}@media(max-width:480px){.header-nav-mobile{gap:8px}.header-nav-mobile .header-nav-link{padding:4px 8px;font-size:11px}}.header-nav-link{color:var(--color-text-main);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.header-nav-link:hover{color:var(--color-accent-turkis)}.header-actions-desktop{align-items:center;gap:12px;display:none}@media(min-width:769px){.header-actions-desktop{display:flex}}.header-actions-mobile{align-items:center;gap:8px;display:none}@media(max-width:767px){.header-actions-mobile{display:flex}}@media(max-width:640px){.header-actions-mobile .header-btn-primary{padding:8px 16px;font-size:12px}}@media(max-width:480px){.header-actions-mobile .header-btn-primary{padding:6px 12px;font-size:11px}}.header-cta-button{color:#fff;cursor:pointer;white-space:nowrap;background:#d36e70;border:none;border-radius:100px;padding:10px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #d36e7040}.header-cta-button:hover{background:#c25d5f;transform:translateY(-1px);box-shadow:0 4px 12px #d36e7059}.header-cart-button{justify-content:center;align-items:center;padding:8px;text-decoration:none;transition:opacity .2s;display:flex;position:relative}.header-cart-button:hover{opacity:.7}.header-cart-icon{width:22px;height:22px;color:var(--color-text-header)}.header-cart-badge{background:var(--color-accent-turkis);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:11px;font-weight:700;display:flex;position:absolute;top:2px;right:2px}.header-btn-primary{background:var(--color-accent-turkis);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:600;transition:opacity .2s}.header-btn-primary:hover{opacity:.9}.header-mobile-right{display:none}@media(max-width:767px){.header-mobile-right{align-items:center;gap:8px;display:flex}}@media(min-width:768px){.header-mobile-right{display:none}}.header-mobile-cta-pill{background:var(--color-accent-turkis);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:100px;padding:12px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #90cdc840}.header-mobile-cta-pill:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #90cdc859}@media(max-width:480px){.header-mobile-cta-pill{padding:10px 16px;font-size:11px}}.landing-page{z-index:10;position:relative}.hero-new{padding-top:120px}@media(min-width:768px){.hero-new{padding-top:100px}}@media(max-width:768px){.header-scrolled{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;padding:16px 20px}.header-scrolled .header-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffbf;border-radius:100px;padding:10px 20px;transition:all .3s;box-shadow:0 12px 40px #0000001f,0 4px 16px #00000014,0 0 0 1px #90cdc833}.header-transparent .header-container{-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;background:0 0;border-radius:0;padding:0 20px}.header-container{padding:0 20px}.header-content{justify-content:space-between;align-items:center;display:flex}.header-logo{flex-shrink:0;order:-1}.header-nav-mobile{flex:1;order:1;justify-content:center;margin:0 16px}.header-actions-mobile{flex-shrink:0;order:2}}.footer{background:linear-gradient(135deg,#f8f9fa,#fff);border-top:1px solid #e5e7eb;margin-top:80px;padding:64px 0 32px}.footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.footer-content{grid-template-columns:2fr 1fr;gap:64px;margin-bottom:48px;display:grid}.footer-brand{max-width:400px}.footer-logo{color:var(--color-text-header);margin:0 0 12px;font-family:Outfit,sans-serif;font-size:28px;font-weight:700}.footer-tagline{color:var(--color-text-main);margin:0 0 24px;font-size:16px;line-height:1.6}.footer-social{gap:12px;display:flex}.footer-social-link{width:40px;height:40px;color:var(--color-text-main);background:#fff;border:2px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex}.footer-social-link svg{width:20px;height:20px}.footer-social-link:hover{background:var(--color-accent-turkis);border-color:var(--color-accent-turkis);color:#fff;transform:translateY(-2px)}.footer-links{gap:48px;display:flex}.footer-link-group{min-width:150px}.footer-link-title{color:var(--color-text-header);margin:0 0 16px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600}.footer-link-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-link{color:var(--color-text-main);font-size:15px;text-decoration:none;transition:color .2s;display:inline-block}.footer-link:hover{color:var(--color-accent-turkis)}.footer-bottom{text-align:center;border-top:1px solid #e5e7eb;padding-top:32px}.footer-copyright{color:#6b7280;margin:0;font-size:14px}@media(max-width:768px){.footer{margin-top:60px;padding:48px 0 24px}.footer-container{padding:0 20px}.footer-content{grid-template-columns:1fr;gap:40px;margin-bottom:32px}.footer-brand{max-width:100%}.footer-logo{font-size:24px}.footer-tagline{margin:0 0 20px;font-size:15px}.footer-social-link{width:44px;height:44px}.footer-social-link svg{width:22px;height:22px}.footer-links{flex-direction:column;gap:32px}.footer-link-title{margin:0 0 12px;font-size:15px}.footer-link{font-size:14px}.footer-bottom{padding-top:24px}.footer-copyright{font-size:13px}}.cta-banner{background:#f0f9f8;padding:64px 24px;position:relative;overflow:hidden}.cta-banner-bg-gradient{z-index:0;background:linear-gradient(90deg,#90cdc81a,#90cdc80d,#90cdc81a);position:absolute;top:0;right:0;bottom:0;left:0}.cta-banner-decorations{pointer-events:none;z-index:1;position:absolute;top:0;right:0;bottom:0;left:0}.cta-banner-decoration{filter:blur(80px);opacity:.6;border-radius:50%;position:absolute}.cta-banner-decoration-1{background:#90cdc833;width:128px;height:128px;top:25%;left:25%}.cta-banner-decoration-2{background:#90cdc826;width:160px;height:160px;bottom:0;right:25%}.cta-banner .container{z-index:10;position:relative}.cta-banner-content{flex-direction:column;justify-content:space-between;align-items:center;gap:32px;max-width:1200px;margin:0 auto;display:flex}@media(min-width:768px){.cta-banner-content{flex-direction:row;align-items:center;gap:64px}}.cta-banner-text-wrapper{text-align:center;flex:1;align-items:center;gap:20px;display:flex}@media(min-width:768px){.cta-banner-text-wrapper{text-align:left;gap:24px}}.cta-banner-text{flex-direction:column;flex:1;justify-content:center;display:flex}.cta-banner-title{color:#0f172a;margin:0 0 4px;font-family:Outfit,sans-serif;font-size:24px;font-weight:700;line-height:1.3}@media(min-width:768px){.cta-banner-title{font-size:32px}}.cta-banner-subtitle{color:#475569;margin:0;font-size:15px;line-height:1.4}@media(min-width:768px){.cta-banner-subtitle{font-size:16px}}.cta-banner-button{color:#fff;cursor:pointer;white-space:nowrap;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#90cdc8;border:1px solid #ffffff40;border-radius:50px;justify-content:center;align-items:center;gap:12px;padding:14px 28px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 8px 32px #00000026,0 4px 12px #0000000f,0 0 20px #90cdc866}@media(min-width:769px){.cta-banner-button{background:#d36e70;flex-shrink:0;padding:14px 36px;font-size:16px;animation:2.5s ease-in-out infinite pulseAndGlowRed;box-shadow:0 8px 32px #00000026,0 4px 12px #0000000f,0 0 20px #d36e7066}}.cta-banner-button:hover{background:#7dbdb8;transform:scale(.98);box-shadow:0 10px 36px #0000002e,0 5px 14px #00000012,0 0 30px #90cdc899}@media(min-width:769px){.cta-banner-button:hover{background:#c25d5f;animation:none;box-shadow:0 10px 36px #0000002e,0 5px 14px #00000012,0 0 30px #d36e7099}}.cta-banner-button:active{transform:scale(.96)}.cta-banner-button-icon{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .3s;display:flex}.cta-banner-button-icon svg{color:#90cdc8;width:18px;height:18px}@media(min-width:769px){.cta-banner-button-icon svg{color:#d36e70}}.cta-banner-button:hover .cta-banner-button-icon{transform:translate(4px)}@media(max-width:768px){.cta-banner{padding:32px 20px}.cta-banner-text-wrapper{display:none}.cta-banner-content{justify-content:center}.cta-banner-button{width:100%;max-width:100%;animation:2s ease-in-out infinite pulse-glow}@keyframes pulse-glow{0%,to{transform:scale(1);box-shadow:0 4px 12px #90cdc84d}50%{transform:scale(1.02);box-shadow:0 8px 24px #90cdc880}}.cta-banner-button:hover{animation:none}}.personalization-section{background:linear-gradient(#fff,#90cdc80d,#fff);padding:96px 24px;position:relative;overflow:hidden}.personalization-grid{grid-template-columns:1fr;align-items:center;gap:48px;max-width:1200px;margin:0 auto;display:grid}@media(min-width:1024px){.personalization-grid{grid-template-columns:1fr 1fr;gap:64px}}.personalization-content{text-align:left}.personalization-badge{color:#90cdc8;background:#90cdc81a;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.badge-icon{width:16px;height:16px}.personalization-title{color:#0a0a0a;margin:0 0 24px;font-family:Outfit,sans-serif;font-size:36px;font-weight:700;line-height:1.2}@media(min-width:768px){.personalization-title{font-size:48px}}.personalization-title-gradient{color:#90cdc8}.personalization-description{color:#64748b;margin:0 0 32px;font-size:18px;line-height:1.6}.personalization-features{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.personalization-feature-pill{background:#fff;border:1px solid #e2e8f080;border-radius:50px;align-items:center;gap:8px;padding:10px 16px;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000d}.personalization-feature-pill:hover{border-color:#90cdc84d;box-shadow:0 4px 12px #00000014}.feature-pill-icon{color:#90cdc8;width:16px;height:16px}.feature-pill-label{color:#0a0a0a;font-size:14px;font-weight:600}.personalization-platforms{flex-wrap:wrap;gap:16px;display:flex}.platform-badge{border:1px solid;border-radius:12px;align-items:center;gap:8px;padding:12px 20px;transition:all .3s;display:flex}.platform-badge-app,.platform-badge-web{background:#90cdc81a;border-color:#90cdc833}.platform-icon{color:#90cdc8;width:20px;height:20px}.platform-label{color:#0a0a0a;font-size:14px;font-weight:600}.personalization-mockup{justify-content:center;align-items:center;min-height:600px;display:flex;position:relative}.floating-element{z-index:1;background:linear-gradient(135deg,#90cdc8,#90cdc880);border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;position:absolute;box-shadow:0 10px 30px #90cdc84d}.floating-element-1{top:-16px;left:32px}.floating-element-2{background:linear-gradient(135deg,#d36e70,#d36e7080);width:56px;height:56px;top:25%;right:32px;box-shadow:0 10px 30px #d36e704d}.floating-element-3{background:linear-gradient(135deg,#90cdc8,#90cdc880);width:48px;height:48px;bottom:25%;left:16px}.floating-icon{color:#fff}.phone-container{z-index:10;position:relative}.phone-glow{filter:blur(60px);opacity:.5;background:linear-gradient(135deg,#90cdc84d,#90cdc833,#d36e704d);position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(1.1)}.phone-frame{background:#fff;border:1px solid #e2e8f080;border-radius:48px;width:256px;padding:12px;position:relative;box-shadow:0 20px 60px #00000026}@media(min-width:768px){.phone-frame{width:288px}}.phone-screen{aspect-ratio:9/19;background:#f8fafc;border-radius:40px;overflow:hidden}.phone-statusbar{background:#00000008;justify-content:center;align-items:center;height:32px;display:flex}.phone-notch{background:#0000001a;border-radius:50px;width:80px;height:20px}.phone-content{flex-direction:column;gap:16px;padding:16px;display:flex}.phone-app-header{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.phone-app-icon{background:linear-gradient(135deg,#90cdc8,#90cdc8);border-radius:8px;width:32px;height:32px}.phone-app-title{background:#0003;border-radius:4px;width:96px;height:12px}.phone-preview-card{background:#fff;border:1px solid #e2e8f04d;border-radius:12px;padding:12px;box-shadow:0 2px 8px #0000000d}.phone-preview-images{flex-direction:column;gap:8px;display:flex}.phone-preview-image{aspect-ratio:3/4;border-radius:8px;justify-content:center;align-items:center;display:flex}.phone-preview-image-1{background:linear-gradient(135deg,#90cdc833,#d36e7033)}.phone-preview-image-2{background:linear-gradient(135deg,#90cdc833,#90cdc833)}.preview-icon{color:#0003}.phone-color-picker{justify-content:center;gap:8px;display:flex}.color-swatch{border-radius:50%;width:32px;height:32px;transition:all .3s}.color-swatch-mint{background:#90cdc8}.color-swatch-rose{background:#d36e70}.color-swatch-primary{background:#90cdc8}.color-swatch-cream{background:#fffbf3;border:2px solid #e2e8f0}.color-swatch-active{box-shadow:0 0 0 2px #0a0a0a,0 0 0 4px #fff}.phone-button{background:linear-gradient(90deg,#90cdc8,#90cdc8);border-radius:50px;height:40px}@media(max-width:1023px){.personalization-section{padding:40px 20px}.personalization-grid{gap:48px}.personalization-content{text-align:center}.personalization-features,.personalization-platforms{justify-content:center}.floating-element-1{left:-16px}.floating-element-2{right:-16px}.personalization-mockup{min-height:500px}}@media(max-width:768px){.cta-banner,.final-cta{display:none!important}}.mobile-pill-cta{display:none}@keyframes pulseAndGlow{0%,to{box-shadow:0 8px 32px #00000026,0 4px 12px #0000000f,0 0 20px rgba(var(--glow-color-rgb,144,205,200),.4);transform:scale(1)}50%{box-shadow:0 10px 36px #0000002e,0 5px 14px #00000012,0 0 30px rgba(var(--glow-color-rgb,144,205,200),.6);transform:scale(1.03)}}@keyframes pulseAndGlowRed{0%,to{transform:scale(1);box-shadow:0 8px 32px #00000026,0 4px 12px #0000000f,0 0 20px #d36e7066}50%{transform:scale(1.03);box-shadow:0 10px 36px #0000002e,0 5px 14px #00000012,0 0 30px #d36e7099}}@media(max-width:768px){.mobile-pill-cta{z-index:1000;-webkit-backdrop-filter:blur(40px)saturate(180%);width:-moz-fit-content;width:fit-content;box-shadow:0 8px 32px #0000001f,0 4px 16px #00000014,0 0 0 1px #ffffff4d inset,0 0 0 1.5px rgba(var(--glow-color-rgb,144,205,200),.4),0 12px 48px rgba(var(--glow-color-rgb,144,205,200),.3);cursor:pointer;background:#90cdc8d9;border:1px solid #fff6;border-radius:50px;align-items:center;gap:12px;max-width:calc(100% - 48px);margin-left:auto;margin-right:auto;padding:10px 20px 10px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:2.5s ease-in-out infinite pulseAndGlow;display:flex;position:fixed;bottom:24px;left:0;right:0}.mobile-pill-cta:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff4d,#ffffff1a,#fff0);border-radius:50px;position:absolute;top:0;right:0;bottom:0;left:0}.mobile-pill-cta:active{-webkit-backdrop-filter:blur(40px)saturate(200%);transform:scale(.98)}.mobile-pill-cta-text{color:#fff;white-space:nowrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:600}.mobile-pill-cta-icon{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mobile-pill-cta-icon svg{width:18px;height:18px;color:var(--color-accent-turkis)}}.features-photobooth-combined{background:linear-gradient(180deg,hsl(var(--cream)),hsl(var(--background)));padding:80px 0;position:relative;overflow:hidden}.features-photobooth-combined .container{max-width:1600px;padding-left:80px;padding-right:80px}.combined-grid{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.combined-features{flex-direction:column;gap:40px;display:flex}.combined-features .features-header{text-align:left;margin-bottom:20px}.combined-features .features-description{margin-top:16px;max-width:none!important}.combined-features .features-header h2{font-size:42px;line-height:1.2}.combined-features-list{flex-direction:column;gap:24px;display:flex}.combined-feature-item{background:#fff;border-radius:16px;align-items:flex-start;gap:16px;max-width:90%;padding:20px;transition:all .3s;display:flex;box-shadow:0 2px 12px #0000000a}.combined-feature-item:hover{transform:translate(8px);box-shadow:0 8px 24px #00000014}.combined-feature-icon-wrapper{background:linear-gradient(135deg,var(--color-accent-turkis)0%,#7ab8b3 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 4px 16px #90cdc840}.combined-feature-icon-wrapper .feature-icon-lucide{color:#fff}.combined-feature-content{flex:1}.combined-feature-content h3{color:var(--color-text-header);margin:0 0 8px;font-family:Outfit,sans-serif;font-size:20px;font-weight:600}.combined-feature-content p{color:var(--color-text-main);margin:0;font-size:15px;line-height:1.6}.combined-photobooth{flex-direction:column;gap:32px;display:flex;position:sticky;top:100px}.combined-photobooth .features-header{text-align:left;margin-bottom:0}.combined-photobooth .features-header h2{font-size:36px;line-height:1.2}.combined-photobooth .color-selector{margin-bottom:0!important}.combined-photobooth .photobooth-carousel{width:100%!important;max-width:100%!important}.combined-photobooth .photobooth-images{width:100%!important;max-width:100%!important;height:550px!important;min-height:550px!important}.combined-photobooth .photobooth-image-wrapper{justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;display:flex!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important}.combined-photobooth .photobooth-image{-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important;width:auto!important;max-width:100%!important;height:100%!important;max-height:100%!important}.features-photobooth-combined-desktop{display:block}.features-photobooth-combined-mobile{display:none}@media(max-width:1024px){.combined-grid{gap:60px}.combined-features .features-header h2{font-size:36px}.combined-photobooth .features-header h2{font-size:32px}}.feature-card-header,.feature-chevron{display:none}.feature-description{margin-top:12px;display:block}@media(max-width:768px){.features-photobooth-combined-desktop{display:none}.features-photobooth-combined-mobile{display:block}.feature-card{cursor:pointer;transition:all .3s;padding:20px!important;display:block!important}.feature-card-header{align-items:center;gap:16px;width:100%;padding-bottom:0;transition:padding-bottom .3s;display:flex!important}.feature-card-open .feature-card-header{padding-bottom:16px}.feature-card-header h3{flex:1;height:48px;margin:0;padding:0;font-size:18px;line-height:48px}.feature-chevron{color:var(--color-accent-turkis);flex-shrink:0;transition:transform .3s;display:block!important}.feature-chevron-open{transform:rotate(180deg)}.feature-card .feature-icon-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;margin-bottom:0!important}.feature-card>h3,.feature-card>.feature-description{display:none}.feature-description-accordion{border-top:1px solid #e2e8f0;margin-top:16px;padding-top:16px;overflow:hidden;display:block!important}}@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-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-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}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.fotobox-calendar{width:100%}.calendar-header{text-align:center;margin-bottom:24px}.calendar-title{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 6px;letter-spacing:-.01em}.calendar-subtitle{font-size:14px;color:#64748b;margin:0}.calendar-selection{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:8px;margin-bottom:16px}.calendar-product{font-size:14px;color:#475569;font-weight:500}.color-selector-inline{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:12px 16px;background:#f8fafc;border-radius:8px;margin-top:12px}.color-label-inline{font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.color-options-inline{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.color-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:2px solid #E2E8F0;border-radius:20px;cursor:pointer;transition:all .2s ease;font-size:13px;font-weight:500;color:#475569}.color-pill:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.color-pill.active{border-color:var(--color, #2563EB);background:#eff6ff;color:#1e40af;font-weight:600;box-shadow:0 0 0 3px #2563eb1a}.color-dot{width:12px;height:12px;border-radius:50%;border:1.5px solid rgba(0,0,0,.1);flex-shrink:0}.color-name{white-space:nowrap}.calendar-color{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#64748b}.color-swatch{display:inline-block;width:16px;height:16px;border-radius:50%;border:2px solid #E2E8F0;box-shadow:0 1px 2px #0000000d}.calendar-loading,.calendar-error{text-align:center;padding:40px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.spinner{width:40px;height:40px;border:4px solid #E0F2F1;border-top-color:#5fafa8;border-radius:50%;margin:0 auto 16px;animation:spin .8s linear infinite}.calendar-loading p,.calendar-error p{font-size:14px;color:#64748b;margin:0}.calendar-error{color:#dc2626}.range-error{margin-top:12px;padding:12px 16px;background:#fee2e2;border:1px solid #DC2626;border-radius:6px;display:flex;align-items:center;gap:10px}.error-icon{width:40px;height:40px;margin:0 auto 12px;color:#dc2626}.retry-btn{margin-top:12px;padding:8px 16px;border:2px solid #DC2626;border-radius:6px;background:transparent;color:#dc2626;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:14px}.retry-btn:hover{background:#dc2626;color:#fff}.calendar-wrapper{background:#fff;border-radius:8px;padding:16px;border:1px solid #E2E8F0}.react-calendar{width:100%;border:none;font-family:inherit;background:transparent}.react-calendar__navigation{display:flex;height:44px;margin-bottom:12px;gap:6px}.react-calendar__navigation button{min-width:40px;background:#f8fafc;border:1px solid #E2E8F0;border-radius:6px;color:#0f172a;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.react-calendar__navigation button:hover:not(:disabled){background:#e2e8f0}.react-calendar__navigation button:disabled{opacity:.4;cursor:not-allowed}.react-calendar__navigation__label{flex-grow:1!important;font-weight:600;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-calendar__navigation__arrow{font-size:20px}.react-calendar__month-view__weekdays{text-align:center;font-size:11px;font-weight:700;text-transform:uppercase;color:#64748b;padding:6px 0}.react-calendar__month-view__weekdays__weekday{padding:6px}.react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.react-calendar__month-view__days{display:grid!important;grid-template-columns:repeat(7,1fr);gap:4px}.react-calendar__tile{max-width:100%;aspect-ratio:1;background:#f8fafc;border:1px solid transparent;border-radius:6px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.react-calendar__tile:hover:not(:disabled){background:#e2e8f0}.react-calendar__tile--now{background:#fef3c7;color:#92400e;font-weight:600}.react-calendar__month-view__days__day--neighboringMonth{opacity:.3}.react-calendar__tile.available{background:#ecfdf5;border-color:#10b981;color:#047857;font-weight:600}.react-calendar__tile.available:hover:not(:disabled){background:#d1fae5;border-color:#059669}.react-calendar__tile.unavailable{background:#f1f5f9;color:#cbd5e1;cursor:not-allowed;opacity:.6}.react-calendar__tile.unavailable:hover{background:#f1f5f9}.react-calendar__tile.selected{background:#d36e70!important;border-color:#d36e70!important;color:#fff!important;font-weight:600!important}.react-calendar__tile.selected:hover{background:#c05e60!important}.react-calendar__tile.range-start{background:#d36e70!important;color:#fff!important;border-radius:8px 0 0 8px!important;border-color:#d36e70!important;border-width:2px!important;font-weight:600!important;position:relative;z-index:10!important}.react-calendar__tile.range-end{background:#d36e70!important;color:#fff!important;border-radius:0 8px 8px 0!important;border-color:#d36e70!important;border-width:2px!important;font-weight:600!important;position:relative;z-index:10!important}.react-calendar__tile.range-start.range-end{border-radius:8px!important}.react-calendar__tile.in-range{background:#fce4e4!important;color:#9f4e4f!important;border-color:#e8a5a6!important;border-radius:0!important;font-weight:500!important;position:relative;z-index:5!important}.react-calendar__tile.in-range:hover:not(:disabled){background:#f9d5d5!important;border-color:#e8a5a6!important}.react-calendar__tile.range-preview{background:#fef5f5!important;border:2px dashed #e8a5a6!important;color:#d36e70!important;border-radius:0!important;animation:pulse-range 1.5s ease-in-out infinite}@keyframes pulse-range{0%,to{opacity:.8}50%{opacity:1}}.react-calendar__tile:disabled{background:#f8fafc;color:#e2e8f0;cursor:not-allowed}.calendar-legend{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:16px;padding:12px;background:#f8fafc;border-radius:6px;border:1px solid #E2E8F0}.legend-item{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#64748b}.legend-dot{width:14px;height:14px;border-radius:4px;border:1px solid}.legend-dot.available{background:#ecfdf5;border-color:#10b981}.legend-dot.unavailable{background:#f1f5f9;border-color:#cbd5e1}.legend-dot.selected{background:#d36e70;border-color:#d36e70}.legend-dot.range{background:#2563eb;border-color:#2563eb}.inventory-info{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:10px 16px;background:#eff6ff;border-radius:6px;border:1px solid #DBEAFE;font-size:13px;color:#1e40af}.inventory-info .info-icon{width:16px;height:16px;flex-shrink:0}.date-details{margin-top:16px;padding:16px;border-radius:6px;border:1px solid;transition:all .3s ease}.date-details--success{background:#ecfdf5;border-color:#10b981}.date-details--success .check-icon{color:#10b981}.date-details--success h4{color:#047857}.date-details--warning{background:#fff7ed;border-color:#f97316}.date-details--warning .check-icon{color:#f97316}.date-details--warning h4{color:#c2410c}.date-details__header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.date-details__header .check-icon{flex-shrink:0;transition:color .3s ease}.date-details__header h4{font-size:18px;font-weight:700;margin:0;letter-spacing:-.01em;transition:color .3s ease}.selected-date{font-size:16px;font-weight:600;color:#065f46;margin:0 0 6px}.date-info{font-size:13px;margin:0;line-height:1.5;transition:color .3s ease}.date-details--success .date-info{color:#047857}.date-details--warning .date-info{color:#c2410c}.react-calendar__tile.alternative-available{background-color:#dbeafe;color:#1e40af;position:relative;font-weight:600}.react-calendar__tile.alternative-available:hover{background-color:#bfdbfe!important}.tile-content-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.alternative-indicator{position:absolute;top:4px;right:4px;z-index:10}.alternative-indicator .dot{display:block;width:6px;height:6px;background-color:#2563eb;border-radius:50%;box-shadow:0 0 0 2px #2563eb4d;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.alternatives-tooltip{background:#fff;border:1px solid #E2E8F0;border-radius:8px;box-shadow:0 10px 25px #0000001a;padding:12px;min-width:200px;max-width:300px;z-index:1000;pointer-events:none}.tooltip-header{display:flex;flex-direction:column;gap:4px;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #E2E8F0}.tooltip-header strong{font-size:13px;color:#0f172a;font-weight:600}.tooltip-header span{font-size:12px;color:#64748b}.tooltip-alternatives{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.alternative-option{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;background:#f8fafc;border-radius:4px}.alt-color{font-size:13px;color:#0f172a;font-weight:500}.alt-count{font-size:12px;color:#64748b}.tooltip-hint{font-size:11px;color:#94a3b8;text-align:center;padding-top:8px;border-top:1px solid #E2E8F0}.legend-dot.alternative-available{background-color:#dbeafe;border-color:#2563eb}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #E2E8F0}.modal-header h3{font-size:18px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.modal-close{width:32px;height:32px;border:none;background:#f8fafc;border-radius:6px;color:#64748b;font-size:24px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;line-height:1}.modal-body{padding:20px}.modal-date{font-size:16px;font-weight:600;color:#0f172a;margin:0 0 12px}.modal-info{font-size:14px;color:#64748b;margin:0 0 20px;line-height:1.6}.alternatives-list{display:flex;flex-direction:column;gap:12px}.alternative-card{width:100%;padding:16px;background:#f8fafc;border:2px solid #E2E8F0;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left}.alternative-card:hover{background:#eff6ff;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.alternative-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.alternative-color-wrapper{display:flex;align-items:center;gap:10px}.alternative-color-wrapper .color-swatch{width:24px;height:24px;border-radius:50%;border:2px solid #E2E8F0;box-shadow:0 1px 2px #0000001a;flex-shrink:0}.alternative-color{font-size:16px;font-weight:600;color:#0f172a}.alternative-badge{font-size:12px;font-weight:600;color:#10b981;background:#ecfdf5;padding:4px 10px;border-radius:12px;border:1px solid #10B981}.alternative-card-footer{display:flex;align-items:center}.alternative-action{font-size:13px;color:#2563eb;font-weight:500}.alternative-card:hover .alternative-action{text-decoration:underline}.modal-footer{padding:16px 20px;border-top:1px solid #E2E8F0;display:flex;justify-content:flex-end}.btn-secondary{padding:10px 20px;background:#f8fafc;border:1px solid #E2E8F0;border-radius:6px;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#e2e8f0;color:#0f172a}@media(max-width:768px){.calendar-wrapper{padding:12px}.react-calendar__tile{font-size:13px}.react-calendar__navigation__label{font-size:13px;padding:0 4px}.react-calendar__navigation button{min-width:36px;padding:8px 4px}.calendar-legend{gap:12px}.modal-overlay{padding:16px}.modal-content{max-height:85vh}.modal-header,.modal-body{padding:16px}.alternatives-list{gap:10px}.alternative-card{padding:14px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}.modal-content{position:relative;background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;padding:32px;box-shadow:0 20px 25px -5px #0000001a;animation:scaleIn .2s ease}@media(max-width:768px){.modal-overlay{padding:8px;align-items:flex-start}.modal-content{padding:16px 16px 0;max-height:95vh}.modal-body{padding-bottom:20px}.booking-form{padding:0;position:relative;background:transparent;margin-top:0}.submit-button{position:sticky;bottom:0;left:-16px;right:-16px;width:calc(100vw - 16px);max-width:100%;padding:14px 16px;font-size:15px;gap:8px;margin:0;border-radius:0 0 12px 12px;box-shadow:0 -4px 12px #00000014;z-index:10;background:#d36e70;padding-bottom:calc(14px + env(safe-area-inset-bottom))}.submit-button:hover:not(:disabled){background:#ce7e7b}.submit-button svg{width:18px;height:18px}.selected-date-display{font-size:14px;padding:10px 14px}.form-group input{font-size:14px;padding:10px 12px}}.modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:#f8fafc;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease;z-index:10}.modal-close:hover{background:#e2e8f0;color:#0f172a}.modal-header{text-align:center;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 12px;letter-spacing:-.01em}.modal-selection-info{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.selection-badge{display:inline-block;padding:6px 12px;background:#f8fafc;border:1px solid #e2e8f0;color:#0f172a;font-size:13px;font-weight:600;border-radius:6px}.modal-body{display:flex;flex-direction:column;gap:24px}.booking-form{border-radius:8px}.selected-date-display{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f8fafc;border:2px solid #e2e8f0;color:#0f172a;border-radius:8px;font-size:15px;font-weight:600;margin-bottom:20px}.selected-date-display svg{flex-shrink:0;color:#2563eb}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;color:#0f172a;margin-bottom:8px}.form-group input{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:15px;color:#0f172a;transition:all .2s ease;background:#fff}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.form-hint-small{font-size:12px;color:#64748b;margin-top:6px;margin-bottom:0;line-height:1.4}.error-message{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fee2e2;color:#dc2626;border-radius:8px;font-size:13px;margin-bottom:16px}.error-message svg{flex-shrink:0}.submit-button{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;border:none;border-radius:12px;background:#d36e70;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #d36e7033;min-height:56px}.submit-button:hover:not(:disabled):not(.loading){background:#ce7e7b;transform:translateY(-2px);box-shadow:0 6px 16px #d36e704d}.submit-button:disabled{opacity:.5;cursor:not-allowed}.submit-button.loading{transform:none}.submit-button svg{transition:transform .2s ease}.submit-button:hover:not(:disabled) svg{transform:translate(2px)}.spinner{width:10px;height:10px;border:1.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0;position:absolute;left:20px}.submit-spinner{width:12px;height:12px;border:2px solid rgba(95,175,168,.3);border-top-color:#5fafa8;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0;position:absolute;left:20px}.button-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:480px){.submit-button{font-size:15px;padding:14px 16px;gap:8px;min-height:52px}.submit-button svg{width:16px;height:16px;flex-shrink:0}.spinner{width:8px;height:8px;left:16px}.submit-spinner{width:10px;height:10px;left:16px}}.form-hint{font-size:12px;color:#64748b;text-align:center;margin:12px 0 0;line-height:1.5}.success-screen{text-align:center;padding:40px 20px}.success-icon{width:72px;height:72px;margin:0 auto 20px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:scaleIn .4s ease}.success-screen h3{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 12px;letter-spacing:-.01em}.success-screen p{font-size:15px;color:#64748b;margin:0 0 8px;line-height:1.6}.success-detail{font-weight:600;color:#0f172a}.close-button{margin-top:24px;padding:12px 28px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.close-button:hover{background:#f8fafc;border-color:#cbd5e1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}.reservation-section{display:flex;flex-direction:column;gap:16px}.reservation-timer{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#f8fafc,#fff);border:2px solid #28a745;border-radius:12px;transition:all .3s ease;animation:slideIn .3s ease}.reservation-timer .timer-icon{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#28a7451a;border-radius:50%}.reservation-timer .timer-content{display:flex;flex-direction:column;gap:2px;flex:1}.reservation-timer .timer-label{font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.reservation-timer .timer-value{font-size:24px;font-weight:700;color:#28a745;font-variant-numeric:tabular-nums;letter-spacing:.5px;transition:color .3s ease}.reservation-timer .timer-date{font-size:13px;color:#0f172a;font-weight:600;text-align:right;white-space:nowrap}.timer-date-range{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.date-range-display{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#1e40af}.range-separator{color:#93c5fd;font-size:16px}.total-days-badge{display:inline-block;padding:4px 12px;background:#dbeafe;color:#1e40af;border-radius:12px;font-size:12px;font-weight:600}.single-date-display{font-size:13px;font-weight:600;color:#0f172a}.reservation-timer[style*="border-color: rgb(220, 53, 69)"]{border-color:#dc3545!important;background:linear-gradient(135deg,#fee2e2,#fff5f5);animation:pulse 1s ease-in-out infinite}.reservation-timer[style*="border-color: rgb(255, 193, 7)"]{border-color:#ffc107!important;background:linear-gradient(135deg,#fff3cd,#fffef5)}.reservation-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;font-size:14px;color:#64748b;font-weight:500}.loading-spinner{width:16px;height:16px;border:2px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .7s linear infinite}@media(max-width:768px){.reservation-timer{padding:12px;gap:10px}.reservation-timer .timer-icon{width:32px;height:32px}.reservation-timer .timer-icon svg{width:18px;height:18px}.reservation-timer .timer-label{font-size:11px}.reservation-timer .timer-value{font-size:20px}.reservation-timer .timer-date{font-size:12px}.timer-date-range{align-items:flex-start;width:100%}.date-range-display{font-size:13px}.total-days-badge{font-size:11px;padding:3px 10px}.single-date-display{font-size:12px}}@media(max-width:480px){.reservation-timer{flex-direction:column;align-items:flex-start}.reservation-timer .timer-date{text-align:left;width:100%}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.95;transform:scale(1.01)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.photo-strip-editor{display:flex;flex-direction:column;height:100vh;background-color:#f5f5f5;font-family:Arial,sans-serif}.editor-header{display:flex;justify-content:space-between;align-items:center;padding:15px 30px;background:#fff;border-bottom:1px solid #ddd;box-shadow:0 2px 4px #0000001a}.editor-header-left{display:flex;flex-direction:column}.editor-title{margin:0;font-size:24px;color:#333}.editor-subtitle{margin-top:5px;font-size:14px;color:#666}.booking-info{font-weight:500}.editor-header-right{display:flex;gap:10px}.btn{padding:10px 20px;border:none;border-radius:5px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover:not(:disabled){background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}.btn-success{background-color:#28a745;color:#fff}.btn-success:hover{background-color:#218838}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.btn-small{padding:5px 10px;font-size:12px}.btn-block{width:100%;display:block}.btn.saving{opacity:.7}.editor-content{display:grid;grid-template-columns:280px 1fr 320px;flex:1;overflow:hidden}.editor-toolbar{background:#fff;border-right:1px solid #ddd;display:flex;flex-direction:column;overflow-y:auto}.toolbar-tabs{display:flex;border-bottom:1px solid #ddd}.toolbar-tab{flex:1;padding:15px 10px;border:none;background:#f8f9fa;cursor:pointer;font-size:14px;border-bottom:3px solid transparent;transition:all .2s}.toolbar-tab:hover{background:#e9ecef}.toolbar-tab.active{background:#fff;border-bottom-color:#007bff;font-weight:600}.toolbar-content{flex:1;overflow-y:auto;padding:20px}.tool-panel h3{margin-top:0;margin-bottom:15px;font-size:18px;color:#333}.tool-section{margin-top:20px;padding-top:20px;border-top:1px solid #e0e0e0}.tool-section h4{margin-top:0;margin-bottom:10px;font-size:14px;color:#666;text-transform:uppercase;letter-spacing:.5px}.text-input{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-size:14px;margin-bottom:10px}.text-input:focus{outline:none;border-color:#007bff}.quick-texts{display:flex;flex-direction:column;gap:8px}.upload-section{text-align:center}.upload-hint{margin-top:10px;font-size:12px;color:#999}.uploaded-images-list{display:flex;flex-direction:column;gap:10px}.uploaded-image-item{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #e0e0e0;border-radius:4px}.uploaded-image-item img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:4px}.background-section{margin-bottom:20px}.color-preview{width:100%;height:50px;border:2px solid #ddd;border-radius:4px;cursor:pointer;font-weight:600;transition:border-color .2s}.color-preview:hover{border-color:#007bff}.color-picker-popover{position:relative;z-index:10}.color-picker-cover{position:fixed;top:0;left:0;right:0;bottom:0}.preset-colors{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.color-btn{width:100%;height:50px;border:2px solid #ddd;border-radius:4px;cursor:pointer;transition:all .2s}.color-btn:hover{border-color:#007bff;transform:scale(1.05)}.editor-canvas-container{display:flex;justify-content:center;align-items:center;background:#e0e0e0;overflow:auto;padding:20px}#photo-strip-canvas{box-shadow:0 4px 12px #00000026;border:1px solid #ccc}.editor-properties{background:#fff;border-left:1px solid #ddd;overflow-y:auto;padding:20px}.editor-properties h3{margin-top:0;margin-bottom:20px;font-size:18px;color:#333}.properties-empty{text-align:center;padding:40px 20px;color:#999}.properties-section{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e0e0e0}.properties-section:last-child{border-bottom:none}.properties-section h4{margin-top:0;margin-bottom:10px;font-size:14px;color:#666;text-transform:uppercase;letter-spacing:.5px}.property-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.property-row label{flex:0 0 80px;font-size:14px;color:#666}.property-row input[type=number],.property-row select{flex:1;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px}.property-row input[type=range]{flex:1}.property-row span{flex:0 0 50px;font-size:14px;color:#666;text-align:right}.color-preview-small{flex:1;padding:8px;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:12px;font-family:monospace}.layer-buttons{display:flex;flex-direction:column;gap:8px}.template-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.template-modal{background:#fff;border-radius:8px;width:90%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.template-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-bottom:1px solid #ddd}.template-modal-header h2{margin:0;font-size:24px;color:#333}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#999;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-button:hover{color:#333}.template-categories{display:flex;gap:10px;padding:20px 30px;border-bottom:1px solid #e0e0e0}.category-btn{padding:8px 20px;border:1px solid #ddd;background:#fff;border-radius:20px;cursor:pointer;font-size:14px;transition:all .2s}.category-btn:hover{background:#f8f9fa}.category-btn.active{background:#007bff;color:#fff;border-color:#007bff}.template-grid{flex:1;overflow-y:auto;padding:30px;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.template-loading,.template-empty{grid-column:1 / -1;text-align:center;padding:40px;color:#999}.template-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .2s}.template-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.template-preview{width:100%;height:200px;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.template-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.template-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#999}.template-placeholder span{font-size:48px;margin-bottom:10px}.template-info{padding:15px}.template-info h3{margin:0 0 8px;font-size:16px;color:#333}.template-info p{margin:0 0 15px;font-size:14px;color:#666}.photo-strip-editor-loading,.photo-strip-editor-error,.photo-strip-editor-finalized{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;padding:40px}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.finalized-preview{margin-top:30px;max-width:600px}.finalized-preview img{width:100%;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin-bottom:20px}.download-button{display:inline-block;padding:12px 30px;background:#28a745;color:#fff;text-decoration:none;border-radius:5px;font-weight:600;transition:background .2s}.download-button:hover{background:#218838}@media(max-width:1024px){.editor-content{grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.editor-toolbar,.editor-properties{max-height:300px}}@media(max-width:768px){.editor-header{flex-direction:column;gap:15px;padding:15px}.editor-header-right{width:100%;flex-wrap:wrap}.editor-header-right .btn{flex:1;min-width:120px}.template-grid{grid-template-columns:1fr;padding:15px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,sans-serif;line-height:1.6;color:#111;background:#fafafa}h1,h2,h3,h4,h5,h6,.font-display{font-family:Outfit,sans-serif}.font-body{font-family:DM Sans,sans-serif}.app{min-height:100vh;padding:0 0 60px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.info-section{max-width:1200px;margin:48px auto 0;padding:0 20px}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.info-card{background:#fff;border-radius:20px;padding:28px 24px;box-shadow:0 4px 16px #0000000d;text-align:center;transition:all .35s cubic-bezier(.18,1,.22,1)}.info-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000014}.info-icon{width:56px;height:56px;margin:0 auto 16px;background:linear-gradient(135deg,#fff3e6,#ffefd5);border-radius:50%;display:grid;place-items:center;position:relative;overflow:hidden}.info-icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;padding:2px;background:linear-gradient(135deg,#5fafa8,#8cc9bf);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}.info-card:hover .info-icon:before{opacity:1}.info-icon svg{width:28px;height:28px;stroke:#5fafa8;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;position:relative;z-index:1;transition:all .3s ease}.info-card:hover .info-icon svg{stroke:#d36e70;transform:scale(1.1)}.info-card h3{font-size:18px;font-weight:700;color:#111;margin:0 0 8px}.info-card p{font-size:14px;color:#666;margin:0;line-height:1.5}@media(max-width:768px){.hero{padding:36px 20px}.hero h1{font-size:32px}.info-grid{grid-template-columns:1fr;gap:16px}}@media(max-width:480px){.hero h1{font-size:28px}.subtitle{font-size:15px}.app{padding:0 0 40px}}@media(max-width:768px){.app{padding:0 0 60px}}
