.bliss-section{padding:4rem 0}@media(max-width:768px){.bliss-section{padding:3rem 0}}@media(max-width:640px){.bliss-section{padding:2rem 0}}.bliss-section-title{font-size:2.25rem;font-weight:600;color:#1a1a1a;line-height:1.2;text-align:center;margin-bottom:3rem}.bliss-section-title--with-line{position:relative}.bliss-section-title--with-line:after{content:"";display:block;width:80px;height:4px;background:linear-gradient(90deg,#3B4BA6,#FFD700 50%,#00A651);margin:.75rem auto 0;border-radius:9999px}.bliss-card{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:transform .3s cubic-bezier(.4,0,.2,1)}.bliss-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.bliss-card__image{width:100%;height:200px;object-fit:cover}.bliss-card__content{padding:1rem}.bliss-card__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;line-height:1.2;margin-bottom:.5rem}.bliss-card__text{color:#666;margin-bottom:.75rem}.bliss-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}@media(max-width:1024px){.bliss-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}}@media(max-width:640px){.bliss-grid{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:1rem;gap:1rem}}.text-gradient{background:linear-gradient(90deg,#3B4BA6,#FFD700 50%,#00A651);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;color:rgba(0,0,0,0)}.bg-gradient{background:linear-gradient(135deg,#3B4BA6,#00A651 50%,#FFD700);color:#fff}.btn-primary{display:inline-block;padding:.5rem 1rem;border-radius:.375rem;font-family:Poppins,sans-serif;font-weight:500;font-size:1rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;outline:none}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#3B4BA6,#00A651);color:#fff;box-shadow:0 4px 15px rgba(59,75,166,.3)}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px rgba(59,75,166,.4),0 0 30px rgba(0,166,81,.3)}.btn-secondary{display:inline-block;padding:.5rem 1rem;border-radius:.375rem;font-family:Poppins,sans-serif;font-weight:500;font-size:1rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;outline:none}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background-color:#f7f7f7;color:#1a1a1a}.btn-secondary:hover:not(:disabled){background-color:#e6e6e6}.btn-outline{display:inline-block;padding:.5rem 1rem;border-radius:.375rem;font-family:Poppins,sans-serif;font-weight:500;font-size:1rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;outline:none}.btn-outline:disabled{opacity:.6;cursor:not-allowed}.btn-outline{background-color:rgba(0,0,0,0);border:2px solid #3b4ba6;color:#3b4ba6;position:relative;overflow:hidden;z-index:1}.btn-outline:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(135deg,#3B4BA6,#00A651);transition:width .3s ease;z-index:-1}.btn-outline:hover:not(:disabled){color:#fff;border-color:#00a651}.btn-outline:hover:not(:disabled):before{width:100%}.header{position:fixed;top:0;left:0;right:0;z-index:1030;display:flex;align-items:center;justify-content:center;height:72px;padding:0;background:hsla(0,0%,100%,.98);border-bottom:1px solid rgba(230,230,230,.6);box-shadow:0 1px 20px rgba(0,0,0,.06);transition:background .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.header .header-content{height:100%;border-radius:0;background:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}@media(max-width:768px){.header{padding:0}}.header-content{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem;height:100%;justify-content:space-between;transition:border-radius .3s cubic-bezier(.4,0,.2,1),background .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1)}.header-content,.left-section{display:flex;align-items:center}.left-section{gap:3rem}.logo{height:38px;display:flex;align-items:center;gap:0;flex-shrink:0;transition:filter .3s ease}.logo .logo-icon{height:32px;width:32px;object-fit:contain;flex-shrink:0;display:block}.logo .logo-text{font-size:1.25rem;font-weight:700;color:#13a751;margin-left:-4px;letter-spacing:-.04em}.logo .logo-text sup{font-size:.5em;vertical-align:super;line-height:0}.logo img{height:100%;width:auto;object-fit:contain}@media(max-width:768px){.logo{height:32px}}.main-nav{display:flex;align-items:center;gap:.25rem}@media(max-width:1024px){.main-nav{gap:0}}@media(max-width:768px){.main-nav{display:none}}.nav-item{color:#1a1a1a;text-decoration:none;font-size:.875rem;font-weight:500;letter-spacing:.02em;padding:.5rem 1rem;border-radius:.375rem;position:relative;transition:color .3s ease,background .15s ease}.nav-item:after{content:"";position:absolute;bottom:4px;left:50%;transform:translateX(-50%);width:0;height:2px;background:#3b4ba6;border-radius:2px;transition:width .3s cubic-bezier(.4,0,.2,1)}.nav-item.active,.nav-item:hover{color:#3b4ba6}.nav-item.active:after,.nav-item:hover:after{width:calc(100% - 1rem)}.right-section{display:flex;align-items:center;gap:1rem}.cta-button{display:inline-block;padding:.5rem 1rem;border-radius:.375rem;font-family:Poppins,sans-serif;font-weight:500;font-size:1rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;outline:none}.cta-button:disabled{opacity:.6;cursor:not-allowed}.cta-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#3B4BA6,#00A651);color:#fff;border:2px solid rgba(0,0,0,0);border-radius:9999px;font-weight:600;font-size:.875rem;box-shadow:0 2px 12px rgba(59,75,166,.35)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(59,75,166,.4)}@media(max-width:768px){.cta-button{display:none}}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:26px;height:20px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:1040}@media(max-width:768px){.hamburger{display:flex}}.hamburger .hamburger-line{width:100%;height:2px;background-color:#1a1a1a;border-radius:1px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.hamburger.active .hamburger-line{background-color:#3b4ba6}.hamburger.active .hamburger-line:first-child{transform:translateY(9px) rotate(45deg)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.drawer{position:fixed;top:0;right:-320px;width:300px;max-width:85vw;height:100vh;background:#fff;z-index:1035;box-shadow:-4px 0 24px rgba(0,0,0,.12);transition:right .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.drawer.open{right:0}.drawer-content{padding:80px 2rem 2rem;min-height:100%}.drawer-content,.drawer-nav{display:flex;flex-direction:column}.drawer-nav{gap:.25rem}.drawer-nav-item{color:#1a1a1a;text-decoration:none;font-size:1rem;font-weight:500;padding:1rem .75rem;border-radius:.375rem;transition:background .15s ease,color .15s ease}.drawer-nav-item.active,.drawer-nav-item:hover{background:rgba(59,75,166,.08);color:#3b4ba6}.drawer-cta-button{display:inline-block;padding:.5rem 1rem;border-radius:.375rem;font-family:Poppins,sans-serif;font-weight:500;font-size:1rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;outline:none}.drawer-cta-button:disabled{opacity:.6;cursor:not-allowed}.drawer-cta-button{display:flex;margin-top:auto;margin-bottom:2rem;width:100%;justify-content:center;align-items:center;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3B4BA6,#00A651);color:#fff;border-radius:9999px;font-weight:600;font-size:.875rem;box-shadow:0 2px 12px rgba(59,75,166,.35)}.drawer-cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(59,75,166,.4)}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1031;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.drawer-overlay.active{opacity:1;visibility:visible}