html{scroll-behavior:smooth}:root{--background-primary:#ffffff;--background-secondary:#f8f9fa;--text-primary:#333333;--text-secondary:#666666;--border-color:#e5e7eb;--hover-background:rgba(0,0,0,0.05);--accent-color:#0070f3;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--transition-fast:0.2s ease;--transition-normal:0.3s ease}@media (prefers-color-scheme:dark){:root{--background-primary:#1a1a1a;--background-secondary:#2d2d2d;--text-primary:#ffffff;--text-secondary:#a0a0a0;--border-color:#404040;--hover-background:rgba(255,255,255,0.1)}}*{margin:0}*,body{padding:0}body{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-primary)}a{color:inherit;text-decoration:none}.main-div{display:flex;min-height:100vh;padding:var(--spacing-lg)}.container{display:flex;flex:1 1;gap:var(--spacing-lg);margin-left:80px}@media (max-width:768px){.container{flex-direction:column;margin-left:0}.main-div{padding:var(--spacing-md)}}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,sans-serif;background:#fffaf5;height:100vh;color:#333}.landing-page .main-container{margin-left:0;overflow:visible;height:auto}.sidebar-left{width:60px;background-color:#f4cba1;display:flex;flex-direction:column;align-items:center;padding:1rem 0;gap:1rem}.sidebar-left i{font-size:20px;color:#5c3a1e;cursor:pointer}#main-content{display:flex;flex-direction:row;align-items:self-start}.main-content{flex:2 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;height:100vh}.main-content h1{color:#2c2c5a;font-size:1.6rem}.main-content p{margin-top:.5rem;color:#6f6f6f}.name-box{background:#ffe0c1;border-radius:12px;padding:1rem;margin-top:1rem;display:flex;align-items:center;font-weight:600;gap:1rem;max-width:700px;min-width:250px;cursor:pointer;border:2px solid transparent}.name-box:before{content:"✔️";font-size:1.2rem;background:#b9f6ca;border-radius:50%;padding:.4rem}.name-box.selected{border:2px solid #ff9900}.sidebar-right{width:400px;min-width:400px;background-color:#fdfaf7;border-left:1px solid #eee;height:100vh;overflow-y:auto;position:-webkit-sticky;position:sticky;top:0;right:0}.sidebar-right form{display:flex;flex-direction:column;height:100%}.sidebar-right form>div{flex:1 1;padding:2rem;overflow-y:auto}.sidebar-right input,.sidebar-right select,.sidebar-right textarea{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;margin-top:.25rem}.sidebar-right label{font-size:.875rem;font-weight:500;color:#333}.sidebar-right button[type=submit]{position:-webkit-sticky;position:sticky;bottom:0;width:100%;background:#ff9900;color:white;border:none;padding:1rem;margin:0;cursor:pointer;font-weight:500;border-radius:0}.sidebar-right button[type=submit]:hover{background:#e68a00}.sidebar-right h3{margin-top:0}.info-group+hr{border:none;border-top:1px solid #ddd;margin:1rem 0 .5rem}.info-group input,.info-group select{width:100%;padding:.4rem;border:1px solid #ccc;border-radius:6px;margin-top:5px;font-size:11px;color:#333}.info-group label{font-size:12px;font-weight:700}.tags{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:10px}.tags .tag:hover{cursor:pointer}.tag{background-color:#f3f3f3;border-radius:6px;padding:.3rem .4rem;font-size:.7rem;font-weight:600}.tag.selected{background-color:#ff9900;color:#fff;border:1.5px solid #ff9900}.checkbox{margin-top:1rem;display:flex;align-items:center;gap:.5rem}.checkbox input{accent-color:#ff9900}.colors-box{flex-direction:column}.color,.colors-box{display:flex;gap:.5rem}.color{align-items:center}.color input[type=color]{width:30px;height:30px;border:none}body{flex-direction:column}body,header{display:flex}header{width:100%;justify-content:space-between;align-items:center;padding:1rem 2rem;z-index:1}.header-left{font-weight:700;font-size:1.2rem;color:#7b5e57}.header-right button{background:#ff7171;border:none;color:white;padding:.5rem 1rem;border-radius:6px;cursor:pointer}.overlay-div{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.5);z-index:1000;cursor:pointer}#floating-save-message,.overlay-div{display:flex;align-items:center;justify-content:center}#floating-save-message{position:absolute;right:320px;bottom:32px;min-width:160px;min-height:60px;background:#fff;border-radius:14px;box-shadow:0 4px 18px rgba(0,0,0,.13);flex-direction:column;z-index:2000;font-size:.98rem;color:#2c2c5a;border:2px solid #b9f6ca;animation:pop-in .3s cubic-bezier(.68,-.55,.27,1.55);pointer-events:none;padding:.8rem 1.1rem .7rem;text-align:center;gap:.2rem}@media (max-width:900px){#floating-save-message{right:.5rem;bottom:.5rem}}.layout{margin:0;padding:0}.debug-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1001}.debug-modal{background:#fff;border-radius:12px;padding:24px;width:90%;max-width:800px;max-height:90vh;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.2)}.debug-modal-close{position:absolute;top:-16px;right:-16px;background:white;border:3px solid #666;width:36px;height:36px;font-weight:700;border-radius:50%;font-size:18px;line-height:18px;cursor:pointer;color:#666;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.debug-modal-close:hover{color:#000;border-color:#000}.debug-modal-content{overflow-y:auto;max-height:calc(90vh - 80px);padding-right:16px}.debug-modal-content h3{margin:16px 0 8px;color:#333;font-size:16px}.debug-modal-content pre{background:#f5f5f5;border:1px solid #eee;border-radius:8px;padding:12px;font-size:14px;line-height:1.4;overflow-x:auto;margin:0}.main-container{margin-left:80px;padding:0;margin-bottom:0}.content-wrapper{display:flex;flex:1 1;padding:0;margin:0;position:relative;max-width:calc(100% - 400px)}.content-main{flex:1 1;margin:0;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:flex-start;width:100%}.content-main h1{color:#2c2c5a;font-size:1.6rem}.content-main p{margin-top:.5rem;color:#6f6f6f}.restricted-message{display:flex;flex:1 1;justify-content:center;align-items:center;flex-direction:column;padding:var(--spacing-xl)}.restricted-message h1{margin-bottom:var(--spacing-md);color:var(--text-primary)}.restricted-message p{color:var(--text-secondary)}@media (max-width:768px){.content-main{width:100%;margin-bottom:320px}.sidebar-right{top:auto;bottom:0;width:100%;height:300px;margin-top:0}}.container-main-cloumn{display:flex;flex-direction:row;min-height:100vh;width:100%;margin:0;padding:0}.sidebar-fields{padding:24px}.field-container,.fields-group{margin-bottom:24px}.field-container{position:relative}.field-label{display:block;margin-bottom:8px;font-weight:500;color:#333;font-size:.95rem}.required{color:#ff4b6e;margin-left:4px}.field-input{position:relative}.field-input input,.field-input select,.field-input textarea{width:100%;padding:10px 12px;border:2px solid #e1e1e1;border-radius:8px;font-size:.95rem;transition:all .2s ease;background:#fff;color:#333}.field-input input:hover,.field-input select:hover,.field-input textarea:hover{border-color:#d1d1d1}.field-input input:focus,.field-input select:focus,.field-input textarea:focus{outline:none;border-color:#ff4b6e;box-shadow:0 0 0 3px rgba(255,75,110,.1)}.field-input textarea{min-height:120px;resize:vertical;line-height:1.5}.field-input select[multiple]{min-height:140px;padding:8px}.field-input select[multiple] option{padding:8px;border-radius:4px;margin-bottom:4px}.field-input select[multiple] option:checked{background:#ff4b6e linear-gradient(0deg,#ff4b6e,#ff4b6e);color:white}.field-input input[type=date]{min-height:42px}.field-input input[type=file]{padding:8px;font-size:.9rem}.field-input input[type=color]{min-height:42px;padding:4px}.field-placeholder{display:block;margin-top:6px;font-size:.85rem;color:#666;font-style:italic}.tags-input{border:2px solid #e1e1e1;border-radius:8px;padding:4px;min-height:42px;display:flex;flex-wrap:wrap;gap:4px;align-items:center}.tags-input:focus-within{border-color:#ff4b6e;box-shadow:0 0 0 3px rgba(255,75,110,.1)}.tag{background:#ff4b6e15;color:#ff4b6e;border:1px solid #ff4b6e30;border-radius:16px;padding:4px 10px;margin:2px;display:inline-flex;align-items:center;font-size:.9rem}.tag-remove{margin-left:6px;color:#ff4b6e;border:none;background:none;cursor:pointer;padding:0 4px;font-size:1.2rem;line-height:1}.tag-input{border:none!important;outline:none;padding:4px 8px!important;margin:2px;font-size:.9rem;flex:1 1;min-width:60px;background:transparent!important}.tag-add{background:#ff4b6e15;color:#ff4b6e;border:1px solid #ff4b6e30;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;margin:2px}.error{border-color:#ff4b6e!important}.error-message{color:#ff4b6e;font-size:.85rem;margin-top:6px}.landing-page{width:100%;margin:0;padding:0;background-image:url(/images/body-pattern.png);background-size:200px auto;background-position:50%;background-repeat:repeat}.top-nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1400px;margin-left:auto;margin-right:auto;position:relative;z-index:1000}.nav-logo{position:absolute;left:50%;transform:translateX(-50%);z-index:999}.nav-logo img{height:auto;width:auto;max-height:64px;object-fit:contain;margin-top:20px}.hamburger-menu{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;text-indent:-9999px}.hamburger-menu span{width:100%;height:3px;background:#7f4629;border-radius:3px;transition:all .3s ease}.hamburger-menu.open span{background-color:#ffefcf}.hamburger-menu.open span:first-child{transform:translateY(9px) rotate(45deg)}.hamburger-menu.open span:nth-child(2){opacity:0}.hamburger-menu.open span:last-child{transform:translateY(-9px) rotate(-45deg)}.nav-links{position:fixed;top:0;right:-300px;width:300px;height:100vh;background:#ffefcf;display:flex;flex-direction:column;padding:80px 2rem 2rem;gap:1.5rem;transition:all .3s ease;z-index:999}.nav-links.open{right:0;box-shadow:-5px 0 15px rgba(0,0,0,.1)}.nav-links a{color:#7f4629;font-size:1.2rem;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#955331}.menu-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:all .3s ease;z-index:998}.menu-overlay.open{opacity:1;visibility:visible}.top-nav a{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease}.top-nav a:hover{color:#f57a3c}.login-button{background-color:#7f4629;color:white;border:none;padding:.8rem 1.5rem;border-radius:5px;font-weight:600;cursor:pointer;transition:background-color .3s ease;text-decoration:none}.login-button:hover{background-color:#f57a3c}.hero-section{text-align:center;border-radius:0;width:100%;position:relative;padding:6rem 2rem 380px;z-index:2}.hero-section:after{width:400px;background-image:url(/images/hero-couple.png);background-size:cover;background-position:top;max-width:680px}.hero-section:after,.hero-section:before{content:"";position:absolute;bottom:0;left:0;height:400px;z-index:1;display:block;margin:0 auto;right:0}.hero-section:before{width:100%;background-image:url(/images/pattern.png);background-size:1200px 600px;background-position:750px 3px;background-repeat:repeat-x;padding-bottom:200px}.hero-section .hero-buttons,.hero-section .subtitle,.hero-section h1{position:relative;z-index:3}.hero-section h1{font-size:3.5rem;margin-bottom:1.5rem;color:#333;line-height:1.2}.subtitle{font-size:1.5rem;color:#666;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;flex-direction:row;justify-content:center;max-width:500px;margin:0 auto}.cta-button{background-color:#ff8c53;border:2px solid #ff8c53;color:white;padding:1rem 2rem;border-radius:30px;font-size:1.2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:22px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-weight:600}.cta-button.invert{background-color:#ffefcf;border:2px solid #7f4629;color:#7f4629}.cta-button:hover{background-color:#ff7a33;transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,140,83,.3)}.cta-button.invert:hover{color:white;background-color:#7f4629;border:2px solid #7f4629}.benefits-section,.features-section{padding:6rem 0;width:100%;margin:0}.features-section{background:#7f4629;background-image:url(/images/body-pattern-tr.png);background-repeat:repeat;background-size:200px auto;background-position:50%}.features-section h2{color:#ffefcf}.benefits-grid,.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin:2rem auto 0;max-width:1400px;padding:0 2rem}.benefit-item,.feature-card{background:#ffefcf;padding:2rem;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:all .3s ease;text-align:center}.feature-icon{font-size:2.5rem;margin-bottom:1rem;color:#7f4629}.benefit-item:hover,.feature-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.benefit-item h3,.feature-card h3{color:#7f4629;margin-bottom:1rem;font-size:1.5rem}.benefit-item p,.feature-card p{color:#7f4629;line-height:1.6}.form-section{padding:6rem 0;background:#7f4629;background-image:url(/images/body-pattern-tr.png);background-repeat:repeat;background-size:200px auto;background-position:50%;position:relative;text-align:center;margin:0;width:100%;overflow:hidden}.form-section:after{content:"";position:absolute;bottom:0;right:0;width:350px;height:394px;background-image:url(/images/couple-paint.png);background-size:contain;background-repeat:no-repeat;background-position:100% 100%;z-index:1;opacity:.9}.form-section .initial-form,.form-section .subtitle,.form-section h2{position:relative;z-index:2}.form-section .subtitle,.form-section h2{color:#ffefcf}.initial-form{max-width:600px;margin:3rem auto;padding:2rem;background:#ffefcf;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.15)}.form-group{margin-bottom:2rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#7f4629}.form-group select{width:100%;padding:.8rem;border:1px solid #7f4629;border-radius:8px;font-size:1rem;color:#7f4629;background-color:#ffefcf;cursor:pointer;transition:border-color .3s ease}.form-group select:focus{outline:none;border-color:#ff8c53}.landing-footer{background:#1a1a1a;color:#ffefcf;padding:4rem 0 0;margin:0;width:100%}.footer-content{max-width:1400px;margin:0 auto 3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;padding:0 2rem}footer.landing-footer p{color:#ffefcf}.footer-section h4{color:#efef8e;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.social-links{display:flex;gap:1rem}.social-links a{color:#ffefcf;text-decoration:none;transition:color .3s ease;padding:.5rem}.social-links a:hover{color:#efef8e}.footer-bottom{text-align:center;padding:2rem;border-top:1px solid rgba(255,239,207,.1);margin:0;width:100%;color:rgba(255,239,207,.8)}footer .footer-bottom p small{font-size:12px}@media (max-width:768px){.hero-section h1{font-size:2rem}.subtitle{font-size:1.2rem}.benefits-grid,.features-grid{grid-template-columns:1fr}.final-cta-section{margin:1rem;padding:3rem 1rem}.footer-content{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}.top-nav{padding:1rem}}body,html{background:#ffefcf;margin:0;padding:0;overflow-x:hidden;width:100%}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#ffefcf}::-webkit-scrollbar-thumb{background:#7f4629;border-radius:6px;border:2px solid #ffefcf}::-webkit-scrollbar-thumb:hover{background:#955331}*{scrollbar-width:thin;scrollbar-color:#7f4629 #ffefcf}.social-proof-section{padding:4rem 0;width:100%;margin:0;background-color:#efef8e;position:relative}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem}.testimonial-card{padding:2rem;border-radius:15px;background:#7f4629;color:#ffefcf;box-shadow:0 4px 20px rgba(0,0,0,.1);text-align:center}.testimonial-card p{color:#ffefcf;line-height:1.6;margin:1rem 0}.stars{color:#ffd700;font-size:1.5rem;margin-bottom:1rem}.author{margin-top:1rem;font-weight:500;color:#efef8e}h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.faq-section{padding:4rem 2rem;background:#7f4629;background-image:url(/images/body-pattern-tr.png);background-repeat:repeat;background-size:200px auto;background-position:50%}.faq-section h2{text-align:center;margin-bottom:3rem;color:#ffefcf;font-size:2.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.faq-select-container{display:flex;justify-content:center;margin-bottom:2rem}.faq-select{width:220px;font-size:18px;font-weight:600;border:0;border-radius:8px;background-color:transparent;color:#7f4629;cursor:pointer;transition:all .3s ease;text-align:left;padding:12px 5px 12px 12px}.faq-select:hover{background-color:rgba(255,241,230,.2)}.faq-select:focus{outline:none;border-color:#ffefcf;box-shadow:0 0 0 3px rgba(255,241,230,.2)}.faq-select option{background-color:#7f4629;color:#ffefcf}.faq-categories{max-width:800px;margin:0 auto}.faq-category{background:#ffefcf;padding:2rem;border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.faq-category h3{color:#7f4629;margin-bottom:1.5rem;font-size:1.5rem;border-bottom:2px solid #7f4629;padding-bottom:.5rem}.faq-item{margin-bottom:1rem;background:#7f4629;border-radius:10px}.faq-item summary{cursor:pointer;padding:1rem;background:#7f4629;border-radius:8px;color:#ffefcf;font-weight:500;transition:all .3s ease}.faq-item summary:hover{background:#955331;transform:translateY(-1px)}.faq-item[open] summary{background:#955331;margin-bottom:1rem;border-radius:8px 8px 0 0}.faq-item p{padding:0 1rem;color:#7f4629;line-height:1.6}.faq-list{list-style:none;padding:0 1rem;margin:1rem 0;text-align:left}.faq-list li{margin-bottom:.5rem;padding-left:1.5rem;position:relative;color:#7f4629}.faq-list li:before{content:"•";position:absolute;left:0;color:#7f4629}.faq-content{padding:1rem;background:#ffefcf;border:1px solid rgba(127,70,41,.1);border-top:none;border-radius:0 0 8px 8px;margin-top:-8px}@media (max-width:768px){.faq-category{padding:1.5rem}.faq-select{width:100%;max-width:300px}}.final-cta-section{text-align:center;padding:6rem 0;width:100%;margin:0}.final-cta-section h2{margin-bottom:1rem}.final-cta-section p{color:#666;margin-bottom:2rem;font-size:1.2rem}.pricing-section{padding:6rem 0;background:#efef8e;width:100%;margin:0}.pricing-section h2{color:#7f4629}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1400px;margin:3rem auto;padding:0 2rem}.pricing-card{background:#ffefcf;border-radius:15px;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:2rem;text-align:center;transition:transform .3s ease;position:relative;border:1px solid #7f4629}.pricing-card:hover{transform:translateY(-5px)}.pricing-card.featured{border:2px solid #7f4629;transform:scale(1.05)}.pricing-card.featured:hover{transform:scale(1.05) translateY(-5px)}.pricing-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #7f4629}.pricing-header h3{color:#7f4629;font-size:1.8rem;margin-bottom:1rem}.price{color:#7f4629;font-size:2.5rem;font-weight:700}.most-popular{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#7f4629;color:#ffefcf;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.pricing-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.pricing-features li{margin-bottom:1rem;color:#7f4629}.pricing-features li:before{content:"✓";color:#7f4629;margin-right:.5rem}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-5px)}.initial-form{padding:1rem}}.plus-package{background:#7f4629;border-radius:15px;padding:1.5rem;margin-top:-10px;border:none;transition:all .3s ease;text-align:center}.plus-package:hover{transform:translateY(-5px);box-shadow:0 4px 20px rgba(127,70,41,.3)}.plus-package h4{color:#ffefcf;font-size:1.4rem;margin-bottom:1rem}.plus-package .plus-price{color:#ffefcf;font-size:2rem;font-weight:700;margin-bottom:1rem}.plus-package .plus-features{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left}.plus-package .plus-features li{margin-bottom:.8rem;color:#ffefcf;display:flex;align-items:center;gap:.5rem}.plus-package .plus-features li:before{content:"✨";color:#efef8e}.plus-package .cta-button{background-color:transparent;border:2px solid #ffefcf;color:#ffefcf}.plus-package .cta-button:hover{background-color:#ffefcf;color:#7f4629;border-color:#ffefcf}.addons-section{padding:4rem 0;background:#7f4629;background-image:url(/images/body-pattern-tr.png);background-repeat:repeat;background-size:200px auto;background-position:50%;width:100%;margin:0}.addons-section h2{color:#ffefcf}.addons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1400px;margin:3rem auto;padding:0 2rem}.addon-card{background:#ffefcf;border-radius:15px;padding:1.5rem;text-align:center;transition:all .3s ease;border:1px solid #7f4629}.addon-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px rgba(0,0,0,.1)}.addon-card h4{color:#7f4629;font-size:1.3rem;margin-bottom:1rem}.addon-card .addon-price{color:#7f4629;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.addon-card .addon-description{color:#7f4629;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.addon-card .addon-cta{background-color:transparent;color:#7f4629;border:2px solid #7f4629;padding:.8rem 1.5rem;border-radius:30px;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600}.addon-card .addon-cta.selected{background-color:#7f4629;color:#ffefcf;border-color:#7f4629}.addon-card .addon-cta .checkmark{font-size:1rem;color:#4caf50}.addon-card .addon-cta:hover{background-color:#7f4629;color:#ffefcf;transform:translateY(-2px)}.addon-card .addon-cta.selected:hover{background-color:#955331;border-color:#955331}@media (max-width:768px){.addons-grid{grid-template-columns:1fr}.plus-package{margin:1rem}}.benefits-section{background:#efef8e}.benefits-section h2{color:#7f4629}.benefit-item{background:#ffefcf;border:1px solid #7f4629}.benefit-item h3,.benefit-item p{color:#7f4629}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ffefcf;text-decoration:none;transition:color .3s ease;font-size:.9rem;opacity:.9}.footer-links a:hover{color:#efef8e;opacity:1}.footer-section{margin-bottom:2rem}.footer-section p{margin-bottom:1rem;font-size:.9rem;opacity:.9;line-height:1.5}@media (max-width:768px){.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section{margin-bottom:1rem}.footer-links li{margin-bottom:.6rem}}.scroll-to-top{position:fixed;bottom:30px;left:30px;width:50px;height:50px;background:#7f4629;border:none;border-radius:50%;color:#ffefcf;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.15);z-index:997;pointer-events:none}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.scroll-to-top svg{width:24px;height:24px}.scroll-to-top:hover{background:#955331}.scroll-to-top.visible:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.2)}@media (max-width:768px){.scroll-to-top{bottom:20px;left:20px;width:45px;height:45px}.scroll-to-top svg{width:20px;height:20px}}.page-container{padding:4rem 2rem;min-height:calc(100vh - 160px)}.text-content-section{max-width:800px;margin:0 auto;padding:2rem;background-color:#fffcf5;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.05)}.text-content-section h1{text-align:center}.text-content-section h1,.text-content-section h2,.text-content-section h3,.text-content-section h4,.text-content-section h5,.text-content-section h6{color:#7f4629;margin-top:1.5em;margin-bottom:.8em}.text-content-section h1{font-size:2.2rem;margin-top:0;border-bottom:2px solid #efef8e;padding-bottom:.5rem}.text-content-section h2{font-size:1.8rem}.text-content-section p{color:#5a3a29;line-height:1.7;margin-bottom:1.2em}.text-content-section ol,.text-content-section ul{color:#5a3a29;line-height:1.7;margin-bottom:1.2em;padding-left:2em}.text-content-section li{margin-bottom:.5em}.text-content-section a{color:#7f4629;text-decoration:underline}.text-content-section a:hover{color:#955331}@media (max-width:768px){.page-container{padding:2rem 1rem}.text-content-section{padding:1.5rem}.text-content-section h1{font-size:1.8rem}.text-content-section h2{font-size:1.5rem}}.layout{display:flex;min-height:100vh;width:100%}.home-layout{display:block;padding:0;margin:0;width:100%;overflow-x:hidden}.main-container{flex:1 1;display:flex;flex-direction:column;min-height:100vh}.home-container,.main-content{padding:0;margin:0;width:100%}.main-content{flex:1 1}.restricted-message{text-align:center;padding:2rem}.restricted-message h1{color:#333;margin-bottom:1rem}.restricted-message p{color:#666}@media (max-width:768px){.main-container{margin-left:0}}.hero-section{transition:opacity .75s ease,transform .75s ease}.hero-section,.hero-section.animate-in{opacity:1;transform:translateY(0)}.hero-section.initial{opacity:0;transform:translateY(50px)}.fade-in{opacity:0}.scale-in{opacity:0;transform:scale(.9)}.page-container{padding-top:80px;padding-bottom:80px}.animate-in{opacity:1;transform:translateY(0);transition:opacity .75s ease,transform .75s ease}.fade-in.animate-in{opacity:1;transition:opacity .75s ease}.scale-in.animate-in{opacity:1;transform:scale(1);transition:opacity .75s ease,transform .75s ease}