*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#2c3e50;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}.landing-page{display:flex;flex-direction:column;min-height:100vh}.landing-header{background:linear-gradient(135deg,#1a4d7a,#2d6a9f);box-shadow:0 2px 10px #0000001a;color:#fff;overflow:hidden;padding:2rem 1rem;position:relative;text-align:center}.landing-header:before{height:300px;right:-10%;top:-50%;width:300px}.landing-header:after,.landing-header:before{background:#ffffff0d;border-radius:50%;content:"";opacity:.3;position:absolute}.landing-header:after{bottom:-30%;height:200px;left:-5%;width:200px}.header-content{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:.5rem;position:relative;z-index:1}.header-logo{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:60px;object-fit:contain;width:60px}.header-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;margin:0;text-shadow:2px 2px 4px #0003}.header-subtitle{font-size:1.1rem;font-weight:300;margin:0;opacity:.95;position:relative;z-index:1}.header-nav{margin-top:1rem;position:relative;z-index:1}.header-nav-link{color:#fff;font-size:.9rem;opacity:.9;text-decoration:underline;transition:opacity .3s ease}.header-nav-link:hover{opacity:1}.hero-section{background:linear-gradient(180deg,#fff,#f8f9fa);padding:4rem 1rem;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-image-container{margin-bottom:2rem}.hero-image{animation:float 3s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));height:200px;object-fit:contain;width:200px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-title{color:#1a4d7a;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-description{color:#555;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.features-section{background:#fff;padding:4rem 1rem}.container{margin:0 auto;max-width:1200px}.section-title{color:#1a4d7a;display:inline-block;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center;width:100%}.section-title:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2.5'%3E%3Cpath d='M12 2v20M2 12h20' stroke-linecap='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:40px;margin:.5rem auto 0;opacity:.8;width:40px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.feature-card{background:#f8f9fa;border:2px solid #0000;border-radius:16px;padding:2rem;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{border-color:#1a4d7a;box-shadow:0 10px 30px #1a4d7a26;transform:translateY(-5px)}.feature-cross{color:#d4af37;font-size:1.2rem;font-weight:300;margin:-.5rem auto .5rem;opacity:.6}.feature-icon{align-items:center;background:linear-gradient(135deg,#1a4d7a,#2d6a9f);border-radius:50%;box-shadow:0 4px 10px #1a4d7a4d;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.feature-icon svg{height:40px;width:40px}.feature-title{color:#1a4d7a;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#555;font-size:1rem;line-height:1.6}.cta-section{background:linear-gradient(135deg,#1a4d7a,#2d6a9f);color:#fff;overflow:hidden;padding:4rem 1rem;position:relative;text-align:center}.cta-section:before{height:400px;left:-10%;top:-30%;width:400px}.cta-section:after,.cta-section:before{background:#ffffff0d;border-radius:50%;content:"";opacity:.3;position:absolute}.cta-section:after{bottom:-20%;height:300px;right:-5%;width:300px}.cta-content{margin:0 auto;max-width:600px;position:relative;z-index:1}.cross-icon{align-items:center;color:#fff;display:flex;height:60px;justify-content:center;margin:0 auto 1.5rem;opacity:.95;width:60px}.cross-icon svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:100%;width:100%}.cta-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.2rem;line-height:1.6;opacity:.95}.landing-footer{background:#2c3e50;color:#fff;margin-top:auto;padding:2rem 1rem}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-text{margin:0;opacity:.9}.footer-links{display:flex;gap:2rem}.footer-link{color:#fff;opacity:.9;text-decoration:underline;transition:opacity .3s ease}.footer-link:hover{opacity:1}@media (max-width:768px){.header-title,.hero-title{font-size:2rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}.footer-content{flex-direction:column;text-align:center}}.terms-page{background:#f8f9fa;display:flex;flex-direction:column;min-height:100vh}.terms-header{background:linear-gradient(135deg,#1a4d7a,#2d6a9f);box-shadow:0 2px 10px #0000001a;color:#fff;overflow:hidden;padding:1.5rem 1rem;position:relative}.terms-header:before{background:#ffffff0d;border-radius:50%;content:"";height:250px;opacity:.3;position:absolute;right:-10%;top:-50%;width:250px}.terms-header .header-content{margin:0 auto;max-width:1200px;position:relative;z-index:1}.terms-header .header-link{align-items:center;color:#fff;display:flex;gap:1rem;transition:opacity .3s ease}.terms-header .header-link:hover{opacity:.9}.terms-header .header-logo{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:50px;object-fit:contain;width:50px}.terms-header .header-title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;margin:0;text-shadow:2px 2px 4px #0003}.terms-content{flex:1 1;padding:3rem 1rem}.terms-content .container{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;margin:0 auto;max-width:900px;padding:3rem}.terms-header-section{border-bottom:2px solid #e9ecef;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.cross-icon-large{align-items:center;color:#d4af37;display:flex;height:60px;justify-content:center;margin:0 auto 1.5rem;opacity:.9;width:60px}.cross-icon-large svg{height:100%;width:100%}.terms-title{color:#1a4d7a;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.terms-last-updated{color:#6c757d;font-size:.95rem;margin:0}.terms-body{line-height:1.8}.terms-section{margin-bottom:2.5rem}.section-heading{border-left:4px solid #1a4d7a;color:#1a4d7a;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;margin-bottom:1rem;padding-left:1rem;position:relative}.section-heading:before{color:#d4af37;content:"✝";font-size:.8rem;left:-.5rem;opacity:.6;position:absolute;top:50%;transform:translateY(-50%)}.terms-text{color:#2c3e50;font-size:1rem;margin-bottom:1rem;text-align:justify}.terms-list{color:#2c3e50;margin:1rem 0;padding-left:2rem}.terms-list li{line-height:1.6;margin-bottom:.75rem}.terms-list li strong{color:#1a4d7a}.terms-acknowledgment{background:#fff3cd;border-left:4px solid #ffc107;border-radius:8px;font-size:1.05rem;margin-top:2rem;padding:1.5rem}.terms-acknowledgment strong{color:#856404}.terms-footer-actions{border-top:2px solid #e9ecef;margin-top:3rem;padding-top:2rem;text-align:center}.back-button{background:linear-gradient(135deg,#1a4d7a,#2d6a9f);border-radius:8px;box-shadow:0 4px 10px #1a4d7a4d;color:#fff;display:inline-block;font-weight:500;padding:.75rem 2rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.back-button:hover{box-shadow:0 6px 15px #1a4d7a66;transform:translateY(-2px)}.terms-footer{background:#2c3e50;color:#fff;margin-top:auto;padding:2rem 1rem}.terms-footer .container{margin:0 auto;max-width:1200px;text-align:center}.terms-footer .footer-text{margin:0;opacity:.9}@media (max-width:768px){.terms-content .container{padding:2rem 1.5rem}.terms-title{font-size:2rem}.section-heading{font-size:1.25rem}.terms-text{font-size:.95rem;text-align:left}.cross-icon-large{height:50px;width:50px}}.App{min-height:100vh}html{scroll-behavior:smooth}
/*# sourceMappingURL=main.40ef6238.css.map*/